/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i&display=swap&subset=cyrillic");
/* line 6, app/assets/stylesheets/bootstrap.min.css */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
button, input {
  overflow: visible;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.blockquote-footer::before {
  content: "\2014\00A0";
}

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.figure {
  display: inline-block;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-first {
  order: -1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-last {
  order: 13;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-0 {
  order: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-1 {
  order: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-2 {
  order: 2;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-3 {
  order: 3;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-4 {
  order: 4;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-5 {
  order: 5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-6 {
  order: 6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-7 {
  order: 7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-8 {
  order: 8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-9 {
  order: 9;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-10 {
  order: 10;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-11 {
  order: 11;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-first {
    order: -1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-last {
    order: 13;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-first {
    order: -1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-last {
    order: 13;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-0 {
    order: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-1 {
    order: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-2 {
    order: 2;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-3 {
    order: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-4 {
    order: 4;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-5 {
    order: 5;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-6 {
    order: 6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-7 {
    order: 7;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-8 {
    order: 8;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-9 {
    order: 9;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-10 {
    order: 10;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-11 {
    order: 11;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-md-12 {
    order: 12;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-first {
    order: -1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-last {
    order: 13;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-first {
    order: -1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-last {
    order: 13;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table .table {
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-sm td, .table-sm th {
  padding: .3rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.table-responsive > .table-bordered {
  border: 0;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
select.form-control[multiple], select.form-control[size] {
  height: auto;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
textarea.form-control {
  height: auto;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

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

/* line 6, app/assets/stylesheets/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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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");
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

/* line 6, app/assets/stylesheets/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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

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

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  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 screen and (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .btn {
    transition: none;
  }
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-primary.active:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-secondary.active:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-success.active:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-success.active:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-info.active:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-info.active:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-warning.active:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-warning.active:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-danger.active:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-light.active:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-light.active:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-dark.active:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-dark.active:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-primary.active:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-primary.active:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-secondary.active:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-success.active:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-success.active:not(:disabled):not(.disabled):focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-info.active:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-info.active:not(:disabled):not(.disabled):focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-warning.active:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-danger.active:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-light.active:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-dark.active:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-outline-dark.active:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
input.btn-block[type=button], input.btn-block[type=reset], input.btn-block[type=submit] {
  width: 100%;
}

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 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/bootstrap.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

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

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.dropright .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/bootstrap.min.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.dropleft .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/bootstrap.min.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

/* line 6, app/assets/stylesheets/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/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/bootstrap.min.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group-append, .input-group-prepend {
  display: flex;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group-append {
  margin-left: -1px;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(2.875rem + 2px);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.8125rem + 2px);
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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/bootstrap.min.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  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 screen and (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-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/bootstrap.min.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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 screen and (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-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/bootstrap.min.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.nav-link {
  display: block;
  padding: .5rem 1rem;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

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

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

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

/* line 6, app/assets/stylesheets/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/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/bootstrap.min.css */
.nav-pills .nav-link {
  border-radius: .25rem;
}

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/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;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media (max-width: 1199.98px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

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

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.card-group {
  display: flex;
  flex-direction: column;
}

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

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

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

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.accordion .card {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

/* line 6, app/assets/stylesheets/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/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/bootstrap.min.css */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/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/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/bootstrap.min.css */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-primary hr {
  border-top-color: #9fcdff;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-success hr {
  border-top-color: #b1dfbb;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-info hr {
  border-top-color: #abdde5;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-light hr {
  border-top-color: #ececf6;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

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

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.media-body {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.toast.showing {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.toast.show {
  display: block;
  opacity: 1;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .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);
}

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

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}

/* line 6, app/assets/stylesheets/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/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/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0;
}

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .modal-sm {
    max-width: 300px;
  }
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  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/bootstrap.min.css */
.tooltip.show {
  opacity: .9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  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/bootstrap.min.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-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 #f7f7f7;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity;
}

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

/* line 6, app/assets/stylesheets/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%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

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

/* line 6, app/assets/stylesheets/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/bootstrap.min.css */
.carousel-control-prev {
  left: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-control-next {
  right: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6, app/assets/stylesheets/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%;
  animation: spinner-border .75s linear infinite;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-top {
  vertical-align: top !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-0 {
  border: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-primary {
  border-color: #007bff !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-success {
  border-color: #28a745 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.border-white {
  border-color: #fff !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.rounded-pill {
  border-radius: 50rem !important;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.d-none {
  display: none !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.d-inline {
  display: inline !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.d-block {
  display: block !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.d-table {
  display: table !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.d-table-row {
  display: table-row !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.d-flex {
  display: flex !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-md-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-md-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-md-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-print-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-print-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-print-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.embed-responsive-3by4::before {
  padding-top: 133.333333%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-row {
  flex-direction: row !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-column {
  flex-direction: column !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-items-center {
  align-items: center !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-content-center {
  align-content: center !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-self-center {
  align-self: center !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.float-left {
  float: left !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.float-right {
  float: right !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-md-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-md-right {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.position-static {
  position: static !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.position-relative {
  position: relative !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.position-absolute {
  position: absolute !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.position-fixed {
  position: fixed !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.position-sticky {
  position: sticky !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.w-25 {
  width: 25% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.w-50 {
  width: 50% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.w-75 {
  width: 75% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.w-100 {
  width: 100% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.w-auto {
  width: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.h-25 {
  height: 25% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.h-50 {
  height: 50% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.h-75 {
  height: 75% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.h-100 {
  height: 100% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.h-auto {
  height: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.vw-100 {
  width: 100vw !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.vh-100 {
  height: 100vh !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-0 {
  margin: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-0, .my-0 {
  margin-top: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-0, .mx-0 {
  margin-right: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-3 {
  margin: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-5 {
  margin: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-5, .my-5 {
  margin-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.p-0 {
  padding: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pt-0, .py-0 {
  padding-top: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pr-0, .px-0 {
  padding-right: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.p-3 {
  padding: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.p-5 {
  padding: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pr-5, .px-5 {
  padding-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.pl-5, .px-5 {
  padding-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.m-auto {
  margin: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mt-auto, .my-auto {
  margin-top: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-justify {
  text-align: justify !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-wrap {
  white-space: normal !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-left {
  text-align: left !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-right {
  text-align: right !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.font-weight-normal {
  font-weight: 400 !important;
}

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

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.font-italic {
  font-style: italic !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-white {
  color: #fff !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-primary {
  color: #007bff !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-secondary {
  color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-success {
  color: #28a745 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-info {
  color: #17a2b8 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-dark {
  color: #343a40 !important;
}

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

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-body {
  color: #212529 !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-muted {
  color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.text-reset {
  color: inherit !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.visible {
  visibility: visible !important;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  thead {
    display: table-header-group;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  img, tr {
    page-break-inside: avoid;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  body {
    min-width: 992px !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .container {
    min-width: 992px !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .navbar {
    display: none;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .badge {
    border: 1px solid #000;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-dark {
    color: inherit;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  /* line 6, app/assets/stylesheets/bootstrap.min.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-height {
  transition: height .5s ease-in-out;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

/* line 6, app/assets/stylesheets/owl.carousel.min.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 1, app/assets/stylesheets/style.css */
body.compensate-for-scrollbar {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-active {
  height: auto;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-container * {
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-toolbar {
  right: 0;
  top: 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--image:before {
  display: none;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--html {
  padding: 6px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-container [data-selectable=true] {
  cursor: text;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-spaceball {
  z-index: 1;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--video .fancybox-content {
  background: #000;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button:hover {
  color: #fff;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button:focus {
  outline: none;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button div {
  height: 100%;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-caption--separate {
  margin-top: -50px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  /* line 1, app/assets/stylesheets/style.css */
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  /* line 1, app/assets/stylesheets/style.css */
  .fancybox-slide--image {
    padding: 6px 0;
  }
  /* line 1, app/assets/stylesheets/style.css */
  .fancybox-close-small {
    right: -6px;
  }
  /* line 1, app/assets/stylesheets/style.css */
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  /* line 1, app/assets/stylesheets/style.css */
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share p {
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button:hover {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button--fb {
  background: #3b5998;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button--fb:hover {
  background: #344e86;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button--pt {
  background: #bd081d;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button--tw {
  background: #1da1f2;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__button svg path {
  fill: #fff;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

/* line 1, app/assets/stylesheets/style.css */
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  /* line 1, app/assets/stylesheets/style.css */
  .fancybox-thumbs {
    width: 110px;
  }
  /* line 1, app/assets/stylesheets/style.css */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  /* line 1, app/assets/stylesheets/style.css */
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

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

Table of Contents:
- Common
  - animations
  - base
  - .document
  - .fake-svg-icon
  - .page-header
  - .site
- Components
  - .account-nav
  - .alert
  - .badge
  - .block-header
  - .breadcrumb
  - .btn
  - .card
  - .card-table
  - .filters-button
  - forms
  - .input-check
  - .input-check-color
  - .input-number
  - .input-radio
  - .input-radio-color
  - .input-radio-label
  - .layout-switcher
  - .modal
  - .nouislider
  - .pagination
  - .post-card
  - .product-card
  - .rating
  - .share-links
  - .tags
  - .tooltip
  - .typography
- Filters
  - .filter
  - .filter-categories
  - .filter-color
  - .filter-list
  - .filter-price
- Header
  - .departments
  - .drop-search
  - .dropcart
  - .indicator
  - .megamenu
  - .menu
  - .mobile-header
  - .mobile-links
  - .mobilemenu
  - .nav-links
  - .nav-panel
  - .search
  - .site-header
  - .topbar
  - .topbar-dropdown
  - .topbar-link
- Footer
  - .footer-contacts
  - .footer-links
  - .footer-newsletter
  - .site-footer
- Pages
  - .about-us
  - .checkout
  - .contact-us
  - .faq
  - .not-found
- Shop
  - .address-card
  - .addresses-list
  - .cart
  - .cart-table
  - .category-card
  - .compare-table
  - .dashboard
  - .product
  - .product-gallery
  - .product-tabs
  - .products-list
  - .products-view
  - .profile-card
  - .quickview
  - .review
  - .reviews-list
  - .reviews-view
  - .shop-layout
  - .spec
  - .view-options
  - .wishlist
- Blog
  - .comment
  - .comments-list
  - .post
  - .post-author
  - .post-header
  - .posts-list
  - .posts-view
  - .related-posts
- Blocks
  - .block
  - .block-banner
  - .block-brands
  - .block-categories
  - .block-empty
  - .block-features
  - .block-map
  - .block-posts
  - .block-product-columns
  - .block-products
  - .block-products-carousel
  - .block-sidebar
  - .block-slideshow
- Widgets
  - .widget
  - .widget-aboutus
  - .widget-categories
  - .widget-comments
  - .widget-filters
  - .widget-newsletter
  - .widget-posts
  - .widget-products
  - .widget-search
  - .widget-tags

---------------------------------------- */
/* ----------------------------------------
// Common
// ---------------------------------------- */
/*
// animations
*/

@keyframes preloader-animation {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

/*
// base
*/
/* line 163, app/assets/stylesheets/style.css */
html {
  height: 100%;
}

/* line 167, app/assets/stylesheets/style.css */
body {
  height: 100%;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  color: #3d464d;
  backface-visibility: hidden;
  overflow-y: scroll;
}

/* line 180, app/assets/stylesheets/style.css */
[dir=ltr] body {
  text-align: left;
  direction: ltr;
}

/* line 185, app/assets/stylesheets/style.css */
[dir=rtl] body {
  text-align: right;
  direction: rtl;
}

/* line 190, app/assets/stylesheets/style.css */
svg {
  display: block;
}

/* line 194, app/assets/stylesheets/style.css */
a {
  color: #339933;
}

/* line 198, app/assets/stylesheets/style.css */
a:hover {
  color: #339933;
  text-decoration: none;
}

/* line 203, app/assets/stylesheets/style.css */
label {
  margin-bottom: .25rem;
}

/* line 207, app/assets/stylesheets/style.css */
h1 {
  font-size: 36px;
  font-weight: 700;
}

/* line 212, app/assets/stylesheets/style.css */
h2 {
  font-size: 32px;
  font-weight: 700;
}

/* line 217, app/assets/stylesheets/style.css */
h3 {
  font-size: 28px;
  font-weight: 700;
}

/* line 222, app/assets/stylesheets/style.css */
h4 {
  font-size: 24px;
  font-weight: 700;
}

/* line 227, app/assets/stylesheets/style.css */
h5 {
  font-size: 20px;
  font-weight: 700;
}

/* line 232, app/assets/stylesheets/style.css */
h6 {
  font-size: 16px;
  font-weight: 700;
}

/*
// .document
*/
/* line 240, app/assets/stylesheets/style.css */
.document {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 85px 200px 120px;
}

/* line 246, app/assets/stylesheets/style.css */
.document__header {
  text-align: center;
  margin-bottom: 80px;
}

/* line 251, app/assets/stylesheets/style.css */
.document__subtitle {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
}

@media (max-width: 1199px) {
  /* line 259, app/assets/stylesheets/style.css */
  .document {
    padding: 75px 110px 110px;
  }
  /* line 262, app/assets/stylesheets/style.css */
  .document__header {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  /* line 268, app/assets/stylesheets/style.css */
  .document {
    padding: 45px 35px 60px;
  }
  /* line 271, app/assets/stylesheets/style.css */
  .document__header {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 277, app/assets/stylesheets/style.css */
  .document {
    padding: 35px 30px 50px;
  }
  /* line 280, app/assets/stylesheets/style.css */
  .document__header {
    margin-bottom: 30px;
  }
  /* line 283, app/assets/stylesheets/style.css */
  .document__title {
    font-size: 30px;
    margin-bottom: 0;
  }
  /* line 287, app/assets/stylesheets/style.css */
  .document__subtitle {
    margin-top: 6px;
  }
}

@media (max-width: 575px) {
  /* line 293, app/assets/stylesheets/style.css */
  .document {
    padding: 26px 20px 40px;
  }
  /* line 296, app/assets/stylesheets/style.css */
  [dir=ltr] .document__header {
    text-align: left;
  }
  /* line 299, app/assets/stylesheets/style.css */
  [dir=rtl] .document__header {
    text-align: right;
  }
}

/*
// .fake-svg-icon
*/
/* this needs only to avoid slow performance on Microsoft Edge while rendering huge amount of svg*/
/* line 308, app/assets/stylesheets/style.css */
.fake-svg-icon {
  font-family: 'stroyka' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  vertical-align: top;
}

/* line 322, app/assets/stylesheets/style.css */
.fake-svg-icon--wishlist-16 {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

/* line 328, app/assets/stylesheets/style.css */
.fake-svg-icon--wishlist-16::before {
  content: "\e904";
}

/* line 332, app/assets/stylesheets/style.css */
.fake-svg-icon--compare-16 {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

/* line 338, app/assets/stylesheets/style.css */
.fake-svg-icon--compare-16::before {
  content: "\e901";
}

/*
// .page-header
*/
/* line 345, app/assets/stylesheets/style.css */
.page-header__container {
  padding-bottom: 32px;
}

/* line 349, app/assets/stylesheets/style.css */
.page-header__breadcrumb {
  padding-top: 16px;
}

/* line 353, app/assets/stylesheets/style.css */
.page-header__title {
  padding-top: 6px;
}

/* line 357, app/assets/stylesheets/style.css */
.page-header__title h1 {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 362, app/assets/stylesheets/style.css */
  .page-header__title {
    padding-top: 4px;
  }
  /* line 365, app/assets/stylesheets/style.css */
  .page-header__title h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  /* line 371, app/assets/stylesheets/style.css */
  .page-header__container {
    padding-bottom: 24px;
  }
  /* line 374, app/assets/stylesheets/style.css */
  .page-header__title {
    padding-top: 2px;
  }
  /* line 377, app/assets/stylesheets/style.css */
  .page-header__title h1 {
    margin-bottom: 0;
    font-size: 30px;
  }
}

/*
// .site
*/
/* line 386, app/assets/stylesheets/style.css */
.site {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 397, app/assets/stylesheets/style.css */
.site__header {
  flex-shrink: 0;
}

/* line 402, app/assets/stylesheets/style.css */
.site__body {
  flex-grow: 1;
}

/* line 408, app/assets/stylesheets/style.css */
.site__footer {
  flex-shrink: 0;
}

/* ----------------------------------------
// Components
// ---------------------------------------- */
/*
// .account-nav
*/
/* line 419, app/assets/stylesheets/style.css */
.account-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 425, app/assets/stylesheets/style.css */
.account-nav__item a {
  display: block;
  color: #6c757d;
  font-size: 15px;
}

/* line 431, app/assets/stylesheets/style.css */
.account-nav__item a:hover {
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  /* line 436, app/assets/stylesheets/style.css */
  .account-nav {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
  }
  /* line 440, app/assets/stylesheets/style.css */
  .account-nav ul {
    padding-bottom: 18px;
  }
  /* line 443, app/assets/stylesheets/style.css */
  .account-nav__title {
    font-size: 20px;
    padding: 24px 26px 0;
    margin-bottom: 1rem;
  }
  /* line 448, app/assets/stylesheets/style.css */
  .account-nav__item a {
    padding: 5px 26px;
  }
  /* line 451, app/assets/stylesheets/style.css */
  [dir=ltr] .account-nav__item a {
    margin-left: -2px;
    border-left: 2px solid #f0f0f0;
  }
  /* line 455, app/assets/stylesheets/style.css */
  [dir=rtl] .account-nav__item a {
    margin-right: -2px;
    border-right: 2px solid #f0f0f0;
  }
  /* line 459, app/assets/stylesheets/style.css */
  .account-nav__item--active a {
    color: #3d464d;
    font-weight: 500;
  }
  /* line 463, app/assets/stylesheets/style.css */
  [dir=ltr] .account-nav__item--active a {
    border-left: 2px solid #339933;
  }
  /* line 466, app/assets/stylesheets/style.css */
  [dir=rtl] .account-nav__item--active a {
    border-right: 2px solid #339933;
  }
}

@media (max-width: 991px) {
  /* line 472, app/assets/stylesheets/style.css */
  .account-nav__title {
    display: none;
  }
  /* line 475, app/assets/stylesheets/style.css */
  .account-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 479, app/assets/stylesheets/style.css */
  .account-nav ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    border-bottom: 2px solid #f0f0f0;
  }
  /* line 489, app/assets/stylesheets/style.css */
  .account-nav__item a {
    padding: 8px 16px;
    margin-bottom: -2px;
    border-bottom: 2px solid #f0f0f0;
  }
  /* line 494, app/assets/stylesheets/style.css */
  .account-nav__item--active a {
    color: #3d464d;
    font-weight: 500;
    border-color: #339933;
  }
}

/*
// .alert
*/
/* line 504, app/assets/stylesheets/style.css */
.alert {
  border: none;
  border-radius: 2px;
  font-size: 15px;
  line-height: 20px;
  padding: .75rem 1rem;
}

/* line 512, app/assets/stylesheets/style.css */
.alert a {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: currentColor;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.5px;
  padding: 0 3px;
}

/* line 521, app/assets/stylesheets/style.css */
.alert a:hover {
  background: rgba(255, 255, 255, 0.85);
}

/* line 525, app/assets/stylesheets/style.css */
.alert a:active {
  background: rgba(255, 255, 255, 0.5);
}

/* line 529, app/assets/stylesheets/style.css */
.alert-primary {
  background: #b2d9ff;
  color: #36414d;
}

/* line 534, app/assets/stylesheets/style.css */
.alert-secondary {
  background: #d9d9d9;
  color: #4d4d4d;
}

/* line 539, app/assets/stylesheets/style.css */
.alert-info {
  background: #b8e2e5;
  color: #2d3e40;
}

/* line 544, app/assets/stylesheets/style.css */
.alert-success {
  background: #bde5a1;
  color: #34402d;
}

/* line 549, app/assets/stylesheets/style.css */
.alert-danger {
  background: #ffb8b8;
  color: #473333;
}

/* line 554, app/assets/stylesheets/style.css */
.alert-warning {
  background: #f2e291;
  color: #4d472e;
}

/* line 559, app/assets/stylesheets/style.css */
.alert-lg {
  font-size: 16px;
  padding: 1.125rem 1.375rem;
}

/* line 564, app/assets/stylesheets/style.css */
[dir=ltr] .alert-dismissible {
  padding-right: 3rem;
}

/* line 568, app/assets/stylesheets/style.css */
[dir=rtl] .alert-dismissible {
  padding-left: 3rem;
}

/* line 572, app/assets/stylesheets/style.css */
.alert-dismissible .close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 100%;
  transition: all .2s;
  fill: rgba(0, 0, 0, 0.3);
  background: transparent;
}

/* line 591, app/assets/stylesheets/style.css */
[dir=ltr] .alert-dismissible .close {
  left: auto;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 1.5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 1.5px;
}

/* line 600, app/assets/stylesheets/style.css */
[dir=rtl] .alert-dismissible .close {
  right: auto;
  left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 1.5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1.5px;
}

/* line 609, app/assets/stylesheets/style.css */
.alert-dismissible .close:focus {
  outline: none;
}

/* line 613, app/assets/stylesheets/style.css */
.alert-dismissible .close:not(:disabled):not(.disabled):focus,
.alert-dismissible .close:not(:disabled):not(.disabled):hover {
  background: rgba(0, 0, 0, 0.08);
  fill: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/*
// .badge
*/
/* line 623, app/assets/stylesheets/style.css */
.badge {
  border-radius: 1.5px;
  font-weight: 500;
  padding: .25em .5em;
}

/*
// .block-header
*/
/* line 632, app/assets/stylesheets/style.css */
.block-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

/* line 642, app/assets/stylesheets/style.css */
.block-header__title {
  margin-bottom: 0;
  font-size: 20px;
}

/* line 647, app/assets/stylesheets/style.css */
.block-header__divider {
  flex-grow: 1;
  height: 2px;
  background: #ebebeb;
}

/* line 655, app/assets/stylesheets/style.css */
.block-header__groups-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* line 667, app/assets/stylesheets/style.css */
[dir=ltr] .block-header__groups-list li + li {
  margin-left: 3px;
}

/* line 671, app/assets/stylesheets/style.css */
[dir=rtl] .block-header__groups-list li + li {
  margin-right: 3px;
}

/* line 675, app/assets/stylesheets/style.css */
.block-header__group {
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  display: block;
  color: inherit;
  padding: 2px 11px 1px;
  border-radius: 12px;
  box-shadow: none;
}

/* line 690, app/assets/stylesheets/style.css */
.block-header__group:focus {
  outline: none;
}

/* line 694, app/assets/stylesheets/style.css */
.block-header__group:focus, .block-header__group:hover {
  box-shadow: 0 0 0 2px #ebebeb inset;
  color: inherit;
}

/* line 700, app/assets/stylesheets/style.css */
.block-header__group--active, .block-header__group--active:focus, .block-header__group--active:hover {
  cursor: default;
  box-shadow: 0 0 0 2px #339933 inset;
}

/* line 706, app/assets/stylesheets/style.css */
.block-header__arrows-list {
  display: flex;
}

/* line 712, app/assets/stylesheets/style.css */
.block-header__arrow {
  width: 27px;
  height: 29px;
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  fill: #999;
  border-radius: 1.5px;
  background: #f2f2f2;
  transition: all .15s;
}

/* line 735, app/assets/stylesheets/style.css */
.block-header__arrow:focus {
  outline: none;
}

/* line 739, app/assets/stylesheets/style.css */
.block-header__arrow:focus, .block-header__arrow:hover {
  background: #339933;
  fill: #fff;
}

/* line 744, app/assets/stylesheets/style.css */
.block-header__arrow:active {
  transition-duration: 0s;
  background: #57bb26;
  fill: #fff;
}

/* line 751, app/assets/stylesheets/style.css */
[dir=ltr] .block-header__arrow + .block-header__arrow {
  margin-left: 3px;
}

/* line 755, app/assets/stylesheets/style.css */
[dir=rtl] .block-header__arrow + .block-header__arrow {
  margin-right: 3px;
}

/* line 759, app/assets/stylesheets/style.css */
[dir=ltr] .block-header__arrow svg {
  transform: scaleX(1);
}

/* line 764, app/assets/stylesheets/style.css */
[dir=rtl] .block-header__arrow svg {
  transform: scaleX(-1);
}

/* line 769, app/assets/stylesheets/style.css */
.block-header__arrow--left svg {
  position: relative;
}

/* line 773, app/assets/stylesheets/style.css */
[dir=ltr] .block-header__arrow--left svg {
  left: -1px;
}

/* line 777, app/assets/stylesheets/style.css */
[dir=rtl] .block-header__arrow--left svg {
  right: -1px;
}

/* line 781, app/assets/stylesheets/style.css */
.block-header__arrow--right svg {
  position: relative;
}

/* line 785, app/assets/stylesheets/style.css */
[dir=ltr] .block-header__arrow--right svg {
  left: 1px;
}

/* line 789, app/assets/stylesheets/style.css */
[dir=rtl] .block-header__arrow--right svg {
  right: 1px;
}

/* line 793, app/assets/stylesheets/style.css */
[dir=ltr] .block-header__title + .block-header__divider {
  margin-left: 16px;
}

/* line 797, app/assets/stylesheets/style.css */
[dir=rtl] .block-header__title + .block-header__divider {
  margin-right: 16px;
}

/* line 801, app/assets/stylesheets/style.css */
[dir=ltr] .block-header__divider + .block-header__groups-list {
  margin-left: 12px;
}

/* line 805, app/assets/stylesheets/style.css */
[dir=rtl] .block-header__divider + .block-header__groups-list {
  margin-right: 12px;
}

/* line 809, app/assets/stylesheets/style.css */
[dir=ltr] .block-header__groups-list + .block-header__arrows-list {
  margin-left: 10px;
}

/* line 813, app/assets/stylesheets/style.css */
[dir=rtl] .block-header__groups-list + .block-header__arrows-list {
  margin-right: 10px;
}

/* line 817, app/assets/stylesheets/style.css */
[dir=ltr] .block-header__divider + .block-header__arrows-list {
  margin-left: 16px;
}

/* line 821, app/assets/stylesheets/style.css */
[dir=rtl] .block-header__divider + .block-header__arrows-list {
  margin-right: 16px;
}

@media (max-width: 767px) {
  /* line 826, app/assets/stylesheets/style.css */
  .block-header {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 833, app/assets/stylesheets/style.css */
  .block-header__groups-list {
    padding: 8px 0;
    margin-top: 8px;
    margin-bottom: -8px;
    order: 100;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 843, app/assets/stylesheets/style.css */
  [dir=ltr] .block-header__divider + .block-header__groups-list {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 847, app/assets/stylesheets/style.css */
  [dir=rtl] .block-header__divider + .block-header__groups-list {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 851, app/assets/stylesheets/style.css */
  [dir=ltr] .block-header__divider + .block-header__groups-list + .block-header__arrows-list {
    margin-left: 16px;
  }
  /* line 854, app/assets/stylesheets/style.css */
  [dir=rtl] .block-header__divider + .block-header__groups-list + .block-header__arrows-list {
    margin-right: 16px;
  }
}

/*
// .breadcrumb
*/
/* line 862, app/assets/stylesheets/style.css */
.breadcrumb {
  background: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

/* line 870, app/assets/stylesheets/style.css */
.breadcrumb-item {
  position: relative;
}

/* line 874, app/assets/stylesheets/style.css */
[dir=ltr] .breadcrumb-item {
  padding-left: 0;
  padding-right: 30px;
}

/* line 879, app/assets/stylesheets/style.css */
[dir=rtl] .breadcrumb-item {
  padding-right: 0;
  padding-left: 30px;
}

/* line 884, app/assets/stylesheets/style.css */
.breadcrumb-item a {
  color: inherit;
  transition: color .15s;
}

/* line 890, app/assets/stylesheets/style.css */
.breadcrumb-item a:hover {
  color: #339933;
}

/* line 894, app/assets/stylesheets/style.css */
[dir=ltr] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 30px;
}

/* line 899, app/assets/stylesheets/style.css */
[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0;
  padding-left: 30px;
}

/* line 904, app/assets/stylesheets/style.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

/* line 908, app/assets/stylesheets/style.css */
.breadcrumb-item.active {
  color: #999;
}

/* line 912, app/assets/stylesheets/style.css */
.breadcrumb-arrow {
  fill: #d1d1d1;
  position: absolute;
  top: 5px;
}

/* line 918, app/assets/stylesheets/style.css */
[dir=ltr] .breadcrumb-arrow {
  right: 11px;
  transform: scaleX(1);
}

/* line 924, app/assets/stylesheets/style.css */
[dir=rtl] .breadcrumb-arrow {
  left: 11px;
  transform: scaleX(-1);
}

/*
// .btn
*/
/* line 933, app/assets/stylesheets/style.css */
.btn {
  border-radius: 2px;
  transition: all 0.1s ease-in-out;
  font-size: 1rem;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  padding: .375rem 1.25rem;
  font-weight: 500;
}

/* line 944, app/assets/stylesheets/style.css */
.btn.btn-svg-icon {
  width: calc(2.25rem + 2px);
}

/* line 948, app/assets/stylesheets/style.css */
.btn-lg {
  font-size: 1.125rem;
  height: calc(2.75rem + 2px);
  padding: .8125rem 2rem;
  line-height: 1;
  font-weight: 500;
}

/* line 956, app/assets/stylesheets/style.css */
.btn-lg.btn-svg-icon {
  width: calc(2.75rem + 2px);
}

/* line 960, app/assets/stylesheets/style.css */
.btn-xl {
  font-size: 1.375rem;
  height: calc(3.625rem + 2px);
  padding: 1.125rem 3rem;
  line-height: 1;
  font-weight: 500;
}

/* line 968, app/assets/stylesheets/style.css */
.btn-xl.btn-svg-icon {
  width: calc(3.625rem + 2px);
}

/* line 972, app/assets/stylesheets/style.css */
.btn-sm {
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
}

/* line 980, app/assets/stylesheets/style.css */
.btn-sm.btn-svg-icon {
  width: calc(1.875rem + 2px);
}

/* line 984, app/assets/stylesheets/style.css */
.btn-xs {
  font-size: .8125rem;
  height: calc(1.5rem + 2px);
  line-height: 1.25;
  padding: .25rem .5625rem;
  font-weight: 500;
}

/* line 992, app/assets/stylesheets/style.css */
.btn-xs.btn-svg-icon {
  width: calc(1.5rem + 2px);
}

/* line 996, app/assets/stylesheets/style.css */
.btn-svg-icon {
  padding: 0;
  position: relative;
}

/* line 1001, app/assets/stylesheets/style.css */
.btn-svg-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 1010, app/assets/stylesheets/style.css */
  [dir=ltr] .btn-svg-icon svg {
    transform: translate(-50%, -50%);
  }
  /* line 1014, app/assets/stylesheets/style.css */
  [dir=rtl] .btn-svg-icon svg {
    transform: translate(50%, -50%);
  }
}

/* this needs only to avoid slow performance on Microsoft Edge while rendering huge amount of svg*/
/* line 1021, app/assets/stylesheets/style.css */
.btn-svg-icon--fake-svg .fake-svg-icon {
  transition: all 0.1s ease-in-out;
  display: none;
}

@supports (-ms-ime-align: auto) {
  /* line 1028, app/assets/stylesheets/style.css */
  .btn-svg-icon--fake-svg svg {
    display: none;
  }
  /* line 1031, app/assets/stylesheets/style.css */
  .btn-svg-icon--fake-svg .fake-svg-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    align-items: center;
    justify-content: center;
  }
}

/* line 1047, app/assets/stylesheets/style.css */
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  border-color: #3d464d;
  background: #3d464d;
  color: #fff;
  fill: #fff;
}

/* line 1054, app/assets/stylesheets/style.css */
.btn-primary.focus .fake-svg-icon, .btn-primary:focus .fake-svg-icon, .btn-primary:hover .fake-svg-icon {
  color: #fff;
}

/* line 1058, app/assets/stylesheets/style.css */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}

/* line 1063, app/assets/stylesheets/style.css */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled) {
  border-color: #546069;
  background: #546069;
  color: #fff;
  fill: #fff;
}

/* line 1070, app/assets/stylesheets/style.css */
.btn-primary:not(:disabled):not(.disabled):active .fake-svg-icon, .btn-primary.active:not(:disabled):not(.disabled) .fake-svg-icon {
  color: #fff;
}

/* line 1074, app/assets/stylesheets/style.css */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}

/* line 1079, app/assets/stylesheets/style.css */
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  border-color: #339933;
  background: #339933;
  color: #fff;
  fill: #fff;
}

/* line 1086, app/assets/stylesheets/style.css */
.btn-primary .fake-svg-icon, .btn-primary.disabled .fake-svg-icon, .btn-primary:disabled .fake-svg-icon {
  color: #fff;
}

/* line 1090, app/assets/stylesheets/style.css */
.btn-primary.btn-loading:not(:disabled):not(.disabled), .btn-primary.btn-loading:not(:disabled):not(.disabled):active, .btn-primary.btn-loading.active:not(:disabled):not(.disabled) {
  cursor: default;
  border-color: #339933;
  background: #339933;
}

/* line 1096, app/assets/stylesheets/style.css */
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
  border-color: #3d464d;
  background: #3d464d;
  color: #fff;
  fill: #fff;
}

/* line 1103, app/assets/stylesheets/style.css */
.btn-secondary.focus .fake-svg-icon, .btn-secondary:focus .fake-svg-icon, .btn-secondary:hover .fake-svg-icon {
  color: #fff;
}

/* line 1107, app/assets/stylesheets/style.css */
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: none;
}

/* line 1112, app/assets/stylesheets/style.css */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled) {
  border-color: #546069;
  background: #546069;
  color: #fff;
  fill: #fff;
}

/* line 1119, app/assets/stylesheets/style.css */
.btn-secondary:not(:disabled):not(.disabled):active .fake-svg-icon, .btn-secondary.active:not(:disabled):not(.disabled) .fake-svg-icon {
  color: #fff;
}

/* line 1123, app/assets/stylesheets/style.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}

/* line 1128, app/assets/stylesheets/style.css */
.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #3d464d;
  fill: #3d464d;
}

/* line 1135, app/assets/stylesheets/style.css */
.btn-secondary .fake-svg-icon, .btn-secondary.disabled .fake-svg-icon, .btn-secondary:disabled .fake-svg-icon {
  color: #3d464d;
}

/* line 1139, app/assets/stylesheets/style.css */
.btn-secondary.btn-loading:not(:disabled):not(.disabled), .btn-secondary.btn-loading:not(:disabled):not(.disabled):active, .btn-secondary.btn-loading.active:not(:disabled):not(.disabled) {
  cursor: default;
  border-color: #f0f0f0;
  background: #f0f0f0;
}

/* line 1145, app/assets/stylesheets/style.css */
.btn-light.focus, .btn-light:focus, .btn-light:hover {
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #3d464d;
  fill: #3d464d;
}

/* line 1152, app/assets/stylesheets/style.css */
.btn-light.focus .fake-svg-icon, .btn-light:focus .fake-svg-icon, .btn-light:hover .fake-svg-icon {
  color: #3d464d;
}

/* line 1156, app/assets/stylesheets/style.css */
.btn-light.focus, .btn-light:focus {
  box-shadow: none;
}

/* line 1161, app/assets/stylesheets/style.css */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled) {
  border-color: #e5e5e5;
  background: #e5e5e5;
  color: #3d464d;
  fill: #3d464d;
}

/* line 1168, app/assets/stylesheets/style.css */
.btn-light:not(:disabled):not(.disabled):active .fake-svg-icon, .btn-light.active:not(:disabled):not(.disabled) .fake-svg-icon {
  color: #3d464d;
}

/* line 1172, app/assets/stylesheets/style.css */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus {
  box-shadow: none;
}

/* line 1177, app/assets/stylesheets/style.css */
.btn-light, .btn-light.disabled, .btn-light:disabled {
  border-color: transparent;
  background: transparent;
  color: #3d464d;
  fill: #ccc;
}

/* line 1184, app/assets/stylesheets/style.css */
.btn-light .fake-svg-icon, .btn-light.disabled .fake-svg-icon, .btn-light:disabled .fake-svg-icon {
  color: #ccc;
}

/* line 1188, app/assets/stylesheets/style.css */
.btn-light.btn-loading:not(:disabled):not(.disabled), .btn-light.btn-loading:not(:disabled):not(.disabled):active, .btn-light.btn-loading.active:not(:disabled):not(.disabled) {
  cursor: default;
  border-color: transparent;
  background: transparent;
}

/* loading state */
/* line 1195, app/assets/stylesheets/style.css */
.btn-loading {
  position: relative;
  /* hide button content */
  /* nl size (default) */
  /* xl size */
  /* lg size */
  /* sm size */
  /* xs size */
}

/* line 1205, app/assets/stylesheets/style.css */
.btn-loading, .btn-loading:hover, .btn-loading.focus, .btn-loading:focus, .btn-loading.active:not(:disabled):not(.disabled), .btn-loading:not(:disabled):not(.disabled):active, .btn-loading.disabled, .btn-loading:disabled {
  color: transparent;
  fill: transparent;
}

/* line 1210, app/assets/stylesheets/style.css */
.btn-loading:after {
  display: block;
  content: '';
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.5);
  transition: border-color .1s;
  animation-name: preloader-animation;
  animation-duration: .5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* line 1228, app/assets/stylesheets/style.css */
.btn-loading:after {
  left: calc(50% - 11px);
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border-radius: 11px;
}

/* line 1236, app/assets/stylesheets/style.css */
.btn-loading.btn-xl:after {
  left: calc(50% - 21px);
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
  border-radius: 21px;
}

/* line 1244, app/assets/stylesheets/style.css */
.btn-loading.btn-lg:after {
  left: calc(50% - 14px);
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
  border-radius: 14px;
}

/* line 1252, app/assets/stylesheets/style.css */
.btn-loading.btn-sm:after {
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

/* line 1260, app/assets/stylesheets/style.css */
.btn-loading.btn-xs:after {
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 7px;
}

/*
// .card
*/
/* line 1271, app/assets/stylesheets/style.css */
.card {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
}

/* line 1276, app/assets/stylesheets/style.css */
.card-body {
  padding: 2rem;
}

/* line 1280, app/assets/stylesheets/style.css */
.card-header,
.card-footer {
  padding: 1.5rem 2rem;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}

/* line 1288, app/assets/stylesheets/style.css */
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6,
.card-footer h1,
.card-footer h2,
.card-footer h3,
.card-footer h4,
.card-footer h5,
.card-footer h6 {
  margin-bottom: 0;
}

/* line 1298, app/assets/stylesheets/style.css */
.card-title {
  margin-bottom: 1.75rem;
}

/* line 1302, app/assets/stylesheets/style.css */
.card-title h1, .card-title h2, .card-title h3, .card-title h4, .card-title h5, .card-title h6 {
  margin-bottom: 0;
}

/* line 1306, app/assets/stylesheets/style.css */
.card-divider {
  height: 2px;
  background: #f0f0f0;
}

/* line 1311, app/assets/stylesheets/style.css */
.card-body .card-title:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1316, app/assets/stylesheets/style.css */
  .card-header,
.card-footer {
    padding: 1.25rem 1.5rem;
  }
  /* line 1320, app/assets/stylesheets/style.css */
  .card-title {
    font-size: 26px;
    margin-bottom: 1.5rem;
  }
  /* line 1324, app/assets/stylesheets/style.css */
  .card-body {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  /* line 1330, app/assets/stylesheets/style.css */
  .card-header,
.card-footer {
    padding: 1rem 1.375rem;
  }
  /* line 1334, app/assets/stylesheets/style.css */
  .card-title {
    font-size: 26px;
    margin-bottom: 1.5rem;
  }
  /* line 1338, app/assets/stylesheets/style.css */
  .card-body {
    padding: 1.375rem;
  }
}

/*
// .card-table
*/
/* line 1346, app/assets/stylesheets/style.css */
.card-table {
  font-size: 15px;
}

/* line 1350, app/assets/stylesheets/style.css */
.card-table table {
  width: 100%;
  min-width: 500px;
}

/* line 1355, app/assets/stylesheets/style.css */
[dir=ltr] .card-table table {
  text-align: left;
}

/* line 1359, app/assets/stylesheets/style.css */
[dir=rtl] .card-table table {
  text-align: right;
}

/* line 1363, app/assets/stylesheets/style.css */
.card-table thead th {
  border-bottom: 2px solid #f0f0f0;
  text-transform: uppercase;
  color: #6c757d;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 12px;
}

/* line 1372, app/assets/stylesheets/style.css */
.card-table tbody td {
  padding: 12px 12px;
}

/* line 1376, app/assets/stylesheets/style.css */
.card-table tbody tr + tr td {
  border-top: 1px solid #f0f0f0;
}

/* line 1380, app/assets/stylesheets/style.css */
.card-table tbody tr:hover > * {
  background-color: #f7f7f7;
}

/* line 1384, app/assets/stylesheets/style.css */
[dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
  padding-left: 2rem;
}

/* line 1388, app/assets/stylesheets/style.css */
[dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
  padding-right: 2rem;
}

/* line 1392, app/assets/stylesheets/style.css */
[dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
  padding-right: 2rem;
}

/* line 1396, app/assets/stylesheets/style.css */
[dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
  padding-left: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1401, app/assets/stylesheets/style.css */
  .card-table {
    font-size: 14px;
  }
  /* line 1404, app/assets/stylesheets/style.css */
  [dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
    padding-left: 1.5rem;
  }
  /* line 1407, app/assets/stylesheets/style.css */
  [dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
    padding-right: 1.5rem;
  }
  /* line 1410, app/assets/stylesheets/style.css */
  [dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
    padding-right: 1.5rem;
  }
  /* line 1413, app/assets/stylesheets/style.css */
  [dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
    padding-left: 1.5rem;
  }
}

@media (max-width: 767px) {
  /* line 1419, app/assets/stylesheets/style.css */
  .card-table {
    font-size: 14px;
  }
  /* line 1422, app/assets/stylesheets/style.css */
  [dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
    padding-left: 1.375rem;
  }
  /* line 1425, app/assets/stylesheets/style.css */
  [dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
    padding-right: 1.375rem;
  }
  /* line 1428, app/assets/stylesheets/style.css */
  [dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
    padding-right: 1.375rem;
  }
  /* line 1431, app/assets/stylesheets/style.css */
  [dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
    padding-left: 1.375rem;
  }
}

/*
// .filters-button
*/
/* line 1439, app/assets/stylesheets/style.css */
.filters-button {
  display: flex;
  align-items: center;
  padding: 0 9px;
  height: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  color: inherit;
}

/* line 1458, app/assets/stylesheets/style.css */
.filters-button:focus {
  outline: none;
}

/* line 1462, app/assets/stylesheets/style.css */
.filters-button:hover {
  background: #f5f5f5;
  border-color: #e5e5e5;
}

/* line 1467, app/assets/stylesheets/style.css */
.filters-button__icon {
  fill: #3d464d;
}

/* line 1471, app/assets/stylesheets/style.css */
[dir=ltr] .filters-button__icon {
  margin-right: 8px;
}

/* line 1475, app/assets/stylesheets/style.css */
[dir=rtl] .filters-button__icon {
  margin-left: 8px;
}

/* line 1479, app/assets/stylesheets/style.css */
.filters-button__counter {
  display: block;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 5px 0;
  border-radius: 2px;
  line-height: 16px;
  background: #339933;
  color: #fff;
}

/* line 1491, app/assets/stylesheets/style.css */
[dir=ltr] .filters-button__counter {
  margin-left: 12px;
  margin-right: -4px;
}

/* line 1496, app/assets/stylesheets/style.css */
[dir=rtl] .filters-button__counter {
  margin-right: 12px;
  margin-left: -4px;
}

/*
// forms
*/
/* line 1504, app/assets/stylesheets/style.css */
.form-group {
  margin-bottom: 1.5rem;
}

/* line 1508, app/assets/stylesheets/style.css */
[dir=ltr] .form-check {
  padding-left: 1.5rem;
}

/* line 1512, app/assets/stylesheets/style.css */
[dir=rtl] .form-check {
  padding-right: 1.5rem;
}

/* line 1516, app/assets/stylesheets/style.css */
.form-check-input {
  position: absolute;
  margin-top: .1875rem;
}

/* line 1521, app/assets/stylesheets/style.css */
[dir=ltr] .form-check-input {
  margin-left: -1.5rem;
}

/* line 1525, app/assets/stylesheets/style.css */
[dir=rtl] .form-check-input {
  margin-right: -1.5rem;
}

@media (max-width: 767px) {
  /* line 1530, app/assets/stylesheets/style.css */
  .form-group {
    margin-bottom: 1.125rem;
  }
}

/* line 1535, app/assets/stylesheets/style.css */
.form-control {
  border-radius: 2px;
  line-height: 1.25;
}

/* line 1540, app/assets/stylesheets/style.css */
.form-control-sm {
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .3125rem .5rem;
}

/* line 1546, app/assets/stylesheets/style.css */
.form-control-lg {
  height: calc(2.75rem + 2px);
  line-height: 1.25;
}

/* line 1551, app/assets/stylesheets/style.css */
.form-control:valid,
.form-control.is-valid,
.form-control:invalid,
.form-control.is-invalid {
  background-image: none;
}

/* line 1558, app/assets/stylesheets/style.css */
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 1563, app/assets/stylesheets/style.css */
select.form-control::-ms-expand {
  display: none;
}

/* line 1567, app/assets/stylesheets/style.css */
select.form-control,
select.form-control:valid,
select.form-control.is-valid,
select.form-control:invalid,
select.form-control.is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='%234d4d4d' d='M4.503,4 L0.497,4 C0.094,4 -0.142,3.492 0.089,3.122 L2.095,0.233 C2.293,-0.084 2.712,-0.084 2.911,0.233 L4.911,3.122 C5.142,3.492 4.906,4 4.503,4 ZM0.497,6 L4.503,6 C4.906,6 5.142,6.504 4.911,6.871 L2.905,9.737 C2.707,10.052 2.288,10.052 2.089,9.737 L0.089,6.871 C-0.142,6.504 0.094,6 0.497,6 Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 5px 10px;
}

/* line 1577, app/assets/stylesheets/style.css */
[dir=ltr] select.form-control, [dir=ltr]
select.form-control:valid, [dir=ltr]
select.form-control.is-valid, [dir=ltr]
select.form-control:invalid, [dir=ltr]
select.form-control.is-invalid {
  background-position: right 0.75rem center;
  padding-right: calc(.75rem * 2 + 5px);
}

/* line 1586, app/assets/stylesheets/style.css */
[dir=rtl] select.form-control, [dir=rtl]
select.form-control:valid, [dir=rtl]
select.form-control.is-valid, [dir=rtl]
select.form-control:invalid, [dir=rtl]
select.form-control.is-invalid {
  background-position: left 0.75rem center;
  padding-left: calc(.75rem * 2 + 5px);
}

/* line 1595, app/assets/stylesheets/style.css */
[dir=ltr] select.form-control-sm, [dir=ltr]
select.form-control-sm:valid, [dir=ltr]
select.form-control-sm.is-valid, [dir=ltr]
select.form-control-sm:invalid, [dir=ltr]
select.form-control-sm.is-invalid {
  background-position: right 0.5rem center;
  padding-right: calc(.5rem * 2 + 5px);
}

/* line 1604, app/assets/stylesheets/style.css */
[dir=rtl] select.form-control-sm, [dir=rtl]
select.form-control-sm:valid, [dir=rtl]
select.form-control-sm.is-valid, [dir=rtl]
select.form-control-sm:invalid, [dir=rtl]
select.form-control-sm.is-invalid {
  background-position: left 0.5rem center;
  padding-left: calc(.5rem * 2 + 5px);
}

/* line 1613, app/assets/stylesheets/style.css */
[dir=ltr] select.form-control-lg, [dir=ltr]
select.form-control-lg:valid, [dir=ltr]
select.form-control-lg.is-valid, [dir=ltr]
select.form-control-lg:invalid, [dir=ltr]
select.form-control-lg.is-invalid {
  background-position: right 1rem center;
  padding-right: calc(1rem * 2 + 5px);
}

/* line 1622, app/assets/stylesheets/style.css */
[dir=rtl] select.form-control-lg, [dir=rtl]
select.form-control-lg:valid, [dir=rtl]
select.form-control-lg.is-valid, [dir=rtl]
select.form-control-lg:invalid, [dir=rtl]
select.form-control-lg.is-invalid {
  background-position: left 1rem center;
  padding-left: calc(1rem * 2 + 5px);
}

/*
// .input-check
*/
/* line 1634, app/assets/stylesheets/style.css */
.input-check {
  display: inline-block;
}

/* line 1638, app/assets/stylesheets/style.css */
.input-check__body {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}

/* line 1645, app/assets/stylesheets/style.css */
.input-check__input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: inherit;
}

/* line 1655, app/assets/stylesheets/style.css */
.input-check__box {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 1.2px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  transition: background 0.15s, box-shadow 0.15s;
}

/* line 1669, app/assets/stylesheets/style.css */
.input-check__icon {
  pointer-events: none;
  position: absolute;
  left: 4px;
  top: 5px;
  fill: #fff;
  transform: scale(0);
  transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s;
}

/* line 1683, app/assets/stylesheets/style.css */
.input-check__input:checked ~ .input-check__box {
  background: #339933;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

/* line 1689, app/assets/stylesheets/style.css */
.input-check__input:checked ~ .input-check__icon {
  fill: #fff;
  transition-delay: 0s, 0s, 0s;
  transform: scale(1);
}

/* line 1697, app/assets/stylesheets/style.css */
.input-check__input:disabled ~ .input-check__box {
  background: #f2f2f2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

/* line 1703, app/assets/stylesheets/style.css */
.input-check__input:disabled ~ .input-check__icon {
  fill: rgba(0, 0, 0, 0.2);
}

/*
// .input-check-color
*/
/* line 1710, app/assets/stylesheets/style.css */
.input-check-color {
  display: inline-block;
}

/* line 1714, app/assets/stylesheets/style.css */
.input-check-color__body {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 1.2px;
  overflow: hidden;
  cursor: inherit;
  margin: 0;
}

/* line 1725, app/assets/stylesheets/style.css */
.input-check-color__input {
  position: absolute;
  visibility: hidden;
}

/* line 1730, app/assets/stylesheets/style.css */
.input-check-color__box {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 1.2px;
  background: currentColor;
  cursor: inherit;
}

/* line 1739, app/assets/stylesheets/style.css */
.input-check-color__icon {
  position: absolute;
  left: 5px;
  top: 6px;
  fill: #fff;
  transform: scale(0);
  transition: transform 0.15s;
}

/* line 1752, app/assets/stylesheets/style.css */
.input-check-color__input:checked ~ .input-check-color__icon {
  transform: scale(1);
}

/* line 1757, app/assets/stylesheets/style.css */
.input-check-color__input:disabled {
  cursor: default;
}

/* line 1761, app/assets/stylesheets/style.css */
.input-check-color__input:disabled ~ .input-check-color__box {
  position: relative;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  opacity: .5;
  cursor: default;
}

/* line 1771, app/assets/stylesheets/style.css */
.input-check-color__input:disabled ~ .input-check-color__stick {
  pointer-events: none;
  display: block;
  position: absolute;
  width: 2px;
  border-radius: 1px;
  height: 34px;
  left: calc(50% - 1px);
  top: -6px;
  background: rgba(102, 102, 102, 0.9);
  transform: rotateZ(45deg);
  transform-origin: center center;
}

/* line 1787, app/assets/stylesheets/style.css */
.input-check-color--light .input-check-color__icon {
  fill: #3d464d;
}

/* line 1791, app/assets/stylesheets/style.css */
.input-check-color--white .input-check-color__box {
  box-shadow: 0 0 0 2px #d9d9d9 inset;
}

/* line 1796, app/assets/stylesheets/style.css */
.input-check-color--white .input-check-color__icon {
  fill: #bfbfbf;
}

/*
// .input-number
*/
/* line 1803, app/assets/stylesheets/style.css */
.input-number {
  display: block;
  width: 100%;
  position: relative;
}

/* line 1809, app/assets/stylesheets/style.css */
.input-number__input {
  -moz-appearance: textfield;
  display: block;
  width: 100%;
  min-width: 88px;
  padding: 0 24px 1px;
  text-align: center;
}

/* line 1818, app/assets/stylesheets/style.css */
.input-number__input::-webkit-inner-spin-button, .input-number__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* line 1822, app/assets/stylesheets/style.css */
.input-number__sub,
.input-number__add {
  position: absolute;
  height: 100%;
  width: 24px;
  top: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .3;
  transition: opacity .18s;
}

/* line 1838, app/assets/stylesheets/style.css */
.input-number__sub:before, .input-number__sub:after,
.input-number__add:before,
.input-number__add:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: currentColor;
}

/* line 1851, app/assets/stylesheets/style.css */
.input-number__sub:before,
.input-number__add:before {
  width: 8px;
  height: 2px;
}

/* line 1857, app/assets/stylesheets/style.css */
.input-number__sub:hover,
.input-number__add:hover {
  opacity: 1;
}

/* line 1862, app/assets/stylesheets/style.css */
[dir=ltr] .input-number__sub {
  left: 1px;
}

/* line 1866, app/assets/stylesheets/style.css */
[dir=rtl] .input-number__sub {
  right: 1px;
}

/* line 1870, app/assets/stylesheets/style.css */
[dir=ltr] .input-number__add {
  right: 1px;
}

/* line 1874, app/assets/stylesheets/style.css */
[dir=rtl] .input-number__add {
  left: 1px;
}

/* line 1878, app/assets/stylesheets/style.css */
.input-number__add:after {
  width: 2px;
  height: 8px;
}

/*
// .input-radio
*/
/* line 1886, app/assets/stylesheets/style.css */
.input-radio {
  display: inline-block;
}

/* line 1890, app/assets/stylesheets/style.css */
.input-radio__body {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}

/* line 1897, app/assets/stylesheets/style.css */
.input-radio__input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: inherit;
}

/* line 1907, app/assets/stylesheets/style.css */
.input-radio__circle {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17) inset;
  transition: background 0.2s, box-shadow 0.2s;
}

/* line 1921, app/assets/stylesheets/style.css */
.input-radio__circle::after {
  display: block;
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  transform: scale(0);
  transition: background 0.2s, transform 0.2s, visibility 0s 0.2s;
  visibility: hidden;
}

/* line 1940, app/assets/stylesheets/style.css */
.input-radio__input:checked ~ .input-radio__circle {
  background: #339933;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
}

/* line 1946, app/assets/stylesheets/style.css */
.input-radio__input:checked ~ .input-radio__circle::after {
  background: #fff;
  visibility: visible;
  transition-delay: 0s, 0s, 0s;
  transform: scale(1);
}

/* line 1955, app/assets/stylesheets/style.css */
.input-radio__input:disabled ~ .input-radio__circle {
  background: #f2f2f2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}

/* line 1961, app/assets/stylesheets/style.css */
.input-radio__input:disabled ~ .input-radio__circle::after {
  background: rgba(0, 0, 0, 0.2);
}

/*
// .input-radio-color
*/
/* line 1968, app/assets/stylesheets/style.css */
.input-radio-color {
  display: block;
}

/* line 1972, app/assets/stylesheets/style.css */
.input-radio-color__list {
  padding: 1px 0;
  display: flex;
  margin: -2px;
}

/* line 1980, app/assets/stylesheets/style.css */
.input-radio-color__item {
  width: 30px;
  height: 30px;
  display: block;
  margin: 2px;
  cursor: pointer;
}

/* line 1988, app/assets/stylesheets/style.css */
.input-radio-color__item input {
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

/* line 1994, app/assets/stylesheets/style.css */
.input-radio-color__item span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 15px;
  background: currentColor;
  transform: scale(0.73333);
  transition: transform .2s;
}

/* line 2009, app/assets/stylesheets/style.css */
.input-radio-color__item span:before, .input-radio-color__item span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 1000px;
}

/* line 2016, app/assets/stylesheets/style.css */
.input-radio-color__item span:before {
  left: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  transform: scale(0);
  transition: transform .2s;
}

/* line 2030, app/assets/stylesheets/style.css */
.input-radio-color__item span:after {
  left: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: currentColor;
  transform: scale(0);
  transition: transform .2s;
}

/* line 2044, app/assets/stylesheets/style.css */
.input-radio-color__item:hover input:enabled ~ span {
  transform: scale(0.86667);
}

/* line 2049, app/assets/stylesheets/style.css */
.input-radio-color__item input:enabled:checked ~ span,
.input-radio-color__item input:enabled:checked ~ span:before,
.input-radio-color__item input:enabled:checked ~ span:after {
  transform: scale(1);
}

/* line 2056, app/assets/stylesheets/style.css */
.input-radio-color__item--disabled {
  cursor: default;
}

/* line 2060, app/assets/stylesheets/style.css */
.input-radio-color__item--disabled span {
  transform: scale(0.75);
}

/* line 2065, app/assets/stylesheets/style.css */
.input-radio-color__item--disabled span:before {
  transform: scale(1.33) rotateZ(45deg);
  left: 14px;
  top: -1px;
  width: 2px;
  height: calc(100% + 2px);
  background: rgba(0, 0, 0, 0.3);
}

/* line 2075, app/assets/stylesheets/style.css */
.input-radio-color__item--white span {
  box-shadow: inset 0 0 0 2px #ccc;
}

/* line 2080, app/assets/stylesheets/style.css */
.input-radio-color__item--white span:after {
  box-shadow: inset 0 0 0 2px #ccc;
}

/*
// .input-radio-label
*/
/* line 2088, app/assets/stylesheets/style.css */
.input-radio-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

/* line 2094, app/assets/stylesheets/style.css */
.input-radio-label__list {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

/* line 2103, app/assets/stylesheets/style.css */
.input-radio-label__list input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

/* line 2109, app/assets/stylesheets/style.css */
.input-radio-label__list label {
  display: flex;
  margin: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 2120, app/assets/stylesheets/style.css */
.input-radio-label__list span {
  cursor: pointer;
  display: block;
  height: 32px;
  padding: .3125rem 1rem;
  border-radius: 2px;
  background: #f0f0f0;
  color: #3d464d;
  transition: background-color .2s, color .2s;
}

/* line 2132, app/assets/stylesheets/style.css */
.input-radio-label__list input:not(:checked):not(:disabled) ~ span:hover {
  background: #e0e0e0;
  color: #3d464d;
}

/* line 2137, app/assets/stylesheets/style.css */
.input-radio-label__list input:checked ~ span {
  cursor: default;
  background: #339933;
  color: #fff;
  transition-duration: .08s, .08s;
}

/* line 2145, app/assets/stylesheets/style.css */
.input-radio-label__list input:disabled ~ span {
  cursor: default;
  opacity: .5;
}

/*
// .layout-switcher
*/
/* line 2153, app/assets/stylesheets/style.css */
.layout-switcher__list {
  display: flex;
}

/* line 2159, app/assets/stylesheets/style.css */
.layout-switcher__button {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  height: 32px;
  border-radius: 0;
  background: #fff;
  fill: #a1abb3;
}

/* line 2178, app/assets/stylesheets/style.css */
.layout-switcher__button:focus {
  outline: none;
}

/* line 2182, app/assets/stylesheets/style.css */
.layout-switcher__button:hover {
  border-color: #e5e5e5;
  background: #f2f2f2;
  fill: #3d464d;
}

/* line 2188, app/assets/stylesheets/style.css */
[dir=ltr] .layout-switcher__button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 2193, app/assets/stylesheets/style.css */
[dir=rtl] .layout-switcher__button:first-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 2198, app/assets/stylesheets/style.css */
[dir=ltr] .layout-switcher__button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 2203, app/assets/stylesheets/style.css */
[dir=rtl] .layout-switcher__button:last-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 2208, app/assets/stylesheets/style.css */
[dir=ltr] .layout-switcher__button + .layout-switcher__button {
  margin-left: -1px;
}

/* line 2212, app/assets/stylesheets/style.css */
[dir=rtl] .layout-switcher__button + .layout-switcher__button {
  margin-right: -1px;
}

/* line 2216, app/assets/stylesheets/style.css */
.layout-switcher__button--active,
.layout-switcher__button--active:hover {
  cursor: default;
  border-color: #339933;
  background: #339933;
  fill: #fff;
  z-index: 1;
}

/*
// .modal
*/
/* line 2228, app/assets/stylesheets/style.css */
.modal {
  -webkit-overflow-scrolling: touch;
}

/* line 2232, app/assets/stylesheets/style.css */
.modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
}

/*
// .nouislider
*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 2246, app/assets/stylesheets/style.css */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

/* line 2260, app/assets/stylesheets/style.css */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 2265, app/assets/stylesheets/style.css */
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
/* line 2275, app/assets/stylesheets/style.css */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

/* line 2280, app/assets/stylesheets/style.css */
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

/* Offset direction
 */
/* line 2295, app/assets/stylesheets/style.css */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
/* line 2303, app/assets/stylesheets/style.css */
.noUi-vertical .noUi-origin {
  width: 0;
}

/* line 2307, app/assets/stylesheets/style.css */
.noUi-horizontal .noUi-origin {
  height: 0;
}

/* line 2311, app/assets/stylesheets/style.css */
.noUi-handle {
  position: absolute;
}

/* line 2315, app/assets/stylesheets/style.css */
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

/* line 2324, app/assets/stylesheets/style.css */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
/* line 2330, app/assets/stylesheets/style.css */
.noUi-horizontal {
  height: 18px;
}

/* line 2334, app/assets/stylesheets/style.css */
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

/* line 2341, app/assets/stylesheets/style.css */
.noUi-vertical {
  width: 18px;
}

/* line 2345, app/assets/stylesheets/style.css */
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  top: -17px;
}

/* line 2351, app/assets/stylesheets/style.css */
.noUi-target {
  height: 16px;
}

/* line 2355, app/assets/stylesheets/style.css */
.noUi-base {
  padding-top: 5px;
}

/* line 2359, app/assets/stylesheets/style.css */
.noUi-connects {
  background: #e0e0e0;
  border-radius: 3px;
  height: 6px;
}

/* line 2365, app/assets/stylesheets/style.css */
.noUi-connect {
  border-radius: 2px;
  background: #339933;
}

/* line 2370, app/assets/stylesheets/style.css */
.noUi-horizontal .noUi-handle {
  cursor: ew-resize;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #339933;
  box-shadow: 0 0 0 0 rgba(71, 153, 31, 0);
  transition: box-shadow .2s;
}

/* line 2384, app/assets/stylesheets/style.css */
.noUi-horizontal .noUi-handle:after {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  margin: 5px;
  border-radius: 3px;
  background: #fff;
  transition: transform .2s;
}

/* line 2399, app/assets/stylesheets/style.css */
.noUi-horizontal .noUi-handle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(71, 153, 31, 0.3);
}

/* line 2405, app/assets/stylesheets/style.css */
.noUi-horizontal .noUi-handle:focus:after {
  transform: scale(0);
}

/* line 2410, app/assets/stylesheets/style.css */
.noUi-horizontal .noUi-handle {
  top: 0px;
}

/* line 2414, app/assets/stylesheets/style.css */
[dir=ltr] .noUi-horizontal .noUi-handle {
  left: auto;
  right: -8px;
}

/* line 2419, app/assets/stylesheets/style.css */
[dir=rtl] .noUi-horizontal .noUi-handle {
  right: auto;
  left: -8px;
}

/*
// .pagination
*/
/* line 2427, app/assets/stylesheets/style.css */
.pagination {
  margin-bottom: 0;
}

/* line 2431, app/assets/stylesheets/style.css */
.page-link {
  font-weight: 500;
  border-radius: 2px;
  border: none;
  line-height: 1;
  margin: 0 2px;
  padding: 9px 10px 8px;
  height: 33px;
  background: transparent;
  color: #3d464d;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 2448, app/assets/stylesheets/style.css */
.page-link:hover,
.page-link:focus {
  box-shadow: none;
  background: #ebebeb;
  color: #3d464d;
}

/* line 2456, app/assets/stylesheets/style.css */
.page-link--with-arrow {
  width: 29px;
  position: relative;
}

/* line 2461, app/assets/stylesheets/style.css */
.page-link--with-arrow .page-link__arrow {
  position: absolute;
  fill: currentColor;
  top: 10px;
}

/* line 2467, app/assets/stylesheets/style.css */
[dir=ltr] .page-link--with-arrow .page-link__arrow {
  transform: scaleX(1);
}

/* line 2472, app/assets/stylesheets/style.css */
[dir=rtl] .page-link--with-arrow .page-link__arrow {
  transform: scaleX(-1);
}

/* line 2477, app/assets/stylesheets/style.css */
[dir=ltr] .page-link--with-arrow .page-link__arrow--left {
  left: 10px;
}

/* line 2481, app/assets/stylesheets/style.css */
[dir=rtl] .page-link--with-arrow .page-link__arrow--left {
  right: 10px;
}

/* line 2485, app/assets/stylesheets/style.css */
[dir=ltr] .page-link--with-arrow .page-link__arrow--right {
  left: 11px;
}

/* line 2489, app/assets/stylesheets/style.css */
[dir=rtl] .page-link--with-arrow .page-link__arrow--right {
  right: 11px;
}

/* line 2493, app/assets/stylesheets/style.css */
.page-item:first-child .page-link {
  border-radius: 2px;
}

/* line 2497, app/assets/stylesheets/style.css */
[dir=ltr] .page-item:first-child .page-link {
  margin-left: 0;
}

/* line 2501, app/assets/stylesheets/style.css */
[dir=rtl] .page-item:first-child .page-link {
  margin-right: 0;
}

/* line 2505, app/assets/stylesheets/style.css */
.page-item:last-child .page-link {
  border-radius: 2px;
}

/* line 2509, app/assets/stylesheets/style.css */
[dir=ltr] .page-item:last-child .page-link {
  margin-right: 0;
}

/* line 2513, app/assets/stylesheets/style.css */
[dir=rtl] .page-item:last-child .page-link {
  margin-left: 0;
}

/* line 2517, app/assets/stylesheets/style.css */
.page-item.active .page-link {
  background: #339933;
  color: #fff;
  cursor: default;
}

/* line 2523, app/assets/stylesheets/style.css */
.page-item.disabled .page-link {
  background: transparent;
  color: #b3b3b3;
}

/*
// .post-card
*/
/* line 2531, app/assets/stylesheets/style.css */
.post-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 1.5px;
}

/* line 2537, app/assets/stylesheets/style.css */
.post-card__image img {
  max-width: 100%;
}

/* line 2541, app/assets/stylesheets/style.css */
.post-card__image ::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity .6s;
  z-index: 1;
}

/* line 2556, app/assets/stylesheets/style.css */
.post-card__image:hover ::before {
  opacity: 1;
}

/* line 2560, app/assets/stylesheets/style.css */
.post-card__category {
  font-size: 14px;
  color: #adadad;
}

/* line 2565, app/assets/stylesheets/style.css */
.post-card__category a {
  color: inherit;
  transition: .15s;
}

/* line 2571, app/assets/stylesheets/style.css */
.post-card__category a:hover {
  color: #339933;
}

/* line 2575, app/assets/stylesheets/style.css */
.post-card__date {
  font-size: 14px;
  color: #adadad;
}

/* line 2580, app/assets/stylesheets/style.css */
.post-card__name {
  font-size: 20px;
  line-height: 1.125;
  font-weight: 500;
}

/* line 2586, app/assets/stylesheets/style.css */
.post-card__name a {
  color: inherit;
  transition: .15s;
}

/* line 2592, app/assets/stylesheets/style.css */
.post-card__name a:hover {
  color: #339933;
}

/* line 2596, app/assets/stylesheets/style.css */
.post-card__content {
  font-size: 15px;
  line-height: 24px;
}

/* line 2601, app/assets/stylesheets/style.css */
.post-card--layout--related .post-card__name {
  width: 100%;
  font-size: 17px;
  margin-top: 16px;
  line-height: 24px;
}

/* line 2608, app/assets/stylesheets/style.css */
.post-card--layout--related .post-card__name a {
  transition: all .2s;
}

/* line 2613, app/assets/stylesheets/style.css */
.post-card--layout--related .post-card__name a:hover {
  color: #339933;
}

/* line 2617, app/assets/stylesheets/style.css */
.post-card--layout--related .post-card__date {
  margin-top: 8px;
  font-size: 15px;
}

@media (max-width: 767px) {
  /* line 2623, app/assets/stylesheets/style.css */
  .post-card--layout--related .post-card__name {
    margin-top: 12px;
    font-size: 15px;
    line-height: 20px;
  }
  /* line 2628, app/assets/stylesheets/style.css */
  .post-card--layout--related .post-card__date {
    margin-top: 4px;
    font-size: 14px;
  }
}

/* line 2634, app/assets/stylesheets/style.css */
.post-card--layout--grid .post-card__info {
  display: flex;
  flex-wrap: wrap;
}

/* line 2642, app/assets/stylesheets/style.css */
.post-card--layout--grid .post-card__image {
  margin-bottom: 14px;
}

/* line 2646, app/assets/stylesheets/style.css */
.post-card--layout--grid .post-card__category {
  display: none;
}

/* line 2650, app/assets/stylesheets/style.css */
.post-card--layout--grid .post-card__date {
  order: -1;
}

/* line 2656, app/assets/stylesheets/style.css */
.post-card--layout--grid .post-card__name {
  width: 100%;
  font-size: 18px;
  margin-top: 4px;
  line-height: 22px;
}

/* line 2663, app/assets/stylesheets/style.css */
.post-card--layout--grid .post-card__content {
  width: 100%;
  margin-top: 12px;
}

/* line 2668, app/assets/stylesheets/style.css */
.post-card--layout--grid .post-card__read-more {
  width: 100%;
  display: none;
}

/* line 2673, app/assets/stylesheets/style.css */
.post-card--layout--grid.post-card--size--lg .post-card__image {
  margin-bottom: 0;
  border-radius: 3px;
}

/* line 2678, app/assets/stylesheets/style.css */
.post-card--layout--grid.post-card--size--lg .post-card__info {
  padding: 28px 36px 12px;
}

/* line 2682, app/assets/stylesheets/style.css */
.post-card--layout--grid.post-card--size--lg .post-card__category {
  font-size: 15px;
  order: -2;
  display: block;
}

/* line 2690, app/assets/stylesheets/style.css */
.post-card--layout--grid.post-card--size--lg .post-card__date {
  font-size: 15px;
  position: relative;
}

/* line 2695, app/assets/stylesheets/style.css */
[dir=ltr] .post-card--layout--grid.post-card--size--lg .post-card__date {
  padding-left: 22px;
}

/* line 2699, app/assets/stylesheets/style.css */
[dir=rtl] .post-card--layout--grid.post-card--size--lg .post-card__date {
  padding-right: 22px;
}

/* line 2703, app/assets/stylesheets/style.css */
.post-card--layout--grid.post-card--size--lg .post-card__date::before {
  top: 9px;
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: currentColor;
}

/* line 2714, app/assets/stylesheets/style.css */
[dir=ltr] .post-card--layout--grid.post-card--size--lg .post-card__date::before {
  left: 9px;
}

/* line 2718, app/assets/stylesheets/style.css */
[dir=rtl] .post-card--layout--grid.post-card--size--lg .post-card__date::before {
  right: 9px;
}

/* line 2722, app/assets/stylesheets/style.css */
.post-card--layout--grid.post-card--size--lg .post-card__name {
  margin-top: 8px;
  font-size: 24px;
  line-height: 32px;
}

/* line 2728, app/assets/stylesheets/style.css */
.post-card--layout--grid.post-card--size--lg .post-card__content {
  margin-top: 20px;
  font-size: 16px;
}

/* line 2733, app/assets/stylesheets/style.css */
.post-card--layout--grid.post-card--size--lg .post-card__read-more {
  display: block;
  margin-top: 18px;
}

@media (max-width: 767px) {
  /* line 2739, app/assets/stylesheets/style.css */
  .post-card--layout--grid.post-card--size--lg .post-card__info {
    padding: 20px 20px 12px;
  }
  /* line 2742, app/assets/stylesheets/style.css */
  .post-card--layout--grid.post-card--size--lg .post-card__name {
    font-size: 22px;
    line-height: 26px;
  }
  /* line 2746, app/assets/stylesheets/style.css */
  .post-card--layout--grid.post-card--size--lg .post-card__content {
    margin-top: 12px;
  }
}

@media (max-width: 479px) {
  /* line 2752, app/assets/stylesheets/style.css */
  .post-card--layout--grid.post-card--size--lg .post-card__info {
    padding: 12px 12px 12px;
  }
  /* line 2755, app/assets/stylesheets/style.css */
  .post-card--layout--grid.post-card--size--lg .post-card__name {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 2759, app/assets/stylesheets/style.css */
  .post-card--layout--grid.post-card--size--lg .post-card__content {
    margin-top: 10px;
    font-size: 15px;
  }
}

@media (max-width: 379px) {
  /* line 2766, app/assets/stylesheets/style.css */
  .post-card--layout--grid.post-card--size--lg .post-card__name {
    margin-top: 4px;
  }
  /* line 2769, app/assets/stylesheets/style.css */
  .post-card--layout--grid.post-card--size--lg .post-card__info {
    padding: 10px 0;
  }
}

/* line 2774, app/assets/stylesheets/style.css */
.post-card--layout--list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* line 2787, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--nl .post-card__info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

/* line 2796, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--nl .post-card__image {
  width: 350px;
  flex-shrink: 0;
}

/* line 2802, app/assets/stylesheets/style.css */
[dir=ltr] .post-card--layout--list.post-card--size--nl .post-card__image {
  margin-right: 30px;
}

/* line 2806, app/assets/stylesheets/style.css */
[dir=rtl] .post-card--layout--list.post-card--size--nl .post-card__image {
  margin-left: 30px;
}

/* line 2810, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--nl .post-card__category {
  font-size: 15px;
  order: -2;
  display: block;
}

/* line 2818, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--nl .post-card__date {
  order: -1;
  font-size: 15px;
  position: relative;
}

/* line 2826, app/assets/stylesheets/style.css */
[dir=ltr] .post-card--layout--list.post-card--size--nl .post-card__date {
  padding-left: 22px;
}

/* line 2830, app/assets/stylesheets/style.css */
[dir=rtl] .post-card--layout--list.post-card--size--nl .post-card__date {
  padding-right: 22px;
}

/* line 2834, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--nl .post-card__date::before {
  top: 9px;
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: currentColor;
}

/* line 2845, app/assets/stylesheets/style.css */
[dir=ltr] .post-card--layout--list.post-card--size--nl .post-card__date::before {
  left: 9px;
}

/* line 2849, app/assets/stylesheets/style.css */
[dir=rtl] .post-card--layout--list.post-card--size--nl .post-card__date::before {
  right: 9px;
}

/* line 2853, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--nl .post-card__name {
  margin-top: 6px;
  font-size: 18px;
  line-height: 24px;
}

/* line 2859, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--nl .post-card__content {
  margin-top: 20px;
  font-size: 16px;
}

/* line 2864, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--nl .post-card__read-more {
  display: block;
  margin-top: 14px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 2870, app/assets/stylesheets/style.css */
  .post-card--layout--list.post-card--size--nl .post-card__info {
    padding-top: 0;
  }
  /* line 2873, app/assets/stylesheets/style.css */
  .post-card--layout--list.post-card--size--nl .post-card__image {
    width: 260px;
    flex-shrink: 0;
  }
  /* line 2878, app/assets/stylesheets/style.css */
  [dir=ltr] .post-card--layout--list.post-card--size--nl .post-card__image {
    margin-right: 22px;
  }
  /* line 2881, app/assets/stylesheets/style.css */
  [dir=rtl] .post-card--layout--list.post-card--size--nl .post-card__image {
    margin-left: 22px;
  }
  /* line 2884, app/assets/stylesheets/style.css */
  .post-card--layout--list.post-card--size--nl .post-card__content {
    margin-top: 8px;
    font-size: 16px;
    overflow: hidden;
    height: 48px;
  }
  /* line 2890, app/assets/stylesheets/style.css */
  .post-card--layout--list.post-card--size--nl .post-card__read-more {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 2896, app/assets/stylesheets/style.css */
  .post-card--layout--list.post-card--size--nl {
    flex-direction: column;
  }
  /* line 2902, app/assets/stylesheets/style.css */
  .post-card--layout--list.post-card--size--nl .post-card__image {
    width: auto;
  }
  /* line 2905, app/assets/stylesheets/style.css */
  [dir=ltr] .post-card--layout--list.post-card--size--nl .post-card__image {
    margin-right: 0;
  }
  /* line 2908, app/assets/stylesheets/style.css */
  [dir=rtl] .post-card--layout--list.post-card--size--nl .post-card__image {
    margin-left: 0;
  }
  /* line 2911, app/assets/stylesheets/style.css */
  .post-card--layout--list.post-card--size--nl .post-card__content {
    margin-top: 10px;
  }
}

/* line 2916, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--sm .post-card__image {
  width: 240px;
  flex-shrink: 0;
}

/* line 2922, app/assets/stylesheets/style.css */
[dir=ltr] .post-card--layout--list.post-card--size--sm .post-card__image {
  margin-right: 22px;
}

/* line 2926, app/assets/stylesheets/style.css */
[dir=rtl] .post-card--layout--list.post-card--size--sm .post-card__image {
  margin-left: 22px;
}

/* line 2930, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--sm .post-card__name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  order: -1;
  height: 40px;
  overflow: hidden;
}

/* line 2941, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--sm .post-card__date {
  margin-top: 6px;
}

/* line 2945, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--sm .post-card__category {
  display: none;
}

/* line 2949, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--sm .post-card__content {
  margin-top: 10px;
  font-size: 15px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

/* line 2957, app/assets/stylesheets/style.css */
.post-card--layout--list.post-card--size--sm .post-card__read-more {
  display: none;
}

/*
// .product-card
*/
/* line 2964, app/assets/stylesheets/style.css */
.product-card {
  position: relative;
  padding: 1px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

/* line 2977, app/assets/stylesheets/style.css */
.product-card::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #ededed inset;
  transition: box-shadow .2s;
}

/* line 2996, app/assets/stylesheets/style.css */
.product-card:hover::before {
  transition-duration: 0s;
  box-shadow: 0 0 0 2px #e5e5e5 inset;
}

/* line 3003, app/assets/stylesheets/style.css */
.product-card:hover .product-card__quickview {
  transition-duration: 0s, 0s;
  background: #e5e5e5;
}

/* line 3009, app/assets/stylesheets/style.css */
.product-card:hover .product-card__quickview:not(.product-card__quickview--preload) {
  color: #3d464d;
}

/* line 3013, app/assets/stylesheets/style.css */
.product-card:hover .product-card__quickview:not(.product-card__quickview--preload):hover {
  transition-duration: .2s, .2s;
  background: #3d464d;
  color: #fff;
}

/* line 3020, app/assets/stylesheets/style.css */
.product-card__image {
  padding: 18px;
  flex-shrink: 0;
}

/* line 3026, app/assets/stylesheets/style.css */
.product-card__image a {
  display: block;
  padding-bottom: 100%;
  position: relative;
}

/* line 3032, app/assets/stylesheets/style.css */
.product-card__image img {
  max-width: 100%;
  display: block;
  position: absolute;
}

/* line 3038, app/assets/stylesheets/style.css */
.product-card__quickview {
  z-index: 2;
  position: absolute;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
  fill: currentColor;
  padding: 7px;
  cursor: pointer;
  top: 0;
  background: transparent;
  color: #ccc;
  transition: background-color .2s, color .2s;
  /* this needs only to avoid slow performance on Microsoft Edge while rendering huge amount of svg */
}

/* line 3055, app/assets/stylesheets/style.css */
[dir=ltr] .product-card__quickview {
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
}

/* line 3063, app/assets/stylesheets/style.css */
[dir=rtl] .product-card__quickview {
  left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

/* line 3071, app/assets/stylesheets/style.css */
.product-card__quickview .fake-svg-icon {
  display: none;
}

@supports (-ms-ime-align: auto) {
  /* line 3076, app/assets/stylesheets/style.css */
  .product-card__quickview svg {
    display: none;
  }
  /* line 3079, app/assets/stylesheets/style.css */
  .product-card__quickview .fake-svg-icon {
    display: block;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
  /* line 3091, app/assets/stylesheets/style.css */
  .product-card__quickview .fake-svg-icon::before {
    content: "\e900";
  }
}

/* line 3096, app/assets/stylesheets/style.css */
.product-card__quickview:focus {
  outline: none;
}

/* line 3100, app/assets/stylesheets/style.css */
.product-card__quickview--preload {
  color: transparent;
}

/* line 3104, app/assets/stylesheets/style.css */
.product-card__quickview--preload:after {
  display: block;
  content: '';
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.5);
  transition: border-color .1s;
  animation-name: preloader-animation;
  animation-duration: .5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

/* line 3127, app/assets/stylesheets/style.css */
.product-card__info {
  padding: 2px 22px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 3141, app/assets/stylesheets/style.css */
.product-card__name {
  font-size: 15px;
  line-height: 19px;
  flex-grow: 1;
}

/* line 3149, app/assets/stylesheets/style.css */
.product-card__name a {
  color: inherit;
  transition: .15s;
}

/* line 3155, app/assets/stylesheets/style.css */
.product-card__name a:hover {
  color: #339933;
}

/* line 3159, app/assets/stylesheets/style.css */
.product-card__rating {
  margin-top: 6px;
  display: flex;
}

/* line 3166, app/assets/stylesheets/style.css */
.product-card__rating-legend {
  font-size: 13px;
  line-height: 1;
  color: #b3b3b3;
  padding-top: 1px;
}

/* line 3173, app/assets/stylesheets/style.css */
[dir=ltr] .product-card__rating-legend {
  margin-left: 9px;
}

/* line 3177, app/assets/stylesheets/style.css */
[dir=rtl] .product-card__rating-legend {
  margin-right: 9px;
}

/* line 3181, app/assets/stylesheets/style.css */
.product-card__prices {
  margin-top: 14px;
  line-height: 1;
  font-weight: 700;
  color: #3d464d;
}

/* line 3188, app/assets/stylesheets/style.css */
.product-card__new-price {
  color: #ff2626;
}

/* line 3192, app/assets/stylesheets/style.css */
.product-card__old-price {
  color: #b3b3b3;
  font-weight: 400;
  font-size: 13px;
  text-decoration: line-through;
}

/* line 3199, app/assets/stylesheets/style.css */
.product-card__buttons {
  display: flex;
  margin-top: 24px;
}

/* line 3206, app/assets/stylesheets/style.css */
[dir=ltr] .product-card__buttons > *:first-child {
  margin-right: auto;
}

/* line 3210, app/assets/stylesheets/style.css */
[dir=rtl] .product-card__buttons > *:first-child {
  margin-left: auto;
}

/* line 3214, app/assets/stylesheets/style.css */
[dir=ltr] .product-card__buttons > * + * {
  margin-left: 4px;
}

/* line 3218, app/assets/stylesheets/style.css */
[dir=rtl] .product-card__buttons > * + * {
  margin-right: 4px;
}

/* line 3222, app/assets/stylesheets/style.css */
.product-card__addtocart--list {
  display: none;
}

/* line 3226, app/assets/stylesheets/style.css */
.product-card__features-list {
  list-style: none;
  margin: 10px 0 6px;
  padding: 0;
  color: #6c757d;
  font-size: 13px;
  line-height: 15px;
}

/* line 3235, app/assets/stylesheets/style.css */
.product-card__features-list li {
  padding: 3px 0 3px;
  position: relative;
}

/* line 3240, app/assets/stylesheets/style.css */
[dir=ltr] .product-card__features-list li {
  padding-left: 12px;
}

/* line 3244, app/assets/stylesheets/style.css */
[dir=rtl] .product-card__features-list li {
  padding-right: 12px;
}

/* line 3248, app/assets/stylesheets/style.css */
.product-card__features-list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  border: 1px solid currentColor;
}

/* line 3259, app/assets/stylesheets/style.css */
[dir=ltr] .product-card__features-list li::before {
  left: 0;
}

/* line 3263, app/assets/stylesheets/style.css */
[dir=rtl] .product-card__features-list li::before {
  right: 0;
}

/* line 3267, app/assets/stylesheets/style.css */
.product-card__badges-list {
  top: 19px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}

/* line 3283, app/assets/stylesheets/style.css */
[dir=ltr] .product-card__badges-list {
  left: 19px;
}

/* line 3287, app/assets/stylesheets/style.css */
[dir=rtl] .product-card__badges-list {
  right: 18px;
}

/* line 3291, app/assets/stylesheets/style.css */
.product-card__badge {
  font-size: 11px;
  border-radius: 1.5px;
  letter-spacing: .02em;
  line-height: 1;
  padding: 5px 8px 4px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* line 3302, app/assets/stylesheets/style.css */
[dir=ltr] .product-card__badge {
  margin-right: 4px;
}

/* line 3306, app/assets/stylesheets/style.css */
[dir=rtl] .product-card__badge {
  margin-left: 4px;
}

/* line 3310, app/assets/stylesheets/style.css */
.product-card__badge--sale {
  background: #ff3333;
  color: #fff;
}

/* line 3315, app/assets/stylesheets/style.css */
.product-card__badge--new {
  background: #3377ff;
  color: #fff;
}

/* line 3320, app/assets/stylesheets/style.css */
.product-card__badge--hot {
  background: #614ba6;
  color: #fff;
}

/* line 3325, app/assets/stylesheets/style.css */
.product-card--layout--horizontal {
  flex-direction: row;
}

/* line 3332, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__image {
  width: 120px;
  padding: 16px;
}

/* line 3337, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__badges-list {
  top: 10px;
}

/* line 3341, app/assets/stylesheets/style.css */
[dir=ltr] .product-card--layout--horizontal .product-card__badges-list {
  left: 10px;
}

/* line 3345, app/assets/stylesheets/style.css */
[dir=rtl] .product-card--layout--horizontal .product-card__badges-list {
  right: 10px;
}

/* line 3349, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__badge {
  padding: 3px 5px 2px;
}

/* line 3353, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__info {
  padding-top: 14px;
  padding-bottom: 42px;
  width: 100%;
}

/* line 3359, app/assets/stylesheets/style.css */
[dir=ltr] .product-card--layout--horizontal .product-card__info {
  padding-left: 0;
  padding-right: 30px;
}

/* line 3364, app/assets/stylesheets/style.css */
[dir=rtl] .product-card--layout--horizontal .product-card__info {
  padding-right: 0;
  padding-left: 30px;
}

/* line 3369, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__name {
  overflow: hidden;
  max-height: 38px;
}

/* line 3374, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__rating {
  white-space: nowrap;
}

/* line 3378, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__description {
  display: none;
}

/* line 3382, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__availability {
  display: none;
}

/* line 3386, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__buttons {
  display: none;
}

/* line 3390, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__actions {
  position: absolute;
  bottom: 18px;
}

/* line 3395, app/assets/stylesheets/style.css */
[dir=ltr] .product-card--layout--horizontal .product-card__actions {
  left: 120px;
}

/* line 3399, app/assets/stylesheets/style.css */
[dir=rtl] .product-card--layout--horizontal .product-card__actions {
  right: 120px;
}

/* line 3403, app/assets/stylesheets/style.css */
.product-card--layout--horizontal .product-card__features-list {
  display: none;
}

/* line 3407, app/assets/stylesheets/style.css */
.product-card--layout--grid .product-card__image {
  padding: 18px 18px 20px;
}

/* line 3411, app/assets/stylesheets/style.css */
.product-card--layout--grid .product-card__info {
  padding: 0 24px 0;
}

/* line 3415, app/assets/stylesheets/style.css */
.product-card--layout--grid .product-card__actions {
  padding: 0 24px 24px;
}

/* line 3419, app/assets/stylesheets/style.css */
.product-card--layout--grid .product-card__description {
  display: none;
}

/* line 3423, app/assets/stylesheets/style.css */
.product-card--layout--grid .product-card__availability {
  display: none;
}

/* line 3427, app/assets/stylesheets/style.css */
.product-card--layout--grid .product-card__features-list {
  display: none;
}

/* line 3431, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--sm .product-card__image {
  padding: 15px;
}

/* line 3435, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--sm .product-card__badges-list {
  top: 16px;
}

/* line 3439, app/assets/stylesheets/style.css */
[dir=ltr] .product-card--layout--grid.product-card--size--sm .product-card__badges-list {
  left: 16px;
}

/* line 3443, app/assets/stylesheets/style.css */
[dir=rtl] .product-card--layout--grid.product-card--size--sm .product-card__badges-list {
  right: 16px;
}

/* line 3447, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--sm .product-card__info {
  padding: 0 15px 0;
}

/* line 3451, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--sm .product-card__actions {
  padding: 0 15px 15px;
}

/* line 3455, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--sm .product-card__buttons .btn {
  font-size: .8125rem;
  height: calc(1.5rem + 2px);
  line-height: 1.25;
  padding: .25rem .5625rem;
  font-weight: 500;
}

/* line 3463, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--sm .product-card__buttons .btn.btn-svg-icon {
  width: calc(1.5rem + 2px);
}

@media (hover: hover) {
  /* line 3468, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--sm .product-card__buttons {
    display: none;
  }
  /* line 3471, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--sm:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 3476, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--sm:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 3484, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--sm .product-card__buttons {
    display: none;
  }
  /* line 3487, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--sm:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 3492, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--sm:hover .product-card__buttons {
    display: flex;
  }
}

/* line 3499, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--nl .product-card__buttons .btn {
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
}

/* line 3507, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--nl .product-card__buttons .btn.btn-svg-icon {
  width: calc(1.875rem + 2px);
}

@media (hover: hover) {
  /* line 3512, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--nl .product-card__buttons {
    display: none;
  }
  /* line 3515, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--nl:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 3520, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--nl:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 3528, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--nl .product-card__buttons {
    display: none;
  }
  /* line 3531, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--nl:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 3536, app/assets/stylesheets/style.css */
  .product-card--layout--grid.product-card--size--nl:hover .product-card__buttons {
    display: flex;
  }
}

/* line 3543, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--lg .product-card__image {
  padding: 25px;
}

/* line 3547, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--lg .product-card__info {
  padding: 0 30px 0;
  flex-grow: 0;
}

/* line 3554, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--lg .product-card__name {
  font-size: 17px;
  line-height: 23px;
}

/* line 3559, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--lg .product-card__actions {
  padding: 0 30px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 3573, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--lg .product-card__rating {
  margin-top: 10px;
}

/* line 3577, app/assets/stylesheets/style.css */
.product-card--layout--grid.product-card--size--lg .product-card__prices {
  margin-bottom: auto;
  font-size: 20px;
}

/* line 3582, app/assets/stylesheets/style.css */
.product-card--layout--list {
  flex-direction: row;
}

/* line 3589, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__image {
  flex-shrink: 0;
  padding: 24px;
  width: 210px;
}

/* line 3596, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__info {
  padding: 20px 0;
}

/* line 3600, app/assets/stylesheets/style.css */
[dir=ltr] .product-card--layout--list .product-card__info {
  padding-left: 24px;
  padding-right: 4px;
}

/* line 3605, app/assets/stylesheets/style.css */
[dir=rtl] .product-card--layout--list .product-card__info {
  padding-right: 24px;
  padding-left: 4px;
}

/* line 3610, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__name {
  font-size: 16px;
  line-height: 20px;
  flex-grow: 0;
}

/* line 3618, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__rating {
  margin-top: 7px;
}

/* line 3622, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__description {
  color: #6c757d;
  font-size: 15px;
  line-height: 22px;
  margin-top: 12px;
}

/* line 3629, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__actions {
  flex-shrink: 0;
  width: 190px;
  padding: 16px 20px;
}

/* line 3636, app/assets/stylesheets/style.css */
[dir=ltr] .product-card--layout--list .product-card__actions {
  border-left: 1px solid #ebebeb;
}

/* line 3640, app/assets/stylesheets/style.css */
[dir=rtl] .product-card--layout--list .product-card__actions {
  border-right: 1px solid #ebebeb;
}

/* line 3644, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__prices {
  margin-top: 16px;
  font-size: 18px;
}

/* line 3649, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__old-price {
  font-size: 14px;
}

/* line 3653, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__buttons {
  flex-wrap: wrap;
}

/* line 3658, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__addtocart {
  display: none;
}

/* line 3662, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__addtocart--list {
  display: block;
}

/* line 3666, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__addtocart {
  width: 100%;
}

/* line 3670, app/assets/stylesheets/style.css */
[dir=ltr] .product-card--layout--list .product-card__addtocart + * {
  margin-left: 0;
}

/* line 3674, app/assets/stylesheets/style.css */
[dir=rtl] .product-card--layout--list .product-card__addtocart + * {
  margin-right: 0;
}

/* line 3678, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__addtocart ~ * {
  margin-top: 8px;
}

/* line 3682, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__addtocart,
.product-card--layout--list .product-card__wishlist,
.product-card--layout--list .product-card__compare {
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
}

/* line 3692, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__addtocart.btn-svg-icon,
.product-card--layout--list .product-card__wishlist.btn-svg-icon,
.product-card--layout--list .product-card__compare.btn-svg-icon {
  width: calc(1.875rem + 2px);
}

/* line 3698, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__availability {
  color: #999;
  font-size: 14px;
}

/* line 3703, app/assets/stylesheets/style.css */
[dir=ltr] .product-card--layout--list .product-card__availability {
  padding-right: 10px;
}

/* line 3707, app/assets/stylesheets/style.css */
[dir=rtl] .product-card--layout--list .product-card__availability {
  padding-left: 10px;
}

/* line 3711, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__features-list {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

/* line 3717, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__features-list li {
  padding: 3px 0;
}

/* line 3721, app/assets/stylesheets/style.css */
[dir=ltr] .product-card--layout--list .product-card__features-list li {
  padding-left: 12px;
  padding-right: 0;
}

/* line 3726, app/assets/stylesheets/style.css */
[dir=rtl] .product-card--layout--list .product-card__features-list li {
  padding-right: 12px;
  padding-left: 0;
}

/* line 3731, app/assets/stylesheets/style.css */
.product-card--layout--list .product-card__features-list li::before {
  top: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3736, app/assets/stylesheets/style.css */
  .product-card--layout--list .product-card__image {
    width: 180px;
  }
  /* line 3739, app/assets/stylesheets/style.css */
  [dir=ltr] .product-card--layout--list .product-card__image {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 3743, app/assets/stylesheets/style.css */
  [dir=rtl] .product-card--layout--list .product-card__image {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 3747, app/assets/stylesheets/style.css */
  [dir=ltr] .product-card--layout--list .product-card__info {
    padding-left: 0;
    padding-right: 20px;
  }
  /* line 3751, app/assets/stylesheets/style.css */
  [dir=rtl] .product-card--layout--list .product-card__info {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  /* line 3758, app/assets/stylesheets/style.css */
  .product-card--layout--list {
    flex-direction: column;
  }
  /* line 3764, app/assets/stylesheets/style.css */
  .product-card--layout--list .product-card__image {
    width: 250px;
    padding: 20px;
    margin: 0 auto;
  }
  /* line 3769, app/assets/stylesheets/style.css */
  .product-card--layout--list .product-card__info {
    border-top: 1px solid #ebebeb;
    padding: 20px;
  }
  /* line 3773, app/assets/stylesheets/style.css */
  .product-card--layout--list .product-card__actions {
    width: auto;
    border-top: 1px solid #ebebeb;
    padding: 20px;
  }
  /* line 3778, app/assets/stylesheets/style.css */
  [dir=ltr] .product-card--layout--list .product-card__actions {
    border-left: none;
  }
  /* line 3781, app/assets/stylesheets/style.css */
  [dir=rtl] .product-card--layout--list .product-card__actions {
    border-right: none;
  }
  /* line 3784, app/assets/stylesheets/style.css */
  .product-card--layout--list .product-card__buttons {
    flex-wrap: nowrap;
  }
  /* line 3788, app/assets/stylesheets/style.css */
  .product-card--layout--list .product-card__buttons .btn {
    font-size: 1rem;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.25rem;
    font-weight: 500;
  }
  /* line 3795, app/assets/stylesheets/style.css */
  .product-card--layout--list .product-card__buttons .btn.btn-svg-icon {
    width: calc(2.25rem + 2px);
  }
  /* line 3798, app/assets/stylesheets/style.css */
  .product-card--layout--list .product-card__addtocart--list {
    width: auto;
  }
  /* line 3801, app/assets/stylesheets/style.css */
  [dir=ltr] .product-card--layout--list .product-card__addtocart--list {
    margin-right: auto;
  }
  /* line 3804, app/assets/stylesheets/style.css */
  [dir=rtl] .product-card--layout--list .product-card__addtocart--list {
    margin-left: auto;
  }
}

/*
// .rating
*/
/* line 3812, app/assets/stylesheets/style.css */
.rating__body {
  display: flex;
}

/* line 3818, app/assets/stylesheets/style.css */
[dir=ltr] .rating__star + .rating__star {
  margin-left: 3px;
}

/* line 3822, app/assets/stylesheets/style.css */
[dir=rtl] .rating__star + .rating__star {
  margin-right: 3px;
}

/* line 3826, app/assets/stylesheets/style.css */
[dir=ltr] .rating__star:first-child + .rating__star--only-edge {
  margin-left: 0;
}

/* line 3830, app/assets/stylesheets/style.css */
[dir=rtl] .rating__star:first-child + .rating__star--only-edge {
  margin-right: 0;
}

/* line 3834, app/assets/stylesheets/style.css */
.rating__fill {
  color: #ccc;
  fill: currentColor;
}

/* line 3839, app/assets/stylesheets/style.css */
.rating__stroke {
  color: rgba(0, 0, 0, 0.08);
  fill: currentColor;
}

/* line 3844, app/assets/stylesheets/style.css */
.rating__star--active .rating__fill {
  color: #ffd333;
}

/* line 3848, app/assets/stylesheets/style.css */
.rating__star--active .rating__stroke {
  color: rgba(0, 0, 0, 0.08);
}

/* line 3852, app/assets/stylesheets/style.css */
.rating__star--only-edge {
  position: relative;
  display: none;
}

@supports (-ms-ime-align: auto) {
  /* line 3858, app/assets/stylesheets/style.css */
  svg.rating__star {
    display: none;
  }
  /* line 3861, app/assets/stylesheets/style.css */
  .rating__star--only-edge {
    display: block;
  }
  /* line 3864, app/assets/stylesheets/style.css */
  .rating__fill .fake-svg-icon,
.rating__stroke .fake-svg-icon {
    display: block;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 12px;
    font-size: 12px;
  }
  /* line 3877, app/assets/stylesheets/style.css */
  .rating__fill .fake-svg-icon::before {
    content: '\e902';
  }
  /* line 3880, app/assets/stylesheets/style.css */
  .rating__stroke {
    position: absolute;
    top: 0;
  }
  /* line 3884, app/assets/stylesheets/style.css */
  [dir=ltr] .rating__stroke {
    left: 0;
  }
  /* line 3887, app/assets/stylesheets/style.css */
  [dir=rtl] .rating__stroke {
    right: 0;
  }
  /* line 3890, app/assets/stylesheets/style.css */
  .rating__stroke .fake-svg-icon::before {
    content: '\e903';
  }
}

/*
// .share-links
*/
/* line 3898, app/assets/stylesheets/style.css */
.share-links__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

/* line 3912, app/assets/stylesheets/style.css */
[dir=ltr] .share-links__item + .share-links__item {
  margin-left: 4px;
}

/* line 3916, app/assets/stylesheets/style.css */
[dir=rtl] .share-links__item + .share-links__item {
  margin-right: 4px;
}

/* line 3920, app/assets/stylesheets/style.css */
.share-links__item a {
  border-radius: 1.5px;
  display: block;
  padding: 2px 6px 1px 6px;
}

/* line 3926, app/assets/stylesheets/style.css */
.share-links__item a, .share-links__item a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 3931, app/assets/stylesheets/style.css */
.share-links__item--type--like a {
  background: #4267b2;
}

/* line 3935, app/assets/stylesheets/style.css */
.share-links__item--type--like a:hover {
  background: #3b5c9f;
}

/* line 3939, app/assets/stylesheets/style.css */
.share-links__item--type--tweet a {
  background: #1b95e0;
}

/* line 3943, app/assets/stylesheets/style.css */
.share-links__item--type--tweet a:hover {
  background: #1886c9;
}

/* line 3947, app/assets/stylesheets/style.css */
.share-links__item--type--pin a {
  background: #e63939;
}

/* line 3951, app/assets/stylesheets/style.css */
.share-links__item--type--pin a:hover {
  background: #e32222;
}

/* line 3955, app/assets/stylesheets/style.css */
.share-links__item--type--counter a {
  color: #737373;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* line 3961, app/assets/stylesheets/style.css */
.share-links__item--type--counter a:hover {
  color: #666666;
}

/*
// .tags
*/
/* line 3968, app/assets/stylesheets/style.css */
.tags__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin: -2px;
}

/* line 3980, app/assets/stylesheets/style.css */
.tags__list a {
  display: block;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #3d464d;
  border-radius: 1.5px;
  padding: 3px 8px 2px;
  margin: 2px;
  transition: all .15s;
}

/* line 3992, app/assets/stylesheets/style.css */
.tags__list a:focus,
.tags__list a:hover {
  background: #339933;
  border: 1px solid #339933;
  color: #fff;
}

/* line 3999, app/assets/stylesheets/style.css */
.tags--lg .tags__list {
  margin: -3px;
}

/* line 4003, app/assets/stylesheets/style.css */
.tags--lg .tags__list a {
  padding: 6px 10px 5px;
  margin: 3px;
}

/*
// .tooltip
*/
/* line 4011, app/assets/stylesheets/style.css */
.tooltip {
  pointer-events: none;
  transition-duration: 0s;
  font-family: inherit;
}

/* line 4018, app/assets/stylesheets/style.css */
.tooltip.show {
  opacity: 1;
}

/* line 4022, app/assets/stylesheets/style.css */
.tooltip-inner {
  background: #3d464d;
  color: #fff;
  border-radius: 1.5px;
  position: relative;
  padding: .1875rem .625rem .125rem;
}

/* line 4030, app/assets/stylesheets/style.css */
.tooltip .arrow {
  width: 8px;
  height: 8px;
}

/* line 4035, app/assets/stylesheets/style.css */
.tooltip .arrow::before {
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border: none;
  background: #3d464d;
  transform: rotateZ(45deg) scale(0.7619);
}

/* line 4045, app/assets/stylesheets/style.css */
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 4px 0;
}

/* line 4050, app/assets/stylesheets/style.css */
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-auto[x-placement^=top] .tooltip-inner,
.bs-tooltip-top .arrow,
.bs-tooltip-top .tooltip-inner {
  bottom: 3px;
}

/* line 4057, app/assets/stylesheets/style.css */
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: 4px 0;
}

/* line 4062, app/assets/stylesheets/style.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,
.bs-tooltip-bottom .arrow,
.bs-tooltip-bottom .tooltip-inner {
  top: 3px;
}

/* line 4069, app/assets/stylesheets/style.css */
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 4px;
}

/* line 4074, app/assets/stylesheets/style.css */
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-auto[x-placement^=right] .tooltip-inner,
.bs-tooltip-right .arrow,
.bs-tooltip-right .tooltip-inner {
  left: 3px;
}

/* line 4081, app/assets/stylesheets/style.css */
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 4px;
}

/* line 4086, app/assets/stylesheets/style.css */
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-auto[x-placement^=left] .tooltip-inner,
.bs-tooltip-left .arrow,
.bs-tooltip-left .tooltip-inner {
  right: 3px;
}

/*
// .typography
*/
/* line 4096, app/assets/stylesheets/style.css */
.typography {
  line-height: 1.625;
}

/* line 4100, app/assets/stylesheets/style.css */
.typography a:hover {
  text-decoration: underline;
}

/* line 4104, app/assets/stylesheets/style.css */
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  margin-top: 1.75em;
  margin-bottom: .75em;
}

/* line 4109, app/assets/stylesheets/style.css */
.typography p {
  margin-bottom: 1.5em;
}

/* line 4113, app/assets/stylesheets/style.css */
.typography ol, .typography ul {
  margin: 1.7em 0;
}

/* line 4117, app/assets/stylesheets/style.css */
.typography li {
  margin-bottom: .7em;
}

/* line 4121, app/assets/stylesheets/style.css */
.typography > *:first-child {
  margin-top: 0;
}

/* line 4125, app/assets/stylesheets/style.css */
.typography > *:last-child {
  margin-bottom: 0;
}

/* line 4129, app/assets/stylesheets/style.css */
.typography a > img {
  transition: opacity .2s;
}

/* line 4134, app/assets/stylesheets/style.css */
.typography a:hover > img {
  opacity: .8;
}

/* line 4138, app/assets/stylesheets/style.css */
.typography img {
  max-width: 100%;
}

/* line 4142, app/assets/stylesheets/style.css */
.typography figure {
  margin: 2.5em 0;
}

/* line 4146, app/assets/stylesheets/style.css */
.typography figcaption {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #999;
}

/* line 4153, app/assets/stylesheets/style.css */
.typography hr {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  border: none;
  background: #ccc;
  margin: 2.5em auto;
}

/* line 4163, app/assets/stylesheets/style.css */
.typography hr::after, .typography hr::before {
  position: absolute;
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
}

/* line 4173, app/assets/stylesheets/style.css */
[dir=ltr] .typography hr::after {
  left: -30px;
}

/* line 4177, app/assets/stylesheets/style.css */
[dir=rtl] .typography hr::after {
  right: -30px;
}

/* line 4181, app/assets/stylesheets/style.css */
[dir=ltr] .typography hr::before {
  right: -30px;
}

/* line 4185, app/assets/stylesheets/style.css */
[dir=rtl] .typography hr::before {
  left: -30px;
}

/* line 4189, app/assets/stylesheets/style.css */
.typography blockquote {
  margin: 3em 2.5em 2.5em;
  text-align: center;
  font-size: 18px;
  font-style: italic;
}

/* line 4196, app/assets/stylesheets/style.css */
.typography blockquote cite {
  margin-top: -.5em;
  color: #999;
  display: block;
  font-size: 15px;
  font-style: normal;
}

/* line 4204, app/assets/stylesheets/style.css */
.typography blockquote p {
  margin-bottom: 1.25em;
}

/* line 4208, app/assets/stylesheets/style.css */
.typography blockquote > *:first-child {
  margin-top: 0;
}

/* line 4212, app/assets/stylesheets/style.css */
.typography blockquote > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 4217, app/assets/stylesheets/style.css */
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    margin-top: 1.25em;
    margin-bottom: .5em;
  }
}

@media (max-width: 767px) {
  /* line 4224, app/assets/stylesheets/style.css */
  .typography ol, .typography ul {
    margin: 1.5em 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /* line 4230, app/assets/stylesheets/style.css */
  .typography blockquote {
    margin: 2.5em 1.5em 2em;
  }
}

@media (max-width: 575px) {
  /* line 4236, app/assets/stylesheets/style.css */
  .typography blockquote {
    font-size: 16px;
    margin: 2.25em 0;
  }
  /* line 4240, app/assets/stylesheets/style.css */
  [dir=ltr] .typography blockquote {
    text-align: left;
  }
  /* line 4243, app/assets/stylesheets/style.css */
  [dir=rtl] .typography blockquote {
    text-align: right;
  }
}

@media (min-width: 992px) {
  /* line 4249, app/assets/stylesheets/style.css */
  .typography--expanded figure {
    text-align: center;
    position: relative;
    width: calc(100% + 190px);
    margin: 3em 0;
  }
  /* line 4255, app/assets/stylesheets/style.css */
  [dir=ltr] .typography--expanded figure {
    left: -95px;
  }
  /* line 4258, app/assets/stylesheets/style.css */
  [dir=rtl] .typography--expanded figure {
    right: -95px;
  }
  /* line 4261, app/assets/stylesheets/style.css */
  .typography--expanded figure img {
    overflow: hidden;
    border-radius: 3px;
  }
}

/* ----------------------------------------
// Filters
// ---------------------------------------- */
/*
// .filter
*/
/* line 4273, app/assets/stylesheets/style.css */
.filter__title {
  display: block;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  width: calc(100% + 20px);
  position: relative;
  color: inherit;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  border-radius: 2px;
  margin: 0 -10px;
  transition: background-color .2s, fill .2s;
  background: transparent;
  fill: #ccc;
}

/* line 4292, app/assets/stylesheets/style.css */
[dir=ltr] .filter__title {
  text-align: left;
}

/* line 4296, app/assets/stylesheets/style.css */
[dir=rtl] .filter__title {
  text-align: right;
}

/* line 4300, app/assets/stylesheets/style.css */
.filter__title:focus, .filter__title:hover {
  transition-duration: .1s, .1s;
  background: #f2f2f2;
  fill: #b3b3b3;
}

/* line 4307, app/assets/stylesheets/style.css */
.filter__title:focus {
  outline: none;
}

/* line 4311, app/assets/stylesheets/style.css */
.filter__arrow {
  position: absolute;
  top: 11px;
  transition: transform 0.2s;
}

/* line 4320, app/assets/stylesheets/style.css */
[dir=ltr] .filter__arrow {
  right: 10px;
}

/* line 4324, app/assets/stylesheets/style.css */
[dir=rtl] .filter__arrow {
  left: 10px;
}

/* line 4328, app/assets/stylesheets/style.css */
.filter__body {
  margin: 0 -20px;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

/* line 4338, app/assets/stylesheets/style.css */
.filter__container {
  padding: 10px 20px 16px;
}

/* line 4342, app/assets/stylesheets/style.css */
.filter--opened .filter__body {
  transition-delay: 0s, 0s;
  visibility: visible;
  height: auto;
  opacity: 1;
}

/* line 4350, app/assets/stylesheets/style.css */
.filter--opened .filter__arrow {
  transform: rotateZ(180deg);
}

/*
// .filter-categories
*/
/* line 4358, app/assets/stylesheets/style.css */
.filter-categories__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
}

/* line 4366, app/assets/stylesheets/style.css */
.filter-categories__list a {
  color: inherit;
  transition: color .15s;
}

/* line 4372, app/assets/stylesheets/style.css */
.filter-categories__list a:hover {
  color: #339933;
}

/* line 4376, app/assets/stylesheets/style.css */
.filter-categories__item {
  padding: 6px 0;
  display: flex;
}

/* line 4383, app/assets/stylesheets/style.css */
.filter-categories__item > a {
  flex-grow: 1;
}

/* line 4389, app/assets/stylesheets/style.css */
[dir=ltr] .filter-categories__item > a {
  padding-right: 10px;
}

/* line 4393, app/assets/stylesheets/style.css */
[dir=rtl] .filter-categories__item > a {
  padding-left: 10px;
}

/* line 4397, app/assets/stylesheets/style.css */
.filter-categories__item--parent {
  position: relative;
}

/* line 4401, app/assets/stylesheets/style.css */
[dir=ltr] .filter-categories__item--parent {
  padding-left: 14px;
}

/* line 4405, app/assets/stylesheets/style.css */
[dir=rtl] .filter-categories__item--parent {
  padding-right: 14px;
}

/* line 4409, app/assets/stylesheets/style.css */
.filter-categories__item--current {
  font-weight: 700;
}

/* line 4413, app/assets/stylesheets/style.css */
.filter-categories__item--child {
  position: relative;
  font-size: 15px;
}

/* line 4418, app/assets/stylesheets/style.css */
[dir=ltr] .filter-categories__item--child {
  padding-left: 14px;
}

/* line 4422, app/assets/stylesheets/style.css */
[dir=rtl] .filter-categories__item--child {
  padding-right: 14px;
}

/* line 4426, app/assets/stylesheets/style.css */
.filter-categories__arrow {
  fill: #ccc;
  position: absolute;
  top: 10px;
}

/* line 4432, app/assets/stylesheets/style.css */
[dir=ltr] .filter-categories__arrow {
  left: 0;
  transform: scaleX(1);
}

/* line 4438, app/assets/stylesheets/style.css */
[dir=rtl] .filter-categories__arrow {
  right: 0;
  transform: scaleX(-1);
}

/* line 4444, app/assets/stylesheets/style.css */
.filter-categories__counter {
  font-size: 12px;
  line-height: 12px;
  padding-top: 4px;
  font-weight: 400;
  color: #999;
}

/*
// .filter-color
*/
/* line 4455, app/assets/stylesheets/style.css */
.filter-color__list {
  padding: 2px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

/* line 4465, app/assets/stylesheets/style.css */
.filter-color__item {
  cursor: pointer;
  margin: 4px;
}

/* line 4470, app/assets/stylesheets/style.css */
.filter-color__check {
  display: block;
}

/*
// .filter-list
*/
/* line 4477, app/assets/stylesheets/style.css */
.filter-list__list {
  margin: -8px 0;
}

/* line 4481, app/assets/stylesheets/style.css */
.filter-list__item {
  padding: 1px 0;
  cursor: pointer;
  display: flex;
  margin: 8px 0;
}

/* line 4490, app/assets/stylesheets/style.css */
.filter-list__input {
  flex-shrink: 0;
}

/* line 4495, app/assets/stylesheets/style.css */
[dir=ltr] .filter-list__input {
  margin-right: 7px;
}

/* line 4499, app/assets/stylesheets/style.css */
[dir=rtl] .filter-list__input {
  margin-left: 7px;
}

/* line 4503, app/assets/stylesheets/style.css */
.filter-list__title {
  padding: 1px 0;
  font-size: 14px;
  line-height: 16px;
  flex-grow: 1;
}

/* line 4512, app/assets/stylesheets/style.css */
.filter-list__counter {
  padding-top: 3px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
}

/* line 4519, app/assets/stylesheets/style.css */
[dir=ltr] .filter-list__counter {
  margin-left: 12px;
}

/* line 4523, app/assets/stylesheets/style.css */
[dir=rtl] .filter-list__counter {
  margin-right: 12px;
}

/* line 4527, app/assets/stylesheets/style.css */
.filter-list__item--disabled {
  cursor: default;
}

/* line 4531, app/assets/stylesheets/style.css */
.filter-list__item--disabled .filter-list__title {
  color: #999;
}

/*
// .filter-price
*/
/* line 4538, app/assets/stylesheets/style.css */
.filter-price__slider {
  margin-top: 6px;
}

/* line 4542, app/assets/stylesheets/style.css */
.filter-price__title {
  margin-top: 16px;
  font-size: 14px;
  color: #999;
}

/* ----------------------------------------
// Header
// ---------------------------------------- */
/*
// .departments
*/
/* line 4554, app/assets/stylesheets/style.css */
.departments {
  width: 255px;
  height: 42px;
  color: #fff;
  position: relative;
}

/* line 4561, app/assets/stylesheets/style.css */
.departments__button {
  border: none;
  background: transparent;
  color: inherit;
  font-size: 15px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: default;
  font-weight: 500;
  padding: 0;
}

/* line 4575, app/assets/stylesheets/style.css */
[dir=ltr] .departments__button {
  padding-right: 32px;
  padding-left: 47px;
  text-align: left;
}

/* line 4581, app/assets/stylesheets/style.css */
[dir=rtl] .departments__button {
  padding-left: 32px;
  padding-right: 47px;
  text-align: right;
}

/* line 4587, app/assets/stylesheets/style.css */
.departments__button:focus {
  outline: none;
}

/* line 4591, app/assets/stylesheets/style.css */
.departments__button-icon {
  position: absolute;
  top: calc(50% - 7px);
  fill: #859ba6;
  transition: fill .2s;
}

/* line 4599, app/assets/stylesheets/style.css */
[dir=ltr] .departments__button-icon {
  left: 16px;
}

/* line 4603, app/assets/stylesheets/style.css */
[dir=rtl] .departments__button-icon {
  right: 16px;
}

/* line 4607, app/assets/stylesheets/style.css */
.departments__button-arrow {
  position: absolute;
  top: calc(50% - 3px);
  fill: #859ba6;
  transition: fill .2s, transform .2s;
}

/* line 4617, app/assets/stylesheets/style.css */
[dir=ltr] .departments__button-arrow {
  right: 13px;
}

/* line 4621, app/assets/stylesheets/style.css */
[dir=rtl] .departments__button-arrow {
  left: 13px;
}

/* line 4625, app/assets/stylesheets/style.css */
.departments__body {
  width: 100%;
  padding-top: 42px;
  position: absolute;
  background: #3d464d;
  box-shadow: none;
  border-radius: 2px;
}

/* line 4635, app/assets/stylesheets/style.css */
.departments__links {
  position: relative;
  list-style: none;
  padding: 0 0 14px;
  margin: 6px 0 0;
}

/* line 4642, app/assets/stylesheets/style.css */
.departments__links > li:hover .departments__menu,
.departments__links > li:hover .departments__megamenu {
  visibility: visible;
}

/* line 4647, app/assets/stylesheets/style.css */
.departments__links > li:hover > a {
  background: #525d66;
}

/* line 4651, app/assets/stylesheets/style.css */
.departments__links > li > a {
  font-weight: 400;
  position: relative;
  display: block;
  padding: 10px 16px;
  color: inherit;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .02em;
}

/* line 4662, app/assets/stylesheets/style.css */
.departments__item--menu {
  position: relative;
}

/* line 4666, app/assets/stylesheets/style.css */
.departments__link-arrow {
  top: calc(50% - 5px);
  position: absolute;
  fill: #98aab3;
}

/* line 4672, app/assets/stylesheets/style.css */
[dir=ltr] .departments__link-arrow {
  right: 14px;
  transform: scaleX(1);
}

/* line 4678, app/assets/stylesheets/style.css */
[dir=rtl] .departments__link-arrow {
  left: 14px;
  transform: scaleX(-1);
}

/* line 4684, app/assets/stylesheets/style.css */
.departments__megamenu {
  position: absolute;
  top: 0;
  height: 100%;
  visibility: hidden;
}

/* line 4691, app/assets/stylesheets/style.css */
[dir=ltr] .departments__megamenu {
  left: 100%;
}

/* line 4695, app/assets/stylesheets/style.css */
[dir=rtl] .departments__megamenu {
  right: 100%;
}

/* line 4699, app/assets/stylesheets/style.css */
.departments__menu {
  position: absolute;
  top: 0;
  height: 100%;
  visibility: hidden;
}

/* line 4706, app/assets/stylesheets/style.css */
[dir=ltr] .departments__menu {
  left: 100%;
}

/* line 4710, app/assets/stylesheets/style.css */
[dir=rtl] .departments__menu {
  right: 100%;
}

/* line 4714, app/assets/stylesheets/style.css */
.departments__megamenu--sm {
  width: 237px;
}

/* line 4718, app/assets/stylesheets/style.css */
.departments__megamenu--nl {
  width: 443px;
}

/* line 4722, app/assets/stylesheets/style.css */
.departments__megamenu--lg {
  width: 649px;
}

/* line 4726, app/assets/stylesheets/style.css */
.departments__megamenu--xl {
  width: 855px;
}

/* line 4730, app/assets/stylesheets/style.css */
.departments__links-wrapper {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

/* line 4738, app/assets/stylesheets/style.css */
.departments:not(.departments--fixed) .departments__button {
  cursor: pointer;
}

/* line 4742, app/assets/stylesheets/style.css */
.departments:not(.departments--fixed) .departments__button:hover .departments__button-icon,
.departments:not(.departments--fixed) .departments__button:hover .departments__button-arrow {
  fill: currentColor;
}

/* line 4747, app/assets/stylesheets/style.css */
.departments--opened .departments__links-wrapper {
  overflow: visible;
  height: auto;
  opacity: 1;
}

/* line 4753, app/assets/stylesheets/style.css */
.departments--opened .departments__button-arrow {
  transform: rotateZ(180deg);
}

/* line 4758, app/assets/stylesheets/style.css */
.departments--transition .departments__links-wrapper {
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4763, app/assets/stylesheets/style.css */
  .departments {
    width: 210px;
  }
  /* line 4766, app/assets/stylesheets/style.css */
  .departments__megamenu--sm {
    width: 204px;
  }
  /* line 4769, app/assets/stylesheets/style.css */
  .departments__megamenu--nl {
    width: 376px;
  }
  /* line 4772, app/assets/stylesheets/style.css */
  .departments__megamenu--lg {
    width: 548px;
  }
  /* line 4775, app/assets/stylesheets/style.css */
  .departments__megamenu--xl {
    width: 720px;
  }
}

/*
// .drop-search
*/
/* line 4783, app/assets/stylesheets/style.css */
.drop-search {
  color: #3d464d;
  background: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
}

/* line 4790, app/assets/stylesheets/style.css */
.drop-search__form {
  display: flex;
  height: 50px;
  width: 320px;
}

/* line 4798, app/assets/stylesheets/style.css */
.drop-search__input,
.drop-search__button {
  border: none;
  padding: 0;
  background: transparent;
}

/* line 4805, app/assets/stylesheets/style.css */
.drop-search__input:focus,
.drop-search__button:focus {
  outline: none;
}

/* line 4810, app/assets/stylesheets/style.css */
.drop-search__input {
  padding: 0;
  flex-grow: 1;
  flex-basis: 0;
  width: 0;
}

/* line 4820, app/assets/stylesheets/style.css */
[dir=ltr] .drop-search__input {
  padding-left: 18px;
}

/* line 4824, app/assets/stylesheets/style.css */
[dir=rtl] .drop-search__input {
  padding-right: 18px;
}

/* line 4828, app/assets/stylesheets/style.css */
.drop-search__button {
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  fill: #bfbfbf;
  transition: fill .2s;
}

/* line 4847, app/assets/stylesheets/style.css */
.drop-search__button:hover {
  fill: #3d464d;
}

/*
// .dropcart
*/
/* line 4854, app/assets/stylesheets/style.css */
.dropcart {
  font-size: 15px;
  width: 320px;
  font-weight: 400;
  color: #3d464d;
  background: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 4865, app/assets/stylesheets/style.css */
  .dropcart {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
}

/* line 4871, app/assets/stylesheets/style.css */
.dropcart__empty {
  padding: 42px 30px;
  text-align: center;
}

/* line 4876, app/assets/stylesheets/style.css */
.dropcart__products-list {
  padding: 20px 16px;
}

/* line 4880, app/assets/stylesheets/style.css */
.dropcart__product {
  display: flex;
}

/* line 4886, app/assets/stylesheets/style.css */
.dropcart__product + .dropcart__product {
  margin-top: 24px;
}

/* line 4890, app/assets/stylesheets/style.css */
.dropcart__product-image {
  width: 70px;
  flex-shrink: 0;
}

/* line 4896, app/assets/stylesheets/style.css */
.dropcart__product-image img {
  max-width: 100%;
}

/* line 4900, app/assets/stylesheets/style.css */
.dropcart__product-name {
  margin-top: -2px;
  line-height: 18px;
  font-size: 15px;
}

/* line 4906, app/assets/stylesheets/style.css */
.dropcart__product-name a {
  color: inherit;
  transition: .15s;
}

/* line 4912, app/assets/stylesheets/style.css */
.dropcart__product-name a:hover {
  color: #339933;
}

/* line 4916, app/assets/stylesheets/style.css */
.dropcart__product-info {
  margin: 0;
  flex-grow: 1;
}

/* line 4923, app/assets/stylesheets/style.css */
[dir=ltr] .dropcart__product-info {
  padding-right: 10px;
  padding-left: 16px;
}

/* line 4928, app/assets/stylesheets/style.css */
[dir=rtl] .dropcart__product-info {
  padding-left: 10px;
  padding-right: 16px;
}

/* line 4933, app/assets/stylesheets/style.css */
.dropcart__product-options {
  list-style: none;
  margin: 3px 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 16px;
  color: #999;
}

/* line 4942, app/assets/stylesheets/style.css */
.dropcart__product-meta {
  margin-top: 5px;
  font-size: 13px;
}

/* line 4947, app/assets/stylesheets/style.css */
.dropcart__product-price {
  font-size: 14px;
  font-weight: 700;
}

/* line 4952, app/assets/stylesheets/style.css */
.dropcart__product-remove {
  margin-top: -6px;
  flex-shrink: 0;
}

/* line 4958, app/assets/stylesheets/style.css */
[dir=ltr] .dropcart__product-remove {
  margin-right: -6px;
}

/* line 4962, app/assets/stylesheets/style.css */
[dir=rtl] .dropcart__product-remove {
  margin-left: -6px;
}

/* line 4966, app/assets/stylesheets/style.css */
.dropcart__totals {
  border-top: 1px solid #ebebeb;
  line-height: 24px;
  padding: 16px 20px 0;
}

/* line 4972, app/assets/stylesheets/style.css */
[dir=ltr] .dropcart__totals th {
  padding-right: 16px;
}

/* line 4976, app/assets/stylesheets/style.css */
[dir=rtl] .dropcart__totals th {
  padding-left: 16px;
}

/* line 4980, app/assets/stylesheets/style.css */
[dir=ltr] .dropcart__totals td {
  text-align: right;
}

/* line 4984, app/assets/stylesheets/style.css */
[dir=rtl] .dropcart__totals td {
  text-align: left;
}

/* line 4988, app/assets/stylesheets/style.css */
.dropcart__totals table {
  width: 100%;
}

/* line 4992, app/assets/stylesheets/style.css */
.dropcart__buttons {
  display: flex;
  margin-top: 4px;
  padding: 20px;
}

/* line 5000, app/assets/stylesheets/style.css */
.dropcart__buttons > * {
  flex-grow: 1;
}

/* line 5006, app/assets/stylesheets/style.css */
[dir=ltr] .dropcart__buttons > :first-child {
  margin-right: 8px;
}

/* line 5010, app/assets/stylesheets/style.css */
[dir=rtl] .dropcart__buttons > :first-child {
  margin-left: 8px;
}

/*
// .indicator
*/
/* line 5017, app/assets/stylesheets/style.css */
.indicator {
  display: flex;
  color: none;
}

/* line 5024, app/assets/stylesheets/style.css */
.indicator__button {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  color: inherit;
  fill: currentColor;
}

/* line 5039, app/assets/stylesheets/style.css */
.indicator__button:focus {
  outline: none;
}

/* line 5043, app/assets/stylesheets/style.css */
.indicator__button:hover {
  color: inherit;
}

/* line 5047, app/assets/stylesheets/style.css */
.indicator__area {
  background: transparent;
  transition: background-color .2s;
  border-radius: 2px;
  height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
}

/* line 5062, app/assets/stylesheets/style.css */
.indicator__value {
  height: 15px;
  font-size: 10px;
  padding: 0 5px;
  border-radius: 1000px;
  position: relative;
  top: -11px;
  background: #fff;
  color: #3d464d;
  font-weight: 700;
}

/* line 5074, app/assets/stylesheets/style.css */
[dir=ltr] .indicator__value {
  margin-left: -5px;
  margin-right: -8px;
}

/* line 5079, app/assets/stylesheets/style.css */
[dir=rtl] .indicator__value {
  margin-right: -5px;
  margin-left: -8px;
}

/* line 5084, app/assets/stylesheets/style.css */
.indicator__dropdown {
  top: 100%;
  position: absolute;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(60deg);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

/* line 5099, app/assets/stylesheets/style.css */
[dir=ltr] .indicator__dropdown {
  right: 0;
}

/* line 5103, app/assets/stylesheets/style.css */
[dir=rtl] .indicator__dropdown {
  left: 0;
}

/* line 5107, app/assets/stylesheets/style.css */
.indicator--trigger--click.indicator--opened .indicator__button,
.indicator:hover .indicator__button {
  color: none;
}

/* line 5112, app/assets/stylesheets/style.css */
.indicator--trigger--click.indicator--opened .indicator__area,
.indicator:hover .indicator__area {
  background: rgba(255, 255, 255, 0.15);
  transition-duration: .1s;
}

/* line 5119, app/assets/stylesheets/style.css */
.indicator--trigger--click.indicator--opened .indicator__value,
.indicator:hover .indicator__value {
  background: #fff;
  color: #3d464d;
}

/* line 5125, app/assets/stylesheets/style.css */
.indicator--trigger--click.indicator--opened .indicator__dropdown,
.indicator--trigger--hover:hover .indicator__dropdown {
  z-index: 1;
  transition-delay: 0s, 0s, 0s;
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

/* line 5136, app/assets/stylesheets/style.css */
.indicator__icon {
  transition: transform .2s, opacity .2s;
}

/* line 5143, app/assets/stylesheets/style.css */
.indicator__icon--open {
  position: absolute;
}

/* line 5147, app/assets/stylesheets/style.css */
.indicator--trigger--click:not(.indicator--opened) .indicator__icon--open {
  transform: scale(0);
  opacity: 0;
}

/* line 5153, app/assets/stylesheets/style.css */
.indicator--trigger--click.indicator--opened .indicator__icon:not(.indicator__icon--open) {
  transform: scale(0);
  opacity: 0;
}

/* line 5159, app/assets/stylesheets/style.css */
.indicator--mobile .indicator__area {
  height: 36px;
  padding: 0 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5165, app/assets/stylesheets/style.css */
  .indicator__area {
    padding: 0 12px;
  }
}

@media (max-width: 991px) {
  /* line 5170, app/assets/stylesheets/style.css */
  .indicator__area.cart_area {
    height: 36px;
    padding: 0 10px;
  }
}

/*
// .megamenu
*/
/* line 5179, app/assets/stylesheets/style.css */
.megamenu {
  background: #fff;
  background-repeat: no-repeat;
  color: #3d464d;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
  min-height: 100%;
  width: 100%;
  padding: 26px 30px;
  line-height: 1.5;
  letter-spacing: .01em;
}

/* line 5192, app/assets/stylesheets/style.css */
[dir=ltr] .megamenu {
  background-position: right bottom;
}

/* line 5196, app/assets/stylesheets/style.css */
[dir=rtl] .megamenu {
  background-position: left bottom;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 5201, app/assets/stylesheets/style.css */
  .megamenu {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
}

/* line 5207, app/assets/stylesheets/style.css */
[dir=ltr] .megamenu--departments {
  padding-right: 31px;
}

/* line 5211, app/assets/stylesheets/style.css */
[dir=rtl] .megamenu--departments {
  padding-left: 31px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5216, app/assets/stylesheets/style.css */
  [dir=ltr] .megamenu--departments {
    padding-right: 32px;
  }
  /* line 5219, app/assets/stylesheets/style.css */
  [dir=rtl] .megamenu--departments {
    padding-left: 32px;
  }
}

/* line 5224, app/assets/stylesheets/style.css */
.megamenu__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 5230, app/assets/stylesheets/style.css */
.megamenu__links a {
  color: inherit;
  transition: color .15s;
}

/* line 5236, app/assets/stylesheets/style.css */
.megamenu__links a:hover {
  color: #339933;
}

/* line 5240, app/assets/stylesheets/style.css */
.megamenu__links--level--0 > .megamenu__item + .megamenu__item--with-submenu,
.megamenu__links--level--0 > .megamenu__item--with-submenu + .megamenu__item {
  margin-top: 20px;
}

/* line 5245, app/assets/stylesheets/style.css */
.megamenu__links--level--0 > .megamenu__item {
  padding: 1px 0;
}

/* line 5249, app/assets/stylesheets/style.css */
.megamenu__links--level--0 > .megamenu__item > a {
  font-weight: 500;
}

/* line 5253, app/assets/stylesheets/style.css */
.megamenu__links--level--0 > .megamenu__item > a + .megamenu__links {
  padding-top: 10px;
  margin-top: 3px;
  border-top: 1px solid #e5e5e5;
}

/* line 5259, app/assets/stylesheets/style.css */
.megamenu__links--level--1 > .megamenu__item > a {
  font-size: 14px;
  color: #5c6b73;
  transition: color .15s;
}

/* line 5266, app/assets/stylesheets/style.css */
.megamenu__links--level--1 > .megamenu__item > a:hover {
  color: #339933;
}

/*
// .menu
*/
/* line 5273, app/assets/stylesheets/style.css */
.menu {
  color: #3d464d;
  background: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
  list-style: none;
  width: 190px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .02em;
  font-weight: 400;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 5288, app/assets/stylesheets/style.css */
  .menu {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
}

/* line 5294, app/assets/stylesheets/style.css */
.menu > li {
  position: relative;
}

/* line 5298, app/assets/stylesheets/style.css */
.menu > li > a,
.menu > li > button {
  background: transparent;
  border: none;
  width: 100%;
  font-weight: inherit;
  display: block;
  padding-top: 8px;
  padding-bottom: 6px;
  color: inherit;
}

/* line 5310, app/assets/stylesheets/style.css */
[dir=ltr] .menu > li > a, [dir=ltr]
.menu > li > button {
  text-align: left;
  padding-right: 24px;
  padding-left: 16px;
}

/* line 5317, app/assets/stylesheets/style.css */
[dir=rtl] .menu > li > a, [dir=rtl]
.menu > li > button {
  text-align: right;
  padding-left: 24px;
  padding-right: 16px;
}

/* line 5324, app/assets/stylesheets/style.css */
.menu > li > a:focus,
.menu > li > button:focus {
  outline: none;
}

/* line 5329, app/assets/stylesheets/style.css */
.menu > li:hover > a,
.menu > li:hover > button {
  background: #f2f2f2;
}

/* line 5334, app/assets/stylesheets/style.css */
.menu > li:hover .menu__submenu {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}

/* line 5341, app/assets/stylesheets/style.css */
.menu__icon {
  position: absolute;
  top: 3px;
}

/* line 5346, app/assets/stylesheets/style.css */
[dir=ltr] .menu__icon {
  left: 15px;
}

/* line 5350, app/assets/stylesheets/style.css */
[dir=rtl] .menu__icon {
  right: 15px;
}

/* line 5354, app/assets/stylesheets/style.css */
.menu__arrow {
  position: absolute;
  top: calc(50% - 5px);
  fill: #b3b3b3;
}

/* line 5360, app/assets/stylesheets/style.css */
[dir=ltr] .menu__arrow {
  right: 12px;
  transform: scaleX(1);
}

/* line 5366, app/assets/stylesheets/style.css */
[dir=rtl] .menu__arrow {
  left: 12px;
  transform: scaleX(-1);
}

/* line 5372, app/assets/stylesheets/style.css */
.menu__submenu {
  top: -10px;
  position: absolute;
  visibility: hidden;
  transform: rotateY(45deg);
  opacity: 0;
  transition: transform .2s, opacity .2s;
}

/* line 5385, app/assets/stylesheets/style.css */
[dir=ltr] .menu__submenu {
  left: 100%;
  transform-origin: left;
}

/* line 5391, app/assets/stylesheets/style.css */
[dir=rtl] .menu__submenu {
  right: 100%;
  transform-origin: right;
}

/* line 5397, app/assets/stylesheets/style.css */
[dir=ltr] .menu--with-icons > li > a, [dir=ltr]
.menu--with-icons > li > button {
  padding-left: 50px;
}

/* line 5402, app/assets/stylesheets/style.css */
[dir=rtl] .menu--with-icons > li > a, [dir=rtl]
.menu--with-icons > li > button {
  padding-right: 50px;
}

/* line 5407, app/assets/stylesheets/style.css */
.menu--layout--topbar {
  padding: 6px 0;
  width: 150px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 5415, app/assets/stylesheets/style.css */
  .menu--layout--topbar {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  }
}

/* line 5421, app/assets/stylesheets/style.css */
.menu--layout--topbar > li > a,
.menu--layout--topbar > li > button {
  display: block;
  padding-top: 8px;
  padding-bottom: 6px;
  color: inherit;
}

/* line 5429, app/assets/stylesheets/style.css */
[dir=ltr] .menu--layout--topbar > li > a, [dir=ltr]
.menu--layout--topbar > li > button {
  padding-right: 21px;
  padding-left: 13px;
}

/* line 5435, app/assets/stylesheets/style.css */
[dir=rtl] .menu--layout--topbar > li > a, [dir=rtl]
.menu--layout--topbar > li > button {
  padding-left: 21px;
  padding-right: 13px;
}

/* line 5441, app/assets/stylesheets/style.css */
.menu--layout--topbar.menu--with-icons .menu__icon {
  position: absolute;
  top: 3px;
}

/* line 5446, app/assets/stylesheets/style.css */
[dir=ltr] .menu--layout--topbar.menu--with-icons .menu__icon {
  left: 12px;
}

/* line 5450, app/assets/stylesheets/style.css */
[dir=rtl] .menu--layout--topbar.menu--with-icons .menu__icon {
  right: 12px;
}

/* line 5454, app/assets/stylesheets/style.css */
[dir=ltr] .menu--layout--topbar.menu--with-icons > li > a, [dir=ltr]
.menu--layout--topbar.menu--with-icons > li > button {
  padding-left: 45px;
}

/* line 5459, app/assets/stylesheets/style.css */
[dir=rtl] .menu--layout--topbar.menu--with-icons > li > a, [dir=rtl]
.menu--layout--topbar.menu--with-icons > li > button {
  padding-right: 45px;
}

/*
// .mobile-header
*/
/* line 5467, app/assets/stylesheets/style.css */
.mobile-header {
  height: 54px;
}

/* line 5471, app/assets/stylesheets/style.css */
.mobile-header__panel {
  background: #339933;
  box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
  color: #fff;
  position: relative;
}

/* line 5479, app/assets/stylesheets/style.css */
.mobile-header__body {
  display: flex;
  align-items: center;
  height: 54px;
}

/* line 5489, app/assets/stylesheets/style.css */
.mobile-header__menu-button {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  background: transparent;
  fill: #fff;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: fill .2s, background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 5514, app/assets/stylesheets/style.css */
.mobile-header__menu-button:focus {
  outline: none;
}

/* line 5518, app/assets/stylesheets/style.css */
.mobile-header__menu-button:focus, .mobile-header__menu-button:hover {
  background: rgba(255, 255, 255, 0.15);
  fill: #fff;
}

/* line 5523, app/assets/stylesheets/style.css */
.mobile-header__indicators {
  display: flex;
}

/* line 5529, app/assets/stylesheets/style.css */
[dir=ltr] .mobile-header__indicators {
  margin-left: auto;
}

/* line 5533, app/assets/stylesheets/style.css */
[dir=rtl] .mobile-header__indicators {
  margin-right: auto;
}

/* line 5537, app/assets/stylesheets/style.css */
.mobile-header__logo {
  margin: 0;
  color: inherit;
  fill: currentColor;
}

/* line 5543, app/assets/stylesheets/style.css */
[dir=ltr] .mobile-header__logo {
  margin-right: 16px;
  margin-left: 12px;
}

/* line 5548, app/assets/stylesheets/style.css */
[dir=rtl] .mobile-header__logo {
  margin-left: 16px;
  margin-right: 12px;
}

/* line 5553, app/assets/stylesheets/style.css */
.mobile-header__logo:hover {
  color: inherit;
}

/* line 5557, app/assets/stylesheets/style.css */
.mobile-header__logo svg {
  display: block;
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 5562, app/assets/stylesheets/style.css */
  .mobile-header__search {
    flex-grow: 1;
    height: 36px;
    position: relative;
  }
  /* line 5569, app/assets/stylesheets/style.css */
  [dir=ltr] .mobile-header__search {
    margin-right: 8px;
  }
  /* line 5572, app/assets/stylesheets/style.css */
  [dir=rtl] .mobile-header__search {
    margin-left: 8px;
  }
  /* line 5575, app/assets/stylesheets/style.css */
  .mobile-header__search input {
    position: relative;
    z-index: 1;
    flex-basis: 0;
    width: 0;
    flex-grow: 1;
    background: transparent;
    border: none;
    padding: 0 12px;
    margin: 0;
    font-family: inherit;
    font-size: 15px;
    color: #3d464d;
  }
  /* line 5592, app/assets/stylesheets/style.css */
  .mobile-header__search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5595, app/assets/stylesheets/style.css */
  .mobile-header__search input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5598, app/assets/stylesheets/style.css */
  .mobile-header__search input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5601, app/assets/stylesheets/style.css */
  .mobile-header__search input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5604, app/assets/stylesheets/style.css */
  .mobile-header__search input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  .mobile-header__search input::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5607, app/assets/stylesheets/style.css */
  .mobile-header__search input:hover {
    color: #3d464d;
  }
  /* line 5610, app/assets/stylesheets/style.css */
  .mobile-header__search input:hover::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5613, app/assets/stylesheets/style.css */
  .mobile-header__search input:hover::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5616, app/assets/stylesheets/style.css */
  .mobile-header__search input:hover:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5619, app/assets/stylesheets/style.css */
  .mobile-header__search input:hover::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5622, app/assets/stylesheets/style.css */
  .mobile-header__search input:hover::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  .mobile-header__search input:hover::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 5625, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus {
    color: #3d464d;
    outline: none;
  }
  /* line 5629, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus::-webkit-input-placeholder {
    color: #999;
  }
  /* line 5632, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus::-moz-placeholder {
    color: #999;
  }
  /* line 5635, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus:-ms-input-placeholder {
    color: #999;
  }
  /* line 5638, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus::-ms-input-placeholder {
    color: #999;
  }
  /* line 5641, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus::-moz-placeholder {
    color: #999;
  }
  .mobile-header__search input:focus::placeholder {
    color: #999;
  }
  /* line 5644, app/assets/stylesheets/style.css */
  .mobile-header__search input:hover ~ .mobile-header__search-button {
    fill: rgba(0, 0, 0, 0.4);
  }
  /* line 5647, app/assets/stylesheets/style.css */
  .mobile-header__search input:hover ~ .mobile-header__search-button:focus, .mobile-header__search input:hover ~ .mobile-header__search-button:hover {
    fill: #3d464d;
  }
  /* line 5650, app/assets/stylesheets/style.css */
  .mobile-header__search input:hover ~ div {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: none;
  }
  /* line 5655, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus ~ .mobile-header__search-button {
    fill: #b3b3b3;
  }
  /* line 5658, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus ~ .mobile-header__search-button:focus, .mobile-header__search input:focus ~ .mobile-header__search-button:hover {
    fill: #3d464d;
  }
  /* line 5661, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus ~ div {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
  /* line 5666, app/assets/stylesheets/style.css */
  .mobile-header__search div {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: none;
    transition: all .2s;
    border-radius: 2px;
  }
  /* line 5679, app/assets/stylesheets/style.css */
  [dir=ltr] .mobile-header__search div {
    left: 0;
  }
  /* line 5682, app/assets/stylesheets/style.css */
  [dir=rtl] .mobile-header__search div {
    right: 0;
  }
  /* line 5685, app/assets/stylesheets/style.css */
  .mobile-header__search-form {
    height: 100%;
    display: flex;
  }
  /* line 5691, app/assets/stylesheets/style.css */
  .mobile-header__search-button {
    position: relative;
    z-index: 1;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.4);
    transition: fill .2s;
  }
  /* line 5715, app/assets/stylesheets/style.css */
  .mobile-header__search-button:focus {
    outline: none;
  }
  /* line 5718, app/assets/stylesheets/style.css */
  .mobile-header__search-button:focus, .mobile-header__search-button:hover {
    fill: #3d464d;
  }
  /* line 5721, app/assets/stylesheets/style.css */
  .mobile-header__search-button--close {
    display: none;
  }
}

@media (max-width: 575px) {
  /* line 5727, app/assets/stylesheets/style.css */
  .mobile-header__search {
    top: 0;
    width: 100%;
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    z-index: 1;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    transition: transform .3s, visibility 0s .3s, opacity .3s;
  }
  /* line 5744, app/assets/stylesheets/style.css */
  [dir=ltr] .mobile-header__search {
    left: 0;
  }
  /* line 5747, app/assets/stylesheets/style.css */
  [dir=rtl] .mobile-header__search {
    right: 0;
  }
  /* line 5750, app/assets/stylesheets/style.css */
  .mobile-header__search form {
    height: 54px;
    display: flex;
  }
  /* line 5756, app/assets/stylesheets/style.css */
  .mobile-header__search input {
    flex-grow: 1;
    flex-basis: 0;
    width: 0;
    background: transparent;
    border: none;
    padding: 0;
  }
  /* line 5767, app/assets/stylesheets/style.css */
  [dir=ltr] .mobile-header__search input {
    padding-left: 15px;
  }
  /* line 5770, app/assets/stylesheets/style.css */
  [dir=rtl] .mobile-header__search input {
    padding-right: 15px;
  }
  /* line 5773, app/assets/stylesheets/style.css */
  .mobile-header__search input:focus {
    outline: none;
  }
  /* line 5776, app/assets/stylesheets/style.css */
  .mobile-header__search input::-webkit-input-placeholder {
    color: #999;
  }
  /* line 5779, app/assets/stylesheets/style.css */
  .mobile-header__search input::-moz-placeholder {
    color: #999;
  }
  /* line 5782, app/assets/stylesheets/style.css */
  .mobile-header__search input:-ms-input-placeholder {
    color: #999;
  }
  /* line 5785, app/assets/stylesheets/style.css */
  .mobile-header__search input::-ms-input-placeholder {
    color: #999;
  }
  /* line 5788, app/assets/stylesheets/style.css */
  .mobile-header__search input::-moz-placeholder {
    color: #999;
  }
  .mobile-header__search input::placeholder {
    color: #999;
  }
  /* line 5791, app/assets/stylesheets/style.css */
  .mobile-header__search--opened {
    transition-delay: 0s, 0s;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  /* line 5799, app/assets/stylesheets/style.css */
  .mobile-header__search-button {
    flex-shrink: 0;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    cursor: pointer;
    fill: #b3b3b3;
  }
  /* line 5817, app/assets/stylesheets/style.css */
  .mobile-header__search-button:focus {
    outline: none;
  }
  /* line 5820, app/assets/stylesheets/style.css */
  .mobile-header__search-button:focus, .mobile-header__search-button:hover {
    fill: #3d464d;
  }
  /* line 5823, app/assets/stylesheets/style.css */
  [dir=ltr] .mobile-header__search-button--close {
    border-left: 1px solid #ebebeb;
  }
  /* line 5826, app/assets/stylesheets/style.css */
  [dir=rtl] .mobile-header__search-button--close {
    border-right: 1px solid #ebebeb;
  }
}

/*
// .mobile-links
*/
/* line 5834, app/assets/stylesheets/style.css */
.mobile-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 5840, app/assets/stylesheets/style.css */
.mobile-links__item {
  border-bottom: 1px solid #ebebeb;
}

/* line 5844, app/assets/stylesheets/style.css */
.mobile-links__item-title {
  display: flex;
  align-items: stretch;
  cursor: pointer;
}

/* line 5854, app/assets/stylesheets/style.css */
.mobile-links__item-link {
  flex-grow: 1;
  color: #3d464d;
}

/* line 5861, app/assets/stylesheets/style.css */
.mobile-links__item-link, .mobile-links__item-link:hover {
  color: inherit;
}

/* line 5865, app/assets/stylesheets/style.css */
.mobile-links__item-toggle {
  border: none;
  background: transparent;
  padding: 0;
  width: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: inherit;
  fill: #999;
  transition: fill .2s;
}

/* line 5887, app/assets/stylesheets/style.css */
[dir=ltr] .mobile-links__item-toggle {
  border-left: 1px solid #ebebeb;
}

/* line 5891, app/assets/stylesheets/style.css */
[dir=rtl] .mobile-links__item-toggle {
  border-right: 1px solid #ebebeb;
}

/* line 5895, app/assets/stylesheets/style.css */
.mobile-links__item-toggle:focus {
  outline: none;
}

/* line 5899, app/assets/stylesheets/style.css */
.mobile-links__item-toggle:focus, .mobile-links__item-toggle:hover {
  cursor: inherit;
}

/* line 5903, app/assets/stylesheets/style.css */
.mobile-links__item-arrow {
  transition: transform 0.3s;
}

/* line 5910, app/assets/stylesheets/style.css */
.mobile-links__item-sub-links {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.3s, opacity 0.3s, visibility 0s 0.3s;
}

/* line 5919, app/assets/stylesheets/style.css */
.mobile-links__item--open > .mobile-links__item-sub-links {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition-delay: 0s, 0s, 0s;
}

/* line 5927, app/assets/stylesheets/style.css */
.mobile-links__item--open > .mobile-links__item-title .mobile-links__item-arrow {
  transform: rotateZ(180deg) translateY(1px);
}

/* line 5932, app/assets/stylesheets/style.css */
.mobile-links--level--0 > .mobile-links__item {
  border-bottom: 1px solid #ebebeb;
}

/* line 5936, app/assets/stylesheets/style.css */
.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title {
  height: 48px;
}

/* line 5940, app/assets/stylesheets/style.css */
.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title .mobile-links__item-link {
  padding: 12px 20px;
}

/* line 5944, app/assets/stylesheets/style.css */
.mobile-links:not(.mobile-links--level--0) {
  border-top: 1px solid #ebebeb;
}

/* line 5948, app/assets/stylesheets/style.css */
.mobile-links--level--1 {
  background: #f7f7f7;
  font-size: 14px;
  line-height: 14px;
}

/* line 5954, app/assets/stylesheets/style.css */
.mobile-links--level--1 .mobile-links__item .mobile-links__item-link {
  padding: 13px 20px;
}

/* line 5958, app/assets/stylesheets/style.css */
.mobile-links--level--1 .mobile-links {
  background: #fff;
}

/* line 5962, app/assets/stylesheets/style.css */
[dir=ltr] .mobile-links--level--1 .mobile-links {
  padding-left: 20px;
}

/* line 5966, app/assets/stylesheets/style.css */
[dir=rtl] .mobile-links--level--1 .mobile-links {
  padding-right: 20px;
}

/* line 5970, app/assets/stylesheets/style.css */
.mobile-links--level--1 .mobile-links > li {
  background: #f7f7f7;
}

/* line 5974, app/assets/stylesheets/style.css */
[dir=ltr] .mobile-links--level--1 .mobile-links > li {
  border-left: 1px solid #ebebeb;
}

/* line 5978, app/assets/stylesheets/style.css */
[dir=rtl] .mobile-links--level--1 .mobile-links > li {
  border-right: 1px solid #ebebeb;
}

/* line 5982, app/assets/stylesheets/style.css */
.mobile-links--level--1 .mobile-links__item:last-child {
  border-bottom: none;
}

/*
// .mobilemenu
*/
/* line 5989, app/assets/stylesheets/style.css */
.mobilemenu {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: visibility 0s 0.3s;
}

/* line 6000, app/assets/stylesheets/style.css */
[dir=ltr] .mobilemenu {
  left: 0;
}

/* line 6004, app/assets/stylesheets/style.css */
[dir=rtl] .mobilemenu {
  right: 0;
}

/* line 6008, app/assets/stylesheets/style.css */
.mobilemenu__backdrop {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3d464d;
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 6019, app/assets/stylesheets/style.css */
[dir=ltr] .mobilemenu__backdrop {
  left: 0;
}

/* line 6023, app/assets/stylesheets/style.css */
[dir=rtl] .mobilemenu__backdrop {
  right: 0;
}

/* line 6027, app/assets/stylesheets/style.css */
.mobilemenu__body {
  position: absolute;
  top: 0;
  width: 290px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

/* line 6048, app/assets/stylesheets/style.css */
[dir=ltr] .mobilemenu__body {
  left: 0;
  transform: translateX(calc(-100% * 1 - 30px * 1));
}

/* line 6054, app/assets/stylesheets/style.css */
[dir=rtl] .mobilemenu__body {
  right: 0;
  transform: translateX(calc(-100% * -1 - 30px * -1));
}

/* line 6060, app/assets/stylesheets/style.css */
.mobilemenu__header {
  height: 55px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

/* line 6073, app/assets/stylesheets/style.css */
.mobilemenu__title {
  padding: 0 20px;
  font-weight: 700;
  flex-grow: 1;
}

/* line 6081, app/assets/stylesheets/style.css */
.mobilemenu__close {
  border: none;
  background: transparent;
  height: 54px;
  width: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  fill: #999;
  transition: fill .2s;
}

/* line 6103, app/assets/stylesheets/style.css */
[dir=ltr] .mobilemenu__close {
  border-left: 1px solid #ebebeb;
}

/* line 6107, app/assets/stylesheets/style.css */
[dir=rtl] .mobilemenu__close {
  border-right: 1px solid #ebebeb;
}

/* line 6111, app/assets/stylesheets/style.css */
.mobilemenu__close:focus {
  outline: none;
}

/* line 6115, app/assets/stylesheets/style.css */
.mobilemenu__close:focus, .mobilemenu__close:hover {
  fill: #3d464d;
}

/* line 6119, app/assets/stylesheets/style.css */
.mobilemenu__content {
  flex-grow: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 6127, app/assets/stylesheets/style.css */
.mobilemenu--open {
  visibility: visible;
  transition-delay: 0s;
}

/* line 6133, app/assets/stylesheets/style.css */
.mobilemenu--open .mobilemenu__backdrop {
  opacity: .9;
}

/* line 6137, app/assets/stylesheets/style.css */
.mobilemenu--open .mobilemenu__body {
  transform: translateX(0);
}

/*
// .nav-links
*/
/* line 6145, app/assets/stylesheets/style.css */
.nav-links {
  height: 100%;
}

/* line 6149, app/assets/stylesheets/style.css */
.nav-links__list {
  height: inherit;
  z-index: 10;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 6160, app/assets/stylesheets/style.css */
.nav-links__item {
  height: 100%;
}

/* line 6164, app/assets/stylesheets/style.css */
.nav-links__item > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 400;
  color: inherit;
}

/* line 6179, app/assets/stylesheets/style.css */
.nav-links__item > a span {
  background: transparent;
  box-shadow: none;
}

/* line 6185, app/assets/stylesheets/style.css */
.nav-links__item > a svg {
  fill: rgba(0, 0, 0, 0.25);
}

/* line 6189, app/assets/stylesheets/style.css */
.nav-links__item > a > span {
  display: flex;
  align-items: center;
  background: transparent;
  transition: background-color .2s;
  padding: 0 14px;
  height: 42px;
  border-radius: 2px;
}

/* line 6204, app/assets/stylesheets/style.css */
.nav-links__item:hover > a {
  color: inherit;
}

/* line 6208, app/assets/stylesheets/style.css */
.nav-links__item:hover > a span {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

/* line 6214, app/assets/stylesheets/style.css */
.nav-links__item:hover > a svg {
  fill: rgba(0, 0, 0, 0.25);
}

/* line 6218, app/assets/stylesheets/style.css */
.nav-links__item:hover > a > span {
  transition-duration: .1s;
}

/* line 6223, app/assets/stylesheets/style.css */
.nav-links__item:hover .nav-links__menu,
.nav-links__item:hover .nav-links__megamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

/* line 6231, app/assets/stylesheets/style.css */
.nav-links__item--menu {
  position: relative;
}

/* line 6235, app/assets/stylesheets/style.css */
.nav-links__item--with-submenu > a span {
  position: relative;
}

/* line 6239, app/assets/stylesheets/style.css */
[dir=ltr] .nav-links__item--with-submenu > a span {
  padding-right: 27px;
}

/* line 6243, app/assets/stylesheets/style.css */
[dir=rtl] .nav-links__item--with-submenu > a span {
  padding-left: 27px;
}

/* line 6247, app/assets/stylesheets/style.css */
.nav-links__item--with-submenu > a svg {
  top: calc(50% - 3px);
  position: absolute;
}

/* line 6252, app/assets/stylesheets/style.css */
[dir=ltr] .nav-links__item--with-submenu > a svg {
  right: 12px;
}

/* line 6256, app/assets/stylesheets/style.css */
[dir=rtl] .nav-links__item--with-submenu > a svg {
  left: 12px;
}

/* line 6260, app/assets/stylesheets/style.css */
.nav-links__menu,
.nav-links__megamenu {
  top: 100%;
  position: absolute;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(45deg);
  opacity: 0;
  transition: transform .2s, opacity .2s;
}

/* line 6276, app/assets/stylesheets/style.css */
[dir=ltr] .nav-links__megamenu {
  left: 0;
}

/* line 6280, app/assets/stylesheets/style.css */
[dir=rtl] .nav-links__megamenu {
  right: 0;
}

/* line 6284, app/assets/stylesheets/style.css */
.nav-links__megamenu--size--xs {
  width: 16.66667%;
}

/* line 6288, app/assets/stylesheets/style.css */
.nav-links__megamenu--size--sm {
  width: 33.33333%;
}

/* line 6292, app/assets/stylesheets/style.css */
.nav-links__megamenu--size--nl {
  width: 50%;
}

/* line 6296, app/assets/stylesheets/style.css */
.nav-links__megamenu--size--md {
  width: 66.66667%;
}

/* line 6300, app/assets/stylesheets/style.css */
.nav-links__megamenu--size--lg {
  width: 83.33333%;
}

/* line 6304, app/assets/stylesheets/style.css */
.nav-links__megamenu--size--xl {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6309, app/assets/stylesheets/style.css */
  .nav-links__item > a > span {
    padding: 0 10px;
  }
  /* line 6312, app/assets/stylesheets/style.css */
  [dir=ltr] .nav-links__item--with-submenu > a > span {
    padding-right: 23px;
  }
  /* line 6315, app/assets/stylesheets/style.css */
  [dir=rtl] .nav-links__item--with-submenu > a > span {
    padding-left: 23px;
  }
  /* line 6318, app/assets/stylesheets/style.css */
  [dir=ltr] .nav-links__item--with-submenu > a svg {
    right: 8px;
  }
  /* line 6321, app/assets/stylesheets/style.css */
  [dir=rtl] .nav-links__item--with-submenu > a svg {
    left: 8px;
  }
}

/*
// .nav-panel
*/
/* line 6329, app/assets/stylesheets/style.css */
.nav-panel {
  height: 54px;
  background: #339933;
  box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
  color: #fff;
}

/* line 6337, app/assets/stylesheets/style.css */
.nav-panel--stuck {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04), 0 1px 20px rgba(0, 0, 0, 0.15);
}

/* line 6346, app/assets/stylesheets/style.css */
.nav-panel__container {
  height: 100%;
}

/* line 6350, app/assets/stylesheets/style.css */
.nav-panel__row {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

/* line 6361, app/assets/stylesheets/style.css */
.nav-panel__logo svg {
  display: block;
  fill: #fff;
}

/* line 6366, app/assets/stylesheets/style.css */
.nav-panel__departments {
  flex-shrink: 0;
}

/* line 6371, app/assets/stylesheets/style.css */
[dir=ltr] .nav-panel__logo + .nav-panel__nav-links, [dir=ltr]
.nav-panel__departments + .nav-panel__nav-links {
  margin-left: 18px;
}

/* line 6376, app/assets/stylesheets/style.css */
[dir=rtl] .nav-panel__logo + .nav-panel__nav-links, [dir=rtl]
.nav-panel__departments + .nav-panel__nav-links {
  margin-right: 18px;
}

/* line 6381, app/assets/stylesheets/style.css */
[dir=ltr] .nav-panel__nav-links {
  margin-right: 18px;
}

/* line 6385, app/assets/stylesheets/style.css */
[dir=rtl] .nav-panel__nav-links {
  margin-left: 18px;
}

/* line 6389, app/assets/stylesheets/style.css */
.nav-panel__indicators {
  display: flex;
  height: 100%;
}

/* line 6396, app/assets/stylesheets/style.css */
[dir=ltr] .nav-panel__indicators {
  margin-left: auto;
}

/* line 6400, app/assets/stylesheets/style.css */
[dir=rtl] .nav-panel__indicators {
  margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6405, app/assets/stylesheets/style.css */
  [dir=ltr] .nav-panel__nav-links {
    margin-left: 14px;
    margin-right: 14px;
  }
  /* line 6409, app/assets/stylesheets/style.css */
  [dir=rtl] .nav-panel__nav-links {
    margin-right: 14px;
    margin-left: 14px;
  }
}

/*
// .search
*/
/* line 6418, app/assets/stylesheets/style.css */
.search__form {
  position: relative;
  height: 42px;
  display: flex;
}

/* line 6426, app/assets/stylesheets/style.css */
.search__border {
  z-index: -1;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: box-shadow .15s, background .15s;
}

/* line 6441, app/assets/stylesheets/style.css */
.search__input {
  border: none;
  padding: 0 17px;
  background: transparent;
  width: 1px;
  flex-grow: 1;
  font-size: 15px;
  transition: color .15s;
  color: inherit;
}

/* line 6455, app/assets/stylesheets/style.css */
.search__input::-webkit-input-placeholder {
  color: #999;
}

/* line 6459, app/assets/stylesheets/style.css */
.search__input::-moz-placeholder {
  color: #999;
}

/* line 6463, app/assets/stylesheets/style.css */
.search__input:-ms-input-placeholder {
  color: #999;
}

/* line 6467, app/assets/stylesheets/style.css */
.search__input::-ms-input-placeholder {
  color: #999;
}

/* line 6471, app/assets/stylesheets/style.css */
.search__input::-moz-placeholder {
  color: #999;
}
.search__input::placeholder {
  color: #999;
}

/* line 6475, app/assets/stylesheets/style.css */
.search__input ~ .search__border {
  background: transparent;
  box-shadow: 0 0 0 2px #e5e5e5 inset;
}

/* line 6481, app/assets/stylesheets/style.css */
.search__input:hover {
  color: inherit;
}

/* line 6485, app/assets/stylesheets/style.css */
.search__input:hover::-webkit-input-placeholder {
  color: #999;
}

/* line 6489, app/assets/stylesheets/style.css */
.search__input:hover::-moz-placeholder {
  color: #999;
}

/* line 6493, app/assets/stylesheets/style.css */
.search__input:hover:-ms-input-placeholder {
  color: #999;
}

/* line 6497, app/assets/stylesheets/style.css */
.search__input:hover::-ms-input-placeholder {
  color: #999;
}

/* line 6501, app/assets/stylesheets/style.css */
.search__input:hover::-moz-placeholder {
  color: #999;
}
.search__input:hover::placeholder {
  color: #999;
}

/* line 6505, app/assets/stylesheets/style.css */
.search__input:hover ~ .search__border {
  background: transparent;
  box-shadow: 0 0 0 2px #d4d4d4 inset;
}

/* line 6511, app/assets/stylesheets/style.css */
.search__input:hover ~ .search__button {
  fill: #bfbfbf;
}

/* line 6515, app/assets/stylesheets/style.css */
.search__input:hover ~ .search__button:hover {
  fill: #339933;
}

/* line 6519, app/assets/stylesheets/style.css */
.search__input:focus {
  outline: none;
  color: inherit;
}

/* line 6524, app/assets/stylesheets/style.css */
.search__input:focus::-webkit-input-placeholder {
  color: #999;
}

/* line 6528, app/assets/stylesheets/style.css */
.search__input:focus::-moz-placeholder {
  color: #999;
}

/* line 6532, app/assets/stylesheets/style.css */
.search__input:focus:-ms-input-placeholder {
  color: #999;
}

/* line 6536, app/assets/stylesheets/style.css */
.search__input:focus::-ms-input-placeholder {
  color: #999;
}

/* line 6540, app/assets/stylesheets/style.css */
.search__input:focus::-moz-placeholder {
  color: #999;
}
.search__input:focus::placeholder {
  color: #999;
}

/* line 6544, app/assets/stylesheets/style.css */
.search__input:focus ~ .search__border {
  background: transparent;
  box-shadow: 0 0 0 2px #339933 inset;
}

/* line 6550, app/assets/stylesheets/style.css */
.search__input:focus ~ .search__button {
  fill: #bfbfbf;
}

/* line 6554, app/assets/stylesheets/style.css */
.search__input:focus ~ .search__button:hover {
  fill: #339933;
}

/* line 6558, app/assets/stylesheets/style.css */
.search__button {
  border: none;
  padding: 0;
  background: transparent;
  flex-grow: 0;
  width: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #bfbfbf;
  transition: fill .15s;
}

/* line 6581, app/assets/stylesheets/style.css */
.search__button:hover, .search__button:focus {
  outline: none;
  fill: #339933;
}

/*
// .site-header
*/
/* line 6589, app/assets/stylesheets/style.css */
.site-header {
  position: relative;
  z-index: 100;
  background: transparent;
  color: inherit;
}

/* line 6596, app/assets/stylesheets/style.css */
.site-header__middle {
  display: flex;
  align-items: center;
  height: 104px;
}

/* line 6606, app/assets/stylesheets/style.css */
.site-header__logo {
  width: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

/* line 6620, app/assets/stylesheets/style.css */
[dir=ltr] .site-header__logo {
  margin-right: 30px;
}

/* line 6624, app/assets/stylesheets/style.css */
[dir=rtl] .site-header__logo {
  margin-left: 30px;
}

/* line 6628, app/assets/stylesheets/style.css */
.site-header__logo a {
  color: inherit;
}

/* line 6632, app/assets/stylesheets/style.css */
.site-header__logo svg {
  fill: currentColor;
}

/* line 6636, app/assets/stylesheets/style.css */
.site-header__search {
  flex-grow: 1;
}

/* line 6642, app/assets/stylesheets/style.css */
.site-header__phone {
  line-height: 1;
}

/* line 6646, app/assets/stylesheets/style.css */
[dir=ltr] .site-header__phone {
  text-align: right;
  margin-left: 80px;
}

/* line 6651, app/assets/stylesheets/style.css */
[dir=rtl] .site-header__phone {
  text-align: left;
  margin-right: 80px;
}

/* line 6656, app/assets/stylesheets/style.css */
.site-header__phone-title {
  font-size: 14px;
  color: #999;
  margin-bottom: 6px;
}

/* line 6662, app/assets/stylesheets/style.css */
.site-header__phone-number {
  font-size: 18px;
  font-weight: 500;
  padding-top: 2px;
}

/* line 6668, app/assets/stylesheets/style.css */
.site-header__nav-panel {
  height: 54px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6673, app/assets/stylesheets/style.css */
  .site-header__logo {
    width: 210px;
    justify-content: flex-start;
  }
  /* line 6679, app/assets/stylesheets/style.css */
  [dir=ltr] .site-header__logo {
    margin-right: 24px;
  }
  /* line 6682, app/assets/stylesheets/style.css */
  [dir=rtl] .site-header__logo {
    margin-left: 24px;
  }
}

/*
// .topbar
*/
/* line 6690, app/assets/stylesheets/style.css */
.topbar {
  height: 56px;
  background: transparent;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-bottom: none;
  font-size: 14px;
  line-height: 14px;
  color: #8c8c8c;
  position: relative;
  z-index: 20;
}

/* line 6703, app/assets/stylesheets/style.css */
.topbar__container {
  height: 100%;
}

/* line 6707, app/assets/stylesheets/style.css */
.topbar__row {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 0;
}

/* line 6718, app/assets/stylesheets/style.css */
.topbar__item {
  margin: 0 0;
  height: 100%;
  display: flex;
  align-items: center;
}

/* line 6729, app/assets/stylesheets/style.css */
.topbar__item-value {
  color: #339933;
  transition: all .1s;
}

/* line 6735, app/assets/stylesheets/style.css */
.topbar__spring {
  flex-grow: 1;
}

/* line 6741, app/assets/stylesheets/style.css */
[dir=ltr] .topbar__item--link + .topbar__item--link {
  margin-left: 16px;
}

/* line 6745, app/assets/stylesheets/style.css */
[dir=rtl] .topbar__item--link + .topbar__item--link {
  margin-right: 16px;
}

/*
// .topbar-dropdown
*/
/* line 6752, app/assets/stylesheets/style.css */
.topbar-dropdown {
  position: relative;
  height: 100%;
}

/* line 6757, app/assets/stylesheets/style.css */
.topbar-dropdown__btn {
  height: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: all .1s;
  background: transparent;
  color: inherit;
  fill: #bfbfbf;
}

/* line 6770, app/assets/stylesheets/style.css */
[dir=ltr] .topbar-dropdown__btn {
  padding-left: 10px;
  padding-right: 20px;
}

/* line 6775, app/assets/stylesheets/style.css */
[dir=rtl] .topbar-dropdown__btn {
  padding-right: 10px;
  padding-left: 20px;
}

/* line 6780, app/assets/stylesheets/style.css */
.topbar-dropdown__btn:focus {
  outline: none;
}

/* line 6784, app/assets/stylesheets/style.css */
.topbar-dropdown__btn svg {
  position: absolute;
  top: calc(50% - 4px);
}

/* line 6789, app/assets/stylesheets/style.css */
[dir=ltr] .topbar-dropdown__btn svg {
  right: 7px;
}

/* line 6793, app/assets/stylesheets/style.css */
[dir=rtl] .topbar-dropdown__btn svg {
  left: 7px;
}

/* line 6797, app/assets/stylesheets/style.css */
.topbar-dropdown__body {
  position: absolute;
  top: 100%;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(60deg);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

/* line 6812, app/assets/stylesheets/style.css */
[dir=ltr] .topbar-dropdown__body {
  right: 0;
}

/* line 6816, app/assets/stylesheets/style.css */
[dir=rtl] .topbar-dropdown__body {
  left: 0;
}

/* line 6820, app/assets/stylesheets/style.css */
.topbar-dropdown--opened .topbar-dropdown__btn,
.topbar-dropdown__btn:hover,
.topbar-dropdown__btn:focus {
  background: #f2f2f2;
  color: #3d464d;
  fill: #999;
}

/* line 6828, app/assets/stylesheets/style.css */
.topbar-dropdown--opened .topbar-dropdown__btn .topbar__item-value,
.topbar-dropdown__btn:hover .topbar__item-value,
.topbar-dropdown__btn:focus .topbar__item-value {
  color: #339933;
}

/* line 6834, app/assets/stylesheets/style.css */
.topbar-dropdown--opened .topbar-dropdown__body {
  z-index: 1;
  transition-delay: 0s, 0s, 0s;
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

/*
// .topbar-link
*/
/* line 6847, app/assets/stylesheets/style.css */
.topbar-link {
  color: inherit;
  transition: color .3s;
}

/* line 6853, app/assets/stylesheets/style.css */
.topbar-link:hover {
  color: #339933;
}

/* ----------------------------------------
// Footer
// ---------------------------------------- */
/*
// .footer-contacts
*/
/* line 6863, app/assets/stylesheets/style.css */
.footer-contacts__title {
  margin-bottom: 25px;
}

/* line 6867, app/assets/stylesheets/style.css */
.footer-contacts__text {
  font-size: 13px;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 6875, app/assets/stylesheets/style.css */
[dir=ltr] .footer-contacts__text {
  padding-right: 0;
  font-style: italic;
}

/* line 6880, app/assets/stylesheets/style.css */
[dir=rtl] .footer-contacts__text {
  padding-left: 20px;
}

/* line 6884, app/assets/stylesheets/style.css */
.footer-contacts__text a {
  color: inherit;
}

/* line 6888, app/assets/stylesheets/style.css */
.footer-contacts__contacts {
  font-size: 15px;
  line-height: 20px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

/* line 6896, app/assets/stylesheets/style.css */
.footer-contacts__contacts a {
  color: inherit;
}

/* line 6900, app/assets/stylesheets/style.css */
.footer-contacts__contacts li {
  padding: 4px 0;
  position: relative;
}

/* line 6905, app/assets/stylesheets/style.css */
.footer-contacts__icon {
  display: inline-block;
  text-align: center;
  width: 22px;
}

/* line 6911, app/assets/stylesheets/style.css */
[dir=ltr] .footer-contacts__icon {
  margin-right: 2px;
}

/* line 6915, app/assets/stylesheets/style.css */
[dir=rtl] .footer-contacts__icon {
  margin-left: 2px;
}

@media (max-width: 767px) {
  /* line 6920, app/assets/stylesheets/style.css */
  .footer-contacts {
    text-align: center;
  }
  /* line 6923, app/assets/stylesheets/style.css */
  .footer-contacts__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  /* line 6927, app/assets/stylesheets/style.css */
  .footer-contacts__text {
    padding: 0;
  }
}

/*
// .footer-links
*/
/* line 6935, app/assets/stylesheets/style.css */
.footer-links__title {
  margin-bottom: 22px;
}

/* line 6939, app/assets/stylesheets/style.css */
.footer-links__list {
  font-size: 15px;
  line-height: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 6947, app/assets/stylesheets/style.css */
.footer-links__list a {
  color: inherit;
  transition: .15s;
}

/* line 6953, app/assets/stylesheets/style.css */
.footer-links__list a:hover {
  color: #339933;
}

@media (max-width: 767px) {
  /* line 6958, app/assets/stylesheets/style.css */
  .footer-links__title {
    margin-bottom: 12px;
  }
  /* line 6961, app/assets/stylesheets/style.css */
  .footer-links {
    margin-top: 42px;
    text-align: center;
  }
}

/*
// .footer-newsletter
*/
/* line 6970, app/assets/stylesheets/style.css */
.footer-newsletter__title {
  margin-bottom: 25px;
}

/* line 6974, app/assets/stylesheets/style.css */
.footer-newsletter__text {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 14px;
}

/* line 6980, app/assets/stylesheets/style.css */
.footer-newsletter__text--social {
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 6985, app/assets/stylesheets/style.css */
.footer-newsletter__social-links {
  display: flex;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

/* line 6994, app/assets/stylesheets/style.css */
[dir=ltr] .footer-newsletter__social-link + .footer-newsletter__social-link {
  margin-left: 7px;
}

/* line 6998, app/assets/stylesheets/style.css */
[dir=rtl] .footer-newsletter__social-link + .footer-newsletter__social-link {
  margin-right: 7px;
}

/* line 7002, app/assets/stylesheets/style.css */
.footer-newsletter__social-link a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  transition: all .2s;
}

/* line 7021, app/assets/stylesheets/style.css */
.footer-newsletter__social-link a:hover {
  opacity: .8;
}

/* line 7025, app/assets/stylesheets/style.css */
.footer-newsletter__social-link a {
  color: #fff;
}

/* line 7029, app/assets/stylesheets/style.css */
.footer-newsletter__social-link--vk a {
  background: #45668e;
}

/* line 7033, app/assets/stylesheets/style.css */
.footer-newsletter__social-link--facebook a {
  background: #3c5a99;
}

/* line 7037, app/assets/stylesheets/style.css */
.footer-newsletter__social-link--twitter a {
  background: #00a2e8;
}

/* line 7041, app/assets/stylesheets/style.css */
.footer-newsletter__social-link--youtube a {
  background: #e52e2e;
}

/* line 7045, app/assets/stylesheets/style.css */
.footer-newsletter__social-link--instagram a {
  background: #815dc7;
}

/* line 7049, app/assets/stylesheets/style.css */
.footer-newsletter__social-link--rss a {
  background: #ffc338;
}

/* line 7053, app/assets/stylesheets/style.css */
.footer-newsletter__form {
  display: flex;
  max-width: 380px;
}

/* line 7060, app/assets/stylesheets/style.css */
[dir=ltr] .footer-newsletter__form-button {
  margin-left: 6px;
}

/* line 7064, app/assets/stylesheets/style.css */
[dir=rtl] .footer-newsletter__form-button {
  margin-right: 6px;
}

@media (max-width: 991px) {
  /* line 7069, app/assets/stylesheets/style.css */
  .footer-newsletter {
    margin-top: 42px;
    max-width: 420px;
  }
  /* line 7073, app/assets/stylesheets/style.css */
  .footer-newsletter__title {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  /* line 7079, app/assets/stylesheets/style.css */
  .footer-newsletter {
    text-align: center;
  }
  /* line 7082, app/assets/stylesheets/style.css */
  [dir=ltr] .footer-newsletter {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 7086, app/assets/stylesheets/style.css */
  [dir=rtl] .footer-newsletter {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 7090, app/assets/stylesheets/style.css */
  .footer-newsletter__title {
    font-size: 28px;
  }
  /* line 7093, app/assets/stylesheets/style.css */
  .footer-newsletter__form {
    margin: 0 auto;
  }
  /* line 7096, app/assets/stylesheets/style.css */
  .footer-newsletter__social-links {
    margin-top: 16px;
    justify-content: center;
  }
}

/*
// .site-footer
*/
/* line 7107, app/assets/stylesheets/style.css */
.site-footer {
  margin-top: 16px;
  background: transparent;
  border-top: 1px solid #ebebeb;
}

/* line 7113, app/assets/stylesheets/style.css */
.site-footer__widgets {
  padding: 48px 0 54px;
}

/* line 7117, app/assets/stylesheets/style.css */
.site-footer__bottom {
  height: 54px;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 7131, app/assets/stylesheets/style.css */
.site-footer__copyright {
  font-size: 14px;
}

/* line 7135, app/assets/stylesheets/style.css */
.site-footer__copyright a:hover {
  text-decoration: underline;
}

/* line 7139, app/assets/stylesheets/style.css */
.site-footer__payments img {
  max-width: 100%;
}

/* line 7143, app/assets/stylesheets/style.css */
.site-footer__widget + .site-footer__widget {
  margin-top: 24px;
}

@media (max-width: 767px) {
  /* line 7148, app/assets/stylesheets/style.css */
  .site-footer__widgets {
    padding-bottom: 48px;
  }
  /* line 7151, app/assets/stylesheets/style.css */
  .site-footer__bottom {
    padding: 20px 0 24px;
    flex-wrap: wrap;
    height: auto;
  }
  /* line 7157, app/assets/stylesheets/style.css */
  .site-footer__payments {
    order: -1;
  }
  /* line 7162, app/assets/stylesheets/style.css */
  .site-footer__copyright + .site-footer__payments {
    margin-bottom: 24px;
  }
  /* line 7165, app/assets/stylesheets/style.css */
  .site-footer__copyright,
.site-footer__payments {
    width: 100%;
    text-align: center;
  }
}

/* ----------------------------------------
// Pages
// ---------------------------------------- */
/*
// .about-us
*/
/* line 7178, app/assets/stylesheets/style.css */
.about-us__image {
  /*background-image: url(/../images/aboutus.jpg);*/
  background-size: cover;
  background-position: bottom center;
  height: 500px;
}

/* line 7185, app/assets/stylesheets/style.css */
.about-us__body {
  background: #fff;
  min-height: 380px;
  margin-top: -380px;
  border-radius: 4px 4px 0 0;
  padding: 75px 92px;
}

/* line 7193, app/assets/stylesheets/style.css */
.about-us__title {
  text-align: center;
  margin-bottom: 50px;
}

/* line 7198, app/assets/stylesheets/style.css */
.about-us__text {
  text-align: center;
}

/* line 7202, app/assets/stylesheets/style.css */
.about-us__team {
  margin-top: 75px;
  text-align: center;
}

/* line 7207, app/assets/stylesheets/style.css */
.about-us__team-subtitle {
  margin-top: 24px;
}

/* line 7211, app/assets/stylesheets/style.css */
.about-us__teammates {
  margin-top: 42px;
}

/* line 7215, app/assets/stylesheets/style.css */
.teammates .owl-carousel .owl-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* line 7225, app/assets/stylesheets/style.css */
.teammates .owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 7229, app/assets/stylesheets/style.css */
.teammates .owl-carousel .owl-dot {
  display: block;
  color: #e5e5e5;
  transition: color .2s;
}

/* line 7236, app/assets/stylesheets/style.css */
.teammates .owl-carousel .owl-dot::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: currentColor;
  margin: 6px;
}

/* line 7246, app/assets/stylesheets/style.css */
.teammates .owl-carousel .owl-dot:focus {
  outline: none;
}

/* line 7250, app/assets/stylesheets/style.css */
.teammates .owl-carousel .owl-dot:hover {
  color: #ccc;
}

/* line 7254, app/assets/stylesheets/style.css */
.teammates .owl-carousel .owl-dot.active {
  color: #339933;
}

/* line 7258, app/assets/stylesheets/style.css */
.teammate__avatar img {
  max-width: 100%;
  border-radius: 2px;
}

/* line 7263, app/assets/stylesheets/style.css */
.teammate__name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
}

/* line 7269, app/assets/stylesheets/style.css */
.teammate__position {
  font-size: 14px;
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 7274, app/assets/stylesheets/style.css */
  .about-us__image {
    height: 460px;
  }
  /* line 7277, app/assets/stylesheets/style.css */
  .about-us__title {
    margin-bottom: 36px;
  }
  /* line 7280, app/assets/stylesheets/style.css */
  .about-us__body {
    padding: 50px;
  }
  /* line 7283, app/assets/stylesheets/style.css */
  .about-us__team {
    margin-top: 75px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  /* line 7289, app/assets/stylesheets/style.css */
  .about-us__image {
    height: 360px;
  }
  /* line 7292, app/assets/stylesheets/style.css */
  .about-us__title {
    margin-bottom: 24px;
  }
  /* line 7295, app/assets/stylesheets/style.css */
  .about-us__body {
    min-height: 290px;
    margin-top: -290px;
    padding: 40px;
  }
  /* line 7300, app/assets/stylesheets/style.css */
  .about-us__team {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  /* line 7306, app/assets/stylesheets/style.css */
  .about-us__image {
    height: 330px;
  }
  /* line 7309, app/assets/stylesheets/style.css */
  .about-us__body {
    min-height: 290px;
    margin-top: -290px;
    padding: 30px 24px;
  }
  /* line 7314, app/assets/stylesheets/style.css */
  .about-us__title {
    margin-bottom: 20px;
  }
  /* line 7317, app/assets/stylesheets/style.css */
  .about-us__team {
    margin-top: 50px;
  }
}

/*
// .checkout
*/
/* line 7325, app/assets/stylesheets/style.css */
.checkout__totals {
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  margin-bottom: 40px;
}

/* line 7332, app/assets/stylesheets/style.css */
.checkout__totals th, .checkout__totals td {
  padding: 4px 0;
}

/* line 7336, app/assets/stylesheets/style.css */
.checkout__totals th {
  font-weight: 700;
}

/* line 7340, app/assets/stylesheets/style.css */
[dir=ltr] .checkout__totals tr > :first-child {
  padding-right: 20px;
}

/* line 7344, app/assets/stylesheets/style.css */
[dir=rtl] .checkout__totals tr > :first-child {
  padding-left: 20px;
}

/* line 7348, app/assets/stylesheets/style.css */
[dir=ltr] .checkout__totals tr > :last-child {
  text-align: right;
}

/* line 7352, app/assets/stylesheets/style.css */
[dir=rtl] .checkout__totals tr > :last-child {
  text-align: left;
}

/* line 7356, app/assets/stylesheets/style.css */
.checkout__totals-header tr:last-child > * {
  padding-bottom: 10px;
}

/* line 7360, app/assets/stylesheets/style.css */
.checkout__totals-products tr:first-child > * {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

/* line 7365, app/assets/stylesheets/style.css */
.checkout__totals-products tr:last-child > * {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

/* line 7370, app/assets/stylesheets/style.css */
.checkout__totals-subtotals tr:first-child > * {
  padding-top: 20px;
}

/* line 7374, app/assets/stylesheets/style.css */
.checkout__totals-subtotals tr:last-child > * {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

/* line 7379, app/assets/stylesheets/style.css */
.checkout__totals-footer {
  font-size: 24px;
}

/* line 7383, app/assets/stylesheets/style.css */
.checkout__totals-footer th {
  font-weight: 500;
}

/* line 7387, app/assets/stylesheets/style.css */
.checkout__totals-footer tr:first-child > * {
  padding-top: 20px;
}

/* line 7391, app/assets/stylesheets/style.css */
.payment-methods {
  margin-bottom: 30px;
}

/* line 7395, app/assets/stylesheets/style.css */
.payment-methods__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 7401, app/assets/stylesheets/style.css */
.payment-methods__item {
  border-radius: 2px;
  background: transparent;
  border: 1px solid #e5e5e5;
}

/* line 7407, app/assets/stylesheets/style.css */
.payment-methods__item:hover {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

/* line 7412, app/assets/stylesheets/style.css */
.payment-methods__item + .payment-methods__item {
  margin-top: 6px;
}

/* line 7416, app/assets/stylesheets/style.css */
.payment-methods__item-header {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .01em;
  cursor: pointer;
  margin-bottom: 0;
}

/* line 7431, app/assets/stylesheets/style.css */
[dir=ltr] .payment-methods__item-radio {
  margin-right: 10px;
}

/* line 7435, app/assets/stylesheets/style.css */
[dir=rtl] .payment-methods__item-radio {
  margin-left: 10px;
}

/* line 7439, app/assets/stylesheets/style.css */
.payment-methods__item-container {
  overflow: hidden;
  height: 0;
  transition: height .2s;
}

/* line 7446, app/assets/stylesheets/style.css */
.payment-methods__item-description {
  font-size: 15px;
  line-height: 20px;
  padding: 2px 16px 13px 16px;
}

/* line 7452, app/assets/stylesheets/style.css */
.payment-methods__item--active, .payment-methods__item--active:hover {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

/* line 7457, app/assets/stylesheets/style.css */
.payment-methods__item--active .payment-methods__item-container {
  height: auto;
}

/* line 7461, app/assets/stylesheets/style.css */
.checkout__agree {
  margin-bottom: 36px;
}

/* line 7465, app/assets/stylesheets/style.css */
.checkout__agree a:hover {
  text-decoration: underline;
}

/*
// .contact-us
*/
/* line 7472, app/assets/stylesheets/style.css */
.contact-us__map {
  position: relative;
  height: 440px;
  margin: -2px;
  margin-bottom: 6px;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
}

/* line 7481, app/assets/stylesheets/style.css */
.contact-us__map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 1199px) {
  /* line 7490, app/assets/stylesheets/style.css */
  .contact-us__map {
    height: 400px;
  }
}

@media (max-width: 991px) {
  /* line 7496, app/assets/stylesheets/style.css */
  .contact-us__map {
    height: 380px;
  }
}

@media (max-width: 767px) {
  /* line 7502, app/assets/stylesheets/style.css */
  .contact-us__map {
    height: 360px;
  }
}

@media (max-width: 575px) {
  /* line 7508, app/assets/stylesheets/style.css */
  .contact-us__map {
    height: 320px;
  }
}

/*
// .faq
*/
/* line 7516, app/assets/stylesheets/style.css */
.faq__section + .faq__section {
  margin-top: 70px;
}

/* line 7520, app/assets/stylesheets/style.css */
.faq__section-title {
  margin-bottom: 20px;
}

/* line 7524, app/assets/stylesheets/style.css */
.faq__section-title h3 {
  font-size: 22px;
  font-weight: 500;
}

/* line 7529, app/assets/stylesheets/style.css */
.faq__section-body {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 48px 44px;
}

@media (max-width: 991px) {
  /* line 7536, app/assets/stylesheets/style.css */
  .faq__section + .faq__section {
    margin-top: 40px;
  }
  /* line 7539, app/assets/stylesheets/style.css */
  .faq__section-body {
    padding: 28px 24px;
  }
  /* line 7542, app/assets/stylesheets/style.css */
  .faq__section-column + .faq__section-column {
    margin-top: 1.5em;
  }
}

/*
// .not-found
*/
/* line 7550, app/assets/stylesheets/style.css */
.not-found {
  text-align: center;
}

/* line 7554, app/assets/stylesheets/style.css */
.not-found__404 {
  font-size: 80px;
  font-weight: 700;
  color: #ebebeb;
  padding: 40px 0 20px;
}

/* line 7561, app/assets/stylesheets/style.css */
.not-found__content {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 7567, app/assets/stylesheets/style.css */
.not-found__title {
  margin-bottom: 30px;
}

/* line 7571, app/assets/stylesheets/style.css */
.not-found__text {
  margin-bottom: 20px;
}

/* line 7575, app/assets/stylesheets/style.css */
.not-found__search {
  display: flex;
  margin-bottom: 30px;
}

/* line 7582, app/assets/stylesheets/style.css */
.not-found__search-input {
  width: 1px;
  flex-grow: 1;
}

/* line 7589, app/assets/stylesheets/style.css */
[dir=ltr] .not-found__search-input {
  margin-right: 10px;
}

/* line 7593, app/assets/stylesheets/style.css */
[dir=rtl] .not-found__search-input {
  margin-left: 10px;
}

@media (max-width: 991px) {
  /* line 7598, app/assets/stylesheets/style.css */
  .not-found__404 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  /* line 7604, app/assets/stylesheets/style.css */
  .not-found__404 {
    font-size: 50px;
    line-height: 54px;
    padding: 40px 0 32px;
  }
}

/* ----------------------------------------
// Shop
// ---------------------------------------- */
/*
// .address-card
*/
/* line 7617, app/assets/stylesheets/style.css */
.address-card {
  position: relative;
}

/* line 7621, app/assets/stylesheets/style.css */
.address-card__badge {
  position: absolute;
  background-color: #339933;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 8px 2px;
  top: -2px;
}

/* line 7632, app/assets/stylesheets/style.css */
[dir=ltr] .address-card__badge {
  right: .75rem;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 7638, app/assets/stylesheets/style.css */
[dir=rtl] .address-card__badge {
  left: .75rem;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 7644, app/assets/stylesheets/style.css */
.address-card__body {
  padding: 1.5rem;
  font-size: 15px;
  line-height: 18px;
}

/* line 7650, app/assets/stylesheets/style.css */
.address-card__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.125rem;
}

/* line 7656, app/assets/stylesheets/style.css */
.address-card__row + .address-card__row {
  margin-top: .75rem;
}

/* line 7660, app/assets/stylesheets/style.css */
.address-card__row-title {
  font-size: 12px;
  color: #999;
}

/* line 7665, app/assets/stylesheets/style.css */
.address-card__footer {
  margin-top: 1.625rem;
}

/* line 7669, app/assets/stylesheets/style.css */
.address-card--featured .address-card__body {
  padding: 2rem;
}

/* line 7673, app/assets/stylesheets/style.css */
.address-card--featured .address-card__name {
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7678, app/assets/stylesheets/style.css */
  .address-card--featured .address-card__body {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  /* line 7684, app/assets/stylesheets/style.css */
  .address-card--featured .address-card__body {
    padding: 1.375rem;
  }
}

/*
// .addresses-list
*/
/* line 7692, app/assets/stylesheets/style.css */
.addresses-list {
  display: flex;
  flex-wrap: wrap;
}

/* line 7700, app/assets/stylesheets/style.css */
.addresses-list__item {
  flex-basis: 0;
  flex-grow: 1;
}

/* line 7708, app/assets/stylesheets/style.css */
.addresses-list__item--new {
  border-radius: 2px;
  border: 2px dashed #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

/* line 7727, app/assets/stylesheets/style.css */
.addresses-list__divider:last-child {
  display: none;
}

/* line 7731, app/assets/stylesheets/style.css */
.addresses-list__plus {
  width: 60px;
  height: 60px;
  border: 2px dashed #ebebeb;
  position: relative;
  border-radius: 30px;
  margin-bottom: 24px;
  transition: border-color .2s;
}

/* line 7742, app/assets/stylesheets/style.css */
.addresses-list__plus::before, .addresses-list__plus::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 1.5px;
  top: calc(50% - 2px);
  transition: background-color .2s;
}

/* line 7754, app/assets/stylesheets/style.css */
[dir=ltr] .addresses-list__plus::before, [dir=ltr] .addresses-list__plus::after {
  left: calc(50% - 16px);
}

/* line 7758, app/assets/stylesheets/style.css */
[dir=rtl] .addresses-list__plus::before, [dir=rtl] .addresses-list__plus::after {
  right: calc(50% - 16px);
}

/* line 7762, app/assets/stylesheets/style.css */
.addresses-list__plus::after {
  transform: rotateZ(90deg);
}

/* line 7767, app/assets/stylesheets/style.css */
.addresses-list__item--new:hover .addresses-list__plus {
  border-color: #e0e0e0;
}

/* line 7771, app/assets/stylesheets/style.css */
.addresses-list__item--new:hover .addresses-list__plus::before, .addresses-list__item--new:hover .addresses-list__plus::after {
  background-color: #dbdbdb;
}

@media (min-width: 1200px) {
  /* line 7776, app/assets/stylesheets/style.css */
  .addresses-list__item {
    max-width: calc((100% - 32px) / 3);
  }
  /* line 7779, app/assets/stylesheets/style.css */
  .addresses-list__divider:nth-child(2n) {
    width: 16px;
  }
  /* line 7782, app/assets/stylesheets/style.css */
  .addresses-list__divider:nth-child(6n) {
    width: 100%;
    height: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 7789, app/assets/stylesheets/style.css */
  .addresses-list__item {
    max-width: calc((100% - 24px) / 3);
  }
  /* line 7792, app/assets/stylesheets/style.css */
  .addresses-list__divider:nth-child(2n) {
    width: 12px;
  }
  /* line 7795, app/assets/stylesheets/style.css */
  .addresses-list__divider:nth-child(6n) {
    width: 100%;
    height: 12px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 7802, app/assets/stylesheets/style.css */
  .addresses-list__item {
    max-width: calc((100% - 12px) / 2);
  }
  /* line 7805, app/assets/stylesheets/style.css */
  .addresses-list__divider:nth-child(2n) {
    width: 12px;
  }
  /* line 7808, app/assets/stylesheets/style.css */
  .addresses-list__divider:nth-child(4n) {
    width: 100%;
    height: 12px;
  }
}

@media (max-width: 479px) {
  /* line 7815, app/assets/stylesheets/style.css */
  .addresses-list__item {
    max-width: calc((100% - 0px) / 1);
  }
  /* line 7818, app/assets/stylesheets/style.css */
  .addresses-list__divider:nth-child(2n) {
    width: 12px;
  }
  /* line 7821, app/assets/stylesheets/style.css */
  .addresses-list__divider:nth-child(2n) {
    width: 100%;
    height: 12px;
  }
}

/*
// .cart
*/
/* line 7830, app/assets/stylesheets/style.css */
.cart__actions {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

/* line 7840, app/assets/stylesheets/style.css */
.cart__coupon-form {
  width: calc(50% - 15px);
  display: flex;
}

/* line 7847, app/assets/stylesheets/style.css */
.cart__coupon-form .btn {
  flex-shrink: 0;
}

/* line 7852, app/assets/stylesheets/style.css */
[dir=ltr] .cart__coupon-form .btn {
  margin-left: .5rem;
}

/* line 7856, app/assets/stylesheets/style.css */
[dir=rtl] .cart__coupon-form .btn {
  margin-right: .5rem;
}

/* line 7860, app/assets/stylesheets/style.css */
.cart__buttons {
  width: calc(50% - 15px);
  display: flex;
  justify-content: flex-end;
}

/* line 7870, app/assets/stylesheets/style.css */
[dir=ltr] .cart__update-button {
  margin-left: .5rem;
}

/* line 7874, app/assets/stylesheets/style.css */
[dir=rtl] .cart__update-button {
  margin-right: .5rem;
}

/* line 7878, app/assets/stylesheets/style.css */
.cart__totals {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 40px;
}

/* line 7885, app/assets/stylesheets/style.css */
.cart__totals a:hover {
  text-decoration: underline;
}

/* line 7889, app/assets/stylesheets/style.css */
.cart__totals th, .cart__totals td {
  vertical-align: top;
  padding: 6px 0;
}

/* line 7894, app/assets/stylesheets/style.css */
.cart__totals th {
  font-weight: 700;
}

/* line 7898, app/assets/stylesheets/style.css */
[dir=ltr] .cart__totals tr > :first-child {
  padding-right: 20px;
}

/* line 7902, app/assets/stylesheets/style.css */
[dir=rtl] .cart__totals tr > :first-child {
  padding-left: 20px;
}

/* line 7906, app/assets/stylesheets/style.css */
[dir=ltr] .cart__totals tr > :last-child {
  text-align: right;
}

/* line 7910, app/assets/stylesheets/style.css */
[dir=rtl] .cart__totals tr > :last-child {
  text-align: left;
}

/* line 7914, app/assets/stylesheets/style.css */
.cart__totals-header tr:last-child > * {
  padding-bottom: 10px;
}

/* line 7918, app/assets/stylesheets/style.css */
.cart__totals-body tr:first-child > * {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

/* line 7923, app/assets/stylesheets/style.css */
.cart__totals-body tr:last-child > * {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

/* line 7928, app/assets/stylesheets/style.css */
.cart__totals-footer {
  font-size: 24px;
}

/* line 7932, app/assets/stylesheets/style.css */
.cart__totals-footer th {
  font-weight: 500;
}

/* line 7936, app/assets/stylesheets/style.css */
.cart__totals-footer tr:first-child > * {
  padding-top: 20px;
}

/* line 7940, app/assets/stylesheets/style.css */
.cart__calc-shipping {
  margin-top: 2px;
  font-size: 15px;
}

@media (max-width: 767px) {
  /* line 7946, app/assets/stylesheets/style.css */
  .cart__actions {
    margin-top: 1.5rem;
    display: block;
  }
  /* line 7950, app/assets/stylesheets/style.css */
  .cart__coupon-form {
    width: 100%;
  }
  /* line 7953, app/assets/stylesheets/style.css */
  .cart__buttons {
    flex-direction: column;
    margin-top: 2.5rem;
    width: 100%;
  }
  /* line 7961, app/assets/stylesheets/style.css */
  .cart__update-button {
    order: -1;
    margin-bottom: .75rem;
  }
  /* line 7967, app/assets/stylesheets/style.css */
  [dir=ltr] .cart__update-button {
    margin-left: 0;
  }
  /* line 7970, app/assets/stylesheets/style.css */
  [dir=rtl] .cart__update-button {
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  /* line 7976, app/assets/stylesheets/style.css */
  .cart__checkout-button {
    font-size: 1.125rem;
    height: calc(2.75rem + 2px);
    padding: .8125rem 2rem;
    line-height: 1;
    font-weight: 500;
  }
  /* line 7983, app/assets/stylesheets/style.css */
  .cart__checkout-button.btn-svg-icon {
    width: calc(2.75rem + 2px);
  }
}

@media (max-width: 379px) {
  /* line 7989, app/assets/stylesheets/style.css */
  .cart__checkout-button {
    font-size: 1rem;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.25rem;
    font-weight: 500;
  }
  /* line 7996, app/assets/stylesheets/style.css */
  .cart__checkout-button.btn-svg-icon {
    width: calc(2.25rem + 2px);
  }
}

/*
// .cart-table
*/
/* line 8004, app/assets/stylesheets/style.css */
.cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 8010, app/assets/stylesheets/style.css */
.cart-table__product-name {
  color: inherit;
}

/* line 8014, app/assets/stylesheets/style.css */
.cart-table__options {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  font-size: 14px;
  color: #999;
  line-height: 19px;
}

/* line 8023, app/assets/stylesheets/style.css */
.cart-table__options li {
  position: relative;
}

/* line 8027, app/assets/stylesheets/style.css */
[dir=ltr] .cart-table__options li {
  padding-left: 12px;
}

/* line 8031, app/assets/stylesheets/style.css */
[dir=rtl] .cart-table__options li {
  padding-right: 12px;
}

/* line 8035, app/assets/stylesheets/style.css */
.cart-table__options li::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: currentColor;
}

/* line 8046, app/assets/stylesheets/style.css */
[dir=ltr] .cart-table__options li::before {
  left: 1px;
}

/* line 8050, app/assets/stylesheets/style.css */
[dir=rtl] .cart-table__options li::before {
  right: 1px;
}

@media (min-width: 768px) {
  /* line 8055, app/assets/stylesheets/style.css */
  .cart-table__column {
    padding: 12px 18px;
    border-top: 1px solid #ebebeb;
  }
  /* line 8059, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column:first-child {
    border-left: 1px solid #ebebeb;
  }
  /* line 8062, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column:first-child {
    border-right: 1px solid #ebebeb;
  }
  /* line 8065, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column:last-child {
    border-right: 1px solid #ebebeb;
  }
  /* line 8068, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column:last-child {
    border-left: 1px solid #ebebeb;
  }
  /* line 8071, app/assets/stylesheets/style.css */
  .cart-table__head {
    background: #f7f7f7;
    font-size: 15px;
  }
  /* line 8075, app/assets/stylesheets/style.css */
  .cart-table__head .cart-table__column {
    font-weight: 500;
  }
  /* line 8078, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__head .cart-table__column:first-child {
    border-top-left-radius: 2.5px;
  }
  /* line 8081, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__head .cart-table__column:first-child {
    border-top-right-radius: 2.5px;
  }
  /* line 8084, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__head .cart-table__column:last-child {
    border-top-right-radius: 2.5px;
  }
  /* line 8087, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__head .cart-table__column:last-child {
    border-top-left-radius: 2.5px;
  }
  /* line 8090, app/assets/stylesheets/style.css */
  .cart-table__body .cart-table__column {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  /* line 8094, app/assets/stylesheets/style.css */
  .cart-table__body .cart-table__row:last-child .cart-table__column {
    border-bottom: 1px solid #ebebeb;
  }
  /* line 8097, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__body .cart-table__row:last-child .cart-table__column:first-child {
    border-bottom-left-radius: 2.5px;
  }
  /* line 8100, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__body .cart-table__row:last-child .cart-table__column:first-child {
    border-bottom-right-radius: 2.5px;
  }
  /* line 8103, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__body .cart-table__row:last-child .cart-table__column:last-child {
    border-bottom-right-radius: 2.5px;
  }
  /* line 8106, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__body .cart-table__row:last-child .cart-table__column:last-child {
    border-bottom-left-radius: 2.5px;
  }
  /* line 8109, app/assets/stylesheets/style.css */
  .cart-table__column--image {
    width: 1px;
    text-align: center;
  }
  /* line 8113, app/assets/stylesheets/style.css */
  .cart-table__column--image img {
    width: 80px;
  }
  /* line 8116, app/assets/stylesheets/style.css */
  .cart-table__column--price {
    width: 170px;
  }
  /* line 8119, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column--price {
    text-align: right;
  }
  /* line 8122, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column--price {
    text-align: left;
  }
  /* line 8125, app/assets/stylesheets/style.css */
  .cart-table__column--quantity {
    text-align: center;
    width: 1px;
  }
  /* line 8129, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column--quantity {
    padding-left: 90px;
  }
  /* line 8132, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column--quantity {
    padding-right: 90px;
  }
  /* line 8135, app/assets/stylesheets/style.css */
  .cart-table__column--total {
    width: 170px;
  }
  /* line 8138, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column--total {
    text-align: right;
  }
  /* line 8141, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column--total {
    text-align: left;
  }
  /* line 8144, app/assets/stylesheets/style.css */
  .cart-table__column--remove {
    width: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8150, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column--quantity {
    padding-left: 40px;
  }
  /* line 8153, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column--quantity {
    padding-right: 40px;
  }
  /* line 8156, app/assets/stylesheets/style.css */
  .cart-table__column--price,
.cart-table__column--total {
    width: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8163, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column--quantity {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8167, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column--quantity {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 8171, app/assets/stylesheets/style.css */
  .cart-table__column--price,
.cart-table__column--total {
    width: 1px;
  }
  /* line 8175, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column--remove {
    padding-left: 0;
  }
  /* line 8178, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column--remove {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 8184, app/assets/stylesheets/style.css */
  .cart-table {
    display: block;
  }
  /* line 8187, app/assets/stylesheets/style.css */
  .cart-table__head {
    display: none;
  }
  /* line 8190, app/assets/stylesheets/style.css */
  .cart-table__body {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 8197, app/assets/stylesheets/style.css */
  .cart-table__row {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 2px;
  }
  /* line 8204, app/assets/stylesheets/style.css */
  .cart-table__row + .cart-table__row {
    margin-top: 15px;
  }
  /* line 8207, app/assets/stylesheets/style.css */
  .cart-table__column {
    display: block;
    padding: 0;
  }
  /* line 8211, app/assets/stylesheets/style.css */
  .cart-table__column--image {
    padding: 20px 20px 10px;
    text-align: center;
  }
  /* line 8215, app/assets/stylesheets/style.css */
  .cart-table__column--image img {
    width: 100%;
    max-width: 160px;
  }
  /* line 8219, app/assets/stylesheets/style.css */
  .cart-table__column--product {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 0 20px 18px;
  }
  /* line 8224, app/assets/stylesheets/style.css */
  .cart-table__column--price,
.cart-table__column--quantity,
.cart-table__column--total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
  }
  /* line 8238, app/assets/stylesheets/style.css */
  .cart-table__column--price::before,
.cart-table__column--quantity::before,
.cart-table__column--total::before {
    font-weight: 500;
    width: 55%;
    flex-shrink: 0;
    content: attr(data-title) ": ";
  }
  /* line 8247, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column--price::before, [dir=ltr]
.cart-table__column--quantity::before, [dir=ltr]
.cart-table__column--total::before {
    text-align: right;
  }
  /* line 8252, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column--price::before, [dir=rtl]
.cart-table__column--quantity::before, [dir=rtl]
.cart-table__column--total::before {
    text-align: left;
  }
  /* line 8257, app/assets/stylesheets/style.css */
  .cart-table__column--quantity .input-number {
    width: 110px;
  }
  /* line 8260, app/assets/stylesheets/style.css */
  .cart-table__column--price {
    padding-top: 18px;
  }
  /* line 8263, app/assets/stylesheets/style.css */
  .cart-table__column--total {
    padding-bottom: 18px;
  }
  /* line 8266, app/assets/stylesheets/style.css */
  .cart-table__column--remove {
    position: absolute;
    top: 5px;
  }
  /* line 8270, app/assets/stylesheets/style.css */
  [dir=ltr] .cart-table__column--remove {
    right: 5px;
  }
  /* line 8273, app/assets/stylesheets/style.css */
  [dir=rtl] .cart-table__column--remove {
    left: 5px;
  }
  /* line 8276, app/assets/stylesheets/style.css */
  .cart-table__options li::before {
    display: none;
  }
}

/*
// .category-card
*/
/* line 8284, app/assets/stylesheets/style.css */
.category-card {
  display: flex;
}

/* line 8290, app/assets/stylesheets/style.css */
.category-card__body {
  display: flex;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.04);
  padding: 24px 20px;
  flex-grow: 1;
}

/* line 8304, app/assets/stylesheets/style.css */
.category-card__image {
  width: 130px;
}

/* line 8308, app/assets/stylesheets/style.css */
[dir=ltr] .category-card__image {
  margin-right: 24px;
}

/* line 8312, app/assets/stylesheets/style.css */
[dir=rtl] .category-card__image {
  margin-left: 24px;
}

/* line 8316, app/assets/stylesheets/style.css */
.category-card__image img {
  max-width: 100%;
}

/* line 8320, app/assets/stylesheets/style.css */
.category-card__content {
  display: flex;
  flex-direction: column;
}

/* line 8330, app/assets/stylesheets/style.css */
.category-card__name {
  margin-top: -2px;
  font-weight: 500;
  font-size: 17px;
  line-height: 19px;
}

/* line 8337, app/assets/stylesheets/style.css */
.category-card__name a {
  color: inherit;
  transition: .15s;
}

/* line 8343, app/assets/stylesheets/style.css */
.category-card__name a:hover {
  color: #339933;
}

/* line 8347, app/assets/stylesheets/style.css */
.category-card__links {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  flex-grow: 1;
}

/* line 8358, app/assets/stylesheets/style.css */
.category-card__links a {
  color: #6c757d;
  transition: .15s;
}

/* line 8364, app/assets/stylesheets/style.css */
.category-card__links a:hover {
  color: #339933;
}

/* line 8368, app/assets/stylesheets/style.css */
.category-card__all {
  margin-top: 14px;
  font-size: 14px;
}

/* line 8373, app/assets/stylesheets/style.css */
.category-card__all a:hover {
  text-decoration: underline;
}

/* line 8377, app/assets/stylesheets/style.css */
.category-card__products {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8382, app/assets/stylesheets/style.css */
  .category-card--layout--classic .category-card__image {
    width: 90px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  /* line 8388, app/assets/stylesheets/style.css */
  .category-card--layout--classic .category-card__body {
    flex-direction: column;
    padding: 24px 28px;
  }
  /* line 8395, app/assets/stylesheets/style.css */
  .category-card--layout--classic .category-card__image {
    width: auto;
    margin: 0 0 18px;
  }
}

@media (min-width: 400px) and (max-width: 479px) {
  /* line 8402, app/assets/stylesheets/style.css */
  .category-card--layout--classic .category-card__image {
    width: 40%;
  }
}

@media (max-width: 399px) {
  /* line 8408, app/assets/stylesheets/style.css */
  .category-card--layout--classic .category-card__body {
    flex-direction: column;
    padding: 24px 28px;
    text-align: center;
  }
  /* line 8416, app/assets/stylesheets/style.css */
  .category-card--layout--classic .category-card__image {
    width: 120px;
    margin: 0 auto 18px;
  }
}

/* line 8422, app/assets/stylesheets/style.css */
.category-card--layout--compact .category-card__body {
  padding: 16px 30px;
  align-items: center;
}

/* line 8429, app/assets/stylesheets/style.css */
.category-card--layout--compact .category-card__image {
  width: 74px;
}

/* line 8433, app/assets/stylesheets/style.css */
[dir=ltr] .category-card--layout--compact .category-card__image {
  margin-right: 30px;
}

/* line 8437, app/assets/stylesheets/style.css */
[dir=rtl] .category-card--layout--compact .category-card__image {
  margin-left: 30px;
}

/* line 8441, app/assets/stylesheets/style.css */
.category-card--layout--compact .category-card__links {
  display: none;
}

/* line 8445, app/assets/stylesheets/style.css */
.category-card--layout--compact .category-card__all {
  display: none;
}

/* line 8449, app/assets/stylesheets/style.css */
.category-card--layout--compact .category-card__name {
  margin-top: 0;
  font-size: 17px;
  line-height: 19px;
}

/* line 8455, app/assets/stylesheets/style.css */
.category-card--layout--compact .category-card__products {
  display: block;
  font-size: 15px;
  color: #999;
  margin-top: 5px;
}

/*
// .compare-table
*/
/* line 8465, app/assets/stylesheets/style.css */
.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 18px;
}

/* line 8473, app/assets/stylesheets/style.css */
.compare-table tr > * {
  border-top: 1px solid #ebebeb;
}

/* line 8477, app/assets/stylesheets/style.css */
[dir=ltr] .compare-table tr > * {
  border-left: 1px solid #ebebeb;
}

/* line 8481, app/assets/stylesheets/style.css */
[dir=rtl] .compare-table tr > * {
  border-right: 1px solid #ebebeb;
}

/* line 8485, app/assets/stylesheets/style.css */
[dir=ltr] .compare-table tr > *:last-child {
  border-right: 1px solid #ebebeb;
}

/* line 8489, app/assets/stylesheets/style.css */
[dir=rtl] .compare-table tr > *:last-child {
  border-left: 1px solid #ebebeb;
}

/* line 8493, app/assets/stylesheets/style.css */
[dir=ltr] .compare-table > *:first-child > tr:first-child > *:first-child {
  border-top-left-radius: 2.5px;
}

/* line 8497, app/assets/stylesheets/style.css */
[dir=rtl] .compare-table > *:first-child > tr:first-child > *:first-child {
  border-top-right-radius: 2.5px;
}

/* line 8501, app/assets/stylesheets/style.css */
[dir=ltr] .compare-table > *:first-child > tr:first-child > *:last-child {
  border-top-right-radius: 2.5px;
}

/* line 8505, app/assets/stylesheets/style.css */
[dir=rtl] .compare-table > *:first-child > tr:first-child > *:last-child {
  border-top-left-radius: 2.5px;
}

/* line 8509, app/assets/stylesheets/style.css */
[dir=ltr] .compare-table > *:last-child > tr:last-child > *:first-child {
  border-bottom-left-radius: 2.5px;
}

/* line 8513, app/assets/stylesheets/style.css */
[dir=rtl] .compare-table > *:last-child > tr:last-child > *:first-child {
  border-bottom-right-radius: 2.5px;
}

/* line 8517, app/assets/stylesheets/style.css */
[dir=ltr] .compare-table > *:last-child > tr:last-child > *:last-child {
  border-bottom-right-radius: 2.5px;
}

/* line 8521, app/assets/stylesheets/style.css */
[dir=rtl] .compare-table > *:last-child > tr:last-child > *:last-child {
  border-bottom-left-radius: 2.5px;
}

/* line 8525, app/assets/stylesheets/style.css */
.compare-table > *:last-child > tr:last-child > * {
  border-bottom: 1px solid #ebebeb;
}

/* line 8529, app/assets/stylesheets/style.css */
.compare-table th {
  min-width: 140px;
  background: #f7f7f7;
  font-weight: 500;
}

/* line 8535, app/assets/stylesheets/style.css */
[dir=ltr] .compare-table th {
  text-align: right;
}

/* line 8539, app/assets/stylesheets/style.css */
[dir=rtl] .compare-table th {
  text-align: left;
}

/* line 8543, app/assets/stylesheets/style.css */
.compare-table td {
  min-width: 180px;
  max-width: 180px;
  text-align: center;
  vertical-align: top;
}

/* line 8550, app/assets/stylesheets/style.css */
.compare-table td, .compare-table th {
  padding: 14px 16px;
}

/* line 8554, app/assets/stylesheets/style.css */
.compare-table__product-link {
  display: block;
  padding: 8px 8px 0;
  color: inherit;
}

/* line 8560, app/assets/stylesheets/style.css */
.compare-table__product-image {
  margin-bottom: 14px;
  width: 100%;
}

/* line 8565, app/assets/stylesheets/style.css */
.compare-table__product-image img {
  width: 140px;
  max-width: 100%;
}

/* line 8570, app/assets/stylesheets/style.css */
.compare-table__product-name {
  line-height: 20px;
}

/* line 8574, app/assets/stylesheets/style.css */
.compare-table__product-rating {
  padding-top: 3px;
  display: flex;
  justify-content: center;
}

/* line 8584, app/assets/stylesheets/style.css */
.compare-table__product-rating-legend {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1;
  color: #b3b3b3;
}

/* line 8591, app/assets/stylesheets/style.css */
.compare-table__product-badge {
  font-size: 12px;
}

/*
// .dashboard
*/
/* line 8598, app/assets/stylesheets/style.css */
.dashboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 8609, app/assets/stylesheets/style.css */
.dashboard__orders {
  margin-top: 24px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 8615, app/assets/stylesheets/style.css */
  .dashboard__profile,
.dashboard__address {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  /* line 8622, app/assets/stylesheets/style.css */
  .dashboard__profile,
.dashboard__address {
    width: 100%;
  }
  /* line 8626, app/assets/stylesheets/style.css */
  .dashboard__address {
    margin-top: 24px;
  }
}

/*
// .product
*/
/* line 8634, app/assets/stylesheets/style.css */
.product__content {
  display: grid;
  grid-template-columns: [gallery] calc(50% - 20px) [info] calc(50% - 20px);
  grid-template-rows: auto auto auto auto auto;
  grid-column-gap: 40px;
}

/* line 8643, app/assets/stylesheets/style.css */
.product__gallery {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 6;
  min-height: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 8653, app/assets/stylesheets/style.css */
  [dir=ltr] .product__gallery {
    margin-right: 40px;
  }
  /* line 8656, app/assets/stylesheets/style.css */
  [dir=rtl] .product__gallery {
    margin-left: 40px;
  }
}

/* line 8661, app/assets/stylesheets/style.css */
.product__info {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  position: relative;
  min-height: 0;
}

/* line 8668, app/assets/stylesheets/style.css */
.product__sidebar {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

/* line 8673, app/assets/stylesheets/style.css */
.product__footer {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

/* line 8678, app/assets/stylesheets/style.css */
.product__wishlist-compare {
  display: none;
}

/* line 8682, app/assets/stylesheets/style.css */
.product__name {
  margin-bottom: 22px;
}

/* line 8686, app/assets/stylesheets/style.css */
.product__rating {
  display: flex;
  margin-bottom: 5px;
}

/* line 8693, app/assets/stylesheets/style.css */
.product__rating-stars {
  padding-top: 2px;
}

/* line 8697, app/assets/stylesheets/style.css */
[dir=ltr] .product__rating-stars {
  margin-right: 12px;
}

/* line 8701, app/assets/stylesheets/style.css */
[dir=rtl] .product__rating-stars {
  margin-left: 12px;
}

/* line 8705, app/assets/stylesheets/style.css */
.product__rating-legend {
  font-size: 14px;
  line-height: 20px;
  color: #b3b3b3;
}

/* line 8711, app/assets/stylesheets/style.css */
.product__rating-legend a {
  color: inherit;
  transition: color .2s;
}

/* line 8717, app/assets/stylesheets/style.css */
.product__rating-legend a:hover {
  color: #339933;
}

/* line 8721, app/assets/stylesheets/style.css */
.product__rating-legend span {
  content: '/';
  padding: 0 7px;
}

/* line 8726, app/assets/stylesheets/style.css */
.product__description {
  font-size: 16px;
}

/* line 8730, app/assets/stylesheets/style.css */
.product__features {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* line 8738, app/assets/stylesheets/style.css */
.product__features li {
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
}

/* line 8744, app/assets/stylesheets/style.css */
[dir=ltr] .product__features li {
  padding-left: 13px;
  padding-right: 0;
}

/* line 8749, app/assets/stylesheets/style.css */
[dir=rtl] .product__features li {
  padding-right: 13px;
  padding-left: 0;
}

/* line 8754, app/assets/stylesheets/style.css */
.product__features li::before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  border: 1px solid currentColor;
}

/* line 8765, app/assets/stylesheets/style.css */
[dir=ltr] .product__features li::before {
  left: 0;
}

/* line 8769, app/assets/stylesheets/style.css */
[dir=rtl] .product__features li::before {
  right: 0;
}

/* line 8773, app/assets/stylesheets/style.css */
.product__meta {
  list-style: none;
  margin: 12px 0 0;
  padding: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #ebebeb;
}

/* line 8787, app/assets/stylesheets/style.css */
[dir=ltr] .product__meta li {
  margin-right: 18px;
}

/* line 8791, app/assets/stylesheets/style.css */
[dir=rtl] .product__meta li {
  margin-left: 18px;
}

/* line 8795, app/assets/stylesheets/style.css */
.product__meta a {
  color: inherit;
  transition: color .2s;
}

/* line 8801, app/assets/stylesheets/style.css */
.product__meta a:hover {
  color: #339933;
}

/* line 8805, app/assets/stylesheets/style.css */
.product__availability {
  display: none;
}

/* line 8809, app/assets/stylesheets/style.css */
.product__prices {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -.03em;
  color: #3d464d;
}

/* line 8818, app/assets/stylesheets/style.css */
.product__prices span {
  font-weight: 700;
}

/* line 8822, app/assets/stylesheets/style.css */
.product__new-price {
  color: #ff2626;
}

/* line 8826, app/assets/stylesheets/style.css */
.product__old-price {
  color: #b3b3b3;
  font-weight: 400;
  font-size: 20px;
  text-decoration: line-through;
}

/* line 8833, app/assets/stylesheets/style.css */
.product__option {
  margin-bottom: 18px;
}

/* line 8837, app/assets/stylesheets/style.css */
.product__option:last-child {
  margin-bottom: 0;
}

/* line 8841, app/assets/stylesheets/style.css */
.product__option-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6c757d;
  padding-bottom: 2px;
}

/* line 8849, app/assets/stylesheets/style.css */
.product__actions {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

/* line 8858, app/assets/stylesheets/style.css */
.product__actions-item {
  margin: 4px;
}

/* line 8862, app/assets/stylesheets/style.css */
.product__quantity {
  width: 120px;
}

/* line 8866, app/assets/stylesheets/style.css */
.product__footer {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

/* line 8876, app/assets/stylesheets/style.css */
.product__share-links {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 8881, app/assets/stylesheets/style.css */
[dir=ltr] .product__share-links {
  margin-left: 24px;
  margin-right: 0;
}

/* line 8886, app/assets/stylesheets/style.css */
[dir=rtl] .product__share-links {
  margin-right: 24px;
  margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8892, app/assets/stylesheets/style.css */
  .product__name {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8899, app/assets/stylesheets/style.css */
  .product__content {
    grid-template-columns: [gallery] calc(44% - 15px) [info] calc(56% - 15px);
    grid-column-gap: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) {
  /* line 8907, app/assets/stylesheets/style.css */
  [dir=ltr] .product__gallery {
    margin-right: 30px;
  }
  /* line 8910, app/assets/stylesheets/style.css */
  [dir=rtl] .product__gallery {
    margin-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8916, app/assets/stylesheets/style.css */
  .product__name {
    font-size: 24px;
    margin-bottom: 18px;
  }
  /* line 8920, app/assets/stylesheets/style.css */
  .product__footer {
    display: block;
    margin-top: 18px;
  }
  /* line 8924, app/assets/stylesheets/style.css */
  .product__share-links {
    margin: 12px 0 0;
  }
}

@media (max-width: 767px) {
  /* line 8930, app/assets/stylesheets/style.css */
  .product__content {
    display: block;
  }
  /* line 8933, app/assets/stylesheets/style.css */
  .product__gallery {
    margin-bottom: 24px;
  }
  /* line 8936, app/assets/stylesheets/style.css */
  .product__name {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

@media (max-width: 559px) {
  /* line 8943, app/assets/stylesheets/style.css */
  .product__footer {
    display: block;
    margin-top: 24px;
  }
  /* line 8947, app/assets/stylesheets/style.css */
  .product__share-links {
    margin: 12px 0 0;
  }
}

/*
// .product--layout--columnar
*/
@media (min-width: 992px) {
  /* line 8956, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__content {
    grid-template-columns: [gallery] 380px [info] auto [sidebar] 260px;
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 0;
  }
  /* line 8962, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__gallery {
    grid-row-start: 1;
    grid-row-end: 4;
    min-height: 0;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  /* line 8970, app/assets/stylesheets/style.css */
  [dir=ltr] .product--layout--columnar .product__gallery {
    margin-right: 0;
  }
  /* line 8973, app/assets/stylesheets/style.css */
  [dir=rtl] .product--layout--columnar .product__gallery {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 8979, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-row: 1;
    grid-column: info;
    padding: 0 30px;
    min-height: 0;
  }
  /* line 8987, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__sidebar {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-column: sidebar;
    grid-row-start: 1;
    grid-row-end: 4;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  /* line 8998, app/assets/stylesheets/style.css */
  [dir=ltr] .product--layout--columnar .product__sidebar {
    border-left: 2px solid #f0f0f0;
    padding-left: 30px;
  }
  /* line 9002, app/assets/stylesheets/style.css */
  [dir=rtl] .product--layout--columnar .product__sidebar {
    border-right: 2px solid #f0f0f0;
    padding-right: 30px;
  }
  /* line 9006, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__footer {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-row: 2;
    grid-column: info;
    padding: 0 30px;
    min-height: 0;
  }
  /* line 9014, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__wishlist-compare {
    position: absolute;
    display: flex;
    flex-direction: column;
  }
  /* line 9024, app/assets/stylesheets/style.css */
  [dir=ltr] .product--layout--columnar .product__wishlist-compare {
    right: 8px;
  }
  /* line 9027, app/assets/stylesheets/style.css */
  [dir=rtl] .product--layout--columnar .product__wishlist-compare {
    left: 8px;
  }
  /* line 9030, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__wishlist-compare > * + * {
    margin-top: 2px;
  }
  /* line 9033, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__name {
    font-size: 24px;
    margin-bottom: 12px;
  }
  /* line 9037, app/assets/stylesheets/style.css */
  [dir=ltr] .product--layout--columnar .product__name {
    padding-right: 16px;
  }
  /* line 9040, app/assets/stylesheets/style.css */
  [dir=rtl] .product--layout--columnar .product__name {
    padding-left: 16px;
  }
  /* line 9043, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__description {
    margin: 10px 0 12px;
    font-size: 15px;
  }
  /* line 9047, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__features {
    display: block;
  }
  /* line 9050, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__meta {
    margin: 12px 0 0;
    padding: 0;
    border-top: none;
  }
  /* line 9055, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__meta-availability {
    display: none;
  }
  /* line 9058, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__footer {
    flex-direction: column;
  }
  /* line 9064, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__share-links {
    margin-top: 12px;
    margin-bottom: 0;
  }
  /* line 9068, app/assets/stylesheets/style.css */
  [dir=ltr] .product--layout--columnar .product__share-links {
    margin-left: 1px;
    margin-right: 0;
  }
  /* line 9072, app/assets/stylesheets/style.css */
  [dir=rtl] .product--layout--columnar .product__share-links {
    margin-right: 1px;
    margin-left: 0;
  }
  /* line 9076, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__prices {
    margin-top: 20px;
    margin-bottom: 24px;
    line-height: 28px;
  }
  /* line 9081, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__new-price {
    display: block;
  }
  /* line 9084, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__quantity {
    width: 88px;
  }
  /* line 9087, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__actions {
    flex-wrap: nowrap;
  }
  /* line 9091, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__actions-item--addtocart {
    flex-grow: 1;
  }
  /* line 9096, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__actions-item--addtocart .btn {
    width: 100%;
  }
  /* line 9099, app/assets/stylesheets/style.css */
  [dir=ltr] .product--layout--columnar .product__actions-item--addtocart .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  /* line 9103, app/assets/stylesheets/style.css */
  [dir=rtl] .product--layout--columnar .product__actions-item--addtocart .btn {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 9107, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__actions-item--wishlist,
.product--layout--columnar .product__actions-item--compare {
    display: none;
  }
  /* line 9111, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__availability {
    display: block;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 9118, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__content {
    grid-template-columns: [gallery] 320px [info] auto [sidebar] 200px;
  }
  /* line 9122, app/assets/stylesheets/style.css */
  [dir=ltr] .product--layout--columnar .product__sidebar {
    padding-left: 24px;
  }
  /* line 9125, app/assets/stylesheets/style.css */
  [dir=rtl] .product--layout--columnar .product__sidebar {
    padding-right: 24px;
  }
  /* line 9128, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__option {
    margin-bottom: 12px;
  }
  /* line 9131, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__actions {
    flex-wrap: wrap;
    margin: 0;
  }
  /* line 9136, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__quantity {
    width: 100px;
  }
  /* line 9139, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__actions-item {
    margin: 0;
  }
  /* line 9142, app/assets/stylesheets/style.css */
  .product--layout--columnar .product__actions-item--addtocart {
    margin-top: 16px;
  }
}

@media (min-width: 992px) {
  /* line 9148, app/assets/stylesheets/style.css */
  .product--layout--sidebar .product__content {
    grid-template-columns: [gallery] calc(50% - 16px) [info] calc(50% - 16px);
    grid-column-gap: 32px;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  /* line 9156, app/assets/stylesheets/style.css */
  [dir=ltr] .product--layout--sidebar .product__gallery {
    margin-right: 32px;
  }
  /* line 9159, app/assets/stylesheets/style.css */
  [dir=rtl] .product--layout--sidebar .product__gallery {
    margin-left: 32px;
  }
}

@media (min-width: 992px) {
  /* line 9165, app/assets/stylesheets/style.css */
  .product--layout--sidebar .product__name {
    font-size: 24px;
    margin-bottom: 12px;
  }
  /* line 9169, app/assets/stylesheets/style.css */
  .product--layout--sidebar .product__footer {
    display: block;
    margin-top: 18px;
  }
  /* line 9173, app/assets/stylesheets/style.css */
  .product--layout--sidebar .product__share-links {
    margin: 12px 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 9179, app/assets/stylesheets/style.css */
  .product--layout--quickview .product__content {
    grid-template-columns: [gallery] calc(50% - 16px) [info] calc(50% - 16px);
    grid-column-gap: 32px;
  }
  /* line 9183, app/assets/stylesheets/style.css */
  .product--layout--quickview .product__name {
    margin-bottom: 12px;
  }
  /* line 9186, app/assets/stylesheets/style.css */
  .product--layout--quickview .product__footer {
    display: block;
    margin-top: 18px;
  }
  /* line 9190, app/assets/stylesheets/style.css */
  .product--layout--quickview .product__share-links {
    margin: 12px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 9196, app/assets/stylesheets/style.css */
  .product--layout--quickview .product__content {
    display: block;
  }
  /* line 9199, app/assets/stylesheets/style.css */
  .product--layout--quickview .product__gallery {
    margin-bottom: 24px;
  }
  /* line 9202, app/assets/stylesheets/style.css */
  .product--layout--quickview .product__name {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

/*
// .product-gallery
*/
/* line 9211, app/assets/stylesheets/style.css */
.product-gallery__featured {
  box-shadow: 0 0 0 2px #f2f2f2 inset;
  padding: 2px;
  border-radius: 2px;
}

/* line 9218, app/assets/stylesheets/style.css */
.product-gallery__featured a {
  display: block;
  padding: 20px;
}

/* line 9223, app/assets/stylesheets/style.css */
.product-gallery__carousel {
  margin-top: 16px;
}

/* line 9227, app/assets/stylesheets/style.css */
.product-gallery__carousel-item {
  cursor: pointer;
  display: block;
  box-shadow: 0 0 0 2px #f2f2f2 inset;
  padding: 12px;
  border-radius: 2px;
}

/* line 9236, app/assets/stylesheets/style.css */
.product-gallery__carousel-item--active {
  box-shadow: 0 0 0 2px #339933 inset;
}

/*
// .product__tabs
*/
/* line 9244, app/assets/stylesheets/style.css */
.product-tabs {
  margin-top: 50px;
}

/* line 9248, app/assets/stylesheets/style.css */
.product-tabs__list {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -2px;
}

/* line 9257, app/assets/stylesheets/style.css */
.product-tabs__list::after, .product-tabs__list::before {
  content: '';
  display: block;
  width: 8px;
  flex-shrink: 0;
}

/* line 9265, app/assets/stylesheets/style.css */
.product-tabs__item {
  font-size: 18px;
  padding: 18px 48px;
  border-bottom: 2px solid transparent;
  color: inherit;
  font-weight: 500;
  border-radius: 3px 3px 0 0;
  transition: all .15s;
}

/* line 9276, app/assets/stylesheets/style.css */
.product-tabs__item:hover {
  color: inherit;
  background: #f7f7f7;
  border-bottom-color: #d9d9d9;
}

/* line 9282, app/assets/stylesheets/style.css */
[dir=ltr] .product-tabs__item:first-child {
  margin-left: auto;
}

/* line 9286, app/assets/stylesheets/style.css */
[dir=rtl] .product-tabs__item:first-child {
  margin-right: auto;
}

/* line 9290, app/assets/stylesheets/style.css */
[dir=ltr] .product-tabs__item:last-child {
  margin-right: auto;
}

/* line 9294, app/assets/stylesheets/style.css */
[dir=rtl] .product-tabs__item:last-child {
  margin-left: auto;
}

/* line 9298, app/assets/stylesheets/style.css */
.product-tabs__item--active {
  transition-duration: 0s;
}

/* line 9303, app/assets/stylesheets/style.css */
.product-tabs__item--active, .product-tabs__item--active:hover {
  cursor: default;
  border-bottom-color: #339933;
  background: transparent;
}

/* line 9309, app/assets/stylesheets/style.css */
.product-tabs__content {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 80px 90px;
}

/* line 9315, app/assets/stylesheets/style.css */
.product-tabs__pane {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity .5s;
}

/* line 9323, app/assets/stylesheets/style.css */
.product-tabs__pane--active {
  overflow: visible;
  height: auto;
  opacity: 1;
}

/* line 9329, app/assets/stylesheets/style.css */
.product-tabs--layout--sidebar .product-tabs__item {
  padding: 14px 30px;
}

/* line 9333, app/assets/stylesheets/style.css */
.product-tabs--layout--sidebar .product-tabs__content {
  padding: 48px 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 9338, app/assets/stylesheets/style.css */
  .product-tabs__content {
    padding: 60px 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 9344, app/assets/stylesheets/style.css */
  .product-tabs {
    margin-top: 40px;
  }
  /* line 9347, app/assets/stylesheets/style.css */
  .product-tabs .product-tabs__item {
    padding: 14px 30px;
  }
  /* line 9350, app/assets/stylesheets/style.css */
  .product-tabs .product-tabs__content {
    padding: 40px 50px;
  }
}

@media (max-width: 767px) {
  /* line 9356, app/assets/stylesheets/style.css */
  .product-tabs {
    margin-top: 24px;
  }
  /* line 9359, app/assets/stylesheets/style.css */
  .product-tabs .product-tabs__item {
    padding: 10px 22px;
  }
  /* line 9362, app/assets/stylesheets/style.css */
  .product-tabs .product-tabs__content {
    padding: 24px;
  }
}

/*
// .products-list
*/
/* line 9370, app/assets/stylesheets/style.css */
.products-list__body {
  display: flex;
  flex-wrap: wrap;
}

/* line 9378, app/assets/stylesheets/style.css */
.products-list__item {
  display: flex;
}

/* line 9384, app/assets/stylesheets/style.css */
.products-list__item .product-card {
  width: 100%;
  flex-shrink: 0;
}

/* line 9390, app/assets/stylesheets/style.css */
.products-list[data-layout^="grid-"] .product-card .product-card__image {
  padding: 18px 18px 20px;
}

/* line 9394, app/assets/stylesheets/style.css */
.products-list[data-layout^="grid-"] .product-card .product-card__info {
  padding: 0 24px 0;
}

/* line 9398, app/assets/stylesheets/style.css */
.products-list[data-layout^="grid-"] .product-card .product-card__actions {
  padding: 0 24px 24px;
}

/* line 9402, app/assets/stylesheets/style.css */
.products-list[data-layout^="grid-"] .product-card .product-card__description {
  display: none;
}

/* line 9406, app/assets/stylesheets/style.css */
.products-list[data-layout^="grid-"] .product-card .product-card__availability {
  display: none;
}

/* line 9410, app/assets/stylesheets/style.css */
.products-list[data-layout^="grid-"] .product-card .product-card__features-list {
  display: none;
}

/* line 9414, app/assets/stylesheets/style.css */
.products-list[data-layout^="grid-"][data-with-features="true"] .product-card .product-card__features-list {
  display: block;
}

/* line 9418, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-3-sidebar"] .products-list__body {
  margin: -8px -6px;
}

/* line 9422, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-3-sidebar"] .products-list__item {
  width: calc(33.33333% - 12px);
  margin: 8px 6px;
}

/* line 9427, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons .btn {
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
}

/* line 9435, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons .btn.btn-svg-icon {
  width: calc(1.875rem + 2px);
}

@media (hover: hover) {
  /* line 9440, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9443, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 9448, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 9456, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9459, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 9464, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (max-width: 1199px) and (min-width: 480px) {
  /* line 9472, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__image {
    padding: 15px;
  }
  /* line 9475, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__badges-list {
    top: 16px;
  }
  /* line 9478, app/assets/stylesheets/style.css */
  [dir=ltr] .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__badges-list {
    left: 16px;
  }
  /* line 9481, app/assets/stylesheets/style.css */
  [dir=rtl] .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__badges-list {
    right: 16px;
  }
  /* line 9484, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__info {
    padding: 0 15px 0;
  }
  /* line 9487, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__actions {
    padding: 0 15px 15px;
  }
  /* line 9490, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons .btn {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500;
  }
  /* line 9497, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.5rem + 2px);
  }
}

@media (max-width: 1199px) and (min-width: 480px) and (hover: hover) {
  /* line 9503, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9506, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 9511, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (max-width: 1199px) and (min-width: 480px) and (-ms-high-contrast: active), (max-width: 1199px) and (min-width: 480px) and (-ms-high-contrast: none) {
  /* line 9519, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9522, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 9527, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 9535, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9538, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .products-list__item {
    width: calc(33.33333% - 12px);
    margin: 8px 6px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  /* line 9545, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9548, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .products-list__item {
    width: calc(50% - 12px);
    margin: 8px 6px;
  }
}

@media (max-width: 479px) {
  /* line 9555, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9558, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-3-sidebar"] .products-list__item {
    width: 100%;
    margin: 8px 6px;
  }
}

/* line 9564, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-4-full"] .products-list__body {
  margin: -8px -6px;
}

/* line 9568, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-4-full"] .products-list__item {
  width: calc(25% - 12px);
  margin: 8px 6px;
}

/* line 9573, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-4-full"] .product-card .product-card__buttons .btn {
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
}

/* line 9581, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-4-full"] .product-card .product-card__buttons .btn.btn-svg-icon {
  width: calc(1.875rem + 2px);
}

@media (hover: hover) {
  /* line 9586, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9589, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 9594, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 9602, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9605, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 9610, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (max-width: 1199px) and (min-width: 480px) {
  /* line 9618, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__image {
    padding: 15px;
  }
  /* line 9621, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__badges-list {
    top: 16px;
  }
  /* line 9624, app/assets/stylesheets/style.css */
  [dir=ltr] .products-list[data-layout="grid-4-full"] .product-card .product-card__badges-list {
    left: 16px;
  }
  /* line 9627, app/assets/stylesheets/style.css */
  [dir=rtl] .products-list[data-layout="grid-4-full"] .product-card .product-card__badges-list {
    right: 16px;
  }
  /* line 9630, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__info {
    padding: 0 15px 0;
  }
  /* line 9633, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__actions {
    padding: 0 15px 15px;
  }
  /* line 9636, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__buttons .btn {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500;
  }
  /* line 9643, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.5rem + 2px);
  }
}

@media (max-width: 1199px) and (min-width: 480px) and (hover: hover) {
  /* line 9649, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9652, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 9657, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (max-width: 1199px) and (min-width: 480px) and (-ms-high-contrast: active), (max-width: 1199px) and (min-width: 480px) and (-ms-high-contrast: none) {
  /* line 9665, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9668, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 9673, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 9681, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9684, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .products-list__item {
    width: calc(33.33333% - 12px);
    margin: 8px 6px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  /* line 9691, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9694, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .products-list__item {
    width: calc(50% - 12px);
    margin: 8px 6px;
  }
}

@media (max-width: 479px) {
  /* line 9701, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9704, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-4-full"] .products-list__item {
    width: 100%;
    margin: 8px 6px;
  }
}

/* line 9710, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-5-full"] .products-list__body {
  margin: -8px -6px;
}

/* line 9714, app/assets/stylesheets/style.css */
.products-list[data-layout="grid-5-full"] .products-list__item {
  width: calc(20% - 12px);
  margin: 8px 6px;
}

@media (min-width: 480px) {
  /* line 9720, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card .product-card__image {
    padding: 15px;
  }
  /* line 9723, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card .product-card__badges-list {
    top: 16px;
  }
  /* line 9726, app/assets/stylesheets/style.css */
  [dir=ltr] .products-list[data-layout="grid-5-full"] .product-card .product-card__badges-list {
    left: 16px;
  }
  /* line 9729, app/assets/stylesheets/style.css */
  [dir=rtl] .products-list[data-layout="grid-5-full"] .product-card .product-card__badges-list {
    right: 16px;
  }
  /* line 9732, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card .product-card__info {
    padding: 0 15px 0;
  }
  /* line 9735, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card .product-card__actions {
    padding: 0 15px 15px;
  }
  /* line 9738, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card .product-card__buttons .btn {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500;
  }
  /* line 9745, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.5rem + 2px);
  }
}

@media (min-width: 480px) and (hover: hover) {
  /* line 9751, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9754, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 9759, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (min-width: 480px) and (-ms-high-contrast: active), (min-width: 480px) and (-ms-high-contrast: none) {
  /* line 9767, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 9770, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 9775, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 9783, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9786, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .products-list__item {
    width: calc(25% - 12px);
    margin: 8px 6px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 9793, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9796, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .products-list__item {
    width: calc(33.33333% - 12px);
    margin: 8px 6px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  /* line 9803, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9806, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .products-list__item {
    width: calc(50% - 12px);
    margin: 8px 6px;
  }
}

@media (max-width: 479px) {
  /* line 9813, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .products-list__body {
    margin: -8px -6px;
  }
  /* line 9816, app/assets/stylesheets/style.css */
  .products-list[data-layout="grid-5-full"] .products-list__item {
    width: 100%;
    margin: 8px 6px;
  }
}

/* line 9822, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .products-list__body {
  margin: -8px 0;
}

/* line 9826, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .products-list__item {
  width: 100%;
  margin: 8px 0;
}

/* line 9831, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .products-list__item {
  display: block;
}

/* line 9835, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card {
  flex-direction: row;
}

/* line 9842, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__image {
  flex-shrink: 0;
  padding: 24px;
  width: 210px;
}

/* line 9849, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__info {
  padding: 20px 0;
}

/* line 9853, app/assets/stylesheets/style.css */
[dir=ltr] .products-list[data-layout="list"] .product-card .product-card__info {
  padding-left: 24px;
  padding-right: 4px;
}

/* line 9858, app/assets/stylesheets/style.css */
[dir=rtl] .products-list[data-layout="list"] .product-card .product-card__info {
  padding-right: 24px;
  padding-left: 4px;
}

/* line 9863, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__name {
  font-size: 16px;
  line-height: 20px;
  flex-grow: 0;
}

/* line 9871, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__rating {
  margin-top: 7px;
}

/* line 9875, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__description {
  color: #6c757d;
  font-size: 15px;
  line-height: 22px;
  margin-top: 12px;
}

/* line 9882, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__actions {
  flex-shrink: 0;
  width: 190px;
  padding: 16px 20px;
}

/* line 9889, app/assets/stylesheets/style.css */
[dir=ltr] .products-list[data-layout="list"] .product-card .product-card__actions {
  border-left: 1px solid #ebebeb;
}

/* line 9893, app/assets/stylesheets/style.css */
[dir=rtl] .products-list[data-layout="list"] .product-card .product-card__actions {
  border-right: 1px solid #ebebeb;
}

/* line 9897, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__prices {
  margin-top: 16px;
  font-size: 15px;
}

/* line 9902, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__prices span {
  font-size: 17px;
}

/* line 9906, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__old-price {
  font-size: 14px;
}

/* line 9910, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__buttons {
  flex-wrap: wrap;
}

/* line 9915, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__addtocart {
  display: none;
}

/* line 9919, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__addtocart--list {
  display: block;
}

/* line 9923, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__addtocart {
  width: 100%;
}

/* line 9927, app/assets/stylesheets/style.css */
[dir=ltr] .products-list[data-layout="list"] .product-card .product-card__addtocart + * {
  margin-left: 0;
}

/* line 9931, app/assets/stylesheets/style.css */
[dir=rtl] .products-list[data-layout="list"] .product-card .product-card__addtocart + * {
  margin-right: 0;
}

/* line 9935, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__addtocart ~ * {
  margin-top: 8px;
}

/* line 9939, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__addtocart,
.products-list[data-layout="list"] .product-card .product-card__wishlist,
.products-list[data-layout="list"] .product-card .product-card__compare {
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
}

/* line 9949, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__addtocart.btn-svg-icon,
.products-list[data-layout="list"] .product-card .product-card__wishlist.btn-svg-icon,
.products-list[data-layout="list"] .product-card .product-card__compare.btn-svg-icon {
  width: calc(1.875rem + 2px);
}

/* line 9955, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__availability {
  color: #999;
  font-size: 14px;
}

/* line 9960, app/assets/stylesheets/style.css */
[dir=ltr] .products-list[data-layout="list"] .product-card .product-card__availability {
  padding-right: 10px;
}

/* line 9964, app/assets/stylesheets/style.css */
[dir=rtl] .products-list[data-layout="list"] .product-card .product-card__availability {
  padding-left: 10px;
}

/* line 9968, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__features-list {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

/* line 9974, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__features-list li {
  padding: 3px 0;
}

/* line 9978, app/assets/stylesheets/style.css */
[dir=ltr] .products-list[data-layout="list"] .product-card .product-card__features-list li {
  padding-left: 12px;
  padding-right: 0;
}

/* line 9983, app/assets/stylesheets/style.css */
[dir=rtl] .products-list[data-layout="list"] .product-card .product-card__features-list li {
  padding-right: 12px;
  padding-left: 0;
}

/* line 9988, app/assets/stylesheets/style.css */
.products-list[data-layout="list"] .product-card .product-card__features-list li::before {
  top: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 9993, app/assets/stylesheets/style.css */
  .products-list[data-layout="list"] .product-card .product-card__image {
    width: 180px;
  }
  /* line 9996, app/assets/stylesheets/style.css */
  [dir=ltr] .products-list[data-layout="list"] .product-card .product-card__image {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 10000, app/assets/stylesheets/style.css */
  [dir=rtl] .products-list[data-layout="list"] .product-card .product-card__image {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 10004, app/assets/stylesheets/style.css */
  [dir=ltr] .products-list[data-layout="list"] .product-card .product-card__info {
    padding-left: 0;
    padding-right: 20px;
  }
  /* line 10008, app/assets/stylesheets/style.css */
  [dir=rtl] .products-list[data-layout="list"] .product-card .product-card__info {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  /* line 10015, app/assets/stylesheets/style.css */
  .products-list[data-layout="list"] .product-card {
    flex-direction: column;
  }
  /* line 10021, app/assets/stylesheets/style.css */
  .products-list[data-layout="list"] .product-card .product-card__image {
    width: 250px;
    padding: 20px;
    margin: 0 auto;
  }
  /* line 10026, app/assets/stylesheets/style.css */
  .products-list[data-layout="list"] .product-card .product-card__info {
    border-top: 1px solid #ebebeb;
    padding: 20px;
  }
  /* line 10030, app/assets/stylesheets/style.css */
  .products-list[data-layout="list"] .product-card .product-card__actions {
    width: auto;
    border-top: 1px solid #ebebeb;
    padding: 20px;
  }
  /* line 10035, app/assets/stylesheets/style.css */
  [dir=ltr] .products-list[data-layout="list"] .product-card .product-card__actions {
    border-left: none;
  }
  /* line 10038, app/assets/stylesheets/style.css */
  [dir=rtl] .products-list[data-layout="list"] .product-card .product-card__actions {
    border-right: none;
  }
  /* line 10041, app/assets/stylesheets/style.css */
  .products-list[data-layout="list"] .product-card .product-card__buttons {
    flex-wrap: nowrap;
  }
  /* line 10045, app/assets/stylesheets/style.css */
  .products-list[data-layout="list"] .product-card .product-card__buttons .btn {
    font-size: 1rem;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.25rem;
    font-weight: 500;
  }
  /* line 10052, app/assets/stylesheets/style.css */
  .products-list[data-layout="list"] .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(2.25rem + 2px);
  }
  /* line 10055, app/assets/stylesheets/style.css */
  .products-list[data-layout="list"] .product-card .product-card__addtocart--list {
    width: auto;
  }
  /* line 10058, app/assets/stylesheets/style.css */
  [dir=ltr] .products-list[data-layout="list"] .product-card .product-card__addtocart--list {
    margin-right: auto;
  }
  /* line 10061, app/assets/stylesheets/style.css */
  [dir=rtl] .products-list[data-layout="list"] .product-card .product-card__addtocart--list {
    margin-left: auto;
  }
}

/*
// .products-view
*/
/* line 10069, app/assets/stylesheets/style.css */
.products-view__options {
  padding-bottom: 20px;
}

/* line 10073, app/assets/stylesheets/style.css */
.products-view__pagination {
  padding-top: 32px;
}

/*
// .profile-card
*/
/* line 10080, app/assets/stylesheets/style.css */
.profile-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 10096, app/assets/stylesheets/style.css */
.profile-card__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 16px;
}

/* line 10103, app/assets/stylesheets/style.css */
.profile-card__avatar img {
  border-radius: 50%;
  max-width: 100%;
}

/* line 10108, app/assets/stylesheets/style.css */
.profile-card__name {
  font-weight: 500;
  line-height: 20px;
}

/* line 10113, app/assets/stylesheets/style.css */
.profile-card__email {
  font-size: 15px;
  margin-bottom: 24px;
}

/*
// .quickview
*/
/* line 10121, app/assets/stylesheets/style.css */
.quickview {
  padding: 60px;
  position: relative;
}

/* line 10126, app/assets/stylesheets/style.css */
.quickview__close {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  border: none;
  fill: #bfbfbf;
  transition: all .2s;
  z-index: 2;
}

/* line 10150, app/assets/stylesheets/style.css */
[dir=ltr] .quickview__close {
  right: 0;
}

/* line 10154, app/assets/stylesheets/style.css */
[dir=rtl] .quickview__close {
  left: 0;
}

/* line 10158, app/assets/stylesheets/style.css */
.quickview__close:focus, .quickview__close:hover {
  fill: #808080;
}

/* line 10162, app/assets/stylesheets/style.css */
.quickview__close:focus {
  outline: none;
}

@media (min-width: 576px) and (max-width: 1199px) {
  /* line 10167, app/assets/stylesheets/style.css */
  .quickview {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  /* line 10173, app/assets/stylesheets/style.css */
  .quickview {
    padding: 20px;
  }
}

/*
// .review
*/
/* line 10181, app/assets/stylesheets/style.css */
.review {
  display: flex;
}

/* line 10187, app/assets/stylesheets/style.css */
.review__avatar {
  flex-shrink: 0;
}

/* line 10192, app/assets/stylesheets/style.css */
[dir=ltr] .review__avatar {
  margin-left: 16px;
  margin-right: 24px;
}

/* line 10197, app/assets/stylesheets/style.css */
[dir=rtl] .review__avatar {
  margin-right: 16px;
  margin-left: 24px;
}

/* line 10202, app/assets/stylesheets/style.css */
.review__avatar img {
  width: 70px;
  border-radius: 1000px;
}

/* line 10207, app/assets/stylesheets/style.css */
.review__author {
  margin-top: -4px;
  font-size: 16px;
  font-weight: 500;
}

/* line 10213, app/assets/stylesheets/style.css */
.review__rating {
  margin-top: 2px;
}

/* line 10217, app/assets/stylesheets/style.css */
.review__text {
  font-size: 16px;
  margin-top: 12px;
}

/* line 10222, app/assets/stylesheets/style.css */
.review__date {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}

@media (min-width: 576px) and (max-width: 767px) {
  /* line 10229, app/assets/stylesheets/style.css */
  [dir=ltr] .review__avatar {
    margin-right: 18px;
  }
  /* line 10232, app/assets/stylesheets/style.css */
  [dir=rtl] .review__avatar {
    margin-left: 18px;
  }
  /* line 10235, app/assets/stylesheets/style.css */
  .review__avatar img {
    width: 60px;
  }
}

@media (max-width: 575px) {
  /* line 10241, app/assets/stylesheets/style.css */
  .review__avatar {
    display: none;
  }
}

/*
// .reviews-list
*/
/* line 10249, app/assets/stylesheets/style.css */
.reviews-list__content {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 10255, app/assets/stylesheets/style.css */
.reviews-list__item {
  border-bottom: 1px solid #ebebeb;
  padding-top: 28px;
  padding-bottom: 24px;
}

/* line 10261, app/assets/stylesheets/style.css */
.reviews-list__item:first-child {
  padding-top: 0;
}

/* line 10265, app/assets/stylesheets/style.css */
.reviews-list__pagination {
  margin-top: 36px;
}

@media (max-width: 767px) {
  /* line 10270, app/assets/stylesheets/style.css */
  .reviews-list__pagination {
    margin-top: 30px;
  }
}

/*
// .reviews-view
*/
/* line 10278, app/assets/stylesheets/style.css */
.reviews-view__header {
  margin-bottom: 50px;
}

/* line 10282, app/assets/stylesheets/style.css */
.reviews-view__form {
  margin-top: 40px;
  border-top: 1px solid #ebebeb;
  padding-top: 60px;
}

@media (max-width: 575px) {
  /* line 10289, app/assets/stylesheets/style.css */
  .reviews-view__header {
    margin-bottom: 32px;
  }
  /* line 10292, app/assets/stylesheets/style.css */
  .reviews-view__form {
    margin-top: 30px;
    padding-top: 50px;
  }
}

/*
// .shop-layout
*/
/* line 10301, app/assets/stylesheets/style.css */
.shop-layout {
  display: flex;
}

@media (min-width: 992px) {
  /* line 10308, app/assets/stylesheets/style.css */
  .shop-layout__sidebar {
    width: 255px;
    flex-shrink: 0;
  }
  /* line 10313, app/assets/stylesheets/style.css */
  .shop-layout__content {
    width: calc(100% - 285px);
  }
  /* line 10316, app/assets/stylesheets/style.css */
  [dir=ltr] .shop-layout--sidebar--start .shop-layout__sidebar {
    margin-right: 30px;
  }
  /* line 10319, app/assets/stylesheets/style.css */
  [dir=rtl] .shop-layout--sidebar--start .shop-layout__sidebar {
    margin-left: 30px;
  }
  /* line 10322, app/assets/stylesheets/style.css */
  [dir=ltr] .shop-layout--sidebar--end .shop-layout__sidebar {
    margin-left: 30px;
  }
  /* line 10325, app/assets/stylesheets/style.css */
  [dir=rtl] .shop-layout--sidebar--end .shop-layout__sidebar {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  /* line 10331, app/assets/stylesheets/style.css */
  .shop-layout {
    flex-wrap: wrap;
  }
  /* line 10335, app/assets/stylesheets/style.css */
  .shop-layout__content,
.shop-layout__sidebar {
    width: 100%;
  }
  /* line 10339, app/assets/stylesheets/style.css */
  .shop-layout__sidebar {
    order: 1;
  }
  /* line 10344, app/assets/stylesheets/style.css */
  [dir=ltr] .shop-layout--sidebar--start .shop-layout__sidebar, [dir=ltr]
.shop-layout--sidebar--end .shop-layout__sidebar {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 10349, app/assets/stylesheets/style.css */
  [dir=rtl] .shop-layout--sidebar--start .shop-layout__sidebar, [dir=rtl]
.shop-layout--sidebar--end .shop-layout__sidebar {
    margin-right: 0;
    margin-left: 0;
  }
}

/*
// .spec
*/
/* line 10359, app/assets/stylesheets/style.css */
.spec {
  font-size: 15px;
  line-height: 18px;
}

/* line 10364, app/assets/stylesheets/style.css */
.spec__header {
  margin-bottom: 50px;
}

/* line 10368, app/assets/stylesheets/style.css */
.spec__section + .spec__section {
  margin-top: 40px;
}

/* line 10372, app/assets/stylesheets/style.css */
.spec__section-title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -.03em;
  line-height: 20px;
  margin: 0 0 12px;
}

/* line 10380, app/assets/stylesheets/style.css */
.spec__row {
  padding: 8px 12px;
  display: flex;
  border-bottom: 1px solid #ebebeb;
}

/* line 10388, app/assets/stylesheets/style.css */
.spec__row:first-of-type {
  border-top: 1px solid #ebebeb;
}

/* line 10392, app/assets/stylesheets/style.css */
.spec__name {
  width: 230px;
  flex-shrink: 0;
  color: #999;
}

/* line 10399, app/assets/stylesheets/style.css */
[dir=ltr] .spec__name {
  padding-right: 30px;
}

/* line 10403, app/assets/stylesheets/style.css */
[dir=rtl] .spec__name {
  padding-left: 30px;
}

/* line 10407, app/assets/stylesheets/style.css */
.spec__disclaimer {
  margin-top: 40px;
  font-size: 14px;
  line-height: 22px;
  color: #999;
}

@media (min-width: 576px) and (max-width: 767px) {
  /* line 10415, app/assets/stylesheets/style.css */
  .spec__name {
    width: 170px;
  }
}

@media (max-width: 575px) {
  /* line 10421, app/assets/stylesheets/style.css */
  .spec__header {
    margin-bottom: 30px;
  }
  /* line 10424, app/assets/stylesheets/style.css */
  .spec__row {
    display: block;
    padding: 12px 0;
  }
  /* line 10428, app/assets/stylesheets/style.css */
  .spec__name {
    width: auto;
    margin-bottom: 6px;
  }
}

/*
// .view-options
*/
/* line 10437, app/assets/stylesheets/style.css */
.view-options {
  display: flex;
  align-items: center;
  font-size: 15px;
}

/* line 10447, app/assets/stylesheets/style.css */
[dir=ltr] .view-options__legend {
  margin-left: 20px;
}

/* line 10451, app/assets/stylesheets/style.css */
[dir=rtl] .view-options__legend {
  margin-right: 20px;
}

/* line 10455, app/assets/stylesheets/style.css */
.view-options__divider {
  flex-grow: 1;
}

/* line 10461, app/assets/stylesheets/style.css */
[dir=ltr] .view-options__filters-button {
  margin-right: 12px;
}

/* line 10465, app/assets/stylesheets/style.css */
[dir=rtl] .view-options__filters-button {
  margin-left: 12px;
}

/* line 10469, app/assets/stylesheets/style.css */
.view-options__control {
  display: flex;
  align-items: center;
}

/* line 10478, app/assets/stylesheets/style.css */
[dir=ltr] .view-options__control {
  margin-left: 24px;
}

/* line 10482, app/assets/stylesheets/style.css */
[dir=rtl] .view-options__control {
  margin-right: 24px;
}

/* line 10486, app/assets/stylesheets/style.css */
.view-options__control label {
  margin-bottom: 0;
}

/* line 10490, app/assets/stylesheets/style.css */
[dir=ltr] .view-options__control label {
  margin-right: 8px;
}

/* line 10494, app/assets/stylesheets/style.css */
[dir=rtl] .view-options__control label {
  margin-left: 8px;
}

@media (max-width: 991px) {
  /* line 10499, app/assets/stylesheets/style.css */
  .view-options {
    flex-wrap: wrap;
  }
  /* line 10503, app/assets/stylesheets/style.css */
  [dir=ltr] .view-options__legend {
    margin-left: auto;
  }
  /* line 10506, app/assets/stylesheets/style.css */
  [dir=rtl] .view-options__legend {
    margin-right: auto;
  }
  /* line 10509, app/assets/stylesheets/style.css */
  .view-options__divider {
    width: 100%;
    height: 12px;
  }
  /* line 10513, app/assets/stylesheets/style.css */
  [dir=ltr] .view-options__control {
    margin-left: auto;
  }
  /* line 10516, app/assets/stylesheets/style.css */
  [dir=rtl] .view-options__control {
    margin-right: auto;
  }
  /* line 10519, app/assets/stylesheets/style.css */
  [dir=ltr] .view-options__control + .view-options__control {
    margin-left: 24px;
  }
  /* line 10522, app/assets/stylesheets/style.css */
  [dir=rtl] .view-options__control + .view-options__control {
    margin-right: 24px;
  }
}

@media (max-width: 474px) {
  /* line 10528, app/assets/stylesheets/style.css */
  .view-options__legend {
    width: 100%;
    padding-top: 12px;
  }
  /* line 10532, app/assets/stylesheets/style.css */
  .view-options__divider {
    height: 8px;
  }
  /* line 10535, app/assets/stylesheets/style.css */
  .view-options__control {
    display: block;
  }
  /* line 10538, app/assets/stylesheets/style.css */
  [dir=ltr] .view-options__control {
    margin-left: 0;
    margin-right: 24px;
  }
  /* line 10542, app/assets/stylesheets/style.css */
  [dir=rtl] .view-options__control {
    margin-right: 0;
    margin-left: 24px;
  }
  /* line 10546, app/assets/stylesheets/style.css */
  [dir=ltr] .view-options__control + .view-options__control {
    margin-left: 0;
  }
  /* line 10549, app/assets/stylesheets/style.css */
  [dir=rtl] .view-options__control + .view-options__control {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  /* line 10555, app/assets/stylesheets/style.css */
  .view-options--offcanvas--mobile .view-options__filters-button {
    display: none;
  }
}

/*
// .wishlist
*/
/* line 10563, app/assets/stylesheets/style.css */
.wishlist__product-name {
  color: inherit;
}

/* line 10567, app/assets/stylesheets/style.css */
.wishlist__product-rating {
  margin-top: 6px;
  display: flex;
}

/* line 10574, app/assets/stylesheets/style.css */
.wishlist__product-rating-legend {
  font-size: 13px;
  line-height: 1;
  color: #b3b3b3;
  padding-top: 1px;
}

/* line 10581, app/assets/stylesheets/style.css */
[dir=ltr] .wishlist__product-rating-legend {
  margin-left: 9px;
}

/* line 10585, app/assets/stylesheets/style.css */
[dir=rtl] .wishlist__product-rating-legend {
  margin-right: 9px;
}

@media (min-width: 768px) {
  /* line 10590, app/assets/stylesheets/style.css */
  .wishlist {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  /* line 10595, app/assets/stylesheets/style.css */
  .wishlist__column {
    padding: 12px 18px;
    border-top: 1px solid #ebebeb;
  }
  /* line 10599, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__column:first-child {
    border-left: 1px solid #ebebeb;
  }
  /* line 10602, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__column:first-child {
    border-right: 1px solid #ebebeb;
  }
  /* line 10605, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__column:last-child {
    border-right: 1px solid #ebebeb;
  }
  /* line 10608, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__column:last-child {
    border-left: 1px solid #ebebeb;
  }
  /* line 10611, app/assets/stylesheets/style.css */
  .wishlist__head {
    background: #f7f7f7;
    font-size: 15px;
  }
  /* line 10615, app/assets/stylesheets/style.css */
  .wishlist__head .wishlist__column {
    font-weight: 500;
  }
  /* line 10618, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__head .wishlist__column:first-child {
    border-top-left-radius: 2.5px;
  }
  /* line 10621, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__head .wishlist__column:first-child {
    border-top-right-radius: 2.5px;
  }
  /* line 10624, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__head .wishlist__column:last-child {
    border-top-right-radius: 2.5px;
  }
  /* line 10627, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__head .wishlist__column:last-child {
    border-top-left-radius: 2.5px;
  }
  /* line 10630, app/assets/stylesheets/style.css */
  .wishlist__body .wishlist__column {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  /* line 10634, app/assets/stylesheets/style.css */
  .wishlist__body .wishlist__row:last-child .wishlist__column {
    border-bottom: 1px solid #ebebeb;
  }
  /* line 10637, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__body .wishlist__row:last-child .wishlist__column:first-child {
    border-bottom-left-radius: 2.5px;
  }
  /* line 10640, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__body .wishlist__row:last-child .wishlist__column:first-child {
    border-bottom-right-radius: 2.5px;
  }
  /* line 10643, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__body .wishlist__row:last-child .wishlist__column:last-child {
    border-bottom-right-radius: 2.5px;
  }
  /* line 10646, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__body .wishlist__row:last-child .wishlist__column:last-child {
    border-bottom-left-radius: 2.5px;
  }
  /* line 10649, app/assets/stylesheets/style.css */
  .wishlist__column--image {
    width: 1px;
    text-align: center;
  }
  /* line 10653, app/assets/stylesheets/style.css */
  .wishlist__column--image img {
    width: 80px;
  }
  /* line 10656, app/assets/stylesheets/style.css */
  .wishlist__column--stock {
    white-space: nowrap;
    text-align: center;
    width: 1px;
  }
  /* line 10661, app/assets/stylesheets/style.css */
  .wishlist__column--price {
    width: 170px;
  }
  /* line 10664, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__column--price {
    text-align: right;
    padding-left: 90px;
  }
  /* line 10668, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__column--price {
    text-align: left;
    padding-right: 90px;
  }
  /* line 10672, app/assets/stylesheets/style.css */
  .wishlist__column--tocart {
    white-space: nowrap;
    width: 1px;
  }
  /* line 10676, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__column--tocart {
    padding-left: 90px;
    padding-right: 0;
  }
  /* line 10680, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__column--tocart {
    padding-right: 90px;
    padding-left: 0;
  }
  /* line 10684, app/assets/stylesheets/style.css */
  .wishlist__column--remove {
    width: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 10690, app/assets/stylesheets/style.css */
  .wishlist__column--price {
    width: 140px;
  }
  /* line 10693, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__column--price, [dir=ltr]
.wishlist__column--tocart {
    padding-left: 30px;
  }
  /* line 10697, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__column--price, [dir=rtl]
.wishlist__column--tocart {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10704, app/assets/stylesheets/style.css */
  .wishlist__column--price {
    width: 1px;
  }
  /* line 10707, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__column--product, [dir=ltr]
.wishlist__column--tocart, [dir=ltr]
.wishlist__column--price, [dir=ltr]
.wishlist__column--stock {
    padding-left: 0;
  }
  /* line 10713, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__column--product, [dir=rtl]
.wishlist__column--tocart, [dir=rtl]
.wishlist__column--price, [dir=rtl]
.wishlist__column--stock {
    padding-right: 0;
  }
  /* line 10719, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__column--remove {
    padding-left: 8px;
    padding-right: 12px;
  }
  /* line 10723, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__column--remove {
    padding-right: 8px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  /* line 10730, app/assets/stylesheets/style.css */
  .wishlist {
    display: block;
  }
  /* line 10733, app/assets/stylesheets/style.css */
  .wishlist__head {
    display: none;
  }
  /* line 10736, app/assets/stylesheets/style.css */
  .wishlist__body {
    display: block;
  }
  /* line 10739, app/assets/stylesheets/style.css */
  .wishlist__row {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 20px 20px 24px;
  }
  /* line 10747, app/assets/stylesheets/style.css */
  .wishlist__row + .wishlist__row {
    margin-top: 15px;
  }
  /* line 10750, app/assets/stylesheets/style.css */
  .wishlist__column {
    display: block;
    padding: 0;
  }
  /* line 10754, app/assets/stylesheets/style.css */
  .wishlist__column--image {
    padding: 20px 20px 10px;
    text-align: center;
  }
  /* line 10758, app/assets/stylesheets/style.css */
  .wishlist__column--image img {
    width: 100%;
    max-width: 160px;
  }
  /* line 10762, app/assets/stylesheets/style.css */
  .wishlist__column--product,
.wishlist__column--stock,
.wishlist__column--price,
.wishlist__column--tocart {
    text-align: center;
  }
  /* line 10768, app/assets/stylesheets/style.css */
  .wishlist__column--stock {
    margin-top: 8px;
  }
  /* line 10771, app/assets/stylesheets/style.css */
  .wishlist__column--price {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
  }
  /* line 10776, app/assets/stylesheets/style.css */
  .wishlist__column--tocart {
    margin-top: 24px;
  }
  /* line 10779, app/assets/stylesheets/style.css */
  .wishlist__column--remove {
    position: absolute;
    top: 5px;
  }
  /* line 10783, app/assets/stylesheets/style.css */
  [dir=ltr] .wishlist__column--remove {
    right: 5px;
  }
  /* line 10786, app/assets/stylesheets/style.css */
  [dir=rtl] .wishlist__column--remove {
    left: 5px;
  }
  /* line 10789, app/assets/stylesheets/style.css */
  .wishlist__product-rating {
    justify-content: center;
  }
}

/* ----------------------------------------
// Blog
// ---------------------------------------- */
/*
// .comment
*/
/* line 10802, app/assets/stylesheets/style.css */
.comment {
  display: flex;
}

/* line 10808, app/assets/stylesheets/style.css */
.comment__avatar {
  width: 70px;
  flex-shrink: 0;
}

/* line 10814, app/assets/stylesheets/style.css */
[dir=ltr] .comment__avatar {
  margin-left: 20px;
  margin-right: 24px;
}

/* line 10819, app/assets/stylesheets/style.css */
[dir=rtl] .comment__avatar {
  margin-right: 20px;
  margin-left: 24px;
}

/* line 10824, app/assets/stylesheets/style.css */
.comment__avatar img {
  max-width: 100%;
  border-radius: 222px;
}

/* line 10829, app/assets/stylesheets/style.css */
.comment__content {
  flex-grow: 1;
}

/* line 10835, app/assets/stylesheets/style.css */
.comment__header {
  margin-top: -4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10848, app/assets/stylesheets/style.css */
.comment__author {
  font-size: 16px;
  font-weight: 500;
}

/* line 10853, app/assets/stylesheets/style.css */
.comment__author a {
  color: inherit;
  transition: color .2s;
}

/* line 10859, app/assets/stylesheets/style.css */
.comment__author a:hover {
  color: #339933;
}

/* line 10863, app/assets/stylesheets/style.css */
.comment__reply .btn {
  height: 22px;
  padding: .125rem .375rem;
  display: block;
}

/* line 10869, app/assets/stylesheets/style.css */
.comment__text {
  font-size: 16px;
  margin-top: 6px;
}

/* line 10874, app/assets/stylesheets/style.css */
.comment__date {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 10881, app/assets/stylesheets/style.css */
  [dir=ltr] .comment__avatar {
    margin-left: 0;
  }
  /* line 10884, app/assets/stylesheets/style.css */
  [dir=rtl] .comment__avatar {
    margin-right: 0;
  }
}

@media (max-width: 575px) and (max-width: 575px) {
  /* line 10890, app/assets/stylesheets/style.css */
  .comment__avatar {
    display: none;
  }
}

/*
// .comments-list
*/
/* line 10898, app/assets/stylesheets/style.css */
.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 10904, app/assets/stylesheets/style.css */
.comments-list__item + .comments-list__item {
  border-top: 1px solid #ebebeb;
  margin-top: 24px;
  padding-top: 28px;
}

/* line 10910, app/assets/stylesheets/style.css */
.comments-list--level--0 > .comments-list__item:last-child {
  padding-bottom: 28px;
  border-bottom: 1px solid #ebebeb;
}

/* line 10915, app/assets/stylesheets/style.css */
.comments-list--level--1 {
  border-top: 1px solid #ebebeb;
  margin-top: 24px;
  padding-top: 28px;
}

/* line 10921, app/assets/stylesheets/style.css */
[dir=ltr] .comments-list--level--1 > .comments-list__item {
  margin-left: 46px;
}

/* line 10925, app/assets/stylesheets/style.css */
[dir=rtl] .comments-list--level--1 > .comments-list__item {
  margin-right: 46px;
}

@media (max-width: 767px) {
  /* line 10930, app/assets/stylesheets/style.css */
  .comments-list__item + .comments-list__item {
    margin-top: 20px;
    padding-top: 24px;
  }
  /* line 10934, app/assets/stylesheets/style.css */
  .comments-list--level--1 {
    margin-top: 20px;
    padding-top: 24px;
  }
}

/*
// .post
*/
/* line 10943, app/assets/stylesheets/style.css */
.post__featured {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 40px;
}

/* line 10951, app/assets/stylesheets/style.css */
.post__featured img {
  transition: opacity .2s;
  max-width: 100%;
}

/* line 10957, app/assets/stylesheets/style.css */
.post__featured:hover img {
  opacity: .8;
}

/* line 10961, app/assets/stylesheets/style.css */
.post__footer {
  margin-top: 60px;
}

/* line 10965, app/assets/stylesheets/style.css */
.post__tags-share-links {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

/* line 10975, app/assets/stylesheets/style.css */
[dir=ltr] .post__tags {
  margin-right: 30px;
}

/* line 10979, app/assets/stylesheets/style.css */
[dir=rtl] .post__tags {
  margin-left: 30px;
}

/* line 10983, app/assets/stylesheets/style.css */
.post__share-links {
  padding-top: 2px;
}

/* line 10987, app/assets/stylesheets/style.css */
.post__section {
  margin-top: 70px;
}

/* line 10991, app/assets/stylesheets/style.css */
.post__section-title {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  font-size: 22px;
}

/* line 11002, app/assets/stylesheets/style.css */
.post__section-title::after {
  margin-top: 1px;
  content: '';
  display: block;
  height: 2px;
  flex-grow: 1;
  background: #ebebeb;
}

/* line 11013, app/assets/stylesheets/style.css */
[dir=ltr] .post__section-title::after {
  margin-left: 16px;
}

/* line 11017, app/assets/stylesheets/style.css */
[dir=rtl] .post__section-title::after {
  margin-right: 16px;
}

@media (max-width: 1199px) {
  /* line 11022, app/assets/stylesheets/style.css */
  .post__section {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 11028, app/assets/stylesheets/style.css */
  .post__featured {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 11034, app/assets/stylesheets/style.css */
  .post__featured {
    margin-bottom: 24px;
  }
  /* line 11037, app/assets/stylesheets/style.css */
  .post__footer {
    margin-top: 40px;
  }
  /* line 11040, app/assets/stylesheets/style.css */
  .post__tags-share-links {
    flex-direction: column;
    align-items: center;
  }
  /* line 11049, app/assets/stylesheets/style.css */
  [dir=ltr] .post__tags {
    margin-right: 0;
  }
  /* line 11052, app/assets/stylesheets/style.css */
  [dir=rtl] .post__tags {
    margin-left: 0;
  }
  /* line 11055, app/assets/stylesheets/style.css */
  .post__tags .tags__list {
    justify-content: center;
  }
  /* line 11060, app/assets/stylesheets/style.css */
  .post__share-links {
    padding: 20px 0 0;
  }
}

@media (min-width: 992px) {
  /* line 11066, app/assets/stylesheets/style.css */
  .post--layout--full .post__featured {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  /* line 11072, app/assets/stylesheets/style.css */
  .post--layout--full .post__featured {
    width: calc(100% + 380px);
  }
  /* line 11075, app/assets/stylesheets/style.css */
  [dir=ltr] .post--layout--full .post__featured {
    left: -190px;
  }
  /* line 11078, app/assets/stylesheets/style.css */
  [dir=rtl] .post--layout--full .post__featured {
    right: -190px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 11084, app/assets/stylesheets/style.css */
  .post--layout--full .post__featured {
    width: calc(100% + 240px);
  }
  /* line 11087, app/assets/stylesheets/style.css */
  [dir=ltr] .post--layout--full .post__featured {
    left: -120px;
  }
  /* line 11090, app/assets/stylesheets/style.css */
  [dir=rtl] .post--layout--full .post__featured {
    right: -120px;
  }
}

/*
// .post-author
*/
/* line 11098, app/assets/stylesheets/style.css */
.post-author {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 22px;
  display: flex;
}

/* line 11107, app/assets/stylesheets/style.css */
.post-author__avatar {
  width: 70px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
}

/* line 11115, app/assets/stylesheets/style.css */
[dir=ltr] .post-author__avatar {
  margin-right: 18px;
}

/* line 11119, app/assets/stylesheets/style.css */
[dir=rtl] .post-author__avatar {
  margin-left: 18px;
}

/* line 11123, app/assets/stylesheets/style.css */
.post-author__avatar img {
  max-width: 100%;
}

/* line 11127, app/assets/stylesheets/style.css */
.post-author__name {
  margin-top: 1px;
  font-size: 15px;
  font-weight: 500;
}

/* line 11133, app/assets/stylesheets/style.css */
.post-author__name a {
  color: inherit;
}

/* line 11137, app/assets/stylesheets/style.css */
.post-author__about {
  margin-top: 4px;
  font-size: 14px;
}

/* line 11142, app/assets/stylesheets/style.css */
.post__related-posts {
  margin-top: 50px;
}

@media (max-width: 575px) {
  /* line 11147, app/assets/stylesheets/style.css */
  .post-author {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* line 11157, app/assets/stylesheets/style.css */
  .post-author__avatar {
    width: 90px;
  }
  /* line 11160, app/assets/stylesheets/style.css */
  [dir=ltr] .post-author__avatar {
    margin-right: 0;
  }
  /* line 11163, app/assets/stylesheets/style.css */
  [dir=rtl] .post-author__avatar {
    margin-left: 0;
  }
  /* line 11166, app/assets/stylesheets/style.css */
  .post-author__info {
    margin-top: 16px;
  }
  /* line 11169, app/assets/stylesheets/style.css */
  .post-author__about {
    margin-top: 8px;
  }
}

/*
// .post-header
*/
/* line 11177, app/assets/stylesheets/style.css */
.post-header__categories {
  display: flex;
}

/* line 11183, app/assets/stylesheets/style.css */
.post-header__categories a {
  padding: 5px 7px 4px;
  display: block;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #808080;
  background: #ebebeb;
  border-radius: 1.5px;
}

/* line 11195, app/assets/stylesheets/style.css */
.post-header__meta {
  font-size: 14px;
  letter-spacing: .02em;
  color: #b2b2b2;
  display: flex;
  flex-wrap: wrap;
}

/* line 11206, app/assets/stylesheets/style.css */
.post-header__meta a {
  color: inherit;
  transition: color .2s;
}

/* line 11212, app/assets/stylesheets/style.css */
.post-header__meta a:hover {
  color: #339933;
}

/* line 11216, app/assets/stylesheets/style.css */
.post-header__meta-item {
  position: relative;
}

/* line 11220, app/assets/stylesheets/style.css */
[dir=ltr] .post-header__meta-item {
  margin-right: 20px;
}

/* line 11224, app/assets/stylesheets/style.css */
[dir=rtl] .post-header__meta-item {
  margin-left: 20px;
}

/* line 11228, app/assets/stylesheets/style.css */
.post-header__meta-item::after {
  position: absolute;
  display: block;
  content: '';
  background: currentColor;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 8px;
}

/* line 11239, app/assets/stylesheets/style.css */
[dir=ltr] .post-header__meta-item::after {
  right: -12px;
}

/* line 11243, app/assets/stylesheets/style.css */
[dir=rtl] .post-header__meta-item::after {
  left: -12px;
}

/* line 11247, app/assets/stylesheets/style.css */
[dir=ltr] .post-header__meta-item:last-child {
  margin-right: 0;
}

/* line 11251, app/assets/stylesheets/style.css */
[dir=rtl] .post-header__meta-item:last-child {
  margin-left: 0;
}

/* line 11255, app/assets/stylesheets/style.css */
.post-header__meta-item:last-child::after {
  display: none;
}

/* line 11259, app/assets/stylesheets/style.css */
.post-header--layout--classic .post-header__categories {
  margin-bottom: 12px;
}

/* line 11263, app/assets/stylesheets/style.css */
.post-header--layout--classic .post-header__title {
  line-height: 38px;
  margin-bottom: 8px;
}

/* line 11268, app/assets/stylesheets/style.css */
.post-header--layout--classic .post-header__meta {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  /* line 11273, app/assets/stylesheets/style.css */
  .post-header--layout--classic .post-header__title {
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 11279, app/assets/stylesheets/style.css */
  .post-header--layout--classic .post-header__meta {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  /* line 11285, app/assets/stylesheets/style.css */
  .post-header--layout--classic .post-header__meta {
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 11291, app/assets/stylesheets/style.css */
  .post-header--layout--classic .post-header__title {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (max-width: 479px) {
  /* line 11298, app/assets/stylesheets/style.css */
  .post-header--layout--classic .post-header__title {
    font-size: 28px;
    line-height: 30px;
  }
}

/* line 11304, app/assets/stylesheets/style.css */
.post-header--layout--full {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 50px;
}

/* line 11312, app/assets/stylesheets/style.css */
.post-header--layout--full .post-header__categories {
  justify-content: center;
  margin-bottom: 24px;
}

/* line 11319, app/assets/stylesheets/style.css */
.post-header--layout--full .post-header__title {
  line-height: 42px;
}

/* line 11323, app/assets/stylesheets/style.css */
.post-header--layout--full .post-header__meta {
  margin-top: 24px;
  justify-content: center;
}

@media (max-width: 767px) {
  /* line 11331, app/assets/stylesheets/style.css */
  .post-header--layout--full {
    padding: 10px 0 24px;
  }
  /* line 11334, app/assets/stylesheets/style.css */
  .post-header--layout--full .post-header__categories {
    margin-bottom: 16px;
  }
  /* line 11337, app/assets/stylesheets/style.css */
  .post-header--layout--full .post-header__title {
    font-size: 30px;
    line-height: 32px;
  }
  /* line 11341, app/assets/stylesheets/style.css */
  .post-header--layout--full .post-header__meta {
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  /* line 11347, app/assets/stylesheets/style.css */
  .post-header--layout--full {
    padding-top: 0;
  }
  /* line 11350, app/assets/stylesheets/style.css */
  [dir=ltr] .post-header--layout--full {
    text-align: left;
  }
  /* line 11353, app/assets/stylesheets/style.css */
  [dir=rtl] .post-header--layout--full {
    text-align: right;
  }
  /* line 11356, app/assets/stylesheets/style.css */
  .post-header--layout--full .post-header__categories {
    justify-content: flex-start;
  }
  /* line 11361, app/assets/stylesheets/style.css */
  .post-header--layout--full .post-header__meta {
    margin-top: 8px;
    justify-content: flex-start;
  }
}

/*
// .posts-list
*/
/* line 11372, app/assets/stylesheets/style.css */
.posts-list__body {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -15px;
}

/* line 11381, app/assets/stylesheets/style.css */
.posts-list__item {
  margin: 32px 15px;
}

/* line 11385, app/assets/stylesheets/style.css */
.posts-list--layout--classic .posts-list__item {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 11390, app/assets/stylesheets/style.css */
  .posts-list--layout--classic .posts-list__body {
    margin: 0;
  }
  /* line 11393, app/assets/stylesheets/style.css */
  .posts-list--layout--classic .posts-list__item {
    margin: 0;
  }
  /* line 11396, app/assets/stylesheets/style.css */
  .posts-list--layout--classic .posts-list__item + .posts-list__item {
    margin-top: 36px;
  }
}

@media (max-width: 479px) {
  /* line 11402, app/assets/stylesheets/style.css */
  .posts-list--layout--classic .posts-list__item + .posts-list__item {
    margin-top: 30px;
  }
}

/* line 11407, app/assets/stylesheets/style.css */
.posts-list--layout--list .posts-list__body {
  margin: -20px 0;
}

/* line 11411, app/assets/stylesheets/style.css */
.posts-list--layout--list .posts-list__item {
  width: 100%;
  margin: 20px 0;
}

/* line 11416, app/assets/stylesheets/style.css */
.posts-list--layout--grid2 .posts-list__item {
  width: calc(50% - 30px);
}

@media (max-width: 767px) {
  /* line 11421, app/assets/stylesheets/style.css */
  .posts-list--layout--grid2 .posts-list__body {
    margin: 0;
  }
  /* line 11424, app/assets/stylesheets/style.css */
  .posts-list--layout--grid2 .posts-list__item {
    margin: 0;
    width: 100%;
  }
  /* line 11428, app/assets/stylesheets/style.css */
  .posts-list--layout--grid2 .posts-list__item + .posts-list__item {
    margin-top: 36px;
  }
}

/*
// .posts-view
*/
/* line 11436, app/assets/stylesheets/style.css */
.posts-view__pagination {
  padding-top: 48px;
}

@media (max-width: 991px) {
  /* line 11441, app/assets/stylesheets/style.css */
  .posts-view__pagination {
    padding-top: 32px;
    padding-bottom: 10px;
  }
}

/*
// .related-posts
*/
/* line 11450, app/assets/stylesheets/style.css */
.related-posts__list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

/* line 11459, app/assets/stylesheets/style.css */
.related-posts__item {
  width: calc(50% - 30px);
  margin: 15px;
}

@media (max-width: 479px) {
  /* line 11465, app/assets/stylesheets/style.css */
  .related-posts__item {
    width: calc(100% - 30px);
  }
}

/* ----------------------------------------
// Blocks
// ---------------------------------------- */
/*
// .block
*/
/* line 11476, app/assets/stylesheets/style.css */
.block {
  margin-bottom: 50px;
}

/* line 11480, app/assets/stylesheets/style.css */
.block--highlighted {
  padding: 50px 0 60px;
  background: #f9f9f9;
}

@media (max-width: 991px) {
  /* line 11486, app/assets/stylesheets/style.css */
  .block {
    margin-bottom: 30px;
  }
}

/*
// .block-banner
*/
/* line 11494, app/assets/stylesheets/style.css */
.block-banner__body {
  position: relative;
  display: block;
  height: 170px;
  text-align: center;
  color: inherit;
}

/* line 11502, app/assets/stylesheets/style.css */
.block-banner__body:hover {
  color: inherit;
}

/* line 11506, app/assets/stylesheets/style.css */
.block-banner__image {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

/* line 11517, app/assets/stylesheets/style.css */
.block-banner__image--mobile {
  display: none;
}

/* line 11521, app/assets/stylesheets/style.css */
.block-banner__title {
  padding-top: 28px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

/* line 11528, app/assets/stylesheets/style.css */
.block-banner__text {
  padding-top: 8px;
}

/* line 11532, app/assets/stylesheets/style.css */
.block-banner__button {
  padding-top: 20px;
}

/* line 11536, app/assets/stylesheets/style.css */
.block-banner__mobile-br {
  display: none;
}

@media (max-width: 767px) {
  /* line 11541, app/assets/stylesheets/style.css */
  .block-banner__body {
    height: 390px;
  }
  /* line 11544, app/assets/stylesheets/style.css */
  .block-banner__image--desktop {
    display: none;
  }
  /* line 11547, app/assets/stylesheets/style.css */
  .block-banner__image--mobile {
    display: block;
  }
  /* line 11550, app/assets/stylesheets/style.css */
  .block-banner__title,
.block-banner__text,
.block-banner__button {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 11557, app/assets/stylesheets/style.css */
  .block-banner__title {
    padding-top: 48px;
    line-height: 1.1;
  }
  /* line 11561, app/assets/stylesheets/style.css */
  .block-banner__text {
    padding-top: 12px;
  }
  /* line 11564, app/assets/stylesheets/style.css */
  .block-banner__button {
    padding-top: 28px;
  }
  /* line 11567, app/assets/stylesheets/style.css */
  .block-banner__mobile-br {
    display: block;
  }
}

/*
// .block-brands
*/
/* line 11575, app/assets/stylesheets/style.css */
.block-brands__slider {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
}

/* line 11580, app/assets/stylesheets/style.css */
.block-brands__item {
  padding: 32px 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 11585, app/assets/stylesheets/style.css */
  .block-brands__item {
    padding: 28px 24px;
  }
}

@media (max-width: 767px) {
  /* line 11591, app/assets/stylesheets/style.css */
  .block-brands__item {
    padding: 20px 24px;
  }
}

/*
// .block-categories
*/
/* line 11599, app/assets/stylesheets/style.css */
.block-categories__list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

/* line 11608, app/assets/stylesheets/style.css */
.block-categories__item {
  margin: 6px;
  width: calc(33.3333% - 12px);
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 11614, app/assets/stylesheets/style.css */
  .block-categories--layout--classic .block-categories__item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 479px) {
  /* line 11620, app/assets/stylesheets/style.css */
  .block-categories--layout--classic .block-categories__item {
    width: calc(100% - 12px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 11626, app/assets/stylesheets/style.css */
  .block-categories--layout--compact .block-categories__item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  /* line 11632, app/assets/stylesheets/style.css */
  .block-categories--layout--compact .block-categories__item {
    width: calc(100% - 12px);
  }
}

/*
// .block-features
*/
/* line 11640, app/assets/stylesheets/style.css */
.block-empty__body {
  text-align: center;
  padding: 18px 0 60px;
}

/* line 11645, app/assets/stylesheets/style.css */
.block-empty__message {
  font-size: 17px;
}

/* line 11649, app/assets/stylesheets/style.css */
.block-empty__actions {
  margin-top: 24px;
}

/*
// .block-features
*/
/* line 11656, app/assets/stylesheets/style.css */
.block-features__list {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  display: flex;
}

/* line 11664, app/assets/stylesheets/style.css */
.block-features__item {
  flex-basis: 0;
  flex-grow: 1;
  padding: 16px 24px;
  display: flex;
}

/* line 11676, app/assets/stylesheets/style.css */
.block-features__divider {
  flex-shrink: 0;
}

/* line 11681, app/assets/stylesheets/style.css */
.block-features__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  fill: #339933;
}

/* line 11689, app/assets/stylesheets/style.css */
[dir=ltr] .block-features__icon {
  margin-right: 20px;
}

/* line 11693, app/assets/stylesheets/style.css */
[dir=rtl] .block-features__icon {
  margin-left: 20px;
}

/* line 11697, app/assets/stylesheets/style.css */
.block-features__icon svg {
  display: block;
}

/* line 11701, app/assets/stylesheets/style.css */
.block-features__content {
  padding-top: 2px;
}

/* line 11705, app/assets/stylesheets/style.css */
.block-features__title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

/* line 11711, app/assets/stylesheets/style.css */
.block-features__subtitle {
  font-size: 14px;
}

/* line 11715, app/assets/stylesheets/style.css */
.block-features--layout--boxed {
  margin-top: -36px;
}

/* line 11719, app/assets/stylesheets/style.css */
.block-features--layout--boxed .block-features__list {
  border: none;
}

/* line 11723, app/assets/stylesheets/style.css */
.block-features--layout--boxed .block-features__item {
  flex-direction: column;
  background: #f7f7f7;
  border-radius: 3px;
  text-align: center;
  align-items: center;
  padding: 30px 28px 28px;
}

/* line 11737, app/assets/stylesheets/style.css */
.block-features--layout--boxed .block-features__divider {
  width: 14px;
}

/* line 11741, app/assets/stylesheets/style.css */
.block-features--layout--boxed .block-features__icon {
  margin-bottom: 12px;
}

/* line 11745, app/assets/stylesheets/style.css */
[dir=ltr] .block-features--layout--boxed .block-features__icon {
  margin-right: 0;
}

/* line 11749, app/assets/stylesheets/style.css */
[dir=rtl] .block-features--layout--boxed .block-features__icon {
  margin-left: 0;
}

@media (min-width: 480px) and (max-width: 991px) {
  /* line 11754, app/assets/stylesheets/style.css */
  .block-features--layout--boxed .block-features__list {
    flex-wrap: wrap;
  }
  /* line 11758, app/assets/stylesheets/style.css */
  .block-features--layout--boxed .block-features__item {
    width: 50%;
  }
  /* line 11761, app/assets/stylesheets/style.css */
  .block-features--layout--boxed .block-features__divider:nth-child(4n) {
    width: 100%;
    height: 14px;
  }
}

@media (max-width: 479px) {
  /* line 11768, app/assets/stylesheets/style.css */
  .block-features--layout--boxed .block-features__list {
    flex-wrap: wrap;
  }
  /* line 11772, app/assets/stylesheets/style.css */
  .block-features--layout--boxed .block-features__item {
    width: 100%;
  }
  /* line 11775, app/assets/stylesheets/style.css */
  .block-features--layout--boxed .block-features__divider {
    width: 100%;
    height: 14px;
  }
}

/* line 11781, app/assets/stylesheets/style.css */
.block-features--layout--classic {
  margin-top: -20px;
}

/* line 11785, app/assets/stylesheets/style.css */
.block-features--layout--classic .block-features__divider {
  flex-shrink: 0;
  width: 2px;
  background: #f0f0f0;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) and (min-width: 576px) {
  /* line 11793, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__item {
    padding: 12px;
  }
  /* line 11796, app/assets/stylesheets/style.css */
  [dir=ltr] .block-features--layout--classic .block-features__icon {
    margin-right: 16px;
  }
  /* line 11799, app/assets/stylesheets/style.css */
  [dir=rtl] .block-features--layout--classic .block-features__icon {
    margin-left: 16px;
  }
  /* line 11802, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__content {
    padding-top: 0;
  }
}

@media (max-width: 991px) and (min-width: 420px) {
  /* line 11808, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__list {
    flex-wrap: wrap;
  }
  /* line 11812, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__item {
    flex-basis: auto;
    width: calc(50% - 1px);
    flex-shrink: 0;
  }
  /* line 11819, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__divider:nth-child(4n) {
    width: 100%;
    height: 2px;
  }
}

@media (max-width: 575px) and (min-width: 420px) {
  /* line 11826, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__item {
    text-align: center;
    flex-direction: column;
  }
  /* line 11833, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__icon {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* line 11843, app/assets/stylesheets/style.css */
  [dir=ltr] .block-features--layout--classic .block-features__icon {
    margin-right: 0;
  }
  /* line 11846, app/assets/stylesheets/style.css */
  [dir=rtl] .block-features--layout--classic .block-features__icon {
    margin-left: 0;
  }
}

@media (max-width: 419px) {
  /* line 11852, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__list {
    flex-wrap: wrap;
  }
  /* line 11856, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__item {
    flex-basis: auto;
    width: 100%;
    flex-shrink: 0;
  }
  /* line 11863, app/assets/stylesheets/style.css */
  [dir=ltr] .block-features--layout--classic .block-features__icon {
    margin-right: 24px;
  }
  /* line 11866, app/assets/stylesheets/style.css */
  [dir=rtl] .block-features--layout--classic .block-features__icon {
    margin-left: 24px;
  }
  /* line 11869, app/assets/stylesheets/style.css */
  .block-features--layout--classic .block-features__divider {
    width: 100%;
    height: 2px;
  }
}

/*
// .block-map
*/
/* line 11878, app/assets/stylesheets/style.css */
.block-map {
  margin-bottom: 10px;
}

/* line 11882, app/assets/stylesheets/style.css */
.block-map__body {
  height: 540px;
  position: relative;
}

/* line 11887, app/assets/stylesheets/style.css */
.block-map__body::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  pointer-events: none;
}

/* line 11901, app/assets/stylesheets/style.css */
.block-map__body::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  pointer-events: none;
}

/* line 11915, app/assets/stylesheets/style.css */
.block-map__body iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  /* line 11924, app/assets/stylesheets/style.css */
  .block-map__body {
    height: 500px;
  }
}

@media (max-width: 991px) {
  /* line 11930, app/assets/stylesheets/style.css */
  .block-map__body {
    height: 440px;
  }
}

@media (max-width: 767px) {
  /* line 11936, app/assets/stylesheets/style.css */
  .block-map__body {
    height: 380px;
  }
}

@media (max-width: 575px) {
  /* line 11942, app/assets/stylesheets/style.css */
  .block-map__body {
    height: 300px;
  }
}

/*
// .block-posts
*/
/* line 11950, app/assets/stylesheets/style.css */
.block-posts {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  /* line 11956, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card {
    display: -ms-flexbox;
    display: block;
    flex-direction: row;
    align-items: flex-start;
  }
  /* line 11968, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__image {
    width: auto;
    flex-shrink: 0;
  }
  /* line 11973, app/assets/stylesheets/style.css */
  [dir=ltr] .block-posts--layout--list-sm .post-card .post-card__image {
    margin-right: 0;
  }
  /* line 11976, app/assets/stylesheets/style.css */
  [dir=rtl] .block-posts--layout--list-sm .post-card .post-card__image {
    margin-left: 22px;
  }
  /* line 11979, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    order: -1;
    height: 40px;
    overflow: hidden;
  }
  /* line 11989, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__date {
    margin-top: 6px;
  }
  /* line 11992, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__category {
    display: none;
  }
  /* line 11995, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
  }
  /* line 12002, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__read-more {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 12008, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__image {
    width: 210px;
    flex-shrink: 0;
  }
  /* line 12013, app/assets/stylesheets/style.css */
  [dir=ltr] .block-posts--layout--list-sm .post-card .post-card__image {
    margin-right: 18px;
  }
  /* line 12016, app/assets/stylesheets/style.css */
  [dir=rtl] .block-posts--layout--list-sm .post-card .post-card__image {
    margin-left: 18px;
  }
  /* line 12019, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__name {
    margin-top: 5px;
    font-size: 15px;
    line-height: 19px;
    order: -1;
  }
  /* line 12027, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__date {
    margin-top: 4px;
  }
  /* line 12030, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__category {
    display: none;
  }
  /* line 12033, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  /* line 12040, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__read-more {
    display: none;
  }
}

@media (max-width: 575px) {
  /* line 12046, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__info {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 12053, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__image {
    margin-bottom: 14px;
  }
  /* line 12056, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__category {
    display: none;
  }
  /* line 12059, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__date {
    order: -1;
  }
  /* line 12064, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__name {
    width: 100%;
    font-size: 18px;
    margin-top: 4px;
    line-height: 22px;
  }
  /* line 12070, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__content {
    width: 100%;
    margin-top: 12px;
  }
  /* line 12074, app/assets/stylesheets/style.css */
  .block-posts--layout--list-sm .post-card .post-card__read-more {
    width: 100%;
    display: none;
  }
}

/* line 12080, app/assets/stylesheets/style.css */
.block-posts--layout--grid-nl .post-card .post-card__info {
  display: flex;
  flex-wrap: wrap;
}

/* line 12088, app/assets/stylesheets/style.css */
.block-posts--layout--grid-nl .post-card .post-card__image {
  margin-bottom: 14px;
}

/* line 12092, app/assets/stylesheets/style.css */
.block-posts--layout--grid-nl .post-card .post-card__category {
  display: none;
}

/* line 12096, app/assets/stylesheets/style.css */
.block-posts--layout--grid-nl .post-card .post-card__date {
  order: -1;
}

/* line 12102, app/assets/stylesheets/style.css */
.block-posts--layout--grid-nl .post-card .post-card__name {
  width: 100%;
  font-size: 18px;
  margin-top: 4px;
  line-height: 22px;
}

/* line 12109, app/assets/stylesheets/style.css */
.block-posts--layout--grid-nl .post-card .post-card__content {
  width: 100%;
  margin-top: 12px;
}

/* line 12114, app/assets/stylesheets/style.css */
.block-posts--layout--grid-nl .post-card .post-card__read-more {
  width: 100%;
  display: none;
}

/*
// .block-product-columns
*/
/* line 12122, app/assets/stylesheets/style.css */
.block-product-columns__item {
  position: relative;
}

/* line 12126, app/assets/stylesheets/style.css */
.block-product-columns__item + .block-product-columns__item {
  margin-top: -1px;
}

/* line 12130, app/assets/stylesheets/style.css */
.block-product-columns__item:hover {
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 12135, app/assets/stylesheets/style.css */
  .block-product-columns .product-card .product-card__image {
    width: 110px;
  }
  /* line 12138, app/assets/stylesheets/style.css */
  .block-product-columns .product-card .product-card__rating {
    display: none;
  }
  /* line 12141, app/assets/stylesheets/style.css */
  [dir=ltr] .block-product-columns .product-card .product-card__actions {
    left: 110px;
  }
  /* line 12144, app/assets/stylesheets/style.css */
  [dir=rtl] .block-product-columns .product-card .product-card__actions {
    right: 110px;
  }
}

/*
// .block-products
*/
/* line 12152, app/assets/stylesheets/style.css */
.block-products__body {
  display: flex;
}

/* line 12158, app/assets/stylesheets/style.css */
.block-products__featured {
  display: flex;
  flex-direction: column;
  width: 36%;
  flex-shrink: 0;
}

/* line 12171, app/assets/stylesheets/style.css */
.block-products__featured-item {
  display: flex;
  flex-grow: 1;
}

/* line 12180, app/assets/stylesheets/style.css */
.block-products__featured-item .product-card {
  width: 100%;
  flex-shrink: 0;
}

/* line 12186, app/assets/stylesheets/style.css */
.block-products__list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

/* line 12195, app/assets/stylesheets/style.css */
.block-products__list-item {
  display: flex;
  width: calc(33.3333% - 12px);
  margin: 6px;
}

/* line 12203, app/assets/stylesheets/style.css */
.block-products__list-item .product-card {
  width: 100%;
  flex-shrink: 0;
}

/* line 12209, app/assets/stylesheets/style.css */
.block-products__list-item .product-card .product-card__image {
  padding: 18px 18px 20px;
}

/* line 12213, app/assets/stylesheets/style.css */
.block-products__list-item .product-card .product-card__info {
  padding: 0 24px 0;
}

/* line 12217, app/assets/stylesheets/style.css */
.block-products__list-item .product-card .product-card__actions {
  padding: 0 24px 24px;
}

/* line 12221, app/assets/stylesheets/style.css */
.block-products__list-item .product-card .product-card__description {
  display: none;
}

/* line 12225, app/assets/stylesheets/style.css */
.block-products__list-item .product-card .product-card__availability {
  display: none;
}

/* line 12229, app/assets/stylesheets/style.css */
.block-products__list-item .product-card .product-card__features-list {
  display: none;
}

@media (min-width: 480px) {
  /* line 12234, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__image {
    padding: 15px;
  }
  /* line 12237, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__badges-list {
    top: 16px;
  }
  /* line 12240, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products__list-item .product-card .product-card__badges-list {
    left: 16px;
  }
  /* line 12243, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products__list-item .product-card .product-card__badges-list {
    right: 16px;
  }
  /* line 12246, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__info {
    padding: 0 15px 0;
  }
  /* line 12249, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__actions {
    padding: 0 15px 15px;
  }
  /* line 12252, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__buttons .btn {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500;
  }
  /* line 12259, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.5rem + 2px);
  }
}

@media (min-width: 480px) and (hover: hover) {
  /* line 12265, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__buttons {
    display: none;
  }
  /* line 12268, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 12273, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (min-width: 480px) and (-ms-high-contrast: active), (min-width: 480px) and (-ms-high-contrast: none) {
  /* line 12281, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__buttons {
    display: none;
  }
  /* line 12284, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 12289, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (max-width: 479px) {
  /* line 12297, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__buttons .btn {
    font-size: .875rem;
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: .375rem 1rem;
    font-weight: 500;
  }
  /* line 12304, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.875rem + 2px);
  }
}

@media (max-width: 479px) and (hover: hover) {
  /* line 12310, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__buttons {
    display: none;
  }
  /* line 12313, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 12318, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (max-width: 479px) and (-ms-high-contrast: active), (max-width: 479px) and (-ms-high-contrast: none) {
  /* line 12326, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card .product-card__buttons {
    display: none;
  }
  /* line 12329, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 12334, app/assets/stylesheets/style.css */
  .block-products__list-item .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (min-width: 992px) {
  /* line 12342, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__image {
    padding: 18px 18px 20px;
  }
  /* line 12345, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__info {
    padding: 0 24px 0;
  }
  /* line 12348, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__actions {
    padding: 0 24px 24px;
  }
  /* line 12351, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__description {
    display: none;
  }
  /* line 12354, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__availability {
    display: none;
  }
  /* line 12357, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__features-list {
    display: none;
  }
  /* line 12360, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__image {
    padding: 25px;
  }
  /* line 12363, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__info {
    padding: 0 30px 0;
    flex-grow: 0;
  }
  /* line 12369, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__name {
    font-size: 17px;
    line-height: 23px;
  }
  /* line 12373, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__actions {
    padding: 0 30px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  /* line 12386, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__rating {
    margin-top: 10px;
  }
  /* line 12389, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__prices {
    margin-bottom: auto;
    font-size: 20px;
  }
  /* line 12393, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products__featured + .block-products__list {
    margin-left: 6px;
  }
  /* line 12396, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products__featured + .block-products__list {
    margin-right: 6px;
  }
  /* line 12399, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products__list + .block-products__featured {
    margin-left: 12px;
  }
  /* line 12402, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products__list + .block-products__featured {
    margin-right: 12px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 12408, app/assets/stylesheets/style.css */
  .block-products__featured-item {
    display: block;
  }
  /* line 12411, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card {
    flex-direction: row;
  }
  /* line 12417, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__image {
    width: 120px;
    padding: 16px;
  }
  /* line 12421, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__badges-list {
    top: 10px;
  }
  /* line 12424, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products__featured-item .product-card .product-card__badges-list {
    left: 10px;
  }
  /* line 12427, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products__featured-item .product-card .product-card__badges-list {
    right: 10px;
  }
  /* line 12430, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__badge {
    padding: 3px 5px 2px;
  }
  /* line 12433, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__info {
    padding-top: 14px;
    padding-bottom: 42px;
    width: 100%;
  }
  /* line 12438, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products__featured-item .product-card .product-card__info {
    padding-left: 0;
    padding-right: 30px;
  }
  /* line 12442, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products__featured-item .product-card .product-card__info {
    padding-right: 0;
    padding-left: 30px;
  }
  /* line 12446, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__name {
    overflow: hidden;
    max-height: 38px;
  }
  /* line 12450, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__rating {
    white-space: nowrap;
  }
  /* line 12453, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__description {
    display: none;
  }
  /* line 12456, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__availability {
    display: none;
  }
  /* line 12459, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__buttons {
    display: none;
  }
  /* line 12462, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__actions {
    position: absolute;
    bottom: 18px;
  }
  /* line 12466, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products__featured-item .product-card .product-card__actions {
    left: 120px;
  }
  /* line 12469, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products__featured-item .product-card .product-card__actions {
    right: 120px;
  }
  /* line 12472, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__features-list {
    display: none;
  }
  /* line 12475, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__image {
    width: 216px;
  }
  /* line 12478, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products__featured-item .product-card .product-card__image {
    padding-left: 24px;
    padding-right: 24px;
    margin-right: 16px;
  }
  /* line 12483, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products__featured-item .product-card .product-card__image {
    padding-right: 24px;
    padding-left: 24px;
    margin-left: 16px;
  }
  /* line 12488, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__info {
    padding-top: 20px;
    padding-bottom: 120px;
  }
  /* line 12492, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__name {
    font-size: 17px;
    margin-bottom: 2px;
    flex-grow: 0;
  }
  /* line 12499, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__actions {
    align-items: center;
    bottom: 26px;
  }
  /* line 12505, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products__featured-item .product-card .product-card__actions {
    left: 232px;
  }
  /* line 12508, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products__featured-item .product-card .product-card__actions {
    right: 232px;
  }
  /* line 12511, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__prices {
    margin-top: 0;
    font-size: 20px;
  }
  /* line 12515, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products__featured-item .product-card .product-card__prices {
    margin-right: 24px;
  }
  /* line 12518, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products__featured-item .product-card .product-card__prices {
    margin-left: 24px;
  }
  /* line 12521, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__buttons {
    display: block;
  }
}

@media (max-width: 991px) {
  /* line 12527, app/assets/stylesheets/style.css */
  .block-products__body {
    display: block;
  }
  /* line 12530, app/assets/stylesheets/style.css */
  .block-products__featured {
    width: 100%;
  }
  /* line 12533, app/assets/stylesheets/style.css */
  .block-products__featured + .block-products__list {
    margin-top: 6px;
  }
  /* line 12536, app/assets/stylesheets/style.css */
  .block-products__list + .block-products__featured {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  /* line 12542, app/assets/stylesheets/style.css */
  .block-products__list-item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 575px) {
  /* line 12548, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__image {
    padding: 18px 18px 20px;
  }
  /* line 12551, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__info {
    padding: 0 24px 0;
  }
  /* line 12554, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__actions {
    padding: 0 24px 24px;
  }
  /* line 12557, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__description {
    display: none;
  }
  /* line 12560, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__availability {
    display: none;
  }
  /* line 12563, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__features-list {
    display: none;
  }
  /* line 12566, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__buttons .btn {
    font-size: .875rem;
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: .375rem 1rem;
    font-weight: 500;
  }
  /* line 12573, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.875rem + 2px);
  }
}

@media (max-width: 575px) and (hover: hover) {
  /* line 12579, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__buttons {
    display: none;
  }
  /* line 12582, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 12587, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (max-width: 575px) and (-ms-high-contrast: active), (max-width: 575px) and (-ms-high-contrast: none) {
  /* line 12595, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card .product-card__buttons {
    display: none;
  }
  /* line 12598, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 12603, app/assets/stylesheets/style.css */
  .block-products__featured-item .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (max-width: 479px) {
  /* line 12611, app/assets/stylesheets/style.css */
  .block-products__list-item {
    width: calc(100% - 12px);
  }
}

/*
// .block-products-carousel
*/
/* line 12619, app/assets/stylesheets/style.css */
.block-products-carousel .owl-stage {
  padding-bottom: 56px;
}

/* line 12623, app/assets/stylesheets/style.css */
.block-products-carousel .owl-stage-outer {
  margin-bottom: -56px;
}

/* line 12627, app/assets/stylesheets/style.css */
.block-products-carousel__slider {
  position: relative;
}

/* line 12631, app/assets/stylesheets/style.css */
.block-products-carousel__preloader {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 56px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility 0s .3s;
}

/* line 12645, app/assets/stylesheets/style.css */
.block-products-carousel__preloader:after {
  display: block;
  content: '';
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.5);
  transition: border-color .1s;
  animation-name: preloader-animation;
  animation-duration: .5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

/* line 12668, app/assets/stylesheets/style.css */
.block-products-carousel--loading .block-products-carousel__preloader {
  transition-delay: 0s, 0s;
  opacity: 1;
  visibility: visible;
}

/* line 12675, app/assets/stylesheets/style.css */
.block-products-carousel__cell + .block-products-carousel__cell {
  margin-top: 14px;
}

/* line 12679, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__image {
  padding: 18px 18px 20px;
}

/* line 12683, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__info {
  padding: 0 24px 0;
}

/* line 12687, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__actions {
  padding: 0 24px 24px;
}

/* line 12691, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__description {
  display: none;
}

/* line 12695, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__availability {
  display: none;
}

/* line 12699, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__features-list {
  display: none;
}

/* line 12703, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons .btn {
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
}

/* line 12711, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons .btn.btn-svg-icon {
  width: calc(1.875rem + 2px);
}

@media (hover: hover) {
  /* line 12716, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12719, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 12724, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 12732, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12735, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -56px;
  }
  /* line 12740, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 12748, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__image {
    padding: 15px;
  }
  /* line 12751, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__badges-list {
    top: 16px;
  }
  /* line 12754, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products-carousel[data-layout="grid-4"] .product-card .product-card__badges-list {
    left: 16px;
  }
  /* line 12757, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products-carousel[data-layout="grid-4"] .product-card .product-card__badges-list {
    right: 16px;
  }
  /* line 12760, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__info {
    padding: 0 15px 0;
  }
  /* line 12763, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__actions {
    padding: 0 15px 15px;
  }
  /* line 12766, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons .btn {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500;
  }
  /* line 12773, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.5rem + 2px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) and (hover: hover) {
  /* line 12779, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12782, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 12787, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 1199px) and (-ms-high-contrast: none) {
  /* line 12795, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12798, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 12803, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media (max-width: 575px) {
  /* line 12811, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__image {
    padding: 15px;
  }
  /* line 12814, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__badges-list {
    top: 16px;
  }
  /* line 12817, app/assets/stylesheets/style.css */
  [dir=ltr] .block-products-carousel[data-layout="grid-4"] .product-card .product-card__badges-list {
    left: 16px;
  }
  /* line 12820, app/assets/stylesheets/style.css */
  [dir=rtl] .block-products-carousel[data-layout="grid-4"] .product-card .product-card__badges-list {
    right: 16px;
  }
  /* line 12823, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__info {
    padding: 0 15px 0;
  }
  /* line 12826, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__actions {
    padding: 0 15px 15px;
  }
  /* line 12829, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons .btn {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500;
  }
  /* line 12836, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.5rem + 2px);
  }
}

@media (max-width: 575px) and (hover: hover) {
  /* line 12842, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12845, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 12850, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (max-width: 575px) and (-ms-high-contrast: active), (max-width: 575px) and (-ms-high-contrast: none) {
  /* line 12858, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12861, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 12866, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

/* line 12873, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__image {
  padding: 15px;
}

/* line 12877, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__badges-list {
  top: 16px;
}

/* line 12881, app/assets/stylesheets/style.css */
[dir=ltr] .block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__badges-list {
  left: 16px;
}

/* line 12885, app/assets/stylesheets/style.css */
[dir=rtl] .block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__badges-list {
  right: 16px;
}

/* line 12889, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__info {
  padding: 0 15px 0;
}

/* line 12893, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__actions {
  padding: 0 15px 15px;
}

/* line 12897, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__buttons .btn {
  font-size: .8125rem;
  height: calc(1.5rem + 2px);
  line-height: 1.25;
  padding: .25rem .5625rem;
  font-weight: 500;
}

/* line 12905, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__buttons .btn.btn-svg-icon {
  width: calc(1.5rem + 2px);
}

@media (hover: hover) {
  /* line 12910, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12913, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4-sm"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 12918, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4-sm"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 12926, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4-sm"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12929, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4-sm"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 12934, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-4-sm"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

/* line 12941, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-5"] .product-card .product-card__image {
  padding: 15px;
}

/* line 12945, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-5"] .product-card .product-card__badges-list {
  top: 16px;
}

/* line 12949, app/assets/stylesheets/style.css */
[dir=ltr] .block-products-carousel[data-layout="grid-5"] .product-card .product-card__badges-list {
  left: 16px;
}

/* line 12953, app/assets/stylesheets/style.css */
[dir=rtl] .block-products-carousel[data-layout="grid-5"] .product-card .product-card__badges-list {
  right: 16px;
}

/* line 12957, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-5"] .product-card .product-card__info {
  padding: 0 15px 0;
}

/* line 12961, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-5"] .product-card .product-card__actions {
  padding: 0 15px 15px;
}

/* line 12965, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-5"] .product-card .product-card__buttons .btn {
  font-size: .8125rem;
  height: calc(1.5rem + 2px);
  line-height: 1.25;
  padding: .25rem .5625rem;
  font-weight: 500;
}

/* line 12973, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="grid-5"] .product-card .product-card__buttons .btn.btn-svg-icon {
  width: calc(1.5rem + 2px);
}

@media (hover: hover) {
  /* line 12978, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-5"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12981, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-5"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 12986, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-5"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 12994, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-5"] .product-card .product-card__buttons {
    display: none;
  }
  /* line 12997, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-5"] .product-card:hover {
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  /* line 13002, app/assets/stylesheets/style.css */
  .block-products-carousel[data-layout="grid-5"] .product-card:hover .product-card__buttons {
    display: flex;
  }
}

/* line 13009, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card {
  flex-direction: row;
}

/* line 13016, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__image {
  width: 120px;
  padding: 16px;
}

/* line 13021, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__badges-list {
  top: 10px;
}

/* line 13025, app/assets/stylesheets/style.css */
[dir=ltr] .block-products-carousel[data-layout="horizontal"] .product-card .product-card__badges-list {
  left: 10px;
}

/* line 13029, app/assets/stylesheets/style.css */
[dir=rtl] .block-products-carousel[data-layout="horizontal"] .product-card .product-card__badges-list {
  right: 10px;
}

/* line 13033, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__badge {
  padding: 3px 5px 2px;
}

/* line 13037, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__info {
  padding-top: 14px;
  padding-bottom: 42px;
  width: 100%;
}

/* line 13043, app/assets/stylesheets/style.css */
[dir=ltr] .block-products-carousel[data-layout="horizontal"] .product-card .product-card__info {
  padding-left: 0;
  padding-right: 30px;
}

/* line 13048, app/assets/stylesheets/style.css */
[dir=rtl] .block-products-carousel[data-layout="horizontal"] .product-card .product-card__info {
  padding-right: 0;
  padding-left: 30px;
}

/* line 13053, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__name {
  overflow: hidden;
  max-height: 38px;
}

/* line 13058, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__rating {
  white-space: nowrap;
}

/* line 13062, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__description {
  display: none;
}

/* line 13066, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__availability {
  display: none;
}

/* line 13070, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__buttons {
  display: none;
}

/* line 13074, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__actions {
  position: absolute;
  bottom: 18px;
}

/* line 13079, app/assets/stylesheets/style.css */
[dir=ltr] .block-products-carousel[data-layout="horizontal"] .product-card .product-card__actions {
  left: 120px;
}

/* line 13083, app/assets/stylesheets/style.css */
[dir=rtl] .block-products-carousel[data-layout="horizontal"] .product-card .product-card__actions {
  right: 120px;
}

/* line 13087, app/assets/stylesheets/style.css */
.block-products-carousel[data-layout="horizontal"] .product-card .product-card__features-list {
  display: none;
}

/*
// .block-sidebar
*/
/* line 13094, app/assets/stylesheets/style.css */
.block-sidebar__item + .block-sidebar__item {
  margin-top: 30px;
}

/* line 13098, app/assets/stylesheets/style.css */
[dir=ltr] .block-sidebar--position--start {
  padding-right: 20px;
}

/* line 13102, app/assets/stylesheets/style.css */
[dir=rtl] .block-sidebar--position--start {
  padding-left: 20px;
}

@media (max-width: 1199px) {
  /* line 13107, app/assets/stylesheets/style.css */
  [dir=ltr] .block-sidebar--position--start {
    padding-right: 6px;
  }
  /* line 13110, app/assets/stylesheets/style.css */
  [dir=rtl] .block-sidebar--position--start {
    padding-left: 6px;
  }
}

@media (max-width: 991px) {
  /* line 13116, app/assets/stylesheets/style.css */
  [dir=ltr] .block-sidebar--position--start {
    padding-right: 0;
  }
  /* line 13119, app/assets/stylesheets/style.css */
  [dir=rtl] .block-sidebar--position--start {
    padding-left: 0;
  }
}

/* line 13124, app/assets/stylesheets/style.css */
[dir=ltr] .block-sidebar--position--end {
  padding-left: 20px;
}

/* line 13128, app/assets/stylesheets/style.css */
[dir=rtl] .block-sidebar--position--end {
  padding-right: 20px;
}

@media (max-width: 1199px) {
  /* line 13133, app/assets/stylesheets/style.css */
  [dir=ltr] .block-sidebar--position--end {
    padding-left: 6px;
  }
  /* line 13136, app/assets/stylesheets/style.css */
  [dir=rtl] .block-sidebar--position--end {
    padding-right: 6px;
  }
}

@media (max-width: 991px) {
  /* line 13142, app/assets/stylesheets/style.css */
  [dir=ltr] .block-sidebar--position--end {
    padding-left: 0;
  }
  /* line 13145, app/assets/stylesheets/style.css */
  [dir=rtl] .block-sidebar--position--end {
    padding-right: 0;
  }
}

/* line 13150, app/assets/stylesheets/style.css */
.block-sidebar__header {
  height: 55px;
  flex-shrink: 0;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  display: none;
}

/* line 13161, app/assets/stylesheets/style.css */
.block-sidebar__title {
  padding: 0 20px;
  font-weight: 700;
  flex-grow: 1;
}

/* line 13169, app/assets/stylesheets/style.css */
.block-sidebar__close {
  border: none;
  background: transparent;
  height: 54px;
  width: 55px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  fill: #999;
  transition: fill .2s;
}

/* line 13191, app/assets/stylesheets/style.css */
[dir=ltr] .block-sidebar__close {
  border-left: 1px solid #ebebeb;
}

/* line 13195, app/assets/stylesheets/style.css */
[dir=rtl] .block-sidebar__close {
  border-right: 1px solid #ebebeb;
}

/* line 13199, app/assets/stylesheets/style.css */
.block-sidebar__close:focus {
  outline: none;
}

/* line 13203, app/assets/stylesheets/style.css */
.block-sidebar__close:focus, .block-sidebar__close:hover {
  fill: #3d464d;
}

/* line 13207, app/assets/stylesheets/style.css */
.block-sidebar--offcanvas--always {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: visibility 0s 0.3s;
}

/* line 13218, app/assets/stylesheets/style.css */
[dir=ltr] .block-sidebar--offcanvas--always {
  left: 0;
}

/* line 13222, app/assets/stylesheets/style.css */
[dir=rtl] .block-sidebar--offcanvas--always {
  right: 0;
}

/* line 13226, app/assets/stylesheets/style.css */
.block-sidebar--offcanvas--always .block-sidebar__backdrop {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3d464d;
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 13237, app/assets/stylesheets/style.css */
[dir=ltr] .block-sidebar--offcanvas--always .block-sidebar__backdrop {
  left: 0;
}

/* line 13241, app/assets/stylesheets/style.css */
[dir=rtl] .block-sidebar--offcanvas--always .block-sidebar__backdrop {
  right: 0;
}

/* line 13245, app/assets/stylesheets/style.css */
.block-sidebar--offcanvas--always .block-sidebar__body {
  position: absolute;
  top: 0;
  width: 290px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

/* line 13268, app/assets/stylesheets/style.css */
[dir=ltr] .block-sidebar--offcanvas--always .block-sidebar__body {
  left: 0;
  transform: translateX(-100%) translateX(-30px);
}

/* line 13274, app/assets/stylesheets/style.css */
[dir=rtl] .block-sidebar--offcanvas--always .block-sidebar__body {
  right: 0;
  transform: translateX(100%) translateX(30px);
}

/* line 13280, app/assets/stylesheets/style.css */
.block-sidebar--offcanvas--always .block-sidebar__header {
  display: flex;
}

/* line 13286, app/assets/stylesheets/style.css */
.block-sidebar--offcanvas--always.block-sidebar--open {
  visibility: visible;
  transition-delay: 0s;
}

/* line 13292, app/assets/stylesheets/style.css */
.block-sidebar--offcanvas--always.block-sidebar--open .block-sidebar__backdrop {
  opacity: .9;
}

/* line 13296, app/assets/stylesheets/style.css */
.block-sidebar--offcanvas--always.block-sidebar--open .block-sidebar__body {
  transform: translateX(0);
}

@media (max-width: 991px) {
  /* line 13302, app/assets/stylesheets/style.css */
  .block-sidebar--offcanvas--mobile {
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: visibility 0s 0.3s;
  }
  /* line 13312, app/assets/stylesheets/style.css */
  [dir=ltr] .block-sidebar--offcanvas--mobile {
    left: 0;
  }
  /* line 13315, app/assets/stylesheets/style.css */
  [dir=rtl] .block-sidebar--offcanvas--mobile {
    right: 0;
  }
  /* line 13318, app/assets/stylesheets/style.css */
  .block-sidebar--offcanvas--mobile .block-sidebar__backdrop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3d464d;
    opacity: 0;
    transition: opacity 0.3s;
  }
  /* line 13328, app/assets/stylesheets/style.css */
  [dir=ltr] .block-sidebar--offcanvas--mobile .block-sidebar__backdrop {
    left: 0;
  }
  /* line 13331, app/assets/stylesheets/style.css */
  [dir=rtl] .block-sidebar--offcanvas--mobile .block-sidebar__backdrop {
    right: 0;
  }
  /* line 13334, app/assets/stylesheets/style.css */
  .block-sidebar--offcanvas--mobile .block-sidebar__body {
    position: absolute;
    top: 0;
    width: 290px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
  }
  /* line 13356, app/assets/stylesheets/style.css */
  [dir=ltr] .block-sidebar--offcanvas--mobile .block-sidebar__body {
    left: 0;
    transform: translateX(-100%) translateX(-30px);
  }
  /* line 13361, app/assets/stylesheets/style.css */
  [dir=rtl] .block-sidebar--offcanvas--mobile .block-sidebar__body {
    right: 0;
    transform: translateX(100%) translateX(30px);
  }
  /* line 13366, app/assets/stylesheets/style.css */
  .block-sidebar--offcanvas--mobile .block-sidebar__header {
    display: flex;
  }
  /* line 13371, app/assets/stylesheets/style.css */
  .block-sidebar--offcanvas--mobile.block-sidebar--open {
    visibility: visible;
    transition-delay: 0s;
  }
  /* line 13376, app/assets/stylesheets/style.css */
  .block-sidebar--offcanvas--mobile.block-sidebar--open .block-sidebar__backdrop {
    opacity: .9;
  }
  /* line 13379, app/assets/stylesheets/style.css */
  .block-sidebar--offcanvas--mobile.block-sidebar--open .block-sidebar__body {
    transform: translateX(0);
  }
}

/*
// .block-slideshow
*/
/* line 13388, app/assets/stylesheets/style.css */
.block-slideshow {
  margin-bottom: 50px;
  position: relative;
}

/* line 13393, app/assets/stylesheets/style.css */
.block-slideshow .owl-carousel .owl-dots {
  bottom: 16px;
  position: absolute;
  background: #fff;
  display: flex;
  padding: 4px;
  border-radius: 9px;
}

/* line 13404, app/assets/stylesheets/style.css */
[dir=ltr] .block-slideshow .owl-carousel .owl-dots {
  transform: translateX(-50%);
  left: 50%;
}

/* line 13410, app/assets/stylesheets/style.css */
[dir=rtl] .block-slideshow .owl-carousel .owl-dots {
  transform: translateX(50%);
  right: 50%;
}

/* line 13416, app/assets/stylesheets/style.css */
.block-slideshow .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #e0e0e0;
}

/* line 13423, app/assets/stylesheets/style.css */
.block-slideshow .owl-carousel .owl-dot:focus {
  outline: none;
}

/* line 13427, app/assets/stylesheets/style.css */
.block-slideshow .owl-carousel .owl-dot:hover {
  background: #d1d1d1;
}

/* line 13431, app/assets/stylesheets/style.css */
.block-slideshow .owl-carousel .owl-dot.active {
  background: #339933;
}

/* line 13435, app/assets/stylesheets/style.css */
[dir=ltr] .block-slideshow .owl-carousel .owl-dot + .owl-dot {
  margin-left: 6px;
}

/* line 13439, app/assets/stylesheets/style.css */
[dir=rtl] .block-slideshow .owl-carousel .owl-dot + .owl-dot {
  margin-right: 6px;
}

/* line 13443, app/assets/stylesheets/style.css */
.block-slideshow__slide {
  position: relative;
  display: block;
  color: inherit;
}

/* line 13449, app/assets/stylesheets/style.css */
.block-slideshow__slide:hover {
  color: inherit;
}

/* line 13453, app/assets/stylesheets/style.css */
.block-slideshow__slide-image {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

/* line 13462, app/assets/stylesheets/style.css */
.block-slideshow__slide-image--mobile {
  display: none;
}

/* line 13466, app/assets/stylesheets/style.css */
.block-slideshow__slide-content {
  position: absolute;
  bottom: 46px;
}

/* line 13471, app/assets/stylesheets/style.css */
[dir=ltr] .block-slideshow__slide-content {
  left: 46px;
}

/* line 13475, app/assets/stylesheets/style.css */
[dir=rtl] .block-slideshow__slide-content {
  right: 46px;
}

/* line 13479, app/assets/stylesheets/style.css */
.block-slideshow__slide-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 12px;
  opacity: 0;
  transition: all 1s .2s;
}

/* line 13489, app/assets/stylesheets/style.css */
.block-slideshow__slide-text {
  line-height: 1.625;
  opacity: 0;
  transform: translateY(15px);
  transition: all .8s .5s;
}

/* line 13498, app/assets/stylesheets/style.css */
.block-slideshow__slide-button {
  margin-top: 40px;
  opacity: 0;
  transition: all 1s .4s;
}

/* line 13505, app/assets/stylesheets/style.css */
.block-slideshow .active .block-slideshow__slide-title,
.block-slideshow .active .block-slideshow__slide-text,
.block-slideshow .active .block-slideshow__slide-button {
  opacity: 1;
  transform: none;
}

/* line 13513, app/assets/stylesheets/style.css */
.block-slideshow--layout--full {
  margin-top: 20px;
}

@media (min-width: 768px) {
  /* line 13518, app/assets/stylesheets/style.css */
  .block-slideshow--layout--full .block-slideshow__body,
.block-slideshow--layout--full .block-slideshow__slide {
    height: 440px;
  }
  /* line 13522, app/assets/stylesheets/style.css */
  .block-slideshow--layout--full .block-slideshow__slide-content {
    bottom: 54px;
  }
  /* line 13525, app/assets/stylesheets/style.css */
  [dir=ltr] .block-slideshow--layout--full .block-slideshow__slide-content {
    left: 72px;
  }
  /* line 13528, app/assets/stylesheets/style.css */
  [dir=rtl] .block-slideshow--layout--full .block-slideshow__slide-content {
    right: 72px;
  }
  /* line 13531, app/assets/stylesheets/style.css */
  .block-slideshow--layout--full .block-slideshow__slide-title {
    margin-bottom: 16px;
    line-height: 36px;
  }
  /* line 13535, app/assets/stylesheets/style.css */
  .block-slideshow--layout--full .block-slideshow__slide-button {
    margin-top: 48px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13541, app/assets/stylesheets/style.css */
  .block-slideshow--layout--full .block-slideshow__slide-image--desktop {
    background-position: -70px top;
  }
  /* line 13544, app/assets/stylesheets/style.css */
  [dir=ltr] .block-slideshow--layout--full .block-slideshow__slide-content {
    left: 56px;
  }
  /* line 13547, app/assets/stylesheets/style.css */
  [dir=rtl] .block-slideshow--layout--full .block-slideshow__slide-content {
    right: 56px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13553, app/assets/stylesheets/style.css */
  .block-slideshow--layout--full .block-slideshow__slide-image--desktop {
    background-position: -190px top;
  }
  /* line 13556, app/assets/stylesheets/style.css */
  .block-slideshow--layout--full .block-slideshow__slide-content {
    bottom: 56px;
  }
  /* line 13559, app/assets/stylesheets/style.css */
  [dir=ltr] .block-slideshow--layout--full .block-slideshow__slide-content {
    left: 48px;
  }
  /* line 13562, app/assets/stylesheets/style.css */
  [dir=rtl] .block-slideshow--layout--full .block-slideshow__slide-content {
    right: 48px;
  }
  /* line 13565, app/assets/stylesheets/style.css */
  .block-slideshow--layout--full .block-slideshow__slide-title {
    margin-bottom: 8px;
  }
  /* line 13568, app/assets/stylesheets/style.css */
  .block-slideshow--layout--full .block-slideshow__slide-button {
    margin-top: 40px;
  }
}

/* line 13573, app/assets/stylesheets/style.css */
.block-slideshow--layout--with-departments .block-slideshow__body {
  margin-top: 15px;
  height: 395px;
}

/* line 13578, app/assets/stylesheets/style.css */
.block-slideshow--layout--with-departments .block-slideshow__slide {
  height: 395px;
}

@media (min-width: 992px) {
  /*  [dir=ltr] .block-slideshow--layout--with-departments .block-slideshow__body {
    margin-left: -15px;
  }
  [dir=rtl] .block-slideshow--layout--with-departments .block-slideshow__body {
    margin-right: -15px;
  }*/
}

@media (max-width: 991px) {
  /* line 13592, app/assets/stylesheets/style.css */
  .block-slideshow--layout--with-departments .block-slideshow__slide-button .btn {
    font-size: .875rem;
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: .375rem 1rem;
    font-weight: 500;
  }
  /* line 13599, app/assets/stylesheets/style.css */
  .block-slideshow--layout--with-departments .block-slideshow__slide-button .btn.btn-svg-icon {
    width: calc(1.875rem + 2px);
  }
}

@media (max-width: 767px) {
  /* line 13605, app/assets/stylesheets/style.css */
  .block-slideshow__body,
.block-slideshow__slide {
    height: 395px;
  }
  /* line 13609, app/assets/stylesheets/style.css */
  .block-slideshow__slide-image--mobile {
    background-position: top center;
    display: block;
  }
  /* line 13613, app/assets/stylesheets/style.css */
  .block-slideshow__slide-content {
    left: 5%;
    right: 5%;
    top: 30px;
    text-align: center;
  }
  /* line 13619, app/assets/stylesheets/style.css */
  .block-slideshow__slide-title {
    font-size: 26px;
    line-height: 32px;
  }
  /* line 13623, app/assets/stylesheets/style.css */
  .block-slideshow__slide-text {
    display: none;
  }
  /* line 13626, app/assets/stylesheets/style.css */
  .block-slideshow__slide-button {
    margin-top: 24px;
  }
  /* line 13629, app/assets/stylesheets/style.css */
  .block-slideshow__slide-button .btn {
    font-size: .875rem;
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: .375rem 1rem;
    font-weight: 500;
  }
  /* line 13636, app/assets/stylesheets/style.css */
  .block-slideshow__slide-button .btn.btn-svg-icon {
    width: calc(1.875rem + 2px);
  }
}

/* ----------------------------------------
// Widgets
// ---------------------------------------- */
/*
// .widget
*/
/* line 13647, app/assets/stylesheets/style.css */
.widget__title {
  margin-bottom: 20px;
  font-size: 20px;
}

/*
// .widget-aboutus
*/
/* line 13655, app/assets/stylesheets/style.css */
.widget-aboutus {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 28px;
}

/* line 13661, app/assets/stylesheets/style.css */
.widget-aboutus__socials {
  margin-top: 20px;
  font-size: 16px;
}

/* line 13666, app/assets/stylesheets/style.css */
.widget-aboutus__socials ul {
  list-style: none;
  padding: 0;
  margin: -4px;
  display: flex;
}

/* line 13675, app/assets/stylesheets/style.css */
.widget-aboutus__socials li {
  margin: 4px;
}

/* line 13679, app/assets/stylesheets/style.css */
.widget-aboutus__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  transition: all .2s;
  color: #fff;
}

/* line 13697, app/assets/stylesheets/style.css */
.widget-aboutus__link:hover {
  color: #fff;
  opacity: .8;
}

/* line 13702, app/assets/stylesheets/style.css */
.widget-aboutus__link--facebook {
  background: #3c5a99;
}

/* line 13706, app/assets/stylesheets/style.css */
.widget-aboutus__link--twitter {
  background: #00a2e8;
}

/* line 13710, app/assets/stylesheets/style.css */
.widget-aboutus__link--youtube {
  background: #e52e2e;
}

/* line 13714, app/assets/stylesheets/style.css */
.widget-aboutus__link--instagram {
  background: #815dc7;
}

/* line 13718, app/assets/stylesheets/style.css */
.widget-aboutus__link--rss {
  background: #ffc338;
}

/*
// .widget-categories
*/
/* line 13725, app/assets/stylesheets/style.css */
.widget-categories {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 28px;
}

/* line 13731, app/assets/stylesheets/style.css */
.widget-categories__list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 18px;
  font-size: 16px;
}

/* line 13739, app/assets/stylesheets/style.css */
.widget-categories__row {
  display: flex;
}

/* line 13745, app/assets/stylesheets/style.css */
.widget-categories__row a {
  position: relative;
  display: block;
  color: inherit;
  padding-top: 7px;
  padding-bottom: 7px;
  fill: #ccc;
  transition: .15s color;
  flex-grow: 1;
}

/* line 13759, app/assets/stylesheets/style.css */
[dir=ltr] .widget-categories__row a {
  padding-left: 16px;
  padding-right: 10px;
}

/* line 13764, app/assets/stylesheets/style.css */
[dir=rtl] .widget-categories__row a {
  padding-right: 16px;
  padding-left: 10px;
}

/* line 13769, app/assets/stylesheets/style.css */
.widget-categories__row a:hover {
  color: #339933;
}

/* line 13773, app/assets/stylesheets/style.css */
.widget-categories__arrow {
  position: absolute;
  top: calc(50% - 5px);
}

/* line 13778, app/assets/stylesheets/style.css */
[dir=ltr] .widget-categories__arrow {
  left: 0;
  transform: scaleX(1);
}

/* line 13784, app/assets/stylesheets/style.css */
[dir=rtl] .widget-categories__arrow {
  right: 0;
  transform: scaleX(-1);
}

/* line 13790, app/assets/stylesheets/style.css */
.widget-categories__expander {
  margin-top: 1px;
  width: 28px;
  height: 28px;
  position: relative;
  border: none;
  border-radius: 1.5px;
  cursor: pointer;
  padding: 0;
  background: transparent;
  color: #ccc;
  transition: all .2s;
}

/* line 13805, app/assets/stylesheets/style.css */
[dir=ltr] .widget-categories__expander {
  margin-right: -10px;
}

/* line 13809, app/assets/stylesheets/style.css */
[dir=rtl] .widget-categories__expander {
  margin-left: -10px;
}

/* line 13813, app/assets/stylesheets/style.css */
.widget-categories__expander:focus, .widget-categories__expander:hover {
  background: #f2f2f2;
  color: #a6a6a6;
}

/* line 13818, app/assets/stylesheets/style.css */
.widget-categories__expander:focus {
  outline: none;
}

/* line 13822, app/assets/stylesheets/style.css */
.widget-categories__expander::before, .widget-categories__expander::after {
  display: block;
  position: absolute;
  content: '';
  background: currentColor;
}

/* line 13829, app/assets/stylesheets/style.css */
.widget-categories__expander::before {
  width: 8px;
  height: 2px;
  top: calc(50% - 1px);
}

/* line 13835, app/assets/stylesheets/style.css */
[dir=ltr] .widget-categories__expander::before {
  left: calc(50% - 4px);
}

/* line 13839, app/assets/stylesheets/style.css */
[dir=rtl] .widget-categories__expander::before {
  right: calc(50% - 4px);
}

/* line 13843, app/assets/stylesheets/style.css */
.widget-categories__expander::after {
  width: 2px;
  height: 8px;
  top: calc(50% - 4px);
  transition: transform 0.2s;
}

/* line 13853, app/assets/stylesheets/style.css */
[dir=ltr] .widget-categories__expander::after {
  left: calc(50% - 1px);
}

/* line 13857, app/assets/stylesheets/style.css */
[dir=rtl] .widget-categories__expander::after {
  right: calc(50% - 1px);
}

/* line 13861, app/assets/stylesheets/style.css */
.widget-categories__subs {
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  line-height: 26px;
  transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

/* line 13872, app/assets/stylesheets/style.css */
.widget-categories__subs ul {
  list-style: none;
  padding: 6px 0 8px 0;
  margin: 0;
}

/* line 13878, app/assets/stylesheets/style.css */
.widget-categories__subs li {
  position: relative;
}

/* line 13882, app/assets/stylesheets/style.css */
[dir=ltr] .widget-categories__subs li {
  padding-left: 32px;
}

/* line 13886, app/assets/stylesheets/style.css */
[dir=rtl] .widget-categories__subs li {
  padding-right: 32px;
}

/* line 13890, app/assets/stylesheets/style.css */
.widget-categories__subs li::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  width: 6px;
  height: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 13901, app/assets/stylesheets/style.css */
[dir=ltr] .widget-categories__subs li::before {
  left: 16px;
}

/* line 13905, app/assets/stylesheets/style.css */
[dir=rtl] .widget-categories__subs li::before {
  right: 16px;
}

/* line 13909, app/assets/stylesheets/style.css */
.widget-categories__subs a {
  color: inherit;
  transition: .15s color;
}

/* line 13915, app/assets/stylesheets/style.css */
.widget-categories__subs a:hover {
  color: #339933;
}

/* line 13919, app/assets/stylesheets/style.css */
.widget-categories__item--open .widget-categories__expander::after {
  transform: rotateZ(90deg);
}

/* line 13924, app/assets/stylesheets/style.css */
.widget-categories__item--open .widget-categories__subs {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s, 0s;
}

/* line 13932, app/assets/stylesheets/style.css */
.widget-categories--location--shop {
  padding: 20px;
}

/*
// .widget-comments
*/
/* line 13939, app/assets/stylesheets/style.css */
.widget-comments {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 28px;
}

/* line 13945, app/assets/stylesheets/style.css */
.widget-comments a {
  color: inherit;
  transition: color .2s;
}

/* line 13951, app/assets/stylesheets/style.css */
.widget-comments a:hover {
  color: #339933;
}

/* line 13955, app/assets/stylesheets/style.css */
.widget-comments__list {
  list-style: none;
  margin: 0;
  padding: 8px 0 4px;
}

/* line 13961, app/assets/stylesheets/style.css */
.widget-comments__item + .widget-comments__item {
  margin-top: 26px;
}

/* line 13965, app/assets/stylesheets/style.css */
.widget-comments__author {
  font-size: 15px;
  line-height: 18px;
}

/* line 13970, app/assets/stylesheets/style.css */
.widget-comments__author a {
  border-bottom: 2px solid #ebebeb;
  transition: border .2s;
}

/* line 13976, app/assets/stylesheets/style.css */
.widget-comments__author a:hover {
  border-color: rgba(71, 153, 31, 0.8);
}

/* line 13980, app/assets/stylesheets/style.css */
.widget-comments__content {
  margin-top: 12px;
  font-size: 15px;
  line-height: 20px;
}

/* line 13986, app/assets/stylesheets/style.css */
.widget-comments__meta {
  margin-top: 4px;
  font-size: 13px;
  color: #999;
  display: flex;
  white-space: nowrap;
}

/* line 13996, app/assets/stylesheets/style.css */
.widget-comments__date {
  flex-shrink: 0;
}

/* line 14001, app/assets/stylesheets/style.css */
.widget-comments__name {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

/* line 14007, app/assets/stylesheets/style.css */
[dir=ltr] .widget-comments__name {
  padding-left: 20px;
}

/* line 14011, app/assets/stylesheets/style.css */
[dir=rtl] .widget-comments__name {
  padding-right: 20px;
}

/* line 14015, app/assets/stylesheets/style.css */
.widget-comments__name::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 2px;
  top: 8px;
}

/* line 14026, app/assets/stylesheets/style.css */
[dir=ltr] .widget-comments__name::before {
  left: 8px;
}

/* line 14030, app/assets/stylesheets/style.css */
[dir=rtl] .widget-comments__name::before {
  right: 8px;
}

/*
// .widget-filters
*/
/* line 14037, app/assets/stylesheets/style.css */
.widget-filters {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 20px;
}

/* line 14043, app/assets/stylesheets/style.css */
.widget-filters__item {
  padding: 8px 20px;
  margin: 0 -20px;
  border-bottom: 2px solid #f0f0f0;
}

/* line 14049, app/assets/stylesheets/style.css */
.widget-filters__item:first-child {
  border-top: 2px solid #f0f0f0;
}

/* line 14053, app/assets/stylesheets/style.css */
.widget-filters__actions {
  padding-top: 24px;
  padding-bottom: 16px;
}

/* line 14058, app/assets/stylesheets/style.css */
[dir=ltr] .widget-filters__actions > .btn + .btn {
  margin-left: 8px;
}

/* line 14062, app/assets/stylesheets/style.css */
[dir=rtl] .widget-filters__actions > .btn + .btn {
  margin-right: 8px;
}

/* line 14066, app/assets/stylesheets/style.css */
.widget-filters--offcanvas--always {
  border: none;
  padding-top: 0;
}

/* line 14071, app/assets/stylesheets/style.css */
.widget-filters--offcanvas--always .widget-filters__title {
  display: none;
}

/* line 14075, app/assets/stylesheets/style.css */
.widget-filters--offcanvas--always .widget-filters__item:first-child {
  border-top: none;
}

/* line 14079, app/assets/stylesheets/style.css */
.widget-filters--offcanvas--always .widget-filters__item {
  border-width: 1px;
}

@media (max-width: 991px) {
  /* line 14084, app/assets/stylesheets/style.css */
  .widget-filters--offcanvas--mobile {
    border: none;
    padding-top: 0;
  }
  /* line 14088, app/assets/stylesheets/style.css */
  .widget-filters--offcanvas--mobile .widget-filters__title {
    display: none;
  }
  /* line 14091, app/assets/stylesheets/style.css */
  .widget-filters--offcanvas--mobile .widget-filters__item:first-child {
    border-top: none;
  }
  /* line 14094, app/assets/stylesheets/style.css */
  .widget-filters--offcanvas--mobile .widget-filters__item {
    border-width: 1px;
  }
}

/*
// .widget-newsletter
*/
/* line 14102, app/assets/stylesheets/style.css */
.widget-newsletter {
  background: #f5f5f5;
  border-radius: 2px;
  padding: 32px 30px 36px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}

/* line 14111, app/assets/stylesheets/style.css */
.widget-newsletter__title {
  font-size: 24px;
  padding-top: 6px;
  margin-bottom: 24px;
}

/* line 14117, app/assets/stylesheets/style.css */
.widget-newsletter__text {
  margin-bottom: 22px;
}

/* line 14121, app/assets/stylesheets/style.css */
.widget-newsletter__form {
  display: flex;
  flex-direction: column;
}

/*
// .widget-posts
*/
/* line 14134, app/assets/stylesheets/style.css */
.widget-posts {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 28px;
}

/* line 14140, app/assets/stylesheets/style.css */
.widget-posts__list {
  padding-top: 10px;
}

/* line 14144, app/assets/stylesheets/style.css */
.widget-posts__item {
  display: flex;
}

/* line 14150, app/assets/stylesheets/style.css */
.widget-posts__item + .widget-posts__item {
  margin-top: 22px;
}

/* line 14154, app/assets/stylesheets/style.css */
.widget-posts__image {
  width: 90px;
  flex-shrink: 0;
  border-radius: 1.5px;
  overflow: hidden;
  align-self: self-start;
  position: relative;
}

/* line 14165, app/assets/stylesheets/style.css */
[dir=ltr] .widget-posts__image {
  margin-right: 16px;
}

/* line 14169, app/assets/stylesheets/style.css */
[dir=rtl] .widget-posts__image {
  margin-left: 16px;
}

/* line 14173, app/assets/stylesheets/style.css */
.widget-posts__image ::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity .6s;
  z-index: 1;
}

/* line 14188, app/assets/stylesheets/style.css */
.widget-posts__image img {
  max-width: 100%;
  display: block;
}

/* line 14193, app/assets/stylesheets/style.css */
.widget-posts__image:hover ::before {
  opacity: 1;
}

/* line 14197, app/assets/stylesheets/style.css */
.widget-posts__info {
  margin-top: -2px;
}

/* line 14201, app/assets/stylesheets/style.css */
.widget-posts__name {
  font-size: 15px;
  line-height: 18px;
}

/* line 14206, app/assets/stylesheets/style.css */
.widget-posts__name a {
  color: inherit;
  transition: color .2s;
}

/* line 14212, app/assets/stylesheets/style.css */
.widget-posts__name a:hover {
  color: #339933;
}

/* line 14216, app/assets/stylesheets/style.css */
.widget-posts__date {
  margin-top: 2px;
  font-size: 13px;
  color: #999;
}

/*
// .widget-products
*/
/* line 14225, app/assets/stylesheets/style.css */
.widget-products {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 20px;
}

/* line 14231, app/assets/stylesheets/style.css */
.widget-products__list {
  padding-top: 8px;
}

/* line 14235, app/assets/stylesheets/style.css */
.widget-products__item {
  display: flex;
}

/* line 14241, app/assets/stylesheets/style.css */
.widget-products__item + .widget-products__item {
  margin-top: 18px;
}

/* line 14245, app/assets/stylesheets/style.css */
.widget-products__image {
  width: 50px;
  flex-shrink: 0;
}

/* line 14251, app/assets/stylesheets/style.css */
[dir=ltr] .widget-products__image {
  margin-right: 12px;
}

/* line 14255, app/assets/stylesheets/style.css */
[dir=rtl] .widget-products__image {
  margin-left: 12px;
}

/* line 14259, app/assets/stylesheets/style.css */
.widget-products__image img {
  max-width: 100%;
}

/* line 14263, app/assets/stylesheets/style.css */
.widget-products__name {
  margin-top: -2px;
  font-size: 14px;
  line-height: 17px;
}

/* line 14269, app/assets/stylesheets/style.css */
.widget-products__name a {
  color: inherit;
  transition: .15s;
}

/* line 14275, app/assets/stylesheets/style.css */
.widget-products__name a:hover {
  color: #339933;
}

/* line 14279, app/assets/stylesheets/style.css */
.widget-products__prices {
  padding-top: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #3d464d;
}

/* line 14286, app/assets/stylesheets/style.css */
.widget-products__prices span {
  font-weight: 700;
}

/* line 14290, app/assets/stylesheets/style.css */
.widget-products__new-price {
  color: #ff2626;
}

/* line 14294, app/assets/stylesheets/style.css */
.widget-products__old-price {
  color: #b3b3b3;
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
}

/*
// .widget-search
*/
/* line 14304, app/assets/stylesheets/style.css */
.widget-search {
  height: 48px;
}

/* line 14308, app/assets/stylesheets/style.css */
.widget-search__body {
  position: relative;
  height: 100%;
}

/* line 14313, app/assets/stylesheets/style.css */
.widget-search__input {
  box-shadow: 0 0 0 2px #ededed inset;
  transition: box-shadow .2s;
  border-radius: 2px;
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 14333, app/assets/stylesheets/style.css */
[dir=ltr] .widget-search__input {
  padding-left: 18px;
  padding-right: 48px;
}

/* line 14338, app/assets/stylesheets/style.css */
[dir=rtl] .widget-search__input {
  padding-right: 18px;
  padding-left: 48px;
}

/* line 14343, app/assets/stylesheets/style.css */
.widget-search__input:hover {
  box-shadow: 0 0 0 2px #d9d9d9 inset;
}

/* line 14348, app/assets/stylesheets/style.css */
.widget-search__input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #339933 inset;
}

/* line 14354, app/assets/stylesheets/style.css */
.widget-search__input::-webkit-input-placeholder {
  color: #999;
}

/* line 14358, app/assets/stylesheets/style.css */
.widget-search__input::-moz-placeholder {
  color: #999;
}

/* line 14362, app/assets/stylesheets/style.css */
.widget-search__input:-ms-input-placeholder {
  color: #999;
}

/* line 14366, app/assets/stylesheets/style.css */
.widget-search__input::-ms-input-placeholder {
  color: #999;
}

/* line 14370, app/assets/stylesheets/style.css */
.widget-search__input::-moz-placeholder {
  color: #999;
}
.widget-search__input::placeholder {
  color: #999;
}

/* line 14374, app/assets/stylesheets/style.css */
.widget-search__button {
  height: 48px;
  width: 48px;
  cursor: pointer;
  position: absolute;
  top: 0;
  background: transparent;
  border: none;
  padding: 0;
  fill: #ccc;
  transition: fill .2s;
}

/* line 14388, app/assets/stylesheets/style.css */
[dir=ltr] .widget-search__button {
  right: 0;
}

/* line 14392, app/assets/stylesheets/style.css */
[dir=rtl] .widget-search__button {
  left: 0;
}

/* line 14396, app/assets/stylesheets/style.css */
.widget-search__button svg {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}

/* line 14402, app/assets/stylesheets/style.css */
.widget-search__button:focus {
  outline: none;
}

/* line 14406, app/assets/stylesheets/style.css */
.widget-search__button:focus, .widget-search__button:hover {
  fill: #339933;
}

/*
// .widget-tags
*/
/* line 14413, app/assets/stylesheets/style.css */
.widget-tags {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  padding: 28px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results {
  display: block;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 3, app/assets/stylesheets/custom.sass */
.topbar-dropdown__btn {
  font-weight: 500;
}

/* line 6, app/assets/stylesheets/custom.sass */
.footer-contacts__text {
  padding-top: 20px;
}

/* line 9, app/assets/stylesheets/custom.sass */
.product-card__prices {
  font-weight: 500;
}

/* line 12, app/assets/stylesheets/custom.sass */
.product-card__old-price {
  margin-left: 5px;
}

/* line 15, app/assets/stylesheets/custom.sass */
.site-header__logo img {
  width: 226px;
  height: auto;
  margin-top: 15px;
}

/* line 20, app/assets/stylesheets/custom.sass */
.mobile-header__logo img {
  width: 110px;
  height: auto;
}

/* line 24, app/assets/stylesheets/custom.sass */
.widget-filters.custom {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 28, app/assets/stylesheets/custom.sass */
.filter__container {
  padding-bottom: 10px;
}

/* line 31, app/assets/stylesheets/custom.sass */
[dir=ltr] .filter-categories__item--child {
  padding-left: 0;
}

/* line 34, app/assets/stylesheets/custom.sass */
.product-card__prices {
  font-weight: 400;
}

/* line 36, app/assets/stylesheets/custom.sass */
.product-card__prices span {
  font-weight: 700;
}

/* line 38, app/assets/stylesheets/custom.sass */
.product-card__prices.empty-price {
  opacity: 0.7;
}

/* line 41, app/assets/stylesheets/custom.sass */
.widget-products__name {
  font-size: 13px;
}

/* line 44, app/assets/stylesheets/custom.sass */
.message {
  font-size: 14px;
  padding: 14px 15px 14px 15px;
  border-radius: 0;
  display: block;
  text-decoration: none;
  background: #ebecf3;
  border: 1px solid #dfe0e7;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.4;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 59, app/assets/stylesheets/custom.sass */
.message.error-msg {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

/* line 63, app/assets/stylesheets/custom.sass */
.message.warning-msg {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 67, app/assets/stylesheets/custom.sass */
.message.alert-msg {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

/* line 71, app/assets/stylesheets/custom.sass */
.message.success-msg {
  color: #fff;
  background-color: #47991f;
  border-color: #479920;
}

/* line 75, app/assets/stylesheets/custom.sass */
.message.notice-msg {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 79, app/assets/stylesheets/custom.sass */
.message a.flash-button {
  display: block;
  padding: 4px 14px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 2px;
  background-color: #155724;
  color: #fff;
  line-height: 25px;
  margin-right: -5px;
  margin-left: 20px;
}

/* line 90, app/assets/stylesheets/custom.sass */
.message a.flash-button:hover {
  background-color: #101010;
}

/* line 92, app/assets/stylesheets/custom.sass */
.message span {
  flex: 1;
}

/* line 94, app/assets/stylesheets/custom.sass */
.message.text-center {
  justify-content: center;
}

/* line 97, app/assets/stylesheets/custom.sass */
.cart__actions {
  padding-top: 2rem;
  margin-top: 0;
  border-top: 1px solid #ebebeb;
}

/* line 102, app/assets/stylesheets/custom.sass */
.cart__table thead th {
  white-space: nowrap;
}

/* line 105, app/assets/stylesheets/custom.sass */
table tr.disabled td * {
  opacity: 0.4;
  transition: opacity 0.2s;
}

/* line 109, app/assets/stylesheets/custom.sass */
table tr.disabled .remove-cart-item {
  opacity: 0;
}

/* line 112, app/assets/stylesheets/custom.sass */
.cart__totals-footer th {
  text-align: center !important;
  font-size: 29px;
  font-weight: 400;
}

/* line 116, app/assets/stylesheets/custom.sass */
.cart__totals-footer th span {
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 120, app/assets/stylesheets/custom.sass */
  .cart__actions {
    padding-top: 1.5rem;
    border-top: 0;
  }
  /* line 123, app/assets/stylesheets/custom.sass */
  .cart-table__column--product {
    padding: 11px 20px 10px;
  }
  /* line 125, app/assets/stylesheets/custom.sass */
  .cart__table .cart-table__row {
    border-top: 0;
  }
  /* line 127, app/assets/stylesheets/custom.sass */
  .cart__table .cart-table__row:first-child {
    border-top: 1px solid #ebebeb;
  }
}

@media (min-width: 768px) {
  /* line 136, app/assets/stylesheets/custom.sass */
  .dashboard__profile.individual, .dashboard__address.individual {
    width: 100%;
  }
}

/* line 139, app/assets/stylesheets/custom.sass */
.topbar__row {
  justify-content: flex-start;
}

/* line 142, app/assets/stylesheets/custom.sass */
.topbar .topbar__row-text-first,
.topbar .topbar__row-text-second {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 1px;
}

/* line 148, app/assets/stylesheets/custom.sass */
.topbar .topbar__row-text-first {
  padding-left: 20px;
}

/* line 151, app/assets/stylesheets/custom.sass */
.topbar .topbar__row-text-first {
  text-align: right;
}

/* line 154, app/assets/stylesheets/custom.sass */
.topbar__row-image {
  width: 125px;
  text-align: center;
}

/* line 157, app/assets/stylesheets/custom.sass */
.topbar__row-image img {
  height: 36px;
  width: auto;
}

/* line 162, app/assets/stylesheets/custom.sass */
.topbar__row-image a {
  display: inline-block;
  text-align: center;
}

/* line 165, app/assets/stylesheets/custom.sass */
.topbar__row-image a:first-child {
  margin-right: 10px;
}

@media (max-width: 1199px) {
  /* line 169, app/assets/stylesheets/custom.sass */
  .topbar .topbar__row-text-first, .topbar .topbar__row-text-second {
    font-size: 12px;
  }
}

/* line 190, app/assets/stylesheets/custom.sass */
.product-tabs {
  margin-bottom: 50px;
}

/* line 200, app/assets/stylesheets/custom.sass */
.mark, mark {
  background-color: #fff0a3;
}

/* line 203, app/assets/stylesheets/custom.sass */
.block-slideshow__slide-content {
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  color: #292929 !important;
}

/* line 208, app/assets/stylesheets/custom.sass */
.block-slideshow__slide-title {
  font-size: 27px;
  line-height: 1.2;
}

/* line 212, app/assets/stylesheets/custom.sass */
.payments-controller.continue_order-action table tfoot th {
  padding: 1rem;
  font-size: 20px;
}

/* line 216, app/assets/stylesheets/custom.sass */
.payments-controller.success-action table tfoot th {
  padding: 1rem;
  font-size: 20px;
}

/* line 220, app/assets/stylesheets/custom.sass */
.fancybox-container.error .fancybox-content {
  color: #721c24;
  background-color: #f8d7da;
}

/* line 224, app/assets/stylesheets/custom.sass */
.fancybox-container.success .fancybox-content {
  color: #fff;
  background-color: #47991f;
}

/* line 228, app/assets/stylesheets/custom.sass */
.fancybox-container.warning .fancybox-content {
  color: #856404;
  background-color: #fff3cd;
}

/* line 232, app/assets/stylesheets/custom.sass */
.legal_switcher, .legal_order_switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
}

/* line 238, app/assets/stylesheets/custom.sass */
.legal_switcher a, .legal_order_switcher a {
  display: inline-block;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0 2px 2px 0;
  border: 1px solid #369933;
  color: #3d464d;
}

/* line 246, app/assets/stylesheets/custom.sass */
.legal_switcher a.individual, .legal_order_switcher a.individual {
  border-radius: 2px 0 0 2px;
}

/* line 248, app/assets/stylesheets/custom.sass */
.legal_switcher a.active, .legal_order_switcher a.active {
  background-color: #369933;
  color: #fff;
}

/* line 252, app/assets/stylesheets/custom.sass */
.subscriber-form-messages .message {
  padding: 10px 11px;
  margin-bottom: 16px;
}

/* line 256, app/assets/stylesheets/custom.sass */
.product-tabs .product-tabs__item {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 261, app/assets/stylesheets/custom.sass */
.sorter ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

/* line 268, app/assets/stylesheets/custom.sass */
.sorter ul li {
  padding-right: 7px;
}

/* line 270, app/assets/stylesheets/custom.sass */
.sorter ul li a {
  font-size: 14px;
  display: block;
  text-decoration: underline;
}

/* line 274, app/assets/stylesheets/custom.sass */
.sorter ul li a:hover {
  text-decoration: none;
}

/* line 276, app/assets/stylesheets/custom.sass */
.sorter ul li:last-child {
  padding-right: 0;
}

/* line 279, app/assets/stylesheets/custom.sass */
.products-list[data-layout=list] .product-card .product-card__buttons button {
  margin-top: 8px;
}

/* line 282, app/assets/stylesheets/custom.sass */
.products-list[data-layout=list] .product-card .product-card__buttons a {
  display: block;
  margin-top: 8px;
}

/* line 286, app/assets/stylesheets/custom.sass */
.products-list[data-layout=list] .product-card .product-card__buttons .product__options-form {
  width: 100% !important;
}

/* line 289, app/assets/stylesheets/custom.sass */
.legal-order-fields {
  padding: 0 0 10px 0;
}

@media (max-width: 991px) {
  /* line 293, app/assets/stylesheets/custom.sass */
  .topbar .topbar__row-text-first, .topbar .topbar__row-text-second {
    font-size: 9px;
  }
  /* line 295, app/assets/stylesheets/custom.sass */
  .topbar__row-image img {
    height: 24px;
    width: auto;
  }
  /* line 298, app/assets/stylesheets/custom.sass */
  .topbar__row-image {
    width: 88px;
  }
  /* line 300, app/assets/stylesheets/custom.sass */
  .topbar {
    box-shadow: unset;
  }
}

@media (max-width: 767px) {
  /* line 304, app/assets/stylesheets/custom.sass */
  .topbar {
    height: auto;
    padding: 14px 0;
    position: relative;
  }
  /* line 308, app/assets/stylesheets/custom.sass */
  .topbar__row {
    display: block;
  }
  /* line 310, app/assets/stylesheets/custom.sass */
  .topbar .topbar__row-text-first, .topbar .topbar__row-text-second {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  /* line 314, app/assets/stylesheets/custom.sass */
  .topbar .topbar__row-text-second br {
    display: none;
  }
  /* line 316, app/assets/stylesheets/custom.sass */
  .topbar__row-image {
    width: auto;
    position: absolute;
    top: 11px;
    right: 0;
  }
  /* line 321, app/assets/stylesheets/custom.sass */
  .topbar .topbar__row-text-first {
    padding: 0 59px 9px 0;
  }
}

/* line 324, app/assets/stylesheets/custom.sass */
.price-filter-flex-container {
  display: flex;
  align-items: center;
}

/* line 327, app/assets/stylesheets/custom.sass */
.price-filter-flex-container span {
  display: block;
}

/* line 331, app/assets/stylesheets/custom.sass */
.product-gallery__featured .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 9px 20px;
  background: #f2f2f2;
}

/* line 337, app/assets/stylesheets/custom.sass */
.product-gallery__featured .owl-nav i {
  font-size: 25px;
  color: #339933;
}

/* line 340, app/assets/stylesheets/custom.sass */
.product-gallery__featured .owl-nav .disabled {
  opacity: 0.5;
}

/* line 343, app/assets/stylesheets/custom.sass */
.product-gallery__featured .owl-nav div {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* line 348, app/assets/stylesheets/custom.sass */
[dir=ltr] .mobile-links--level--1 .mobile-links {
  padding-left: 0;
}

/* line 351, app/assets/stylesheets/custom.sass */
[dir=ltr] .mobile-links--level--1 .mobile-links > li {
  border-left: 0;
}

/* line 354, app/assets/stylesheets/custom.sass */
form#new_order h4 {
  font-size: 1.375rem;
  font-weight: 500;
  border: 1px solid #ffffff;
  padding: 14px 2rem;
  background: #369933;
  color: #fff;
  margin: 0 -2rem 1.4rem -2rem;
}

@media (max-width: 991px) {
  /* line 364, app/assets/stylesheets/custom.sass */
  .widget-filters--offcanvas--mobile {
    border: 2px solid #f0f0f0;
    padding-top: 20px;
  }
  /* line 367, app/assets/stylesheets/custom.sass */
  .block-sidebar__item {
    margin-top: 0 !important;
  }
  /* line 369, app/assets/stylesheets/custom.sass */
  .widget-filters--offcanvas--mobile .widget-filters__title {
    display: block;
  }
}

/* line 373, app/assets/stylesheets/custom.sass */
.inline-radios .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 381, app/assets/stylesheets/custom.sass */
.inline-radios .item label {
  font-weight: 400 !important;
  margin-bottom: 0;
  margin-left: 5px;
  cursor: pointer;
}

/* line 386, app/assets/stylesheets/custom.sass */
.inline-radios .item input {
  margin-top: 5px;
}

/* line 388, app/assets/stylesheets/custom.sass */
.inline-radios .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 393, app/assets/stylesheets/custom.sass */
.tariffs-list label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 398, app/assets/stylesheets/custom.sass */
.tariffs-list label .right-col {
  font-size: 14px;
  padding-left: 11px;
}

/* line 402, app/assets/stylesheets/custom.sass */
mark.marker-yellow {
  background: #fdfd77 !important;
}

/* line 405, app/assets/stylesheets/custom.sass */
mark.marker-green {
  background: #63f963 !important;
}

/* line 408, app/assets/stylesheets/custom.sass */
mark.marker-pink {
  background: #fc7999 !important;
}

/* line 411, app/assets/stylesheets/custom.sass */
mark.marker-blue {
  background: #72cdfd !important;
}

/* line 414, app/assets/stylesheets/custom.sass */
mark.pen-red {
  background: transparent !important;
  color: #e91313 !important;
  padding: 0 !important;
}

/* line 419, app/assets/stylesheets/custom.sass */
mark.pen-green {
  background: transparent !important;
  color: #180 !important;
  padding: 0 !important;
}

/* line 424, app/assets/stylesheets/custom.sass */
.readmore {
  overflow: hidden;
  margin-bottom: 1.5rem;
}

/* line 428, app/assets/stylesheets/custom.sass */
.departments__body {
  background: #226f20;
  border: 1px solid #4baf48;
}

/* line 432, app/assets/stylesheets/custom.sass */
.departments__links > li:hover > a {
  background: #348c32;
}

/* line 436, app/assets/stylesheets/custom.sass */
.posts-list__body .posts-list__item.bordered {
  padding-top: 40px;
  border-top: 4px solid #339933;
}

/* line 439, app/assets/stylesheets/custom.sass */
.posts-list__body .posts-list__item.bordered:last-child {
  padding-bottom: 40px;
  border-bottom: 4px solid #339933;
}

@media (min-width: 768px) {
  /* line 444, app/assets/stylesheets/custom.sass */
  .site-footer .site-footer__bottom {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* line 448, app/assets/stylesheets/custom.sass */
  .site-footer__bottom {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* line 452, app/assets/stylesheets/custom.sass */
.block-header__divider {
  height: 4px;
  background: #339933;
}

/* line 456, app/assets/stylesheets/custom.sass */
.site-footer {
  border-top: 4px solid #339933;
}

/* line 459, app/assets/stylesheets/custom.sass */
label.required:after {
  display: inline-block;
  content: '*';
  margin-left: 4px;
  color: red;
}

/* line 465, app/assets/stylesheets/custom.sass */
figure.image {
  text-align: center;
}

/* line 468, app/assets/stylesheets/custom.sass */
figure.image.image-style-align-left {
  float: left;
  padding-top: 5px;
  margin: 0 1.4rem 1rem 0;
}

/* line 473, app/assets/stylesheets/custom.sass */
figure.image.image-style-align-right {
  float: right;
  padding-top: 5px;
  margin: 0 0 1rem 1.4rem;
}

@media (max-width: 767px) {
  /* line 479, app/assets/stylesheets/custom.sass */
  figure.image.image-style-align-left,
figure.image.image-style-align-right {
    float: none !important;
    margin: 0 0 1rem 0 !important;
    padding-top: 0 !important;
  }
}

/* line 485, app/assets/stylesheets/custom.sass */
.departments--transition .departments__links-wrapper {
  overflow: visible;
}

/* line 488, app/assets/stylesheets/custom.sass */
.readmore.opened {
  height: auto !important;
}

/* line 491, app/assets/stylesheets/custom.sass */
.customer-order-list tr {
  cursor: pointer;
}

/* line 494, app/assets/stylesheets/custom.sass */
.bulk-price-hint {
  margin-top: 16px;
  font-weight: 400;
}

/* line 497, app/assets/stylesheets/custom.sass */
.bulk-price-hint span:first-child {
  font-weight: 700;
}

/* line 499, app/assets/stylesheets/custom.sass */
.bulk-price-hint span:last-child {
  font-size: 0.8rem;
}

/* line 502, app/assets/stylesheets/custom.sass */
.products-list[data-layout="list"] .product-card .bulk-price-hint + .product-card__prices {
  font-size: 15px;
  color: #6c757d !important;
}

/* line 506, app/assets/stylesheets/custom.sass */
.products-list[data-layout="list"] .product-card .bulk-price-hint + .product-card__prices span {
  font-size: 15px;
}

/* line 509, app/assets/stylesheets/custom.sass */
.product .product__sidebar .product__prices--bulk {
  line-height: 1;
}

/* line 511, app/assets/stylesheets/custom.sass */
.product .product__sidebar .product__prices--bulk span:last-child {
  font-size: 20px;
}

/* line 514, app/assets/stylesheets/custom.sass */
.product .product__sidebar .product__prices + .product__prices {
  font-size: 20px;
  color: #6c757d !important;
  margin-top: 36px;
}

/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-225adbc58a01ad5f40de3e0e8f7e950df31230a781adbcc725d60a32ef4a2a16.eot);
  src: url(/assets/font-awesome/fa-solid-900-225adbc58a01ad5f40de3e0e8f7e950df31230a781adbcc725d60a32ef4a2a16.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-solid-900-f07a21eb1343ef6828048cbfa8ad282524391deedfd5e61680cc004a967915f3.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-61ff528854f95f3b74eb4b2d1418cbabc35bea0f4fa865666a0f9f248873daf0.woff) format("woff"), url(/assets/font-awesome/fa-solid-900-99d5b947783a026001337f1ac6e565fa91a89f396078750dcf5fd0cff587701d.ttf) format("truetype"), url(/assets/font-awesome/fa-solid-900-0c0b7122d4d89c41ed128a440d764de9683b6c59704a45fd414e177331b53c6b.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-82c8d9ece2b34c2597852c8eb7f7552c740f06989633878424520c724e14be2a.eot);
  src: url(/assets/font-awesome/fa-regular-400-82c8d9ece2b34c2597852c8eb7f7552c740f06989633878424520c724e14be2a.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-regular-400-dd8aca8c1f1f4ee1e5f81f41b793292551a4c50e52b51a5ebc823d825ad7a0ed.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-b3748b7cfd3154f7b873f005e22bd158d43f8fe5c9591348de1109f87a6ef402.woff) format("woff"), url(/assets/font-awesome/fa-regular-400-d89c985bc487b88f6d1e9abfc31990749ad8a341eae82baeab41e31e34ad2729.ttf) format("truetype"), url(/assets/font-awesome/fa-regular-400-1315b12efde75c676c132a35e969626c2b4a1084b30709f150c6b9b79d679a59.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-f4f6b55bac89cd36aa7e7f8bf0ed99ad5b568a79c4aa2e799d96045343c01f1b.eot);
  src: url(/assets/font-awesome/fa-brands-400-f4f6b55bac89cd36aa7e7f8bf0ed99ad5b568a79c4aa2e799d96045343c01f1b.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-brands-400-ce59eed8fba3245da29631d9fed62beb182878098565f669d2165f1fb2924583.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-a3ad430852776d74dc4e068d766deb82166ee4d0c6e526eb20612c5510067e4c.woff) format("woff"), url(/assets/font-awesome/fa-brands-400-f8826741583d7d91e5fe0104c7505607578390837d9ce44135f12ee933e5a663.ttf) format("truetype"), url(/assets/font-awesome/fa-brands-400-cf5f719e8df2644eae327ed8d8c6ef06870a1a86497bfd082eac8eb8eeaa7a0d.svg#fontawesome) format("svg");
}

/* line 43, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 49, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 54, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -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 5, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

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

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

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

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

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

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

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

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

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

/* line 12, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

/* line 18, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 5, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 14, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 15, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 16, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 17, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 18, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 19, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 21, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 24, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 25, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 26, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 27, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 28, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 29, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 30, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 31, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 32, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 35, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 36, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 37, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 39, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 40, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 41, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 42, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 43, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 44, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 46, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 48, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 49, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 50, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 51, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 52, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 54, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 55, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 56, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 59, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 60, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 61, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 63, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 65, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 66, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 67, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 68, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 69, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 70, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 71, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 72, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 73, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 74, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 75, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 76, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 78, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 79, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 80, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 81, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 82, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 83, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 84, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 85, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 86, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 87, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 88, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria:before {
  content: "\f959";
}

/* line 89, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium:before {
  content: "\f95a";
}

/* line 90, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 91, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 94, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 95, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 96, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 98, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 99, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 101, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 102, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 103, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 104, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 105, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 106, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 107, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 108, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 109, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 110, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 112, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 113, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 114, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 115, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 117, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 118, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 119, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 120, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 121, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 122, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 123, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 125, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 126, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 127, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 128, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 129, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 130, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 131, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 132, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 133, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 134, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 135, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 137, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 138, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 139, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 140, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 141, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 142, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 143, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 144, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 145, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 146, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 147, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 148, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 149, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 150, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 151, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 152, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 153, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue:before {
  content: "\f95b";
}

/* line 154, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 155, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 156, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 157, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 158, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 159, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 160, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 161, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 162, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 163, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 164, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 165, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 166, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 167, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 168, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 169, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 170, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 171, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 172, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 173, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 174, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 175, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 176, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 177, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 178, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 179, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 180, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 181, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 182, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 183, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 184, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 185, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 186, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 187, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 188, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 189, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 190, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 191, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 192, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 193, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 194, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 195, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 196, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 197, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 199, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 200, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 201, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 203, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 204, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 205, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 207, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 208, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 209, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 210, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 211, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 212, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 213, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 214, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 215, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 216, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 217, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 218, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 219, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 220, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 221, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 222, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 223, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 224, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 225, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 226, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 227, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 228, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 229, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 230, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 231, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 232, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 233, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 235, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 236, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 237, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 238, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 239, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 240, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 241, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 243, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 244, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 245, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 246, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 247, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 248, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 249, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 250, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 251, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 253, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 254, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 255, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 257, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 258, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 259, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 260, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 261, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 262, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 263, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 264, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 265, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 266, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 267, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 268, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 270, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 271, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 272, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 273, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 274, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 275, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 277, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dailymotion:before {
  content: "\f952";
}

/* line 346, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deezer:before {
  content: "\f977";
}

/* line 350, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge-legacy:before {
  content: "\f978";
}

/* line 412, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet:before {
  content: "\f905";
}

/* line 456, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox-browser:before {
  content: "\f907";
}

/* line 497, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-pay:before {
  content: "\f979";
}

/* line 577, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 609, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 610, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 611, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 612, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 613, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 614, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 615, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 616, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 617, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 618, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 619, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\f95c";
}

/* line 620, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 621, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 622, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 623, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 624, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 625, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 626, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 627, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 628, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 629, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 630, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 631, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 632, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 633, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles:before {
  content: "\f95d";
}

/* line 634, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 635, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 636, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 637, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash:before {
  content: "\f95e";
}

/* line 638, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 639, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\f95f";
}

/* line 640, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash:before {
  content: "\f960";
}

/* line 641, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 642, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 643, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 644, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 645, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 646, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 647, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 648, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough:before {
  content: "\f961";
}

/* line 649, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\f962";
}

/* line 650, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask:before {
  content: "\f963";
}

/* line 651, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus:before {
  content: "\f964";
}

/* line 652, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 653, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 654, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 655, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 656, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 657, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 658, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 659, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 660, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 661, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 662, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 663, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 664, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 665, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 666, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 667, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 668, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 669, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 670, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 671, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 672, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 673, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 674, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 675, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 676, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 677, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 678, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 679, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 680, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 681, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 682, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 683, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 684, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 685, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 686, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user:before {
  content: "\f965";
}

/* line 687, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 688, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 689, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 690, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 691, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 692, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 693, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 694, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 695, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 696, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 697, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 698, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ideal:before {
  content: "\f913";
}

/* line 699, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 700, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 701, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 702, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 703, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 704, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 705, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 706, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 707, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 708, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 709, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 710, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram-square:before {
  content: "\f955";
}

/* line 711, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 712, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 713, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 714, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 715, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 716, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 717, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 718, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 719, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 720, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 721, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 722, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 723, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 724, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 725, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 726, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 727, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 728, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 729, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 730, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 731, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 732, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 733, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 734, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 735, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 736, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 737, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 738, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 739, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 740, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 741, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 742, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 743, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 744, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 745, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 746, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 747, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 748, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 749, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house:before {
  content: "\f966";
}

/* line 750, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 751, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 752, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 753, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 754, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 755, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 756, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 757, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 758, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 759, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 760, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 761, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 762, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 763, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 764, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 765, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 766, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 767, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 768, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 769, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 770, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 771, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 772, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 773, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 774, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 775, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 776, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 777, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 778, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 779, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 780, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 781, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 782, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 783, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 784, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 785, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 786, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 787, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 788, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 789, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 790, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus:before {
  content: "\f967";
}

/* line 791, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 792, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 793, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 794, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 795, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 796, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 797, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 798, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 799, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 800, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 801, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 802, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 803, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 804, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 805, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 806, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 807, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 808, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 809, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 810, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 811, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 812, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 813, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 814, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 815, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 816, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 817, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 818, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 819, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 820, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 821, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 822, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 823, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 824, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 825, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 826, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 827, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 828, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 829, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 830, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 831, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 832, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 833, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microblog:before {
  content: "\f91a";
}

/* line 834, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 835, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 836, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 837, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 838, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 839, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 840, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 841, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 842, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 843, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 844, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 845, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 846, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 847, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixer:before {
  content: "\f956";
}

/* line 848, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 849, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 850, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 851, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 852, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 853, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 854, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 855, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 856, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 857, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 858, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 859, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 860, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 861, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 862, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 863, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 864, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 865, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 866, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 867, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 868, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 869, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 870, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 871, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 872, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 873, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 874, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 875, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 876, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 877, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 878, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 879, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 880, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 881, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 882, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 883, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 884, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 885, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 886, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 887, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 888, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 889, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 890, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 891, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 892, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 893, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 894, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 895, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 896, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 897, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 898, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 899, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 900, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 901, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 902, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 903, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 904, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 905, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 906, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 907, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 908, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 909, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 910, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 911, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 912, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 913, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 914, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 915, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 916, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 917, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 918, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 919, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 920, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 921, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 922, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 923, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 924, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 925, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 926, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 927, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows:before {
  content: "\f968";
}

/* line 928, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 929, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 930, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 931, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 932, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 933, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 934, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 935, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 936, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 937, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 938, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 939, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 940, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 941, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 942, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 943, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 944, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 945, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 946, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 947, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 948, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 949, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-square:before {
  content: "\f91e";
}

/* line 950, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 951, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 952, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 953, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 954, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 955, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 956, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 957, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 958, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 959, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 960, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash:before {
  content: "\f969";
}

/* line 961, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 962, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 963, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 964, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 965, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 966, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 967, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 968, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 969, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 970, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 971, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 972, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 973, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 974, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 975, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 976, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 977, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 978, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 979, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 980, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 981, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 982, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 983, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 984, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 985, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 986, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical:before {
  content: "\f96a";
}

/* line 987, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap:before {
  content: "\f96b";
}

/* line 988, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 989, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 990, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 991, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 992, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 993, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 994, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 995, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 996, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 997, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 998, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 999, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1000, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1001, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1002, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1003, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1004, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1005, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1006, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1007, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1008, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1009, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1010, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1011, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1012, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1013, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1014, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1015, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1016, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1017, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1018, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1019, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1020, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1021, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1022, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1023, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1024, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1025, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1026, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1027, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1028, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1029, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1030, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1031, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1032, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1033, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1034, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1035, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1036, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1037, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1038, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1039, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1040, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1041, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1042, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1043, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1044, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1045, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1046, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1047, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1048, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1049, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1050, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1051, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rust:before {
  content: "\f97a";
}

/* line 1052, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1053, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1054, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1055, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1056, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1057, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1058, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1059, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1060, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1061, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1062, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1063, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1064, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1065, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1066, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1067, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1068, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1069, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1070, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1071, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1072, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1073, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1074, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1075, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1076, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1077, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1078, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1079, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1080, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1081, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1082, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1083, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1084, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus:before {
  content: "\f96c";
}

/* line 1085, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1086, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1087, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1088, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1089, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopify:before {
  content: "\f957";
}

/* line 1090, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1091, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1092, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1093, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1094, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1095, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1096, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1097, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1098, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1099, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1100, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1101, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1102, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1103, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1104, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink:before {
  content: "\f96d";
}

/* line 1105, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1106, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1107, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1108, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1109, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1110, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1111, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1112, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1113, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1114, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1115, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1116, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1117, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1118, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1119, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1120, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1121, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1122, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1123, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1124, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1125, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1126, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1127, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1128, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1129, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1130, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1131, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1132, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1133, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1134, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1135, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1136, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap:before {
  content: "\f96e";
}

/* line 1137, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1138, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1139, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1140, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1141, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1142, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1143, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1144, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1145, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1146, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1147, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1148, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1149, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1150, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1151, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1152, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1153, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1154, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1155, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1156, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1157, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1158, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1159, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1160, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1161, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1162, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1163, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1164, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1165, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1166, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1167, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1168, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1169, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1170, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1171, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1172, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1173, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1174, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1175, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1176, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1177, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1178, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1179, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1180, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1181, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1182, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1183, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1184, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1185, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1186, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1187, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1188, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1189, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1190, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1191, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1192, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20:before {
  content: "\f96f";
}

/* line 1193, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1194, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1195, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash:before {
  content: "\f970";
}

/* line 1196, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash:before {
  content: "\f971";
}

/* line 1197, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1198, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1199, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1200, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1201, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1202, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1203, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1204, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1205, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1206, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1207, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1208, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1209, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1210, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1211, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1212, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1213, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1214, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1215, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1216, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1217, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1218, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1219, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1220, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1221, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1222, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1223, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1224, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1225, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1226, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1227, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1228, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1229, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1230, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1231, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1232, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1233, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1234, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1235, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1236, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1237, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1238, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1239, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1240, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1241, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1242, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1243, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1244, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1245, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1246, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1247, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1248, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1249, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1250, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1251, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1252, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1253, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1254, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1255, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1256, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1257, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1258, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1259, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1260, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1261, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1262, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1263, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1264, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1265, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1266, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1267, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tiktok:before {
  content: "\f97b";
}

/* line 1268, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1269, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1270, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1271, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1272, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1273, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1274, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1275, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1276, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1277, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\f972";
}

/* line 1278, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1279, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1280, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1281, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1282, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1283, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1284, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1285, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1286, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1287, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer:before {
  content: "\f941";
}

/* line 1288, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1289, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1290, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1291, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1292, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1293, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1294, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1295, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1296, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1297, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1298, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1299, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1300, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1301, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1302, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1303, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1304, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1305, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1306, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1307, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1308, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1309, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1310, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1311, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1312, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1313, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1314, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1315, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1316, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1317, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1318, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1319, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1320, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1321, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1322, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1323, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1324, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unity:before {
  content: "\f949";
}

/* line 1325, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1326, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1327, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1328, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1329, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1330, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsplash:before {
  content: "\f97c";
}

/* line 1331, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1332, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1333, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1334, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1335, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1336, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1337, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1338, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1339, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1340, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1341, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1342, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1343, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1344, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1345, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1346, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1347, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1348, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1349, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1350, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1351, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1352, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1353, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1354, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1355, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1356, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1357, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1358, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1359, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1360, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1361, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash:before {
  content: "\f973";
}

/* line 1362, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1363, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1364, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1365, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1366, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1367, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1368, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1369, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1370, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1371, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1372, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1373, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1374, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1375, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1376, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1377, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1378, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1379, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1380, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1381, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1382, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1383, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1384, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus:before {
  content: "\f974";
}

/* line 1385, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash:before {
  content: "\f975";
}

/* line 1386, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses:before {
  content: "\f976";
}

/* line 1387, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1388, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1389, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1390, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1391, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1392, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1393, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1394, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1395, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1396, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1397, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1398, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1399, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1400, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1401, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1402, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1403, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1404, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1405, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1406, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1407, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1408, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1409, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1410, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1411, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1412, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1413, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1414, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1415, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1416, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1417, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1418, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1419, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1420, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1421, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1422, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1423, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1424, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1425, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1426, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1427, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1428, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1429, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1430, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1431, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1432, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1433, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1434, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1435, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1436, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1437, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1438, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1439, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1440, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1441, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1442, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1443, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1444, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1445, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1446, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1447, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1448, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1449, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1450, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1451, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-sass-5.13.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
