@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* line 10, app/assets/stylesheets/pole-prevariables.scss */
.pole-skin-primary-color {
  color: #eddfd4;
}

/* line 13, app/assets/stylesheets/pole-prevariables.scss */
.pole-text-brown-color {
  color: #8a6863;
}

/* line 16, app/assets/stylesheets/pole-prevariables.scss */
.pole-text-dark-color {
  color: #121212 !important;
}

/* line 19, app/assets/stylesheets/pole-prevariables.scss */
.pole-text-light-color {
  color: #f5f5f5;
}

/* line 22, app/assets/stylesheets/pole-prevariables.scss */
.pole-circle-color {
  color: #e1bfa4;
}

/*!
 * Bootstrap v4.1.3 (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)
 */
/* line 1, app/assets/stylesheets/bootstrap/_root.scss */
: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, 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 21, app/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, app/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

/* line 57, app/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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 73, app/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, app/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, app/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, app/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, app/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

/* line 135, app/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, app/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, app/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, app/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, app/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, app/assets/stylesheets/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, app/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, app/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

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

/* line 190, app/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, app/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, app/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

/* line 243, app/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 260, app/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 270, app/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 275, app/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 287, app/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 291, app/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 299, app/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 310, app/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 319, app/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

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

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

/* line 343, app/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 348, app/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 356, app/assets/stylesheets/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/* line 372, app/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 379, app/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, app/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

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

/* line 412, app/assets/stylesheets/bootstrap/_reboot.scss */
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 424, app/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 429, app/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 434, app/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 447, app/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, app/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, app/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, app/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, app/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 481, app/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, app/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, app/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, app/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, app/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, app/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, app/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, app/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, app/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

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

/* line 67, app/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, app/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, app/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, app/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, app/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, app/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, app/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, app/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

/* line 122, app/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, app/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, app/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

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

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

/* line 8, app/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, app/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, app/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

/* line 37, app/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, app/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, app/assets/stylesheets/bootstrap/_grid.scss */
.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/_grid.scss */
  .container {
    max-width: 540px;
  }
}

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

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

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

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

/* line 28, app/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, app/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, app/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 32, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 37, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 51, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 32, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 51, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 32, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 51, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 32, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 51, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 32, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 51, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 54, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 60, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

/* line 10, app/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

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

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

/* line 26, app/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 37, app/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, app/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

/* line 65, app/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 23, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 23, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 23, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 23, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 23, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 23, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 23, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 23, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 23, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

/* line 132, app/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}

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

/* line 142, app/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

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

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

/* line 181, app/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

/* line 32, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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 41, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

/* line 73, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 86, app/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 94, app/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 101, app/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

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

/* line 126, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 141, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 149, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 159, app/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 165, app/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 175, app/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 179, app/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

/* line 195, app/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

/* line 213, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

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

/* line 223, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 227, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 234, app/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 55, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

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

/* line 64, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 74, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 84, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 88, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 98, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 101, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 106, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 112, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 118, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

/* line 132, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 135, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 141, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 55, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

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

/* line 64, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 74, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 84, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 88, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 98, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 101, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 106, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 112, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

/* line 118, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 129, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 132, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 135, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 141, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

/* line 270, app/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 276, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 284, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 293, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 300, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 304, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 311, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 329, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, app/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}

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

/* line 30, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 37, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 63, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 29, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

/* line 63, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 29, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

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

/* line 63, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 29, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

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

/* line 63, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 29, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

/* line 63, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 29, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

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

/* line 63, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 29, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

/* line 63, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 29, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

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

/* line 69, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

/* line 74, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

/* line 87, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active: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 69, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

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

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

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

/* line 87, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active: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 69, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

/* line 74, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

/* line 87, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active: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 69, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 74, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

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

/* line 87, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active: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 69, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 74, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

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

/* line 87, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active: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 69, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

/* line 74, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

/* line 87, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active: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 69, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

/* line 74, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

/* line 87, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active: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 69, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 63, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

/* line 74, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

/* line 87, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active: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 80, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 92, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

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

/* line 113, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 117, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 126, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 131, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 140, app/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3, app/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

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

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

/* line 12, app/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 17, app/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

/* line 2, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.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: 0.25rem;
}

/* line 36, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 44, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 57, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 67, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 74, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 47, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 51, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 62, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 84, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 93, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 104, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

/* line 136, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 152, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 162, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

/* line 10, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 27, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 41, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

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

/* line 57, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 127, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

/* line 141, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 161, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

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

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

/* line 24, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

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

/* line 39, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

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

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

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

/* line 55, app/assets/stylesheets/bootstrap/_input-group.scss */
.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 57, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 68, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

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

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

/* line 88, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 89, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 97, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.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: 0.25rem;
}

/* line 113, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 125, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 137, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 157, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 166, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 17, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

/* line 33, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 38, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

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

/* line 48, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}

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

/* line 99, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 104, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 107, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 113, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 117, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 123, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

/* line 137, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 142, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 145, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 151, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 164, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

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

/* line 192, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 203, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 210, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 216, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 221, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 228, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

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

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

/* line 260, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

/* line 265, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 270, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 276, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 291, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 315, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

/* line 321, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 326, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.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 327, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.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 328, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 331, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 335, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 335, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 346, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 351, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 362, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 362, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 372, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 377, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 388, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

/* line 401, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 406, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 417, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

/* line 429, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

/* line 14, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 35, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 39, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

/* line 54, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 61, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

/* line 92, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

/* line 112, app/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 115, app/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

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

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

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

/* line 68, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

/* line 108, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 121, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, app/assets/stylesheets/bootstrap/_navbar.scss */
.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 147, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

/* line 145, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 147, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 158, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 161, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 165, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 172, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 177, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 184, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 199, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 208, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 215, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

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

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

/* line 233, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 237, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

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

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 251, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

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

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 267, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

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

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

/* line 285, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 289, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 291, app/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, app/assets/stylesheets/bootstrap/_card.scss */
.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: 0.25rem;
}

/* line 16, app/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, app/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, app/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, app/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, app/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, app/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, app/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, app/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 74, app/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

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

/* line 90, app/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, app/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, app/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

/* line 122, app/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, app/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, app/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, app/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 145, app/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

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

/* line 171, app/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 177, app/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 171, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 230, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 236, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .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-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, app/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

/* line 1, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

/* line 30, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, app/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

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

/* line 1, app/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

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

/* line 32, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 45, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

/* line 4, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, app/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 18, app/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, app/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

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

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 44, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, app/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, app/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

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

/* line 12, app/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

/* line 10, app/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

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

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

/* line 10, app/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

/* line 10, app/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

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

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

/* line 10, app/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

/* line 10, app/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

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

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

/* line 10, app/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, app/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

/* line 10, app/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

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

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

/* line 10, app/assets/stylesheets/bootstrap/mixins/_alert.scss */
.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/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

/* line 1, app/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

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

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

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

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

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

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

/* line 52, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 56, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 66, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

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

/* line 88, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 95, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 101, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, app/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

/* line 10, app/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 29, app/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, app/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 36, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, app/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

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

/* line 48, app/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

/* line 59, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

/* line 67, app/assets/stylesheets/bootstrap/_modal.scss */
.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: 0.3rem;
  outline: 0;
}

/* line 84, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 94, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 95, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

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

/* line 108, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 116, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 123, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 132, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

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

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

/* line 145, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 156, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 161, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 164, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 174, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

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

/* line 2, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

/* line 32, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, app/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, app/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, app/assets/stylesheets/bootstrap/_popover.scss */
.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, 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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, app/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

/* line 38, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 45, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

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

/* line 55, app/assets/stylesheets/bootstrap/_popover.scss */

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 64, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 71, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 76, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 81, app/assets/stylesheets/bootstrap/_popover.scss */

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 90, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 94, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

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

/* line 104, app/assets/stylesheets/bootstrap/_popover.scss */

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 110, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 125, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 132, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 137, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 142, app/assets/stylesheets/bootstrap/_popover.scss */

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 175, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 11, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 15, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 21, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 30, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 30, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

/* line 37, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 43, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 43, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 52, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 52, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 61, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 61, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 76, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

/* line 82, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 88, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 93, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 93, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/* line 111, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 135, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 141, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 149, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 157, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 160, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 170, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 184, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 196, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 205, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 216, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 226, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, app/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, app/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 30, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 36, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, app/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, app/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 15, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 23, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 31, app/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, app/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, app/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, app/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, app/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 33, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 38, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 42, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 46, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 13, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 17, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 33, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 38, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 42, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 46, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 21, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 29, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 36, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 38, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 42, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 48, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 49, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 51, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 52, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 56, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, app/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, app/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, app/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, app/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, app/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, app/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, app/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 72, app/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, app/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, app/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, app/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, app/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, app/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, app/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 117, app/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, app/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, app/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 134, app/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 4, app/assets/stylesheets/fontawesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.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, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, app/assets/stylesheets/fontawesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, app/assets/stylesheets/fontawesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, app/assets/stylesheets/fontawesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, app/assets/stylesheets/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, app/assets/stylesheets/fontawesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, app/assets/stylesheets/fontawesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, app/assets/stylesheets/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, app/assets/stylesheets/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, app/assets/stylesheets/fontawesome/_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, app/assets/stylesheets/fontawesome/_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, app/assets/stylesheets/fontawesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, app/assets/stylesheets/fontawesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, app/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, app/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, app/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, app/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, app/assets/stylesheets/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, app/assets/stylesheets/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, app/assets/stylesheets/fontawesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, app/assets/stylesheets/fontawesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 21, app/assets/stylesheets/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, app/assets/stylesheets/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, app/assets/stylesheets/fontawesome/_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, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 14, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 15, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 16, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 17, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 87, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 88, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 89, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 90, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 91, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 92, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 93, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 94, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 95, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 96, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 97, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 98, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 99, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 100, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 101, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 102, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 103, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 104, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 105, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 106, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 107, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 108, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 109, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 110, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 111, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 112, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 113, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 114, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 115, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 116, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 117, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 118, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 119, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 120, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 121, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 122, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 123, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 124, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 125, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 126, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 127, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 128, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 129, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 130, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 131, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 132, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 133, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 134, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 135, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 136, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 137, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 138, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 139, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 140, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 141, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 142, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 143, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 144, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 145, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 146, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 147, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 148, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 149, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 150, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 151, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 152, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 153, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 154, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 155, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 156, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 157, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 158, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 159, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 160, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 161, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 162, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 163, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 164, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 165, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 166, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 167, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 168, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 169, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 170, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 171, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 172, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 173, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 174, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 175, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 176, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 177, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 178, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 179, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 180, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 181, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 182, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 183, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 184, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 185, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 186, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 187, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 188, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 189, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 190, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 191, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 192, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 193, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 194, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 195, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 196, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 197, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 198, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 199, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 200, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 201, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 202, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 203, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 204, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 205, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 206, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 207, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 208, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 209, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 210, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 211, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 212, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 213, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 214, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 215, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 216, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 217, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 218, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 219, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 220, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 221, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 222, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 223, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 224, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 225, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 226, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 227, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 228, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 229, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 230, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 231, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 232, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 233, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 234, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 235, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 236, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 237, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 238, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 239, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 240, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 241, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 242, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 243, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 244, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 245, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 246, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 247, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 248, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 249, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 250, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 251, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 252, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 253, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 254, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 255, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 256, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 257, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 258, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 259, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 260, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 261, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 262, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 263, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 264, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 265, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 266, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 267, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 268, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 269, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 270, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 271, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 272, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 273, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 274, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 275, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 276, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 277, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 278, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 279, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 280, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 281, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 282, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 283, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 284, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 285, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 286, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 287, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 288, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 289, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 290, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 291, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 292, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 293, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 294, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 295, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 296, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 297, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 298, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 299, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 300, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 301, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 302, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 303, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 304, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 305, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 306, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 307, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 308, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 309, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 310, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 311, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 312, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 313, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 314, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 315, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 316, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 317, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 318, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 319, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 320, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 321, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 322, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 323, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 324, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 325, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 326, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 327, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 328, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 329, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 330, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 331, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 332, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 333, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 334, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 335, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 336, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 337, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 338, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 339, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 340, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 341, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 342, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 343, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 344, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 345, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 346, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 347, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 348, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 349, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 350, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 351, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 352, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 353, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 354, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 355, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 356, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 357, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 358, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 359, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 360, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 361, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 362, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 363, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 364, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 365, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 366, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 367, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 368, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 369, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 370, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 371, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 372, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 373, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 374, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 375, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 376, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 377, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 378, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 379, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 380, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 381, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 382, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 383, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 384, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 385, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 386, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 387, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 388, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 389, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 390, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 391, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 392, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 393, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 394, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 395, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 396, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 397, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 398, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 399, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 400, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 401, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 402, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 403, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 404, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 405, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 406, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 407, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 408, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 409, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 410, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 411, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 412, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 413, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 414, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 415, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 416, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 417, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 418, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 419, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 420, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 421, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 422, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 423, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 424, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 425, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 426, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 427, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 428, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 429, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 430, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 431, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 432, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 433, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 434, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 435, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 436, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 437, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 438, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 439, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 440, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 441, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 442, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 443, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 444, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 445, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 446, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 447, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 448, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 449, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 450, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 451, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 452, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 453, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 454, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 455, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 456, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 457, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 458, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 459, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 460, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 461, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 462, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 463, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 464, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 465, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 466, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 467, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 468, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 469, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 470, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 471, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 472, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 473, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 474, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 475, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 476, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 477, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 478, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 479, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 480, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 481, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 482, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 483, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 484, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 485, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 486, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 487, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 488, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 489, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 490, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 491, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 492, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 493, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 494, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 495, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 496, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 497, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 498, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 499, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 500, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 501, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 502, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 503, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 504, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 505, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 506, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 507, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 508, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 509, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 510, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 511, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 512, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 513, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 514, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 515, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 516, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 517, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 518, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 519, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 520, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 521, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 522, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 523, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 524, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 525, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 526, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 527, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 528, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 529, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 530, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 531, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 532, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 533, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 534, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 535, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 536, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 537, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 538, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 539, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 540, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 541, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 542, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 543, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 544, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 545, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 546, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 547, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 548, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 549, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 550, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 551, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 552, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 553, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 554, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 555, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 556, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 557, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 558, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 559, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 560, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 561, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 562, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 563, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 564, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 565, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 566, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 567, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 568, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 569, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 570, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 571, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 572, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 573, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 574, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 575, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 576, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 577, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 578, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 579, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 580, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 581, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 582, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 583, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 584, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 585, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 586, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 587, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 588, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 589, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 590, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 591, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 592, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 593, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 594, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 595, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 596, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 597, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 598, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 599, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 600, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 601, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 602, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 603, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 604, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 605, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 606, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 607, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 608, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 609, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 610, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 611, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 612, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 613, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 614, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 615, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 616, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 617, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 618, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 619, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 620, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 621, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 622, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 623, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 624, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 625, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 626, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 627, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 628, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 629, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 630, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 631, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 632, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 633, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 634, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 635, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 636, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 637, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 638, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 639, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 640, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 641, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 642, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 643, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 644, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 645, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 646, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 647, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 648, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 649, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 650, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 651, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 652, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 653, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 654, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 655, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 656, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 657, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 658, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 659, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 660, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 661, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 662, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 663, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 664, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 665, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 666, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 667, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 668, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 669, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 670, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 671, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 672, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 673, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 674, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 675, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 676, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 677, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 678, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 679, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 680, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 681, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 682, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 683, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 684, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 685, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 686, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 687, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 688, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 689, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 690, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 691, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 692, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 693, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 694, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 695, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 696, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 697, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 698, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 699, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 700, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 701, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 702, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 703, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 704, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 705, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 706, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 707, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 708, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 709, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 710, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 711, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 712, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 713, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 714, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 715, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 716, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 717, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 718, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 719, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 720, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 721, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 722, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 723, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 724, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 725, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 726, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 727, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 728, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 729, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 730, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 731, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 732, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 733, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 734, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 735, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 736, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 737, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 738, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 739, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 740, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 741, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 742, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 743, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 744, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 745, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 746, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 747, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 748, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 749, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 750, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 751, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 752, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 753, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 754, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 755, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 756, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 757, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 758, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 759, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 760, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 761, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 762, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 763, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 764, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 765, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 766, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 767, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 768, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 769, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 770, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 771, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 772, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 773, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 774, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 775, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 776, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 777, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 778, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 779, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 780, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 781, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 782, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 783, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 784, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 785, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 786, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 787, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 788, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 789, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 790, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 791, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 792, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 793, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 794, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 795, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 796, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 797, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 798, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 799, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 800, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 801, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 802, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 803, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 804, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 805, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 806, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 807, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 808, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 809, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 810, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 811, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 812, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 813, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 814, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 815, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 816, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 817, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 818, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 819, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 820, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 821, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 822, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 823, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 824, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 825, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 826, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 827, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 828, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 829, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 830, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 831, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 832, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 833, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 834, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 835, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 836, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 837, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 838, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 839, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 840, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 841, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 842, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 843, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 844, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 845, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 846, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 847, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 848, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 849, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 850, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 851, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 852, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 853, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 854, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 855, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 856, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 857, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 858, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 859, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 860, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 861, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 862, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 863, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 864, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 865, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 866, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 867, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 868, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 869, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 870, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 871, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 872, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 873, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 874, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 875, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 876, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 877, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 878, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 879, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 880, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 881, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 882, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 883, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 884, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 885, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 886, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 887, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 888, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 889, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 890, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 891, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 892, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 893, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 894, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 895, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 896, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 897, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 898, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 899, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 900, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 901, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 902, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 903, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 904, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 905, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 906, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 907, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 908, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 909, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 910, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 911, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 912, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 913, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 914, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 915, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 916, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 917, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 918, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 919, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 920, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 921, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 922, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 923, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 924, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 925, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 926, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 927, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 928, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 929, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 930, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 931, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 932, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 933, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 934, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 935, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 936, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 937, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 938, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 939, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 940, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 941, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 942, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 943, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 944, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 945, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 946, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 947, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 948, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 949, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 950, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 951, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 952, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 953, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 954, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 955, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 956, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 957, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 958, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 959, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 960, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 961, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 962, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 963, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 964, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 965, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 966, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 967, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 968, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 969, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 970, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 971, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 972, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 973, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 974, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 975, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 976, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 977, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 978, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 979, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 980, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 981, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 982, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 983, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 984, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 985, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 986, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 987, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 988, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 989, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 990, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 991, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 992, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 993, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 994, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 995, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 996, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 997, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 998, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 999, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1000, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1001, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1002, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1003, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1004, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1005, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1006, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1007, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1008, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1009, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1010, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1011, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1012, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1013, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1014, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1015, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1016, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1017, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1018, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1019, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1020, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1021, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1022, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1023, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1024, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1025, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1026, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1027, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1028, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1029, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1030, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1031, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1032, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1033, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1034, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1035, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1036, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1037, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1038, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1039, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1040, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1041, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1042, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1043, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1044, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1045, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1046, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1047, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1048, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1049, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1050, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1051, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1052, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1053, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1054, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1055, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1056, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1057, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1058, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1059, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1060, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1061, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1062, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1063, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1064, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1065, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1066, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1067, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1068, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1069, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1070, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1071, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1072, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1073, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1074, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1075, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1076, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1077, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1078, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1079, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1080, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1081, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1082, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1083, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1084, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1085, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1086, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1087, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1088, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1089, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1090, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1091, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1092, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1093, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1094, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1095, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1096, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1097, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1098, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1099, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1100, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1101, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1102, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1103, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1104, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1105, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1106, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1107, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1108, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1109, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1110, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1111, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1112, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1113, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1114, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1115, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1116, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1117, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1118, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1119, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1120, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1121, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1122, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1123, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1124, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1125, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1126, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1127, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1128, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1129, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1130, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1131, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1132, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1133, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1134, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1135, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1136, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1137, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1138, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1139, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1140, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1141, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1142, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1143, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1144, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1145, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1146, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1147, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1148, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1149, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1150, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1151, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1152, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1153, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1154, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1155, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1156, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1157, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1158, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1159, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1160, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1161, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1162, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1163, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1164, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1165, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1166, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1167, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1168, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1169, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1170, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1171, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1172, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1173, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1174, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1175, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1176, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1177, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1178, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1179, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1180, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1181, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1182, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1183, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1184, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1185, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1186, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1187, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1188, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1189, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1190, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1191, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1192, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1193, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1194, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1195, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1196, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1197, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1198, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1199, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1200, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1201, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1202, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1203, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1204, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1205, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1206, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1207, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1208, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1209, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1210, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1211, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1212, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1213, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1214, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1215, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1216, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1217, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1218, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1219, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1220, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1221, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1222, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1223, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1224, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1225, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1226, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1227, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1228, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1229, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1230, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1231, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1232, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1233, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1234, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1235, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1236, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1237, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1238, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1239, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1240, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1241, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1242, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1243, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1244, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1245, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1246, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1247, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1248, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1249, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1250, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1251, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1252, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1253, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1254, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1255, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1256, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1257, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1258, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1259, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1260, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1261, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1262, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1263, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1264, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1265, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1266, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1267, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1268, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1269, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1270, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1271, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1272, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1273, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1274, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1275, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1276, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1277, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1278, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1279, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1280, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1281, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1282, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1283, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1284, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1285, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1286, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1287, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1288, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1289, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1290, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1291, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1292, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1293, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1294, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1295, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1296, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1297, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1298, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1299, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1300, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1301, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1302, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1303, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1304, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1305, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1306, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1307, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1308, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1309, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1310, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1311, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1312, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1313, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1314, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1315, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1316, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1317, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1318, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1319, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1320, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1321, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1322, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1323, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1324, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1325, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1326, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1327, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1328, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1329, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1330, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1331, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1332, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1333, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, app/assets/stylesheets/fontawesome/_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 48, app/assets/stylesheets/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fa-solid-900.eot");
  src: url("/assets/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/fa-solid-900.woff2") format("woff2"), url("/assets/fa-solid-900.woff") format("woff"), url("/assets/fa-solid-900.ttf") format("truetype"), url("/assets/fa-solid-900.svg#fontawesome") format("svg");
}

/* line 15, app/assets/stylesheets/fontawesome/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fa-regular-400.eot");
  src: url("/assets/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/assets/fa-regular-400.woff2") format("woff2"), url("/assets/fa-regular-400.woff") format("woff"), url("/assets/fa-regular-400.ttf") format("truetype"), url("/assets/fa-regular-400.svg#fontawesome") format("svg");
}

/* line 15, app/assets/stylesheets/fontawesome/regular.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 77, app/assets/stylesheets/animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

/* line 110, app/assets/stylesheets/animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 151, app/assets/stylesheets/animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 230, app/assets/stylesheets/animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 285, app/assets/stylesheets/animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 354, app/assets/stylesheets/animate.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 415, app/assets/stylesheets/animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 488, app/assets/stylesheets/animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 569, app/assets/stylesheets/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

/* line 662, app/assets/stylesheets/animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 723, app/assets/stylesheets/animate.scss */
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 822, app/assets/stylesheets/animate.scss */
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 905, app/assets/stylesheets/animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 986, app/assets/stylesheets/animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1067, app/assets/stylesheets/animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1148, app/assets/stylesheets/animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 1193, app/assets/stylesheets/animate.scss */
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1240, app/assets/stylesheets/animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1273, app/assets/stylesheets/animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1306, app/assets/stylesheets/animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1351, app/assets/stylesheets/animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1376, app/assets/stylesheets/animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1409, app/assets/stylesheets/animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1442, app/assets/stylesheets/animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1475, app/assets/stylesheets/animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1508, app/assets/stylesheets/animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1541, app/assets/stylesheets/animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1574, app/assets/stylesheets/animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1607, app/assets/stylesheets/animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1640, app/assets/stylesheets/animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1665, app/assets/stylesheets/animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1694, app/assets/stylesheets/animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1723, app/assets/stylesheets/animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1752, app/assets/stylesheets/animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1781, app/assets/stylesheets/animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1810, app/assets/stylesheets/animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1839, app/assets/stylesheets/animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1868, app/assets/stylesheets/animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1897, app/assets/stylesheets/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1992, app/assets/stylesheets/animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 2065, app/assets/stylesheets/animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 2138, app/assets/stylesheets/animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 2183, app/assets/stylesheets/animate.scss */
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2230, app/assets/stylesheets/animate.scss */
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2287, app/assets/stylesheets/animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2318, app/assets/stylesheets/animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2361, app/assets/stylesheets/animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2402, app/assets/stylesheets/animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2443, app/assets/stylesheets/animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2484, app/assets/stylesheets/animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2525, app/assets/stylesheets/animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2562, app/assets/stylesheets/animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2599, app/assets/stylesheets/animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2636, app/assets/stylesheets/animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2673, app/assets/stylesheets/animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2710, app/assets/stylesheets/animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2787, app/assets/stylesheets/animate.scss */
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 2846, app/assets/stylesheets/animate.scss */
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2881, app/assets/stylesheets/animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2912, app/assets/stylesheets/animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2941, app/assets/stylesheets/animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2982, app/assets/stylesheets/animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3023, app/assets/stylesheets/animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3064, app/assets/stylesheets/animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3105, app/assets/stylesheets/animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 3142, app/assets/stylesheets/animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3187, app/assets/stylesheets/animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 3224, app/assets/stylesheets/animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 3261, app/assets/stylesheets/animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3306, app/assets/stylesheets/animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3337, app/assets/stylesheets/animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3368, app/assets/stylesheets/animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3399, app/assets/stylesheets/animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3430, app/assets/stylesheets/animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3461, app/assets/stylesheets/animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3492, app/assets/stylesheets/animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3523, app/assets/stylesheets/animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3554, app/assets/stylesheets/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3559, app/assets/stylesheets/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 3566, app/assets/stylesheets/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 3571, app/assets/stylesheets/animate.scss */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 3576, app/assets/stylesheets/animate.scss */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 3581, app/assets/stylesheets/animate.scss */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 3586, app/assets/stylesheets/animate.scss */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 3591, app/assets/stylesheets/animate.scss */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 3596, app/assets/stylesheets/animate.scss */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 3601, app/assets/stylesheets/animate.scss */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 3606, app/assets/stylesheets/animate.scss */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 3611, app/assets/stylesheets/animate.scss */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  /* line 3617, app/assets/stylesheets/animate.scss */
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	7.1.0
*/
/* line 6, app/assets/stylesheets/theme/theme.scss */
html {
  direction: ltr;
  overflow-x: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 13, app/assets/stylesheets/theme/theme.scss */
body {
  background-color: #FFF;
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

/* line 22, app/assets/stylesheets/theme/theme.scss */
body a {
  outline: none !important;
}

/* line 26, app/assets/stylesheets/theme/theme.scss */
.body {
  background-color: #FFF;
}

/* line 30, app/assets/stylesheets/theme/theme.scss */
html.safari .body {
  overflow-x: hidden;
}

/* line 34, app/assets/stylesheets/theme/theme.scss */
li {
  line-height: 24px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 40, app/assets/stylesheets/theme/theme.scss */
  body {
    font-size: 13px;
  }
}

/* Header */
/* line 45, app/assets/stylesheets/theme/theme.scss */
#header {
  position: relative;
  z-index: 1030;
}

/* line 50, app/assets/stylesheets/theme/theme.scss */
#header .header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF;
  -webkit-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  width: 100%;
  border-top: 3px solid #EDEDED;
  border-bottom: 1px solid transparent;
  z-index: 1001;
}

/* line 67, app/assets/stylesheets/theme/theme.scss */
#header .header-body.header-body-bottom-border-fixed {
  border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

/* line 71, app/assets/stylesheets/theme/theme.scss */
#header .header-body[class*="border-color-"] {
  border-bottom: 0 !important;
}

/* line 75, app/assets/stylesheets/theme/theme.scss */
#header .header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: ease height 300ms;
  transition: ease height 300ms;
}

@media (max-width: 991px) {
  /* line 92, app/assets/stylesheets/theme/theme.scss */
  #header .header-container:not(.container):not(.container-fluid) .header-nav-main {
    padding: 0 0.75rem;
  }
}

/* line 97, app/assets/stylesheets/theme/theme.scss */
#header .header-container.header-container-height-xs {
  height: 80px;
}

/* line 101, app/assets/stylesheets/theme/theme.scss */
#header .header-container.header-container-height-sm {
  height: 100px;
}

/* line 105, app/assets/stylesheets/theme/theme.scss */
#header .header-container.header-container-height-md {
  height: 125px;
}

/* line 109, app/assets/stylesheets/theme/theme.scss */
#header .header-container.header-container-height-lg {
  height: 145px;
}

/* line 113, app/assets/stylesheets/theme/theme.scss */
#header .container {
  position: relative;
}

@media (max-width: 767px) {
  /* line 118, app/assets/stylesheets/theme/theme.scss */
  #header .container {
    width: 100%;
  }
}

/* line 123, app/assets/stylesheets/theme/theme.scss */
#header .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  max-height: 100%;
}

/* line 138, app/assets/stylesheets/theme/theme.scss */
#header .header-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 156, app/assets/stylesheets/theme/theme.scss */
#header .header-column.header-column-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 160, app/assets/stylesheets/theme/theme.scss */
#header .header-column.header-column-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 164, app/assets/stylesheets/theme/theme.scss */
#header .header-column .header-row {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

/* line 170, app/assets/stylesheets/theme/theme.scss */
#header .header-column .header-extra-info {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* line 176, app/assets/stylesheets/theme/theme.scss */
#header .header-column .header-extra-info li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 25px;
}

/* line 183, app/assets/stylesheets/theme/theme.scss */
#header .header-column .header-extra-info li .header-extra-info-icon {
  font-size: 32px;
  font-size: 2rem;
  margin-right: 10px;
}

/* line 189, app/assets/stylesheets/theme/theme.scss */
#header .header-column .header-extra-info li .header-extra-info-text label {
  display: block;
  margin: 0;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

/* line 198, app/assets/stylesheets/theme/theme.scss */
#header .header-column .header-extra-info li .header-extra-info-text strong {
  display: block;
  margin: 0;
  color: #333;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.3;
}

/* line 207, app/assets/stylesheets/theme/theme.scss */
#header .header-column .header-extra-info li .header-extra-info-text a {
  color: #333;
}

/* line 211, app/assets/stylesheets/theme/theme.scss */
#header .header-column .header-extra-info li .feature-box p {
  margin: 0;
}

/* line 215, app/assets/stylesheets/theme/theme.scss */
#header .header-column .header-extra-info li .feature-box small {
  position: relative;
  top: -4px;
  font-size: 80%;
}

/* line 221, app/assets/stylesheets/theme/theme.scss */
#header.header-no-min-height .header-body {
  min-height: 0 !important;
}

/* line 225, app/assets/stylesheets/theme/theme.scss */
#header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  min-height: 47px;
}

/* line 236, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-light-border-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 240, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-simple-border-bottom {
  border-bottom-width: 1px;
}

/* line 244, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-default {
  background: #f7f7f7;
}

/* line 248, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-borders {
  border-bottom-width: 1px;
}

/* line 252, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-borders .nav-item-borders {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  padding-left: 12px;
  padding-right: 12px;
}

/* line 258, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-borders .nav-item-borders:first-child {
  padding-left: 0;
}

/* line 262, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-borders .nav-item-borders:last-child {
  border-right: 0;
}

/* line 266, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-light-borders {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 270, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders {
  border-right-color: rgba(255, 255, 255, 0.2);
}

/* line 274, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-light-2-borders {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

/* line 278, app/assets/stylesheets/theme/theme.scss */
#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders {
  border-right-color: rgba(255, 255, 255, 0.06);
}

/* line 282, app/assets/stylesheets/theme/theme.scss */
#header .header-logo {
  margin: 16px 0;
  margin: 1rem 0;
  position: relative;
  z-index: 1;
}

/* line 289, app/assets/stylesheets/theme/theme.scss */
#header .header-logo img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

/* line 296, app/assets/stylesheets/theme/theme.scss */
#header .header-nav {
  padding: 16px 0;
  padding: 1rem 0;
  min-height: 70px;
}

/* line 302, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 313, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
  color: #999;
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
}

/* line 320, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li > a [class*="fa-"], #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span [class*="fa-"], #header .header-nav-top .nav > li > span .icons {
  margin-right: 3px;
  font-size: 0.8em;
  position: relative;
}

/* line 326, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li > a {
  text-decoration: none;
}

/* line 330, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
  background: transparent;
}

/* line 334, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
  border-radius: 4px 4px 0 0;
}

/* line 338, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li + .nav-item-left-border {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

/* line 344, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li + .nav-item-left-border:after {
  background: rgba(0, 0, 0, 0.08);
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
}

/* line 357, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-remove:after {
  content: none;
}

@media (max-width: 575px) {
  /* line 362, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-top .nav > li:not(.d-none) {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 369, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-top .nav > li.nav-item-left-border-remove.d-none {
    margin-left: 0;
    padding-left: 0;
  }
}

/* line 375, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-show:after {
  content: '';
}

@media (min-width: 576px) {
  /* line 380, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-sm-show:after {
    content: '';
  }
}

@media (min-width: 768px) {
  /* line 386, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-md-show:after {
    content: '';
  }
}

@media (min-width: 992px) {
  /* line 392, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-lg-show:after {
    content: '';
  }
}

@media (min-width: 1200px) {
  /* line 398, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-xl-show:after {
    content: '';
  }
}

/* line 403, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link {
  background: transparent;
}

/* line 407, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"], #header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons {
  left: -1px;
  top: -1px;
}

/* line 412, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .nav > li.nav-item-anim-icon > a:hover [class*="fa-"], #header .header-nav-top .nav > li.nav-item-anim-icon > a:hover .icons {
  -webkit-animation: navItemArrow 600ms ease;
  animation: navItemArrow 600ms ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 419, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .dropdown .dropdown-item {
  font-size: 0.75em;
}

/* line 423, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .dropdown-menu {
  border: 0;
  margin-top: -2px;
  margin-left: -2px;
  padding: 0;
  -webkit-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  background: #FFF;
  padding: 3px;
  min-width: 180px;
  z-index: 10000;
  margin-right: 0;
  margin-top: 1px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  border-radius: 0;
}

/* line 441, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .dropdown-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  -webkit-transform: translate3d(-7px, -6px, 0);
  transform: translate3d(-7px, -6px, 0);
}

/* line 456, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .dropdown-menu.dropdow-menu-arrow-right:before {
  right: auto;
  left: 20px;
}

/* line 461, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .dropdown-menu a {
  color: #999;
  padding: 5px 12px;
  font-size: 0.9em;
}

/* line 467, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .dropdown-menu a:active {
  color: #FFF;
}

/* line 471, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-top .flag {
  margin-right: 2px;
  position: relative;
  top: -1px;
}

/* line 477, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}

/* line 483, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features:before, #header .header-nav-features:after {
  background: rgba(0, 0, 0, 0.03);
  content: none;
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
}

/* line 496, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features.header-nav-features-divisor-lg:before, #header .header-nav-features.header-nav-features-divisor-lg:after {
  height: 72px;
}

/* line 500, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features.header-nav-features-light:before, #header .header-nav-features.header-nav-features-light:after {
  background: rgba(255, 255, 255, 0.1);
}

/* line 504, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features:not(.header-nav-features-no-border):before, #header .header-nav-features:not(.header-nav-features-no-border):after {
  content: '';
}

/* line 508, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features:not(.header-nav-features-no-border):after {
  display: none;
}

/* line 512, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features.header-nav-features-show-border:before, #header .header-nav-features.header-nav-features-show-border:after {
  content: '';
}

@media (min-width: 576px) {
  /* line 517, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-features.header-nav-features-sm-show-border:before, #header .header-nav-features.header-nav-features-sm-show-border:after {
    content: '';
  }
}

@media (min-width: 768px) {
  /* line 523, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-features.header-nav-features-md-show-border:before, #header .header-nav-features.header-nav-features-md-show-border:after {
    content: '';
  }
}

@media (min-width: 992px) {
  /* line 529, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-features.header-nav-features-lg-show-border:before, #header .header-nav-features.header-nav-features-lg-show-border:after {
    content: '';
  }
}

@media (min-width: 1200px) {
  /* line 535, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-features.header-nav-features-xl-show-border:before, #header .header-nav-features.header-nav-features-xl-show-border:after {
    content: '';
  }
}

/* line 540, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features.header-nav-features-start {
  padding-left: 0;
  margin-left: 0;
  padding-right: 20px;
  margin-right: 10px;
}

/* line 547, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features.header-nav-features-start:not(.header-nav-features-no-border):before {
  left: auto;
  right: 0;
}

/* line 552, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features.header-nav-features-center {
  padding-left: 20px;
  margin-left: 10px;
  padding-right: 20px;
  margin-right: 10px;
}

/* line 559, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features.header-nav-features-center:after {
  display: block;
  left: auto;
  right: 0;
}

/* line 565, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
  font-size: 12.8px;
  font-size: 0.8rem;
  position: relative;
  top: -1px;
  color: #444;
}

/* line 574, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features.header-nav-features-light .header-nav-top-icon,
#header .header-nav-features.header-nav-features-light .header-nav-top-icon-img {
  color: #FFF;
}

/* line 579, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-top-icon-img {
  top: -2px;
}

/* line 583, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-feature {
  position: relative;
}

/* line 587, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-dropdown {
  opacity: 0;
  top: -10000px;
  position: absolute;
  -webkit-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  background: #FFF;
  padding: 17px;
  min-width: 300px;
  z-index: 10000;
  right: 100%;
  margin-right: -25px;
  margin-top: 30px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  pointer-events: none;
}

/* line 605, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-dropdown:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  -webkit-transform: translate3d(-7px, -6px, 0);
  transform: translate3d(-7px, -6px, 0);
}

/* line 620, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-dropdown.show {
  opacity: 1;
  top: auto;
  pointer-events: all;
}

@media (min-width: 992px) {
  /* line 627, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-reverse {
    right: auto;
    margin-right: 0;
    left: 100%;
    margin-left: -25px;
  }
  /* line 634, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-reverse:before {
    right: auto;
    left: 5px;
    -webkit-transform: translate3d(7px, -6px, 0);
    transform: translate3d(7px, -6px, 0);
  }
}

@media (max-width: 440px) {
  /* line 643, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed {
    position: fixed;
    right: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  /* line 651, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed:before {
    content: none;
  }
}

/* line 656, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-force-right {
  margin-right: 6px !important;
  right: 0;
}

/* line 661, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark {
  background: #212529;
}

/* line 665, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark:before {
  border-bottom-color: #212529;
}

/* line 669, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart {
  z-index: 2;
}

/* line 673, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
  padding: 20px;
}

/* line 677, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .cart-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1;
}

/* line 689, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
  position: absolute;
  top: -12px;
  right: -10px;
  width: 15px;
  height: 15px;
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  background-color: #ed5348;
  text-align: center;
  line-height: 15px;
  border-radius: 20px;
  -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 707, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 713, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #EEE;
}

/* line 719, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li:first-child {
  margin-top: -15px;
}

/* line 723, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image {
  float: right;
  border-color: #ededed;
  border-width: 1px;
  padding: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: relative;
}

/* line 734, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img {
  max-width: 80px;
}

/* line 738, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details {
  margin-left: 0;
  line-height: 1.4;
}

/* line 743, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details a {
  letter-spacing: 0.005em;
  font-weight: 600;
  color: #696969;
}

/* line 749, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .product-name {
  margin: 15px 0 0;
  font-size: 0.9em;
  font-weight: 400;
}

/* line 755, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price {
  font-size: 0.8em;
}

/* line 759, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .btn-remove {
  z-index: 3;
  top: 5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #474747;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  line-height: 20px;
  font-size: 10px;
}

/* line 776, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .totals {
  padding: 15px 0 25px;
  overflow: hidden;
}

/* line 781, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .totals .label {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #474747;
}

/* line 789, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .totals .price-total {
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #474747;
}

/* line 797, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .actions {
  padding: 0;
  margin: 0;
}

/* line 802, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .actions .btn {
  display: inline-block;
  min-width: 125px;
  text-align: center;
  margin: 5px 0;
  float: right;
  font-size: 11.2px;
  font-size: 0.7rem;
  padding: 11.2px 16px;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 816, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart .actions .btn:first-child {
  float: left;
}

/* line 820, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .cart-info {
  margin-top: -9px;
  left: -4px;
}

/* line 825, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .header-nav-features-dropdown {
  margin-right: -31px;
  top: 10px;
}

/* line 830, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user .header-nav-features-toggle {
  color: #444;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 837, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user .header-nav-features-toggle .far {
  font-size: 15.2px;
  font-size: 0.95rem;
  margin: 0px 2px 0 0;
  position: relative;
  top: 1px;
}

/* line 845, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user .header-nav-features-toggle:hover {
  text-decoration: none;
}

/* line 849, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
  margin-right: -27px;
  min-width: 420px;
  padding: 35px;
}

@media (max-width: 767px) {
  /* line 856, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
    min-width: 320px;
  }
}

/* line 861, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user .actions {
  padding: 0;
  margin: 0;
}

/* line 866, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user .actions .btn {
  display: inline-block;
  min-width: 125px;
  margin: 5px 0;
  font-size: 11.2px;
  font-size: 0.7rem;
  padding: 11.2px 16px;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 878, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user .extra-actions {
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}

/* line 886, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user .extra-actions p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}

/* line 893, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user.signin .signin-form {
  display: block;
}

/* line 897, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user.signin .signup-form, #header .header-nav-features .header-nav-features-user.signin .recover-form {
  display: none;
}

/* line 901, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user.signup .signin-form {
  display: none;
}

/* line 905, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user.signup .signup-form {
  display: block;
}

/* line 909, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user.signup .recover-form {
  display: none;
}

/* line 913, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user.recover .signin-form, #header .header-nav-features .header-nav-features-user.recover .signup-form {
  display: none;
}

/* line 917, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-user.header-nav-features-user-logged .header-nav-features-dropdown {
  min-width: 320px;
}

/* line 921, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
}

/* line 931, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal .simple-search {
  display: none;
}

/* line 935, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-hide-icon {
  display: none;
  text-decoration: none;
}

/* line 940, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-show-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}

/* line 947, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-hide-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 957, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-show-icon {
  display: none;
}

/* line 961, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal.show .simple-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 967, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 978, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 984, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
  border: 0;
  background: transparent;
  font-size: 22px !important;
  line-height: 1;
  border-bottom: 2px solid #CCC;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

/* line 997, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 2;
  display: block;
  margin-right: 10px;
  margin-top: -10px;
}

/* line 1007, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon i {
  font-size: 20px;
}

/* line 1011, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full {
  position: fixed;
  z-index: 100000;
  background: transparent;
}

/* line 1017, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full:before {
  content: "";
  display: block;
  background: rgba(23, 23, 23, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 1030, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .form-control {
  color: #FFF;
}

/* line 1034, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon {
  position: fixed;
  top: 25px;
  right: 20px;
  margin-top: 0;
}

/* line 1041, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .header-nav-features-search-hide-icon i {
  color: #FFF;
}

/* line 1045, app/assets/stylesheets/theme/theme.scss */
#header.search-show .header-nav-features .header-nav-features-search-reveal-big-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1051, app/assets/stylesheets/theme/theme.scss */
#header .header-search {
  margin-left: 16px;
  margin-left: 1rem;
}

/* line 1056, app/assets/stylesheets/theme/theme.scss */
#header .header-search .form-control {
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: 170px;
}

/* line 1069, app/assets/stylesheets/theme/theme.scss */
#header .header-search .btn-light {
  background: transparent;
  border: 0 none;
  color: #CCC;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

/* line 1079, app/assets/stylesheets/theme/theme.scss */
#header .header-search .btn-light:hover {
  color: #000;
}

/* line 1083, app/assets/stylesheets/theme/theme.scss */
#header .header-social-icons {
  margin-left: 16px;
  margin-left: 1rem;
}

/* line 1088, app/assets/stylesheets/theme/theme.scss */
#header .header-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 1092, app/assets/stylesheets/theme/theme.scss */
#header .header-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 1096, app/assets/stylesheets/theme/theme.scss */
#header .header-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 1100, app/assets/stylesheets/theme/theme.scss */
#header .header-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  /* line 1105, app/assets/stylesheets/theme/theme.scss */
  #header .header-mobile-border-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}

/* line 1115, app/assets/stylesheets/theme/theme.scss */
#header .header-btn-collapse-nav {
  background: #CCC;
  color: #FFF;
  display: none;
  float: right;
  margin: 0 0 0 16px;
  margin: 0 0 0 1rem;
}

/* line 1124, app/assets/stylesheets/theme/theme.scss */
#header.header-narrow .header-body {
  min-height: 0;
}

/* line 1128, app/assets/stylesheets/theme/theme.scss */
#header.header-narrow .header-logo {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1133, app/assets/stylesheets/theme/theme.scss */
#header.header-narrow .header-nav {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1138, app/assets/stylesheets/theme/theme.scss */
#header.header-no-border-bottom .header-body {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

/* line 1143, app/assets/stylesheets/theme/theme.scss */
#header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li:hover > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li:hover > a {
  margin: 0;
}

/* line 1147, app/assets/stylesheets/theme/theme.scss */
#header.header-effect-shrink {
  -webkit-transition: ease height 300ms;
  transition: ease height 300ms;
}

/* line 1152, app/assets/stylesheets/theme/theme.scss */
#header.header-effect-shrink .header-top {
  -webkit-transition: ease height 300ms;
  transition: ease height 300ms;
}

/* line 1157, app/assets/stylesheets/theme/theme.scss */
#header.header-effect-shrink .header-container {
  min-height: 100px;
}

/* line 1161, app/assets/stylesheets/theme/theme.scss */
#header.header-effect-shrink .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1170, app/assets/stylesheets/theme/theme.scss */
#header.header-dark .header-body {
  background: #212529;
}

/* line 1174, app/assets/stylesheets/theme/theme.scss */
#header.header-dark .header-body .header-nav.header-nav-links-side-header nav > ul > li > a {
  border-bottom-color: #2a2a2a;
}

@media (max-width: 991px) {
  /* line 1179, app/assets/stylesheets/theme/theme.scss */
  html.mobile-menu-opened #header .header-body[class*="border-color-"] {
    border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
  }
}

/* line 1184, app/assets/stylesheets/theme/theme.scss */
html:not(.boxed) #header.header-floating-bar {
  position: absolute;
  top: 45px;
  width: 100%;
}

/* line 1190, app/assets/stylesheets/theme/theme.scss */
html:not(.boxed) #header.header-floating-bar .header-body {
  border: medium none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: auto;
}

/* line 1198, app/assets/stylesheets/theme/theme.scss */
html:not(.boxed) #header.header-floating-bar .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  /* line 1204, app/assets/stylesheets/theme/theme.scss */
  html:not(.boxed) #header.header-floating-bar {
    top: 0;
  }
}

@media (max-width: 991px) {
  /* line 1210, app/assets/stylesheets/theme/theme.scss */
  html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-body {
    margin: 10px;
  }
  /* line 1214, app/assets/stylesheets/theme/theme.scss */
  html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-nav-main:before {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 1220, app/assets/stylesheets/theme/theme.scss */
  html:not(.sticky-header-active) #header.header-floating-bar .header-body {
    max-width: 1140px;
    right: 15px;
  }
  /* line 1225, app/assets/stylesheets/theme/theme.scss */
  html:not(.sticky-header-active) #header.header-floating-bar .header-container {
    padding-right: 0px;
    padding-left: 30px;
  }
}

/* line 1231, app/assets/stylesheets/theme/theme.scss */
html:not(.boxed) #header.header-full-width .header-container {
  width: 100%;
  max-width: none;
}

/* line 1236, app/assets/stylesheets/theme/theme.scss */
html #header.header-bottom-slider {
  position: absolute;
  bottom: 0;
}

/* line 1241, app/assets/stylesheets/theme/theme.scss */
html #header.header-bottom-slider .header-body {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 1245, app/assets/stylesheets/theme/theme.scss */
html #header.header-bottom-slider.header-transparent-light-top-border .header-body {
  border-top: 1px solid rgba(68, 68, 68, 0.4);
}

/* line 1249, app/assets/stylesheets/theme/theme.scss */
html #header.header-bottom-slider.header-transparent-light-top-border-1 .header-body {
  border-top: 1px solid rgba(68, 68, 68, 0.1);
}

/* line 1253, app/assets/stylesheets/theme/theme.scss */
html #header.header-bottom-slider.header-transparent-dark-top-border .header-body {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 1257, app/assets/stylesheets/theme/theme.scss */
html #header.header-bottom-slider.header-transparent-dark-top-border-1 .header-body {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 1261, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-active #header.header-bottom-slider .header-body {
  border-top-color: transparent;
}

@media (max-width: 991px) {
  /* line 1266, app/assets/stylesheets/theme/theme.scss */
  html #header.header-bottom-slider .header-nav-main {
    top: calc(100% + 15px);
  }
  /* line 1270, app/assets/stylesheets/theme/theme.scss */
  html.sticky-header-active #header.header-bottom-slider .header-nav-main {
    top: 100%;
  }
}

/* line 1275, app/assets/stylesheets/theme/theme.scss */
html #header.header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}

/* line 1281, app/assets/stylesheets/theme/theme.scss */
html #header.header-transparent .header-body:not(.header-border-bottom) {
  border-bottom: 0;
}

/* line 1285, app/assets/stylesheets/theme/theme.scss */
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
  background-color: transparent !important;
}

/* line 1289, app/assets/stylesheets/theme/theme.scss */
html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 1293, app/assets/stylesheets/theme/theme.scss */
html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
  background-color: rgba(68, 68, 68, 0.4) !important;
}

/* line 1297, app/assets/stylesheets/theme/theme.scss */
html:not(.sticky-header-active) #header.header-transparent-light-bottom-border .header-body {
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}

/* line 1301, app/assets/stylesheets/theme/theme.scss */
html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body {
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}

/* line 1305, app/assets/stylesheets/theme/theme.scss */
html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 1309, app/assets/stylesheets/theme/theme.scss */
html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  /* line 1314, app/assets/stylesheets/theme/theme.scss */
  html #header.header-transparent .header-body {
    overflow: hidden;
  }
  /* line 1318, app/assets/stylesheets/theme/theme.scss */
  html #header.header-transparent .header-body.bg-dark .header-nav-main:before, html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
    background-color: #212529;
  }
  /* line 1322, app/assets/stylesheets/theme/theme.scss */
  html #header.header-transparent .header-nav-main:before {
    width: calc(100% - 30px);
  }
  /* line 1326, app/assets/stylesheets/theme/theme.scss */
  html #header.header-transparent .header-nav-main nav {
    padding: 0 30px;
  }
  /* line 1330, app/assets/stylesheets/theme/theme.scss */
  html.sticky-header-active #header.header-transparent .header-nav-main nav {
    padding: 0 15px;
  }
}

/* line 1335, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: rgba(234, 234, 234, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
  box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}

/* line 1342, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-active #header .header-body.header-body-bottom-border {
  border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

/* line 1346, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-active #header.header-effect-shrink .header-body {
  position: relative;
}

/* line 1350, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-reveal.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
}

/* line 1357, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-enabled #header .header-logo-sticky-change {
  position: relative;
}

/* line 1361, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-enabled #header .header-logo-sticky-change img {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1367, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
  opacity: 1 !important;
}

/* line 1371, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {
  opacity: 0 !important;
}

/* line 1375, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
  opacity: 0 !important;
}

/* line 1379, app/assets/stylesheets/theme/theme.scss */
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
  opacity: 1 !important;
}

/* Header Nav Main */
@media (min-width: 992px) {
  /* line 1385, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
  }
  /* line 1392, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 1398, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li {
    height: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-left: 2px;
  }
  /* line 1405, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #CCC;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 1rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
  /* line 1423, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li > a:after {
    display: none;
  }
  /* line 1427, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li > a:active {
    background-color: transparent;
    text-decoration: none;
    color: #CCC;
  }
  /* line 1433, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
    display: none;
  }
  /* line 1437, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li > a.active {
    background-color: transparent;
  }
  /* line 1441, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #CCC;
    color: #FFF;
  }
  /* line 1446, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 3px solid #CCC;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    margin: 0;
    min-width: 200px;
    padding: 5px 0;
    text-align: left;
  }
  /* line 1462, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #777;
    font-size: 0.8em;
    font-weight: 400;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    letter-spacing: -0.5px;
  }
  /* line 1473, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
    background-color: transparent;
  }
  /* line 1477, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a {
    background-color: #f8f9fa;
  }
  /* line 1481, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  /* line 1485, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
    display: none;
  }
  /* line 1489, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 50%;
    font-size: 0.5rem;
    opacity: 0.7;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  /* line 1504, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    left: 100%;
    display: block;
    margin-top: -8px;
    margin-left: -1px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 1515, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > a:after, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a:after {
    opacity: 1;
    right: 15px;
  }
  /* line 1520, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  /* line 1525, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > a:after {
    right: 30px;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
  }
  /* line 1531, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    left: auto;
    right: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 1538, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  /* line 1542, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
    border-radius: 4px 4px 0 0;
    position: relative;
  }
  /* line 1547, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 5px solid #CCC;
  }
  /* line 1557, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }
  /* line 1563, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* line 1568, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }
  /* line 1572, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 4px;
    left: 15px;
    right: 15px;
    width: auto;
  }
  /* line 1579, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 1.6rem;
  }
  /* line 1583, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #333333;
    display: block;
    font-size: 0.85em;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
  }
  /* line 1594, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }
  /* line 1598, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 1604, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border: 0 none;
    border-radius: 4px;
    color: #777;
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 0 3px -8px;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
  }
  /* line 1618, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #f7f7f7;
  }
  /* line 1622, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > .dropdown-item {
    padding: 0.5rem 0.8rem;
  }
  /* line 1626, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li .wrapper-items-cloned i {
    display: none;
  }
  /* line 1630, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li > a {
    border-radius: 0 !important;
  }
  /* line 1634, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    border-radius: 0 !important;
  }
  /* line 1638, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    border-radius: 0 !important;
  }
  /* line 1642, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .thumb-info, #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .thumb-info-wrapper {
    border-radius: 0 !important;
  }
  /* line 1646, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0 !important;
  }
  /* line 1650, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border-radius: 0 !important;
  }
  /* line 1654, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu {
    border: 0 !important;
    border-radius: 4px;
  }
  /* line 1659, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    margin-top: -5px;
  }
  /* line 1663, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-font-sm nav > ul > li > a {
    font-size: 0.7rem;
  }
  /* line 1667, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-font-md nav > ul > li > a {
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: -1px;
  }
  /* line 1674, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-font-lg nav > ul > li > a {
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -1px;
  }
  /* line 1681, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-font-lg-upper nav > ul > li > a {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  /* line 1688, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-font-alternative nav > ul > li > a {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
  }
  /* line 1694, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu {
    border: 0 !important;
    padding: 15px 8px;
    margin-left: -10px;
  }
  /* line 1700, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 0;
    background: transparent !important;
    font-size: 0.85em;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    left: 0;
  }
  /* line 1709, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a:active {
    left: 5px;
  }
  /* line 1713, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-modern nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    margin-top: -15px;
  }
  /* line 1717, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-center nav > ul > li.dropdown:not(.dropdown-mega) > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 10px, 0) !important;
    transform: translate3d(-50%, 10px, 0) !important;
  }
  /* line 1722, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-center nav > ul > li.dropdown:not(.dropdown-mega):hover > .dropdown-menu {
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
    transform: translate3d(-50%, 0, 0) !important;
  }
  /* line 1729, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-center.header-nav-main-dropdown-center-bottom nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -14px !important;
  }
  /* line 1733, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item {
    position: relative;
  }
  /* line 1737, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    -webkit-transform: translate3d(-7px, 10px, 0);
    transform: translate3d(-7px, 10px, 0);
    bottom: 14px;
    margin-top: auto;
    z-index: 1001;
    opacity: 0;
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
  }
  /* line 1758, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -14px !important;
    -webkit-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
  }
  /* line 1764, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-item:before, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-item:before {
    opacity: 1 !important;
    -webkit-transform: translate3d(-7px, 0, 0);
    transform: translate3d(-7px, 0, 0);
  }
  /* line 1770, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dark nav > ul > li > a {
    color: #444;
  }
  /* line 1774, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > a {
    background-color: transparent;
    color: #FFF;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 18px 22px !important;
    margin: 0 !important;
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  /* line 1788, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > a.dropdown-toggle:after {
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  /* line 1794, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > a.item-original {
    display: none;
  }
  /* line 1798, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  /* line 1807, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    position: relative;
    background: transparent !important;
    color: #444;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%;
    -webkit-transition: ease all 300ms;
    transition: ease all 300ms;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  /* line 1834, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.dropdown-toggle:after {
    display: none;
  }
  /* line 1838, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a .fa-caret-down {
    display: none;
  }
  /* line 1842, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.active:first-child {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: 0;
  }
  /* line 1848, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.active.item-two {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  /* line 1854, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span .item-two {
    position: absolute;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
    width: auto;
    left: 0;
  }
  /* line 1863, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a:first-child {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: 0;
  }
  /* line 1869, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span .item-two {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  /* line 1875, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-transition nav > ul > li > a {
    -webkit-transition: ease all 300ms;
    transition: ease all 300ms;
  }
  /* line 1880, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main a > .thumb-info-preview {
    position: absolute;
    display: block;
    left: 100%;
    opacity: 0;
    border: 0;
    padding-left: 10px;
    background: transparent;
    overflow: visible;
    margin-top: 15px;
    top: -10000px;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  /* line 1899, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
    background: #FFF;
    display: block;
    border-radius: 4px;
    border: 0;
    -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 4px;
    text-align: left;
    width: 190px;
  }
  /* line 1912, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
    -webkit-transition: all 6s linear 0s;
    transition: all 6s linear 0s;
    width: 182px;
    height: 136px;
    min-height: 0;
  }
  /* line 1920, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main a:hover > .thumb-info-preview {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
  }
  /* line 1928, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    right: 100%;
    left: auto;
    padding-left: 0;
    margin-right: 10px;
  }
  /* line 1937, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 1942, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar {
    z-index: 1;
  }
  /* line 1946, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar.header-nav-bar-top-border {
    border-top: 1px solid #EDEDED;
  }
  /* line 1950, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-container {
    min-height: 0;
    height: auto !important;
  }
  /* line 1955, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-nav {
    min-height: 60px;
  }
  /* line 1959, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
    bottom: 1px !important;
    margin-left: 0;
  }
  /* line 1964, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-bar .header-nav .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -1px !important;
  }
  /* line 1968, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1973, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item {
    padding: 0 0 0 2rem !important;
  }
  /* line 1977, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
    bottom: 1px !important;
    margin-left: 17px;
  }
  /* line 1982, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -1px !important;
  }
  /* line 1986, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  /* line 2003, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe {
    padding: 0;
  }
  /* line 2007, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe .header-nav-main {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-top: -1px;
    min-height: 0;
  }
  /* line 2014, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 2020, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav > ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  /* line 2028, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav > ul > li > a {
    background: transparent;
    padding: 0 .9rem;
    margin: 1px 0 0;
    height: 100%;
  }
  /* line 2035, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav > ul > li > a.active {
    color: #333;
    background: transparent;
  }
  /* line 2040, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active, #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active {
    color: #FFF;
    padding-bottom: 0;
  }
  /* line 2045, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  /* line 2049, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 1px;
  }
  /* line 2055, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
    left: auto;
  }
  /* line 2059, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe.header-nav-main-dark nav > ul > li:hover > a {
    color: #FFF !important;
  }
  /* line 2063, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    color: #FFF !important;
  }
  /* line 2067, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active {
    color: #FFF !important;
  }
  /* line 2071, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    padding: 0;
  }
  /* line 2075, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }
  /* line 2082, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%;
  }
  /* line 2091, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links nav > ul > li:hover > a:before, #header .header-nav.header-nav-links nav > ul > li.open > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-line nav > ul > li.open > a:before {
    opacity: 1;
  }
  /* line 2095, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links nav > ul > li > a.active, #header .header-nav.header-nav-line nav > ul > li > a.active {
    background: transparent;
  }
  /* line 2099, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links nav > ul > li > a.active:before, #header .header-nav.header-nav-line nav > ul > li > a.active:before {
    opacity: 1;
  }
  /* line 2103, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links nav > ul > li.dropdown > a:before, #header .header-nav.header-nav-line nav > ul > li.dropdown > a:before {
    border-bottom: 0;
  }
  /* line 2107, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: 0;
  }
  /* line 2111, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #444;
  }
  /* line 2115, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
    color: #FFF;
  }
  /* line 2119, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a {
    color: #FFF !important;
  }
  /* line 2123, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a.active, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a.active {
    color: #FFF !important;
  }
  /* line 2127, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:hover > a, #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:active > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:hover > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:active > a {
    color: #FFF !important;
  }
  /* line 2131, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line nav > ul > li > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    background: transparent;
    width: auto;
    height: 3px;
    top: -2px;
    left: -1px;
    right: -1px;
    opacity: 0;
  }
  /* line 2143, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
    opacity: 1 !important;
  }
  /* line 2147, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -2px;
    left: 0;
  }
  /* line 2156, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li:hover > a:before {
    top: -4px;
  }
  /* line 2160, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    width: auto;
    height: 3px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  /* line 2173, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li:hover > a:before {
    left: 0;
    right: 0;
    height: 7px;
    margin: 6px 10px 15px 10px;
    opacity: 0.3 !important;
  }
  /* line 2181, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a:before {
    -webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
    transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
    right: 100%;
  }
  /* line 2187, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a.active:before {
    right: 15px;
  }
  /* line 2191, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li:hover > a:before {
    right: 15px;
  }
  /* line 2195, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav > ul > li > a.active:before {
    right: 0;
  }
  /* line 2199, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav > ul > li:hover > a:before {
    right: 0;
  }
  /* line 2203, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -1px;
  }
  /* line 2207, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
    color: #FFF !important;
  }
  /* line 2211, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
    color: #333 !important;
  }
  /* line 2215, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
    color: #333 !important;
  }
  /* line 2219, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-icons nav > ul > li > a [class*="fa-"], #header .header-nav.header-nav-icons nav > ul > li > a .icons {
    font-size: 1.1rem;
    margin-right: 0.28rem;
    margin-top: 0.1rem;
  }
  /* line 2225, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-divisor nav > ul > li {
    margin: 0;
  }
  /* line 2229, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-divisor nav > ul > li > a {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
  }
  /* line 2233, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-divisor nav > ul > li:last-child > a {
    border-right: 0;
  }
  /* line 2237, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-spaced nav > ul > li > a {
    margin: 0 !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 2243, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown > a:before {
    border-bottom: 0;
  }
  /* line 2247, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
    border-bottom-color: #2a2a2a;
  }
  /* line 2251, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
    background: #1e1e1e;
    margin-top: 0;
  }
  /* line 2256, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #969696;
  }
  /* line 2260, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a {
    background: #282828;
  }
  /* line 2264, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    color: #ababab;
  }
  /* line 2268, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:focus > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.active > a {
    background: #282828;
  }
  /* line 2272, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }
  /* line 2290, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
    font-size: 0.9em;
    text-transform: none;
    font-weight: normal;
    margin-top: 0.3rem;
  }
  /* line 2297, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span {
    margin-top: -0.5rem;
  }
  /* line 2301, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
    -webkit-transition: ease padding-bottom 300ms;
    transition: ease padding-bottom 300ms;
  }
  /* line 2306, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active {
    padding-bottom: 15px;
  }
  /* line 2310, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active > span {
    top: 60%;
    left: 0;
    opacity: 1;
  }
  /* line 2316, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: ease opacity 200ms, ease top 300ms;
    transition: ease opacity 200ms, ease top 300ms;
  }
  /* line 2328, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a {
    padding-bottom: 15px;
  }
  /* line 2332, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a > span {
    top: 60%;
    left: 0;
    opacity: 1;
  }
  /* line 2338, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li > a {
    padding: 10px 15px !important;
    min-height: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
  }
  /* line 2345, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li:last-child > a {
    border-bottom: 0;
  }
  /* line 2349, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown {
    position: static;
  }
  /* line 2353, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown > .dropdown-item {
    position: relative;
  }
  /* line 2357, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown > .dropdown-item:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054" !important;
    font-weight: 900;
    position: absolute;
    top: 50%;
    font-size: 0.5rem;
    opacity: 0.7 !important;
    left: auto;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: block !important;
  }
  /* line 2374, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown:hover > .dropdown-item:before {
    right: 15px;
    opacity: 1 !important;
  }
  /* line 2379, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown .dropdown-menu,
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown li.dropdown-submenu > .dropdown-menu {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  /* line 2385, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown:hover:not(.open) .dropdown-menu {
    top: -10000px;
    opacity: 0;
  }
  /* line 2390, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown.open .dropdown-menu > li.dropdown-submenu:hover:not(.open) .dropdown-menu {
    top: -10000px;
    opacity: 0;
  }
}

/* Header Arrows */
@media (min-width: 992px) {
  /* line 2397, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-arrows nav > ul > li > a.dropdown-toggle:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
    border: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 4px;
    font-size: 0.6rem;
  }
}

/* Header Nav Main Dark Text */
@media (min-width: 992px) {
  /* line 2412, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-dark-text nav > .nav-pills > li > a {
    color: #333;
  }
}

/* Header Nav Main Colors */
@media (min-width: 992px) {
  /* line 2418, app/assets/stylesheets/theme/theme.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color .dropdown-menu {
    border-top: 0;
  }
  /* line 2422, app/assets/stylesheets/theme/theme.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    margin-top: -5px;
  }
}

/* Header Nav Main Dark Text */
@media (min-width: 992px) {
  /* line 2428, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-rounded nav > .nav-pills > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 1.5rem;
  }
  /* line 2437, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-rounded nav > .nav-pills > li > a:before {
    display: none !important;
  }
  /* line 2441, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-rounded nav > ul > li.dropdown.open > a, #header .header-nav-main-rounded nav > ul > li.dropdown:hover > a {
    border-radius: 1.5rem;
  }
  /* line 2445, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-rounded nav > ul > li.dropdown .dropdown-menu {
    border-radius: 4px;
  }
}

/* Header Nav Main Stretch */
@media (min-width: 992px) {
  /* line 2451, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-stretch {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 2456, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-stretch .header-nav-main {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  /* line 2461, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-stretch nav > ul > li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  /* line 2469, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-stretch nav > ul > li.dropdown.open > a:before, #header .header-nav-stretch nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  /* line 2473, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-stretch nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-stretch nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: -1px;
  }
}

/* Header Narrow */
@media (min-width: 992px) {
  /* line 2481, app/assets/stylesheets/theme/theme.scss */
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dropdowns-dark nav > ul > li > a, #header.header-narrow .header-nav.header-nav-links nav > ul > li > a, #header.header-narrow .header-nav.header-nav-line nav > ul > li > a {
    min-height: 60px;
  }
}

/* Header Nav Vertical */
@media (min-width: 992px) {
  /* line 2487, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .side-header-scrollable,
  html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable {
    height: 100%;
    margin-right: -13px;
  }
  /* line 2493, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .side-header-scrollable .scrollable-content,
  html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-content {
    padding-right: 10px;
    padding-left: 0;
  }
  /* line 2499, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
    display: block;
    position: absolute;
    right: 7px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 0.5rem;
  }
  /* line 2520, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down:before,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down:before {
    content: none;
  }
  /* line 2525, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav nav,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav nav {
    display: block !important;
  }
  /* line 2530, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-dropdown nav > ul > li.dropdown,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-dropdown nav > ul > li.dropdown {
    position: relative;
  }
  /* line 2535, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:before,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:before {
    top: 23px;
    right: 20px;
  }
  /* line 2541, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown > .dropdown-menu li a,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown > .dropdown-menu li a {
    border: 0;
  }
  /* line 2546, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:not(.open) .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:not(.open) .dropdown-menu {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    top: -10000px;
  }
  /* line 2555, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu,
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    min-width: auto;
    width: 100%;
    opacity: 1 !important;
  }
  /* line 2573, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > a:after,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > a:after {
    right: 20px;
  }
  /* line 2578, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-menu {
    min-width: 0;
  }
  /* line 2583, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content {
    padding: 5px 0 5px 15px;
  }
  /* line 2588, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content [class*=col],
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content [class*=col] {
    max-width: 100%;
    display: block;
    padding: 5px 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  /* line 2598, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-title,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-title {
    padding-left: 15px;
    font-size: 0.75em;
  }
  /* line 2604, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-nav,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-nav {
    padding-left: 30px;
  }
  /* line 2609, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand .thumb-info-preview,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand .thumb-info-preview {
    display: none;
  }
  /* line 2614, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns {
    position: relative;
  }
  /* line 2619, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav {
    margin-top: -10px;
  }
  /* line 2624, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown {
    position: static;
  }
  /* line 2629, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10000px;
    margin-left: -15px;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: margin-left .2s ease-out, opacity .2s ease-out;
    transition: margin-left .2s ease-out, opacity .2s ease-out;
  }
  /* line 2644, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu:before,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -100vh;
    width: 100%;
    height: 100%;
    background: #FCFCFC;
    border-right: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    height: 200vh;
  }
  /* line 2658, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: static;
  }
  /* line 2663, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
    left: 100%;
    right: auto;
    margin-left: -15px;
    opacity: 0;
    -webkit-transition: margin-left .2s ease-out, opacity .2s ease-out;
    transition: margin-left .2s ease-out, opacity .2s ease-out;
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
  /* line 2676, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu:before,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu:before {
    border-left: 0;
  }
  /* line 2681, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    right: auto;
    opacity: 1;
    margin-left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 2690, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    left: auto;
  }
  /* line 2695, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
    right: 100%;
  }
  /* line 2700, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown:hover > .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    opacity: 1;
  }
  /* line 2708, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown-mega,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown-mega {
    position: static !important;
  }
  /* line 2713, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-columns .thumb-info-preview,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-columns .thumb-info-preview {
    display: none;
  }
  /* line 2718, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2726, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide .header-nav-main,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide .header-nav-main {
    height: 100% !important;
  }
  /* line 2731, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav > ul,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav > ul {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2739, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav > ul > li,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav > ul > li {
    height: auto;
  }
  /* line 2744, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: ease all 300ms;
    transition: ease all 300ms;
  }
  /* line 2752, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul.next-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul.next-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  @-webkit-keyframes sideMenuArrow {
    0% {
      left: 5px;
    }
    50% {
      left: 10px;
    }
    100% {
      left: 5px;
    }
  }
  @keyframes sideMenuArrow {
    0% {
      left: 5px;
    }
    50% {
      left: 10px;
    }
    100% {
      left: 5px;
    }
  }
  @-webkit-keyframes sideMenuArrowBack {
    0% {
      right: 5px;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 5px;
    }
  }
  @keyframes sideMenuArrowBack {
    0% {
      right: 5px;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 5px;
    }
  }
  /* line 2813, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle,
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item {
    display: inline-block;
  }
  /* line 2820, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:before,
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:before,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:before,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:before {
    display: none !important;
  }
  /* line 2827, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:after,
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:after,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    position: relative;
    font-size: 0.5rem;
    opacity: 0.7;
    display: inline-block;
    border: 0;
    top: auto;
    left: 5px;
  }
  /* line 2843, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:hover:after,
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:hover:after,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:hover:after,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:hover:after {
    -webkit-animation: sideMenuArrow 600ms ease;
    animation: sideMenuArrow 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  /* line 2853, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item {
    background: transparent;
  }
  /* line 2858, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after {
    top: -1px;
    margin-left: 5px;
    -webkit-transform: none;
    transform: none;
  }
  /* line 2866, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li a,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li a {
    background: transparent;
  }
  /* line 2871, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li {
    position: static;
    text-align: center;
  }
  /* line 2877, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li a,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li a {
    display: inline-block;
    width: 100%;
  }
  /* line 2883, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul {
    visibility: hidden;
  }
  /* line 2888, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul.visible,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li ul.visible {
    visibility: visible;
  }
  /* line 2893, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a {
    cursor: pointer;
    background: transparent;
  }
  /* line 2899, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a:before,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f053";
    font-weight: 900;
    position: relative;
    font-size: 0.5rem;
    opacity: 0.7;
    display: inline-block;
    border: 0;
    top: -1px;
    right: 5px;
  }
  /* line 2913, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a:hover:before,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.back-button > a:hover:before {
    -webkit-animation: sideMenuArrowBack 600ms ease;
    animation: sideMenuArrowBack 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  /* line 2921, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 50% !important;
    left: 100%;
    padding: 0;
    margin: 0 !important;
    opacity: 1;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, -50%, 0) !important;
    transform: translate3d(0, -50%, 0) !important;
  }
  /* line 2947, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
  }
  /* line 2952, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(204, 204, 204, 0.5);
  }
  /* line 2958, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu.next-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu.next-menu {
    -webkit-transform: translate3d(-100%, -50%, 0) !important;
    transform: translate3d(-100%, -50%, 0) !important;
  }
  /* line 2964, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu li.dropdown-submenu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu li.dropdown-submenu {
    position: static;
  }
  /* line 2969, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown-submenu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-slide nav ul li.dropdown-submenu {
    position: static;
  }
}

/* Header Floating */
/* line 2975, app/assets/stylesheets/theme/theme.scss */
#header.header-floating-icons .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 2982, app/assets/stylesheets/theme/theme.scss */
#header.header-floating-icons .header-nav-main nav > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
}

/* line 2989, app/assets/stylesheets/theme/theme.scss */
#header.header-floating-icons .header-nav-main nav > ul > li > a > i {
  pointer-events: none;
}

/* line 2993, app/assets/stylesheets/theme/theme.scss */
#header.header-floating-icons .header-nav-main nav > ul > li > a.active {
  background: #FFF !important;
}

/* line 2997, app/assets/stylesheets/theme/theme.scss */
#header.header-floating-icons .header-nav-main nav > ul > li > a.active:after {
  background: #FFF;
}

@media (min-width: 992px) {
  /* line 3002, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons {
    background: transparent;
    height: 0;
    min-height: 0 !important;
  }
  /* line 3008, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li {
    height: auto;
  }
  /* line 3012, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-row {
    display: block;
    position: absolute;
    top: 12px;
    left: -60px;
  }
  /* line 3019, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-body {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    min-height: 0;
    padding: 0;
    border: none;
  }
  /* line 3029, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav {
    padding: 0 !important;
  }
  /* line 3033, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main {
    margin: 0;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.3);
    box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.3);
  }
  /* line 3039, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li {
    border-bottom: 1px solid #CCC;
  }
  /* line 3043, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li:hover > a {
    background: #FFF;
  }
  /* line 3047, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li:hover > a > span {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  /* line 3053, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a {
    font-size: 25px;
    padding: 18px;
    -webkit-perspective: 770px;
    perspective: 770px;
    background: #F7F7F7;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  /* line 3064, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 102%;
    z-index: -1;
  }
  /* line 3075, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a > span {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 125.5%;
    background: #FFF;
    padding: 0 25px;
    height: 100%;
    line-height: 4.1;
    white-space: nowrap;
    font-size: 14px;
    z-index: -2;
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.15);
    box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.15);
    -webkit-transform-origin: -19% 0%;
    transform-origin: -19% 0%;
    -webkit-transform: rotateY(88deg);
    transform: rotateY(88deg);
  }
  /* line 3097, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a > span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -4px;
    padding: 10px;
    background: #FFF;
    z-index: -1;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
}

@media (min-width: 992px) and (max-width: 1281px) {
  /* line 3112, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-row {
    left: -19px;
  }
  /* line 3116, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a {
    padding: 9.8px;
    -webkit-perspective: 450px;
    perspective: 450px;
  }
  /* line 3122, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a > span {
    line-height: 3;
  }
}

@media (max-width: 991px) {
  /* line 3128, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons {
    position: fixed;
    top: 23px;
    right: 10px;
  }
  /* line 3134, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-body {
    background: transparent;
    border: none;
    min-height: 0;
  }
  /* line 3140, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-btn-collapse-nav {
    padding: 15px 20px;
    margin: 0;
  }
  /* line 3145, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main {
    position: absolute;
    right: 0px;
    top: 77px;
    max-width: 53px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(62, 62, 62, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(62, 62, 62, 0.2);
  }
  /* line 3155, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main:before {
    content: none;
  }
  /* line 3159, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav {
    padding: 0;
    margin: 0 !important;
    max-height: none;
  }
  /* line 3165, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul {
    display: block;
    padding: 0;
  }
  /* line 3170, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li {
    display: inline-block;
    border: none;
  }
  /* line 3175, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a {
    font-size: 1.7em;
    margin: 0;
    padding: 15px;
    background: #F7F7F7;
    border-radius: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  /* line 3184, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a > span {
    display: none;
  }
  /* line 3188, app/assets/stylesheets/theme/theme.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li:last-child > a {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 3194, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a {
    color: #FFF;
  }
  /* line 3198, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #CCC;
    background: #FFF;
  }
  /* line 3203, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    background: #FFF;
  }
  /* line 3207, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
    border-top-color: #FFF;
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
  }
  /* line 3213, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    border-top-color: #FFF;
  }
  /* line 3217, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
    background: #FFF;
  }
  /* line 3221, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown.open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #FFF;
  }
  /* line 3225, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
    background: #f5f5f5;
  }
}

@media (min-width: 992px) {
  /* line 3231, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  /* line 3240, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 3245, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  /* line 3254, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  /* line 3259, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-links .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 3266, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0;
  }
  /* line 3272, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  /* line 3278, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  /* line 3287, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 3294, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 3303, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 3310, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-5 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 3319, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-5 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 3326, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-6 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  /* line 3335, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-effect-6 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 3342, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
  /* line 3352, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  /* line 3358, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  /* line 3370, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* Header Nav Main Mobile */
@media (max-width: 991px) {
  /* line 3378, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  /* line 3388, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #FFF;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 3402, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
    -webkit-transition: ease all 500ms;
    transition: ease all 500ms;
  }
  /* line 3411, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav.collapsing {
    overflow-y: hidden;
  }
  /* line 3415, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav::-webkit-scrollbar {
    width: 5px;
  }
  /* line 3419, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(204, 204, 204, 0.5);
  }
  /* line 3424, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 3433, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  /* line 3443, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
    text-align: left;
  }
  /* line 3453, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li a .fa-caret-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
  }
  /* line 3463, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li a.dropdown-toggle {
    position: relative;
  }
  /* line 3467, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li a.dropdown-toggle:after {
    content: none;
  }
  /* line 3471, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.6rem;
  }
  /* line 3489, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li a:active {
    background-color: #f8f9fa;
    color: inherit;
  }
  /* line 3494, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
  }
  /* line 3509, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a {
    position: relative;
  }
  /* line 3513, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    content: none;
  }
  /* line 3517, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.6rem;
  }
  /* line 3535, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  /* line 3540, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  /* line 3545, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
    text-align: left;
  }
  /* line 3551, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
  }
  /* line 3557, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    display: block;
    text-decoration: none;
  }
  /* line 3562, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }
  /* line 3566, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #CCC;
  }
  /* line 3574, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li > a:active {
    color: #CCC;
  }
  /* line 3578, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li > a.active {
    color: #FFF !important;
    background: #CCC;
  }
  /* line 3583, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover {
    color: #FFF;
    background: #CCC;
  }
  /* line 3588, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav .not-included {
    margin: 0;
  }
  /* line 3592, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main a > .thumb-info-preview {
    display: none !important;
  }
  /* line 3596, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li a {
    border-radius: 0 !important;
  }
  /* line 3600, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-slide .wrapper-items-cloned {
    display: none;
  }
  /* line 3604, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-container {
    min-height: 0;
    height: auto !important;
  }
  /* line 3609, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-bar .header-nav {
    min-height: 60px !important;
    padding: 0;
  }
  /* line 3614, app/assets/stylesheets/theme/theme.scss */
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  /* line 3621, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-stripe {
    min-height: 90px;
  }
  /* line 3625, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    min-height: 70px;
  }
  /* line 3629, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-dropdowns-dark {
    min-height: 70px;
  }
  /* line 3633, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
    display: block;
    text-transform: none;
    font-weight: normal;
  }
}

/* Header Nav Main Mobile Dark */
@media (max-width: 991px) {
  /* line 3641, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-mobile-dark:before {
    background-color: #212529;
  }
  /* line 3645, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a {
    color: #dedede;
  }
  /* line 3649, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    color: #FFF;
  }
  /* line 3653, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a {
    color: #969696;
  }
  /* line 3657, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a.active {
    color: #FFF;
  }
  /* line 3661, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul li {
    border-bottom: 1px solid #3e3e3e;
  }
  /* line 3665, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul li:last-child {
    border-bottom: 0;
  }
  /* line 3669, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active {
    background-color: #2b2b2b;
  }
  /* line 3673, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    color: #eaeaea;
  }
}

/* Header Nav Main Dark Text */
@media (max-width: 991px) {
  /* line 3679, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dark-text nav > ul > li > a {
    color: #333;
  }
  /* line 3683, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main.header-nav-main-dark-text nav > ul > li > a.active {
    color: #FFF;
  }
}

/* Header Nav Vertical */
@media (max-width: 991px) {
  /* line 3689, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .side-header-scrollable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  /* line 3698, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .side-header-scrollable .scrollable-content {
    right: 0 !important;
    overflow: visible;
  }
  /* line 3703, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .side-header-scrollable .scrollable-pane {
    display: none !important;
  }
}

/* Side Header Hamburguer Sidebar */
@media (max-width: 991px) {
  /* line 3709, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-row-side-header {
    width: 100%;
  }
  /* line 3713, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable {
    height: 100%;
  }
  /* line 3717, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-content {
    right: 0 !important;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: hidden;
  }
  /* line 3724, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-pane {
    display: none !important;
  }
  /* line 3728, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav {
    height: 100%;
  }
  /* line 3732, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav .header-nav-main {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  /* line 3740, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav nav {
    display: block !important;
    max-height: 69vh;
    padding: 0 8px 0 0;
  }
  /* line 3746, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  /* line 3752, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }
  /* line 3759, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a {
    color: #dedede !important;
    border-bottom-color: #3e3e3e;
  }
  /* line 3764, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    color: #FFF !important;
  }
  /* line 3768, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a {
    color: #969696;
  }
  /* line 3772, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a.active {
    color: #FFF;
  }
  /* line 3776, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul li {
    border-bottom-color: #3e3e3e;
  }
  /* line 3780, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active {
    background-color: #2b2b2b;
  }
  /* line 3784, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    color: #444 !important;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 70px;
    height: 100%;
  }
  /* line 3794, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.dropdown-toggle:after {
    content: none;
  }
  /* line 3798, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
    color: #CCC;
    background: transparent;
  }
  /* line 3803, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: 0;
  }
  /* line 3807, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul li {
    border-bottom: 0;
  }
  /* line 3811, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul li a {
    color: #444;
    font-size: 12px;
  }
  /* line 3816, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav > ul > li > a {
    padding: 10px 15px !important;
    min-height: 0 !important;
    border-bottom: 1px solid #f7f7f7;
    border-radius: 0;
  }
  /* line 3823, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav > ul > li:last-child > a {
    border-bottom: 0;
  }
  /* line 3827, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav > ul > li.dropdown {
    position: static;
  }
  /* line 3831, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown > .dropdown-menu li a {
    border: 0;
  }
  /* line 3835, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:not(.open) .dropdown-menu {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    top: -10000px;
  }
  /* line 3843, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    min-width: auto;
    width: 100%;
    opacity: 1 !important;
  }
  /* line 3859, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-menu {
    min-width: 0;
  }
  /* line 3863, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content {
    padding: 5px 0 5px 15px;
  }
  /* line 3867, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content [class*=col] {
    max-width: 100%;
    display: block;
    padding: 5px 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  /* line 3876, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-title {
    margin-top: 0;
    padding-left: 15px;
    color: #333333;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.5px;
  }
  /* line 3886, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content .dropdown-mega-sub-nav {
    padding-left: 10px;
  }
  /* line 3890, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand .thumb-info-preview {
    display: none;
  }
}

/* Responsive */
@media (min-width: 992px) {
  /* line 3896, app/assets/stylesheets/theme/theme.scss */
  #header .header-body:not(.h-100) {
    height: auto !important;
  }
}

@media (max-width: 991px) {
  /* line 3902, app/assets/stylesheets/theme/theme.scss */
  #header .header-logo img {
    z-index: 1;
  }
  /* line 3906, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 3915, app/assets/stylesheets/theme/theme.scss */
  #header.header-narrow .header-nav.header-nav-stripe {
    min-height: 70px;
  }
}

/* Mega Menu (Signin/SignUp) */
/* line 3920, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
  width: 40%;
  right: 15px;
  left: auto;
  border-radius: 6px 0 6px 6px;
}

/* line 3927, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
  width: 100%;
  margin-top: 0;
}

/* line 3932, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
  background-color: transparent !important;
  color: #333;
  padding: 0;
  margin: 0;
  display: block;
}

/* line 3940, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
  float: right;
}

/* line 3944, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
  text-decoration: none;
}

/* line 3948, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
  margin-right: 5px;
}

/* line 3952, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
  width: 120px;
}

/* line 3956, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
  text-align: right;
  width: 80px;
}

/* line 3961, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #DDD;
  clear: both;
}

/* line 3968, app/assets/stylesheets/theme/theme.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 3974, app/assets/stylesheets/theme/theme.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
    margin: 15px 0;
    padding: 0 15px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 3982, app/assets/stylesheets/theme/theme.scss */
  html.side-header .main .container, html.side-header #footer .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px;
  }
  /* line 3988, app/assets/stylesheets/theme/theme.scss */
  html.side-header:not(.side-header-above) body > .body {
    margin: 0 0 0 255px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  /* line 3995, app/assets/stylesheets/theme/theme.scss */
  html.side-header:not(.side-header-above) body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important;
  }
  /* line 4000, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-above #header.side-header {
    -webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
    transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 4007, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-change-container .main .container, html.side-header.side-header-change-container #footer .container {
    -webkit-transform: translateX(125px);
    transform: translateX(125px);
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  /* line 4014, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-change-container .main .container, html.side-header.side-header-change-container #footer .container {
    max-width: 960px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 4020, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-change-container .home-concept {
    -webkit-transform: translateX(125px);
    transform: translateX(125px);
  }
  /* line 4025, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-change-container .home-concept .container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1440px) {
  /* line 4032, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-change-container .home-concept .container > .row {
    margin-left: -6rem;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 4038, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-change-container.side-header-right .main .container, html.side-header.side-header-change-container.side-header-right #footer .container {
    -webkit-transform: translateX(-125px);
    transform: translateX(-125px);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 4045, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-change-container.side-header-right .home-concept {
    -webkit-transform: translateX(-125px);
    transform: translateX(-125px);
  }
}

@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1440px) {
  /* line 4052, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-change-container.side-header-right .home-concept .container > .row {
    margin-left: -6rem;
  }
}

@media (min-width: 992px) {
  /* line 4058, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header {
    position: fixed;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    top: 0;
    left: 0;
    max-width: 255px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
    transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
  }
  /* line 4073, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header:not(.header-transparent) {
    background: #FFF;
  }
  /* line 4077, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header.side-header-lg {
    max-width: 355px;
  }
  /* line 4081, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header.side-header-hide {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* line 4086, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-body {
    border-top: 0;
  }
  /* line 4090, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-container {
    width: 100%;
  }
  /* line 4094, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 4101, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-search {
    width: 100%;
    margin: 0.7rem 0;
  }
  /* line 4106, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-top .nav > li > a, html.side-header #header.side-header .header-nav-top .nav > li > span {
    display: block;
  }
  /* line 4110, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-logo {
    margin: 2rem 0;
  }
  /* line 4114, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 4121, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links nav > ul > li > a {
    height: auto;
  }
  /* line 4125, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand .header-nav-main {
    overflow: hidden;
  }
  /* line 4129, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main,
  html.side-header #header.side-header .header-nav-main nav,
  html.side-header #header.side-header .header-nav-main .nav {
    width: 100%;
  }
  /* line 4135, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  /* line 4143, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
    content: "";
    border-color: transparent transparent transparent #CCC;
    position: absolute;
    right: 15px;
    top: 50%;
    border-top: .3em solid;
    border-bottom: .3em solid transparent;
    border-left: .3em solid transparent;
    border-right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  /* line 4157, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 3px;
    left: 100%;
    border-top: 0;
    border-left: 5px solid #CCC;
    margin-left: -5px;
  }
  /* line 4165, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
    margin-top: -5px;
    border-top: 0;
  }
  /* line 4170, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown.open > a, html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 0.5rem;
  }
  /* line 4174, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown.open > a:before, html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  /* line 4178, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown-mega {
    position: relative !important;
  }
  /* line 4182, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
    min-width: 720px;
  }
  /* line 4186, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li {
    margin-top: 1px;
  }
  /* line 4190, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 4196, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li a {
    padding-right: 8px;
    padding-left: 20px;
  }
  /* line 4201, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li.dropdown-submenu > a:after {
    border-width: 4px 4px 4px 0;
  }
  /* line 4205, app/assets/stylesheets/theme/theme.scss */
  html.side-header-right:not(.side-header-above) body > .body {
    margin: 0 255px 0 0;
  }
  /* line 4209, app/assets/stylesheets/theme/theme.scss */
  html.side-header-right #header.side-header {
    left: auto;
    right: 0;
  }
  /* line 4214, app/assets/stylesheets/theme/theme.scss */
  html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
    padding-right: 0px;
    padding-left: 30px;
  }
  /* line 4219, app/assets/stylesheets/theme/theme.scss */
  html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
    left: 15px;
    right: auto;
    border-right: .3em solid transparent;
    border-left: 0;
  }
  /* line 4226, app/assets/stylesheets/theme/theme.scss */
  html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 100%;
    left: auto;
    border-right: 5px solid #CCC;
    border-left: 0;
    margin-left: 0;
    margin-right: -5px;
    border-radius: 4px 0 0 4px;
    opacity: 1;
  }
  /* line 4247, app/assets/stylesheets/theme/theme.scss */
  html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand).header-nav-links-vertical-columns .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand).header-nav-links-vertical-columns .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    height: 100vh;
  }
  /* line 4251, app/assets/stylesheets/theme/theme.scss */
  html.side-header-right #header.side-header.side-header-hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 4256, app/assets/stylesheets/theme/theme.scss */
  html.side-header-right.side-header-right-no-reverse #header.side-header .header-nav:not(.header-nav-links-vertical-slide) .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a {
    padding-left: 25px;
  }
  /* line 4260, app/assets/stylesheets/theme/theme.scss */
  html.side-header-right.side-header-right-no-reverse #header.side-header .header-nav:not(.header-nav-links-vertical-slide) .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    left: initial;
    right: 20px;
  }
  /* line 4265, app/assets/stylesheets/theme/theme.scss */
  html.ie.side-header-right #header.side-header .header-nav:not(.header-nav-links-vertical-slide) .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    left: 10px;
    right: initial;
    width: 0;
  }
  /* line 4271, app/assets/stylesheets/theme/theme.scss */
  html.side-header-semi-transparent body > .body {
    margin: 0;
  }
  /* line 4275, app/assets/stylesheets/theme/theme.scss */
  html.side-header-semi-transparent #header.side-header {
    background: rgba(0, 0, 0, 0.3);
  }
  /* line 4279, app/assets/stylesheets/theme/theme.scss */
  html.side-header-semi-transparent #header.side-header .header-body {
    background: transparent !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4285, app/assets/stylesheets/theme/theme.scss */
  html.side-header:not(.side-header-above) body > .body {
    margin: 0;
  }
  /* line 4289, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header {
    left: -255px;
    z-index: 20 !important;
  }
  /* line 4294, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-right #header.side-header {
    left: auto;
    right: -255px;
  }
}

@media (min-width: 1200px) {
  /* line 4301, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-hide #header.side-header {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 4307, app/assets/stylesheets/theme/theme.scss */
  html.side-header.side-header-right.side-header-hide #header.side-header {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  /* line 4316, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header.side-header .header-container {
    height: auto !important;
  }
}

@media (max-height: 768px) {
  /* line 4322, app/assets/stylesheets/theme/theme.scss */
  html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
  }
}

/* line 4327, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar .main .container, html.side-header-hamburguer-sidebar #footer .container {
  padding: 0 35px;
  width: auto !important;
  max-width: 1210px;
}

/* line 4333, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar:not(.side-header-above) body > .body {
  margin: 0 0 0 255px;
  width: auto;
  overflow-x: hidden;
  overflow-y: visible;
}

/* line 4340, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar:not(.side-header-above) body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  width: 100% !important;
  left: auto !important;
}

/* line 4345, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar.side-header-above #header.side-header {
  -webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
  transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
}

/* line 4350, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header {
  background: #FFF;
  position: fixed;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  max-width: 255px;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 9991;
}

/* line 4365, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header.side-header-lg {
  max-width: 355px;
}

/* line 4369, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header.side-header-hide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 4374, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header.header-transparent {
  background: transparent;
}

/* line 4378, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable {
  height: 100%;
}

/* line 4382, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-body {
  border-top: 0;
  height: 100% !important;
}

/* line 4387, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-container {
  width: 100%;
  height: 100% !important;
}

/* line 4392, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4399, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-search {
  width: 100%;
  margin: 11.2px 0;
  margin: 0.7rem 0;
}

/* line 4405, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-nav-top .nav > li > a, html.side-header-hamburguer-sidebar #header.side-header .header-nav-top .nav > li > span {
  display: block;
}

/* line 4409, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-logo {
  margin: 32px 0;
  margin: 2rem 0;
}

/* line 4414, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4421, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a {
  height: auto;
}

/* line 4425, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-nav-main,
html.side-header-hamburguer-sidebar #header.side-header .header-nav-main nav,
html.side-header-hamburguer-sidebar #header.side-header .header-nav-main .nav {
  width: 100%;
}

/* line 4431, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar #header.side-header .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

/* line 4439, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header {
  left: auto;
  right: 0;
}

/* line 4444, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header.side-header-hide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 4449, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push body > .body {
  margin: 0;
  overflow: visible;
  -webkit-transition: ease right 300ms;
  transition: ease right 300ms;
  right: 0;
}

/* line 4457, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push .body-overlay {
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 10;
  opacity: 0;
}

/* line 4471, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push #header.side-header {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: ease left 300ms;
  transition: ease left 300ms;
  left: -355px;
}

/* line 4479, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push body > .body {
  position: relative;
  -webkit-transition: ease left 300ms;
  transition: ease left 300ms;
  left: 0;
  right: auto;
}

/* line 4487, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push #header.side-header {
  -webkit-transition: ease right 300ms, ease transform 300ms;
  transition: ease right 300ms, ease transform 300ms;
  right: -355px;
  left: auto;
}

/* line 4494, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .hamburguer-btn:not(.hamburguer-btn-side-header-mobile-show), html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .sticky-wrapper {
  display: none;
}

/* line 4498, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push body > .body {
  position: relative;
  right: -355px;
}

/* line 4503, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .body-overlay {
  opacity: 1;
  height: 100%;
}

/* line 4508, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push #header.side-header {
  z-index: 11;
  left: 0;
}

/* line 4513, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push body > .body {
  left: -355px;
  right: auto;
}

/* line 4518, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push #header.side-header {
  right: 0;
  left: auto;
}

/* line 4523, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen body > .body {
  margin: 0;
  width: auto;
  overflow-x: hidden;
  overflow-y: visible;
}

/* line 4530, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  width: 100% !important;
  left: auto !important;
}

/* line 4535, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.99);
  position: fixed;
  -webkit-box-shadow: 0 0 18px rgba(68, 68, 68, 0.07);
  box-shadow: 0 0 18px rgba(68, 68, 68, 0.07);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 48px;
  padding-top: 3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease opacity 300ms, ease visibility 300ms;
  transition: ease opacity 300ms, ease visibility 300ms;
}

/* line 4558, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header:not(.side-header-hide) {
  opacity: 1;
  visibility: visible;
  -webkit-transition: ease opacity 300ms, ease visibility 300ms;
  transition: ease opacity 300ms, ease visibility 300ms;
}

/* line 4565, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-container:after {
  content: none;
}

/* line 4569, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-body {
  background-color: transparent;
  border: 0;
}

/* line 4574, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-row-side-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 auto;
}

/* line 4581, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4588, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav.header-nav-links nav > ul > li > a {
  height: auto;
}

/* line 4592, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main,
html.side-header-overlay-full-screen #header .header-nav-main nav,
html.side-header-overlay-full-screen #header .header-nav-main .nav {
  width: 100%;
}

/* line 4598, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

/* line 4606, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main {
  position: relative;
}

/* line 4610, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main:before {
  content: none;
}

/* line 4614, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li {
  text-align: center;
  position: static;
  margin-top: 1px;
  height: auto;
}

/* line 4621, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a {
  display: inline-block;
  border: 0;
  font-size: 28.8px;
  font-size: 1.8rem;
  text-transform: none;
  color: #FFF;
  padding: 15px 0 !important;
  font-weight: 600;
}

/* line 4632, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a:after {
  top: -2px !important;
}

/* line 4636, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a.open, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a:focus, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a:active, html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a.active {
  background: transparent;
}

/* line 4640, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a .fa-chevron-down {
  display: none !important;
}

/* line 4644, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item {
  -webkit-transition: ease left 300ms;
  transition: ease left 300ms;
  position: relative;
  left: 0;
}

/* line 4651, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:after {
  display: none;
}

/* line 4655, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:before {
  display: none !important;
}

/* line 4659, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:hover {
  left: 5px;
}

/* line 4663, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  position: static;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none !important;
}

/* line 4671, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  border: 0;
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #FFF;
}

/* line 4678, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:after {
  display: none;
}

/* line 4682, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu {
  position: static;
}

/* line 4686, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu .dropdown-menu a {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.7;
}

/* line 4692, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu.open > .dropdown-menu {
  display: block !important;
  opacity: 1;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  -webkit-transform: none;
  transform: none;
  position: static;
}

/* line 4705, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu li a,
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu.open > .dropdown-menu li a {
  background: transparent;
}

/* line 4710, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content {
  padding: 25.6px 0 0;
  padding: 1.6rem 0 0;
}

/* line 4715, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 4725, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content > .row > [class*="col-"] {
  max-width: none;
}

/* line 4729, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content > .row > [class*="col-"] + [class*="col-"] {
  margin-top: 25px;
}

/* line 4733, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
  color: #FFF;
  font-size: 1.2em;
}

/* line 4738, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav {
  opacity: 0.7;
}

/* line 4742, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li > a {
  margin: 0 0 8px;
  padding: 3px 8px 3px 8px;
}

/* line 4747, app/assets/stylesheets/theme/theme.scss */
html.side-header-overlay-full-screen.ie #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content > .row > [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  /* line 4754, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-row-side-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 4760, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .side-header-scrollable {
    height: 100% !important;
  }
  /* line 4764, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .side-header-scrollable .scrollable-content {
    right: 0 !important;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: hidden;
  }
  /* line 4771, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .side-header-scrollable .scrollable-pane {
    display: none !important;
  }
  /* line 4775, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-nav {
    height: 100%;
  }
  /* line 4779, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-nav-main {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 4786, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav {
    max-height: 80vh;
  }
  /* line 4790, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:hover {
    left: 0;
  }
  /* line 4794, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul li {
    border-bottom: 0;
  }
  /* line 4798, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul li a {
    text-align: center;
  }
  /* line 4802, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul li.dropdown.dropdown-mega .dropdown-mega-content {
    padding: 0;
  }
  /* line 4806, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 7px;
  }
  /* line 4812, app/assets/stylesheets/theme/theme.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul li.dropdown.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0;
  }
}

/* line 4817, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar-narrow-bar .body {
  margin-left: 90px;
}

/* line 4821, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar-narrow-bar #header.side-header {
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}

/* line 4826, app/assets/stylesheets/theme/theme.scss */
html.side-header-hamburguer-sidebar-narrow-bar .slider-container {
  left: -45px !important;
  width: calc(100% + 90px) !important;
}

/* line 4831, app/assets/stylesheets/theme/theme.scss */
.side-header-narrow-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF;
  width: 90px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9992;
}

/* line 4848, app/assets/stylesheets/theme/theme.scss */
.side-header-narrow-bar:after {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
}

/* line 4860, app/assets/stylesheets/theme/theme.scss */
.side-header-narrow-bar .side-header-narrow-bar-content .side-header-narrow-bar-content-vertical {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  text-transform: uppercase;
  margin-left: -18%;
}

@media (max-width: 991px) {
  /* line 4869, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar-narrow-bar .body {
    padding-left: 90px;
    margin-left: 0;
  }
  /* line 4874, app/assets/stylesheets/theme/theme.scss */
  html.side-header-hamburguer-sidebar-narrow-bar #header {
    padding-left: 90px;
    left: -90px !important;
  }
}

/* line 4880, app/assets/stylesheets/theme/theme.scss */
body[data-plugin-section-scroll] #header .header-body {
  background: transparent;
}

/* line 4884, app/assets/stylesheets/theme/theme.scss */
html[dir="rtl"] #header .header-search .btn-light {
  right: -35px;
}

/* line 4888, app/assets/stylesheets/theme/theme.scss */
html.ie #header .header-column .header-extra-info .feature-box .feature-box-info {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 991px) {
  /* line 4895, app/assets/stylesheets/theme/theme.scss */
  html.safari #header .header-body {
    overflow: visible !important;
  }
}

/* Page Header */
/* line 4900, app/assets/stylesheets/theme/theme.scss */
.page-header {
  background-color: #212529;
  margin: 0 0 35px 0;
  padding: 30px 0;
  position: relative;
  text-align: left;
}

/* line 4908, app/assets/stylesheets/theme/theme.scss */
.page-header .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

/* line 4916, app/assets/stylesheets/theme/theme.scss */
.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  text-shadow: none;
}

/* line 4923, app/assets/stylesheets/theme/theme.scss */
.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.5;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  padding: 0 7px 0 5px;
}

/* line 4932, app/assets/stylesheets/theme/theme.scss */
.page-header .breadcrumb.breadcrumb-block {
  background: #212529;
  display: inline-block !important;
  padding: 7.2px 19.2px;
  padding: .45rem 1.2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 4942, app/assets/stylesheets/theme/theme.scss */
.page-header .breadcrumb.breadcrumb-light {
  color: #FFF;
}

/* line 4946, app/assets/stylesheets/theme/theme.scss */
.page-header .breadcrumb.breadcrumb-light a {
  color: #FFF;
}

/* line 4950, app/assets/stylesheets/theme/theme.scss */
.page-header .breadcrumb.breadcrumb-light .active {
  opacity: 0.7;
}

/* line 4954, app/assets/stylesheets/theme/theme.scss */
.page-header h1 {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
  position: relative;
  top: 1px;
}

/* line 4966, app/assets/stylesheets/theme/theme.scss */
.page-header .sub-title {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  opacity: 0.8;
  color: #fff;
}

/* line 4975, app/assets/stylesheets/theme/theme.scss */
.page-header .page-header-extra-button {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 5;
}

/* line 4984, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-sm {
  padding: 30px 0;
}

/* line 4988, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-sm h1 {
  font-size: 22px;
}

/* line 4992, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-lg {
  padding: 50px 0;
}

/* line 4996, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-lg h1 {
  font-size: 40px;
}

/* line 5000, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-classic:after {
  content: '';
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 5010, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-classic .page-header-title-border {
  width: 0;
  height: 5px;
  position: absolute;
  bottom: 0;
  background: transparent;
  z-index: 1;
}

/* line 5019, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern h1 {
  font-size: 28px;
}

/* line 5023, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern.page-header-sm h1 {
  font-size: 22px;
}

/* line 5027, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern.page-header-md {
  padding: 50px 0;
}

/* line 5031, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern.page-header-lg {
  padding: 65px 0;
}

/* line 5035, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern.page-header-lg h1 {
  font-size: 32px;
}

/* line 5039, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern.page-header-background {
  padding: 130px 0;
  background-size: cover;
}

/* line 5044, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern.page-header-background.page-header-background-pattern {
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}

/* line 5050, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern.page-header-background.page-header-background-sm {
  padding: 50px 0;
}

/* line 5054, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern.page-header-background.page-header-background-md {
  padding: 150px 0;
}

/* line 5058, app/assets/stylesheets/theme/theme.scss */
.page-header.page-header-modern.page-header-background.page-header-background-lg {
  padding: 250px 0;
}

/* Position */
/* line 5063, app/assets/stylesheets/theme/theme.scss */
.p-relative {
  position: relative !important;
}

/* line 5067, app/assets/stylesheets/theme/theme.scss */
.p-absolute {
  position: absolute !important;
}

/* line 5071, app/assets/stylesheets/theme/theme.scss */
.p-fixed {
  position: fixed !important;
}

/* line 5075, app/assets/stylesheets/theme/theme.scss */
.p-static {
  position: static !important;
}

/* Box Shadow */
/* line 5080, app/assets/stylesheets/theme/theme.scss */
.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Inverted */
/* line 5086, app/assets/stylesheets/theme/theme.scss */
.inverted {
  color: #FFF;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 5093, app/assets/stylesheets/theme/theme.scss */
h1 .inverted {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 5098, app/assets/stylesheets/theme/theme.scss */
h2 .inverted {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 5103, app/assets/stylesheets/theme/theme.scss */
h3 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 5108, app/assets/stylesheets/theme/theme.scss */
h4 .inverted {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 5113, app/assets/stylesheets/theme/theme.scss */
h5 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 5118, app/assets/stylesheets/theme/theme.scss */
h6 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* Letter Spacing */
/* line 5124, app/assets/stylesheets/theme/theme.scss */
.ls-0 {
  letter-spacing: 0 !important;
}

/* line 5128, app/assets/stylesheets/theme/theme.scss */
.negative-ls-1 {
  letter-spacing: -1px;
}

/* line 5132, app/assets/stylesheets/theme/theme.scss */
.negative-ls-2 {
  letter-spacing: -2px;
}

/* line 5136, app/assets/stylesheets/theme/theme.scss */
.negative-ls-3 {
  letter-spacing: -2.5px;
}

/* line 5140, app/assets/stylesheets/theme/theme.scss */
.positive-ls-1 {
  letter-spacing: 1px;
}

/* line 5144, app/assets/stylesheets/theme/theme.scss */
.positive-ls-2 {
  letter-spacing: 2px;
}

/* line 5148, app/assets/stylesheets/theme/theme.scss */
.positive-ls-3 {
  letter-spacing: 2.5px;
}

/* Cursor */
/* line 5153, app/assets/stylesheets/theme/theme.scss */
.cur-pointer {
  cursor: pointer;
}

/* Font Size */
/* line 5158, app/assets/stylesheets/theme/theme.scss */
.text-1 {
  font-size: .8em !important;
}

/* line 5162, app/assets/stylesheets/theme/theme.scss */
.text-2 {
  font-size: .9em !important;
}

/* line 5166, app/assets/stylesheets/theme/theme.scss */
.text-3 {
  font-size: 1em !important;
}

/* line 5170, app/assets/stylesheets/theme/theme.scss */
.text-4 {
  font-size: 1.2em !important;
}

/* line 5174, app/assets/stylesheets/theme/theme.scss */
.text-5 {
  font-size: 1.50em !important;
}

/* line 5178, app/assets/stylesheets/theme/theme.scss */
.text-6 {
  font-size: 1.80em !important;
}

/* line 5182, app/assets/stylesheets/theme/theme.scss */
.text-7 {
  font-size: 2em !important;
}

/* line 5186, app/assets/stylesheets/theme/theme.scss */
.text-8 {
  font-size: 2.30em !important;
}

/* line 5190, app/assets/stylesheets/theme/theme.scss */
.text-9 {
  font-size: 2.50em !important;
}

/* line 5194, app/assets/stylesheets/theme/theme.scss */
.text-10 {
  font-size: 2.75em !important;
}

/* line 5198, app/assets/stylesheets/theme/theme.scss */
.text-11 {
  font-size: 3em !important;
}

/* line 5202, app/assets/stylesheets/theme/theme.scss */
.text-12 {
  font-size: 3.5em !important;
}

/* line 5206, app/assets/stylesheets/theme/theme.scss */
.text-13 {
  font-size: 4em !important;
}

/* line 5210, app/assets/stylesheets/theme/theme.scss */
.text-14 {
  font-size: 4.5em !important;
}

/* line 5214, app/assets/stylesheets/theme/theme.scss */
.text-15 {
  font-size: 5em !important;
}

@media (min-width: 576px) {
  /* line 5219, app/assets/stylesheets/theme/theme.scss */
  .text-sm-1 {
    font-size: .8em !important;
  }
  /* line 5223, app/assets/stylesheets/theme/theme.scss */
  .text-sm-2 {
    font-size: .9em !important;
  }
  /* line 5227, app/assets/stylesheets/theme/theme.scss */
  .text-sm-3 {
    font-size: 1em !important;
  }
  /* line 5231, app/assets/stylesheets/theme/theme.scss */
  .text-sm-4 {
    font-size: 1.2em !important;
  }
  /* line 5235, app/assets/stylesheets/theme/theme.scss */
  .text-sm-5 {
    font-size: 1.50em !important;
  }
  /* line 5239, app/assets/stylesheets/theme/theme.scss */
  .text-sm-6 {
    font-size: 1.80em !important;
  }
  /* line 5243, app/assets/stylesheets/theme/theme.scss */
  .text-sm-7 {
    font-size: 2em !important;
  }
  /* line 5247, app/assets/stylesheets/theme/theme.scss */
  .text-sm-8 {
    font-size: 2.30em !important;
  }
  /* line 5251, app/assets/stylesheets/theme/theme.scss */
  .text-sm-9 {
    font-size: 2.50em !important;
  }
  /* line 5255, app/assets/stylesheets/theme/theme.scss */
  .text-sm-10 {
    font-size: 2.75em !important;
  }
  /* line 5259, app/assets/stylesheets/theme/theme.scss */
  .text-sm-11 {
    font-size: 3em !important;
  }
  /* line 5263, app/assets/stylesheets/theme/theme.scss */
  .text-sm-12 {
    font-size: 3.5em !important;
  }
  /* line 5267, app/assets/stylesheets/theme/theme.scss */
  .text-sm-13 {
    font-size: 4em !important;
  }
  /* line 5271, app/assets/stylesheets/theme/theme.scss */
  .text-sm-14 {
    font-size: 4.5em !important;
  }
  /* line 5275, app/assets/stylesheets/theme/theme.scss */
  .text-sm-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 768px) {
  /* line 5281, app/assets/stylesheets/theme/theme.scss */
  .text-md-1 {
    font-size: .8em !important;
  }
  /* line 5285, app/assets/stylesheets/theme/theme.scss */
  .text-md-2 {
    font-size: .9em !important;
  }
  /* line 5289, app/assets/stylesheets/theme/theme.scss */
  .text-md-3 {
    font-size: 1em !important;
  }
  /* line 5293, app/assets/stylesheets/theme/theme.scss */
  .text-md-4 {
    font-size: 1.2em !important;
  }
  /* line 5297, app/assets/stylesheets/theme/theme.scss */
  .text-md-5 {
    font-size: 1.50em !important;
  }
  /* line 5301, app/assets/stylesheets/theme/theme.scss */
  .text-md-6 {
    font-size: 1.80em !important;
  }
  /* line 5305, app/assets/stylesheets/theme/theme.scss */
  .text-md-7 {
    font-size: 2em !important;
  }
  /* line 5309, app/assets/stylesheets/theme/theme.scss */
  .text-md-8 {
    font-size: 2.30em !important;
  }
  /* line 5313, app/assets/stylesheets/theme/theme.scss */
  .text-md-9 {
    font-size: 2.50em !important;
  }
  /* line 5317, app/assets/stylesheets/theme/theme.scss */
  .text-md-10 {
    font-size: 2.75em !important;
  }
  /* line 5321, app/assets/stylesheets/theme/theme.scss */
  .text-md-11 {
    font-size: 3em !important;
  }
  /* line 5325, app/assets/stylesheets/theme/theme.scss */
  .text-md-12 {
    font-size: 3.5em !important;
  }
  /* line 5329, app/assets/stylesheets/theme/theme.scss */
  .text-md-13 {
    font-size: 4em !important;
  }
  /* line 5333, app/assets/stylesheets/theme/theme.scss */
  .text-md-14 {
    font-size: 4.5em !important;
  }
  /* line 5337, app/assets/stylesheets/theme/theme.scss */
  .text-md-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 992px) {
  /* line 5343, app/assets/stylesheets/theme/theme.scss */
  .text-lg-1 {
    font-size: .8em !important;
  }
  /* line 5347, app/assets/stylesheets/theme/theme.scss */
  .text-lg-2 {
    font-size: .9em !important;
  }
  /* line 5351, app/assets/stylesheets/theme/theme.scss */
  .text-lg-3 {
    font-size: 1em !important;
  }
  /* line 5355, app/assets/stylesheets/theme/theme.scss */
  .text-lg-4 {
    font-size: 1.2em !important;
  }
  /* line 5359, app/assets/stylesheets/theme/theme.scss */
  .text-lg-5 {
    font-size: 1.50em !important;
  }
  /* line 5363, app/assets/stylesheets/theme/theme.scss */
  .text-lg-6 {
    font-size: 1.80em !important;
  }
  /* line 5367, app/assets/stylesheets/theme/theme.scss */
  .text-lg-7 {
    font-size: 2em !important;
  }
  /* line 5371, app/assets/stylesheets/theme/theme.scss */
  .text-lg-8 {
    font-size: 2.30em !important;
  }
  /* line 5375, app/assets/stylesheets/theme/theme.scss */
  .text-lg-9 {
    font-size: 2.50em !important;
  }
  /* line 5379, app/assets/stylesheets/theme/theme.scss */
  .text-lg-10 {
    font-size: 2.75em !important;
  }
  /* line 5383, app/assets/stylesheets/theme/theme.scss */
  .text-lg-11 {
    font-size: 3em !important;
  }
  /* line 5387, app/assets/stylesheets/theme/theme.scss */
  .text-lg-12 {
    font-size: 3.5em !important;
  }
  /* line 5391, app/assets/stylesheets/theme/theme.scss */
  .text-lg-13 {
    font-size: 4em !important;
  }
  /* line 5395, app/assets/stylesheets/theme/theme.scss */
  .text-lg-14 {
    font-size: 4.5em !important;
  }
  /* line 5399, app/assets/stylesheets/theme/theme.scss */
  .text-lg-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 1200px) {
  /* line 5405, app/assets/stylesheets/theme/theme.scss */
  .text-xl-1 {
    font-size: .8em !important;
  }
  /* line 5409, app/assets/stylesheets/theme/theme.scss */
  .text-xl-2 {
    font-size: .9em !important;
  }
  /* line 5413, app/assets/stylesheets/theme/theme.scss */
  .text-xl-3 {
    font-size: 1em !important;
  }
  /* line 5417, app/assets/stylesheets/theme/theme.scss */
  .text-xl-4 {
    font-size: 1.2em !important;
  }
  /* line 5421, app/assets/stylesheets/theme/theme.scss */
  .text-xl-5 {
    font-size: 1.50em !important;
  }
  /* line 5425, app/assets/stylesheets/theme/theme.scss */
  .text-xl-6 {
    font-size: 1.80em !important;
  }
  /* line 5429, app/assets/stylesheets/theme/theme.scss */
  .text-xl-7 {
    font-size: 2em !important;
  }
  /* line 5433, app/assets/stylesheets/theme/theme.scss */
  .text-xl-8 {
    font-size: 2.30em !important;
  }
  /* line 5437, app/assets/stylesheets/theme/theme.scss */
  .text-xl-9 {
    font-size: 2.50em !important;
  }
  /* line 5441, app/assets/stylesheets/theme/theme.scss */
  .text-xl-10 {
    font-size: 2.75em !important;
  }
  /* line 5445, app/assets/stylesheets/theme/theme.scss */
  .text-xl-11 {
    font-size: 3em !important;
  }
  /* line 5449, app/assets/stylesheets/theme/theme.scss */
  .text-xl-12 {
    font-size: 3.5em !important;
  }
  /* line 5453, app/assets/stylesheets/theme/theme.scss */
  .text-xl-13 {
    font-size: 4em !important;
  }
  /* line 5457, app/assets/stylesheets/theme/theme.scss */
  .text-xl-14 {
    font-size: 4.5em !important;
  }
  /* line 5461, app/assets/stylesheets/theme/theme.scss */
  .text-xl-15 {
    font-size: 5em !important;
  }
}

/* Line Height */
/* line 5466, app/assets/stylesheets/theme/theme.scss */
.line-height-initial {
  line-height: initial !important;
}

/* line 5470, app/assets/stylesheets/theme/theme.scss */
.line-height-1 {
  line-height: 1 !important;
}

/* line 5474, app/assets/stylesheets/theme/theme.scss */
.line-height-2 {
  line-height: 1.2 !important;
}

/* line 5478, app/assets/stylesheets/theme/theme.scss */
.line-height-3 {
  line-height: 1.3 !important;
}

/* line 5482, app/assets/stylesheets/theme/theme.scss */
.line-height-4 {
  line-height: 1.4 !important;
}

/* line 5486, app/assets/stylesheets/theme/theme.scss */
.line-height-5 {
  line-height: 1.5 !important;
}

/* line 5490, app/assets/stylesheets/theme/theme.scss */
.line-height-6 {
  line-height: 1.6 !important;
}

/* line 5494, app/assets/stylesheets/theme/theme.scss */
.line-height-7 {
  line-height: 1.7 !important;
}

/* line 5498, app/assets/stylesheets/theme/theme.scss */
.line-height-8 {
  line-height: 1.8 !important;
}

/* line 5502, app/assets/stylesheets/theme/theme.scss */
.line-height-9 {
  line-height: 1.9 !important;
}

@media (min-width: 576px) {
  /* line 5507, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-initial {
    line-height: initial !important;
  }
  /* line 5511, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-1 {
    line-height: 1 !important;
  }
  /* line 5515, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-2 {
    line-height: 1.2 !important;
  }
  /* line 5519, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-3 {
    line-height: 1.3 !important;
  }
  /* line 5523, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-4 {
    line-height: 1.4 !important;
  }
  /* line 5527, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-5 {
    line-height: 1.5 !important;
  }
  /* line 5531, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-6 {
    line-height: 1.6 !important;
  }
  /* line 5535, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-7 {
    line-height: 1.7 !important;
  }
  /* line 5539, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-8 {
    line-height: 1.8 !important;
  }
  /* line 5543, app/assets/stylesheets/theme/theme.scss */
  .line-height-sm-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 768px) {
  /* line 5549, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-initial {
    line-height: initial !important;
  }
  /* line 5553, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-1 {
    line-height: 1 !important;
  }
  /* line 5557, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-2 {
    line-height: 1.2 !important;
  }
  /* line 5561, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-3 {
    line-height: 1.3 !important;
  }
  /* line 5565, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-4 {
    line-height: 1.4 !important;
  }
  /* line 5569, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-5 {
    line-height: 1.5 !important;
  }
  /* line 5573, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-6 {
    line-height: 1.6 !important;
  }
  /* line 5577, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-7 {
    line-height: 1.7 !important;
  }
  /* line 5581, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-8 {
    line-height: 1.8 !important;
  }
  /* line 5585, app/assets/stylesheets/theme/theme.scss */
  .line-height-md-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 992px) {
  /* line 5591, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-initial {
    line-height: initial !important;
  }
  /* line 5595, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-1 {
    line-height: 1 !important;
  }
  /* line 5599, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-2 {
    line-height: 1.2 !important;
  }
  /* line 5603, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-3 {
    line-height: 1.3 !important;
  }
  /* line 5607, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-4 {
    line-height: 1.4 !important;
  }
  /* line 5611, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-5 {
    line-height: 1.5 !important;
  }
  /* line 5615, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-6 {
    line-height: 1.6 !important;
  }
  /* line 5619, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-7 {
    line-height: 1.7 !important;
  }
  /* line 5623, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-8 {
    line-height: 1.8 !important;
  }
  /* line 5627, app/assets/stylesheets/theme/theme.scss */
  .line-height-lg-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 1200px) {
  /* line 5633, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-initial {
    line-height: initial !important;
  }
  /* line 5637, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-1 {
    line-height: 1 !important;
  }
  /* line 5641, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-2 {
    line-height: 1.2 !important;
  }
  /* line 5645, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-3 {
    line-height: 1.3 !important;
  }
  /* line 5649, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-4 {
    line-height: 1.4 !important;
  }
  /* line 5653, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-5 {
    line-height: 1.5 !important;
  }
  /* line 5657, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-6 {
    line-height: 1.6 !important;
  }
  /* line 5661, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-7 {
    line-height: 1.7 !important;
  }
  /* line 5665, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-8 {
    line-height: 1.8 !important;
  }
  /* line 5669, app/assets/stylesheets/theme/theme.scss */
  .line-height-xl-9 {
    line-height: 1.9 !important;
  }
}

/* Opacity */
/* line 5674, app/assets/stylesheets/theme/theme.scss */
.opacity-0 {
  opacity: 0.0 !important;
}

/* line 5678, app/assets/stylesheets/theme/theme.scss */
.opacity-1 {
  opacity: 0.1 !important;
}

/* line 5682, app/assets/stylesheets/theme/theme.scss */
.opacity-2 {
  opacity: 0.2 !important;
}

/* line 5686, app/assets/stylesheets/theme/theme.scss */
.opacity-3 {
  opacity: 0.3 !important;
}

/* line 5690, app/assets/stylesheets/theme/theme.scss */
.opacity-4 {
  opacity: 0.4 !important;
}

/* line 5694, app/assets/stylesheets/theme/theme.scss */
.opacity-5 {
  opacity: 0.5 !important;
}

/* line 5698, app/assets/stylesheets/theme/theme.scss */
.opacity-6 {
  opacity: 0.6 !important;
}

/* line 5702, app/assets/stylesheets/theme/theme.scss */
.opacity-7 {
  opacity: 0.7 !important;
}

/* line 5706, app/assets/stylesheets/theme/theme.scss */
.opacity-8 {
  opacity: 0.8 !important;
}

/* line 5710, app/assets/stylesheets/theme/theme.scss */
.opacity-9 {
  opacity: 0.9 !important;
}

/* line 5714, app/assets/stylesheets/theme/theme.scss */
.opacity-10 {
  opacity: 1 !important;
}

/* Scale */
/* line 5719, app/assets/stylesheets/theme/theme.scss */
.scale-1 {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

/* line 5724, app/assets/stylesheets/theme/theme.scss */
.scale-2 {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

/* line 5729, app/assets/stylesheets/theme/theme.scss */
.scale-3 {
  -webkit-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
}

/* line 5734, app/assets/stylesheets/theme/theme.scss */
.scale-4 {
  -webkit-transform: scale(1.4) !important;
  transform: scale(1.4) !important;
}

/* line 5739, app/assets/stylesheets/theme/theme.scss */
.scale-5 {
  -webkit-transform: scale(1.5) !important;
  transform: scale(1.5) !important;
}

/* line 5744, app/assets/stylesheets/theme/theme.scss */
.scale-6 {
  -webkit-transform: scale(1.6) !important;
  transform: scale(1.6) !important;
}

/* Top / Bottom / Left / Right */
/* line 5750, app/assets/stylesheets/theme/theme.scss */
.top-auto {
  top: auto !important;
}

/* line 5754, app/assets/stylesheets/theme/theme.scss */
.bottom-auto {
  top: auto !important;
}

/* line 5758, app/assets/stylesheets/theme/theme.scss */
.top-0 {
  top: 0px !important;
}

/* line 5762, app/assets/stylesheets/theme/theme.scss */
.bottom-0 {
  bottom: 0px !important;
}

/* line 5766, app/assets/stylesheets/theme/theme.scss */
.left-0 {
  left: 0px !important;
}

/* line 5770, app/assets/stylesheets/theme/theme.scss */
.right-0 {
  right: 0px !important;
}

/* line 5774, app/assets/stylesheets/theme/theme.scss */
.top-1 {
  top: 1px !important;
}

/* line 5778, app/assets/stylesheets/theme/theme.scss */
.bottom-1 {
  bottom: 1px !important;
}

/* line 5782, app/assets/stylesheets/theme/theme.scss */
.left-1 {
  left: 1px !important;
}

/* line 5786, app/assets/stylesheets/theme/theme.scss */
.right-1 {
  right: 1px !important;
}

/* line 5790, app/assets/stylesheets/theme/theme.scss */
.top-2 {
  top: 2px !important;
}

/* line 5794, app/assets/stylesheets/theme/theme.scss */
.bottom-2 {
  bottom: 2px !important;
}

/* line 5798, app/assets/stylesheets/theme/theme.scss */
.left-2 {
  left: 2px !important;
}

/* line 5802, app/assets/stylesheets/theme/theme.scss */
.right-2 {
  right: 2px !important;
}

/* line 5806, app/assets/stylesheets/theme/theme.scss */
.top-3 {
  top: 3px !important;
}

/* line 5810, app/assets/stylesheets/theme/theme.scss */
.bottom-3 {
  bottom: 3px !important;
}

/* line 5814, app/assets/stylesheets/theme/theme.scss */
.left-3 {
  left: 3px !important;
}

/* line 5818, app/assets/stylesheets/theme/theme.scss */
.right-3 {
  right: 3px !important;
}

/* line 5822, app/assets/stylesheets/theme/theme.scss */
.top-4 {
  top: 4px !important;
}

/* line 5826, app/assets/stylesheets/theme/theme.scss */
.bottom-4 {
  bottom: 4px !important;
}

/* line 5830, app/assets/stylesheets/theme/theme.scss */
.left-4 {
  left: 4px !important;
}

/* line 5834, app/assets/stylesheets/theme/theme.scss */
.right-4 {
  right: 4px !important;
}

/* line 5838, app/assets/stylesheets/theme/theme.scss */
.top-5 {
  top: 5px !important;
}

/* line 5842, app/assets/stylesheets/theme/theme.scss */
.bottom-5 {
  bottom: 5px !important;
}

/* line 5846, app/assets/stylesheets/theme/theme.scss */
.left-5 {
  left: 5px !important;
}

/* line 5850, app/assets/stylesheets/theme/theme.scss */
.right-5 {
  right: 5px !important;
}

/* line 5854, app/assets/stylesheets/theme/theme.scss */
.top-6 {
  top: 6px !important;
}

/* line 5858, app/assets/stylesheets/theme/theme.scss */
.bottom-6 {
  bottom: 6px !important;
}

/* line 5862, app/assets/stylesheets/theme/theme.scss */
.left-6 {
  left: 6px !important;
}

/* line 5866, app/assets/stylesheets/theme/theme.scss */
.right-6 {
  right: 6px !important;
}

/* line 5870, app/assets/stylesheets/theme/theme.scss */
.top-7 {
  top: 7px !important;
}

/* line 5874, app/assets/stylesheets/theme/theme.scss */
.bottom-7 {
  bottom: 7px !important;
}

/* line 5878, app/assets/stylesheets/theme/theme.scss */
.left-7 {
  left: 7px !important;
}

/* line 5882, app/assets/stylesheets/theme/theme.scss */
.right-7 {
  right: 7px !important;
}

/* line 5886, app/assets/stylesheets/theme/theme.scss */
.top-8 {
  top: 8px !important;
}

/* line 5890, app/assets/stylesheets/theme/theme.scss */
.bottom-8 {
  bottom: 8px !important;
}

/* line 5894, app/assets/stylesheets/theme/theme.scss */
.left-8 {
  left: 8px !important;
}

/* line 5898, app/assets/stylesheets/theme/theme.scss */
.right-8 {
  right: 8px !important;
}

/* line 5902, app/assets/stylesheets/theme/theme.scss */
.top-9 {
  top: 9px !important;
}

/* line 5906, app/assets/stylesheets/theme/theme.scss */
.bottom-9 {
  bottom: 9px !important;
}

/* line 5910, app/assets/stylesheets/theme/theme.scss */
.left-9 {
  left: 9px !important;
}

/* line 5914, app/assets/stylesheets/theme/theme.scss */
.right-9 {
  right: 9px !important;
}

/* line 5918, app/assets/stylesheets/theme/theme.scss */
.top-10 {
  top: 10px !important;
}

/* line 5922, app/assets/stylesheets/theme/theme.scss */
.bottom-10 {
  bottom: 10px !important;
}

/* line 5926, app/assets/stylesheets/theme/theme.scss */
.left-10 {
  left: 10px !important;
}

/* line 5930, app/assets/stylesheets/theme/theme.scss */
.right-10 {
  right: 10px !important;
}

/* Outline */
/* line 5935, app/assets/stylesheets/theme/theme.scss */
.outline-none {
  outline: 0 !important;
}

/* Text Decoration */
/* line 5940, app/assets/stylesheets/theme/theme.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* Text Transform */
/* line 5945, app/assets/stylesheets/theme/theme.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 5949, app/assets/stylesheets/theme/theme.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 5953, app/assets/stylesheets/theme/theme.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 5957, app/assets/stylesheets/theme/theme.scss */
.text-transform-none {
  text-transform: none !important;
}

/* States */
/* line 5962, app/assets/stylesheets/theme/theme.scss */
.text-muted {
  color: #999 !important;
}

/* line 5966, app/assets/stylesheets/theme/theme.scss */
html.dark .text-muted {
  color: #505461 !important;
}

/* Overflow */
/* line 5971, app/assets/stylesheets/theme/theme.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 5975, app/assets/stylesheets/theme/theme.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* Z-Index */
/* line 5980, app/assets/stylesheets/theme/theme.scss */
.z-index-0 {
  z-index: 0 !important;
}

/* line 5984, app/assets/stylesheets/theme/theme.scss */
.z-index-1 {
  z-index: 1 !important;
}

/* line 5988, app/assets/stylesheets/theme/theme.scss */
.z-index-2 {
  z-index: 2 !important;
}

/* line 5992, app/assets/stylesheets/theme/theme.scss */
.z-index-3 {
  z-index: 3 !important;
}

@media (max-width: 991px) {
  /* line 5997, app/assets/stylesheets/theme/theme.scss */
  .z-index-mobile-0 {
    z-index: 0 !important;
  }
}

/* Colors */
/* line 6002, app/assets/stylesheets/theme/theme.scss */
.text-dark {
  color: #212529 !important;
}

/* line 6006, app/assets/stylesheets/theme/theme.scss */
.text-light {
  color: #FFF !important;
}

/* Weights */
/* line 6011, app/assets/stylesheets/theme/theme.scss */
.font-weight-semibold {
  font-weight: 600 !important;
}

/* line 6015, app/assets/stylesheets/theme/theme.scss */
.font-weight-bold, b, strong {
  font-weight: 700 !important;
}

/* line 6019, app/assets/stylesheets/theme/theme.scss */
.font-weight-extra-bold, .font-weight-black {
  font-weight: 900 !important;
}

/* Letter Space */
/* line 6024, app/assets/stylesheets/theme/theme.scss */
.letter-spacing-minus-1 {
  letter-spacing: -1px;
}

/* Borders */
/* line 6029, app/assets/stylesheets/theme/theme.scss */
.no-borders {
  border: none !important;
}

/* line 6033, app/assets/stylesheets/theme/theme.scss */
.rounded {
  border-radius: 5px !important;
}

/* line 6037, app/assets/stylesheets/theme/theme.scss */
.b-thin {
  border-width: 3px !important;
}

/* line 6041, app/assets/stylesheets/theme/theme.scss */
.b-normal {
  border-width: 5px !important;
}

/* line 6045, app/assets/stylesheets/theme/theme.scss */
.b-thick {
  border-width: 7px !important;
}

/* General Helpers */
/* line 6050, app/assets/stylesheets/theme/theme.scss */
.ws-nowrap {
  white-space: nowrap !important;
}

/* line 6054, app/assets/stylesheets/theme/theme.scss */
.ws-normal {
  white-space: normal !important;
}

/* Width */
@media (max-width: 991px) {
  /* line 6060, app/assets/stylesheets/theme/theme.scss */
  .w-auto-mobile {
    width: auto !important;
  }
  /* line 6064, app/assets/stylesheets/theme/theme.scss */
  .w-100-mobile {
    width: 100% !important;
  }
}

/* Grid */
/* line 6069, app/assets/stylesheets/theme/theme.scss */
.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 6077, app/assets/stylesheets/theme/theme.scss */
.col-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 6084, app/assets/stylesheets/theme/theme.scss */
.col-2-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

/* line 6091, app/assets/stylesheets/theme/theme.scss */
.col-3-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

/* line 6098, app/assets/stylesheets/theme/theme.scss */
.col-4-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

@media (min-width: 576px) {
  /* line 6106, app/assets/stylesheets/theme/theme.scss */
  .col-sm-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6113, app/assets/stylesheets/theme/theme.scss */
  .col-sm-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 6120, app/assets/stylesheets/theme/theme.scss */
  .col-sm-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 6127, app/assets/stylesheets/theme/theme.scss */
  .col-sm-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  /* line 6136, app/assets/stylesheets/theme/theme.scss */
  .col-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6143, app/assets/stylesheets/theme/theme.scss */
  .col-md-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 6150, app/assets/stylesheets/theme/theme.scss */
  .col-md-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 6157, app/assets/stylesheets/theme/theme.scss */
  .col-md-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  /* line 6166, app/assets/stylesheets/theme/theme.scss */
  .col-lg-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6173, app/assets/stylesheets/theme/theme.scss */
  .col-lg-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 6180, app/assets/stylesheets/theme/theme.scss */
  .col-lg-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 6187, app/assets/stylesheets/theme/theme.scss */
  .col-lg-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  /* line 6196, app/assets/stylesheets/theme/theme.scss */
  .col-xl-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 6203, app/assets/stylesheets/theme/theme.scss */
  .col-xl-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 6210, app/assets/stylesheets/theme/theme.scss */
  .col-xl-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 6217, app/assets/stylesheets/theme/theme.scss */
  .col-xl-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

/* RTL */
/* #Footer */
/* line 6226, app/assets/stylesheets/theme/theme.scss */
#footer {
  background: #212529;
  border-top: 4px solid #212529;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 0;
  position: relative;
  clear: both;
}

/* line 6236, app/assets/stylesheets/theme/theme.scss */
#footer .footer-ribbon {
  background: #999;
  position: absolute;
  margin: -44px 0 0 0;
  padding: 10px 20px 6px 20px;
}

/* line 6243, app/assets/stylesheets/theme/theme.scss */
#footer .footer-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 100%;
  position: absolute;
  top: 0;
  width: 7px;
}

/* line 6255, app/assets/stylesheets/theme/theme.scss */
#footer .footer-ribbon span {
  color: #FFF;
  font-size: 1.6em;
  font-family: "Shadows Into Light", cursive;
}

/* line 6261, app/assets/stylesheets/theme/theme.scss */
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #FFF;
}

/* line 6265, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn) {
  color: #777;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 6271, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn):hover {
  text-decoration: none;
  color: #FFF;
}

/* line 6276, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn):focus, #footer a:not(.btn):active {
  color: #CCC;
}

/* line 6280, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn).text-color-light {
  color: #FFF !important;
}

/* line 6284, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn).text-color-light:hover {
  color: #e6e6e6 !important;
}

/* line 6288, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn).text-color-light:focus, #footer a:not(.btn).text-color-light:active {
  color: #cccccc !important;
}

/* line 6292, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn).text-color-default {
  color: #777 !important;
}

/* line 6296, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn).text-color-default:hover {
  color: #919191 !important;
}

/* line 6300, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn).text-color-default:focus, #footer a:not(.btn).text-color-default:active {
  color: #5e5e5e !important;
}

/* line 6304, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn).link-hover-style-1 {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 6311, app/assets/stylesheets/theme/theme.scss */
#footer a:not(.btn).link-hover-style-1:hover {
  left: 3px;
}

/* line 6315, app/assets/stylesheets/theme/theme.scss */
#footer ul.nav-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 20px;
  padding-bottom: 11px;
}

/* line 6321, app/assets/stylesheets/theme/theme.scss */
#footer ul.nav-list > li:last-child a {
  border-bottom: 0;
}

/* line 6325, app/assets/stylesheets/theme/theme.scss */
#footer ul.nav-list > li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 6329, app/assets/stylesheets/theme/theme.scss */
#footer ul.list.icons li {
  margin-bottom: 5px;
}

/* line 6333, app/assets/stylesheets/theme/theme.scss */
#footer .footer-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 6339, app/assets/stylesheets/theme/theme.scss */
#footer .footer-nav nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6350, app/assets/stylesheets/theme/theme.scss */
#footer .footer-nav nav > ul > li {
  position: relative;
  height: 100%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 6357, app/assets/stylesheets/theme/theme.scss */
#footer .footer-nav nav > ul > li > a {
  position: relative;
  background: transparent;
  padding: 0 14.4px;
  padding: 0 .9rem;
  margin: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
}

/* line 6380, app/assets/stylesheets/theme/theme.scss */
#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a {
  padding-left: 0;
}

/* line 6384, app/assets/stylesheets/theme/theme.scss */
#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a:before {
  left: 0;
}

@media (min-width: 768px) {
  /* line 6389, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav.footer-nav-bottom-line nav > ul > li > a:before {
    content: "";
    position: absolute;
    width: auto;
    height: 3px;
    top: 50%;
    left: .85rem;
    right: .85rem;
    margin-top: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@media (max-width: 991px) {
  /* line 6404, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav {
    width: 100%;
  }
  /* line 6408, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav nav {
    text-align: center;
  }
  /* line 6412, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav nav > ul {
    width: 100%;
  }
  /* line 6416, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav nav > ul > li > a {
    text-align: center;
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  /* line 6423, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav {
    width: 100%;
  }
  /* line 6427, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav nav {
    text-align: center;
  }
  /* line 6431, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav nav > ul {
    width: 100%;
  }
  /* line 6435, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav nav > ul > li {
    height: auto;
    width: 100%;
  }
  /* line 6440, app/assets/stylesheets/theme/theme.scss */
  #footer .footer-nav nav > ul > li > a {
    text-align: center;
    padding: 1em 0;
  }
}

/* line 6446, app/assets/stylesheets/theme/theme.scss */
#footer form {
  opacity: 0.85;
}

/* line 6450, app/assets/stylesheets/theme/theme.scss */
#footer form label.error {
  line-height: 16px;
  margin: 5px 0 -5px;
  display: block;
  clear: both;
}

/* line 6457, app/assets/stylesheets/theme/theme.scss */
#footer form .alert {
  padding: 6px;
  text-align: center;
}

/* line 6462, app/assets/stylesheets/theme/theme.scss */
#footer .logo img {
  position: relative;
  top: 2px;
}

/* line 6467, app/assets/stylesheets/theme/theme.scss */
#footer .twitter [class*="fa-"], #footer .twitter .icons {
  clear: both;
  font-size: 1.5em;
  position: relative;
  top: 3px;
  margin-right: -22px;
  left: -30px;
  color: #FFF;
}

/* line 6477, app/assets/stylesheets/theme/theme.scss */
#footer .twitter .meta {
  color: #999;
  display: block;
  font-size: 0.9em;
  padding-top: 3px;
  opacity: 0.5;
}

/* line 6485, app/assets/stylesheets/theme/theme.scss */
#footer .twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 6491, app/assets/stylesheets/theme/theme.scss */
#footer .twitter ul li {
  padding-bottom: 20px;
  padding-left: 30px;
}

/* line 6496, app/assets/stylesheets/theme/theme.scss */
#footer .twitter ul li:last-child {
  padding-bottom: 0;
}

/* line 6500, app/assets/stylesheets/theme/theme.scss */
#footer .twitter.twitter-dark [class*="fa-"], #footer .twitter.twitter-dark .icons {
  color: #333;
}

/* line 6504, app/assets/stylesheets/theme/theme.scss */
#footer .twitter.twitter-dark .meta a {
  color: #333;
}

/* line 6508, app/assets/stylesheets/theme/theme.scss */
#footer .twitter.twitter-light {
  color: #FFF;
}

/* line 6512, app/assets/stylesheets/theme/theme.scss */
#footer .twitter.twitter-light [class*="fa-"], #footer .twitter.twitter-light .icons {
  color: #FFF;
}

/* line 6516, app/assets/stylesheets/theme/theme.scss */
#footer .twitter.twitter-light .meta a {
  color: #FFF;
  opacity: 0.7;
}

/* line 6521, app/assets/stylesheets/theme/theme.scss */
#footer .twitter-account {
  color: #FFF;
  display: block;
  font-size: 0.9em;
  margin: -15px 0 5px;
  opacity: 0.55;
}

/* line 6529, app/assets/stylesheets/theme/theme.scss */
#footer .twitter-account:hover {
  opacity: 1;
}

/* line 6533, app/assets/stylesheets/theme/theme.scss */
#footer .footer-bg-color-2 {
  background: #1c2023;
}

/* line 6537, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright {
  background: #1c2023;
}

/* line 6541, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright nav {
  font-size: 0.9em;
}

/* line 6545, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 6551, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright nav ul li {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

/* line 6558, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

/* line 6563, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright nav ul li:last-child {
  padding-right: 0;
}

/* line 6567, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright p {
  color: #555;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

/* line 6574, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright.footer-copyright-style-2 {
  background: #212529;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 6579, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright.footer-copyright-border-grey {
  border-top: 1px solid #E5E5E5;
}

/* line 6583, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright.footer-copyright-full-width-border-top {
  position: relative;
  border-top: 0;
}

/* line 6588, app/assets/stylesheets/theme/theme.scss */
#footer .footer-copyright.footer-copyright-full-width-border-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/* line 6599, app/assets/stylesheets/theme/theme.scss */
#footer.footer-reveal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}

/* line 6607, app/assets/stylesheets/theme/theme.scss */
.footer-top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* line 6611, app/assets/stylesheets/theme/theme.scss */
.footer-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* line 6615, app/assets/stylesheets/theme/theme.scss */
.footer-left-border {
  border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* line 6619, app/assets/stylesheets/theme/theme.scss */
.footer-right-border {
  border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* line 6623, app/assets/stylesheets/theme/theme.scss */
.footer-top-light-border {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* line 6627, app/assets/stylesheets/theme/theme.scss */
.footer-bottom-light-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* line 6631, app/assets/stylesheets/theme/theme.scss */
.footer-left-light-border {
  border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* line 6635, app/assets/stylesheets/theme/theme.scss */
.footer-right-light-border {
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* line 6639, app/assets/stylesheets/theme/theme.scss */
.map-above {
  min-height: 630px;
  position: relative;
}

/* line 6644, app/assets/stylesheets/theme/theme.scss */
.map-above .map-above-map {
  position: absolute;
  top: 0;
  min-height: 630px;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 6653, app/assets/stylesheets/theme/theme.scss */
  .map-above .map-above-map {
    position: relative;
  }
}

/* line 6658, app/assets/stylesheets/theme/theme.scss */
.map-above .map-above-content {
  background: transparent;
}

/* Dark Version */
/* line 6663, app/assets/stylesheets/theme/theme.scss */
html.dark body, html.dark .body {
  background-color: #212529;
}

/* line 6667, app/assets/stylesheets/theme/theme.scss */
html.dark.boxed .body {
  background-color: #212529;
}

/* line 6671, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-top {
  background: #2c3237;
  border-bottom-color: #333940;
}

/* line 6676, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-search .form-control {
  background: #262a2f;
}

/* line 6680, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-body {
  background: #212529;
  border-top-color: #333940;
}

/* line 6685, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-nav-bar {
  background-color: #262a2f;
}

/* line 6689, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-nav-top .nav > li > a:hover, html.dark #header .header-nav-top .nav > li > a a:focus {
  background-color: #262a2f;
}

/* line 6693, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-nav-top .dropdown-menu {
  background: #262a2f;
  border-color: #262a2f;
}

/* line 6698, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-nav-top .dropdown-menu a:hover, html.dark #header .header-nav-top .dropdown-menu a:focus {
  background: #2c3237 !important;
}

/* line 6702, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-nav-features .header-nav-top-icon,
html.dark #header .header-nav-features .header-nav-top-icon-img {
  color: #FFF;
}

/* line 6707, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-nav-features .header-nav-features-dropdown {
  background: #262a2f;
}

/* line 6711, app/assets/stylesheets/theme/theme.scss */
html.dark #header .header-nav-features .header-nav-features-dropdown:before {
  border-bottom-color: #262a2f;
}

/* line 6715, app/assets/stylesheets/theme/theme.scss */
html.dark.sticky-header-active #header .header-body {
  border-bottom-color: #333940;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6721, app/assets/stylesheets/theme/theme.scss */
html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
  color: #FFF;
}

/* line 6725, app/assets/stylesheets/theme/theme.scss */
html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
  color: #111;
}

/* line 6729, app/assets/stylesheets/theme/theme.scss */
html.dark blockquote {
  border-color: #2c3237;
}

/* line 6733, app/assets/stylesheets/theme/theme.scss */
html.dark section.featured {
  background-color: #1c2023;
  border-top-color: #333940;
}

/* line 6738, app/assets/stylesheets/theme/theme.scss */
html.dark section.section {
  background-color: #262a2f;
  border-top-color: #2c3237;
}

/* line 6743, app/assets/stylesheets/theme/theme.scss */
html.dark .dropdown-menu > li a {
  color: #FFF;
}

/* line 6747, app/assets/stylesheets/theme/theme.scss */
html.dark .dropdown-menu > li a:hover, html.dark .dropdown-menu > li a:focus {
  background-color: #333940;
}

/* line 6751, app/assets/stylesheets/theme/theme.scss */
html.dark .simple-search .input-group-append {
  border-color: #2c3237;
}

/* line 6755, app/assets/stylesheets/theme/theme.scss */
html.dark .home-intro {
  background-color: #262a2f;
}

/* line 6759, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
  border-top-color: #2c3237;
  border-left-color: #2c3237;
  border-right-color: #2c3237;
  background: #2c3237;
}

/* line 6767, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs .nav-tabs li a:hover {
  border-top-color: #808697;
}

/* line 6771, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
  border-top-color: #808697;
}

/* line 6777, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs .nav-tabs.nav-justified {
  border-left-width: 0;
  border-right-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 6784, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
  border-bottom-color: #2c3237;
}

/* line 6790, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
  background: #2c3237;
  border-left-color: #2c3237;
  border-right-color: #2c3237;
}

/* line 6796, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
  border-bottom-color: #2c3237;
}

/* line 6800, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs .nav-tabs {
  border-color: #2c3237;
}

/* line 6804, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
  background: #333940;
  border-left-color: #333940;
  border-right-color: #333940;
}

/* line 6815, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs .nav-tabs.nav-justified li.active a {
  border-bottom-color: #333940;
}

/* line 6819, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs.tabs-vertical {
  border-top-color: #333940;
}

/* line 6823, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
  border-bottom-color: #2c3237;
  border-top-color: #333940;
}

/* line 6829, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #808697;
  border-top-color: #333940;
}

/* line 6834, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom-color: #808697;
  border-top-color: #333940;
}

/* line 6841, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs .tab-content {
  background: #333940;
  border-color: #333940;
}

/* line 6846, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
  border-top-color: #333940 !important;
}

/* line 6854, app/assets/stylesheets/theme/theme.scss */
html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
  color: #808697;
}

/* line 6861, app/assets/stylesheets/theme/theme.scss */
html.dark .tab-content {
  background: #333940;
  border-color: #212529;
}

/* line 6866, app/assets/stylesheets/theme/theme.scss */
html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
  background: transparent !important;
}

/* line 6872, app/assets/stylesheets/theme/theme.scss */
html.dark .nav > li > a:hover,
html.dark .nav > li > a:focus {
  background-color: #333940;
}

/* line 6877, app/assets/stylesheets/theme/theme.scss */
html.dark .call-to-action.call-to-action-default {
  background: #2c3237;
}

/* line 6881, app/assets/stylesheets/theme/theme.scss */
html.dark .call-to-action.call-to-action-dark {
  background: #333940;
}

/* line 6885, app/assets/stylesheets/theme/theme.scss */
html.dark .call-to-action.with-borders {
  border-top-color: #333940;
  border-bottom-color: #333940;
  border-left-color: #2c3237;
  border-right-color: #2c3237;
}

/* line 6892, app/assets/stylesheets/theme/theme.scss */
html.dark .call-to-action.with-full-borders {
  border-color: #333940;
}

/* line 6896, app/assets/stylesheets/theme/theme.scss */
html.dark .call-to-action.featured {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2c3237), color-stop(98%, #333940)) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #2c3237 1%, #333940 98%) repeat scroll 0 0 transparent;
  border-bottom-color: #333940;
  border-left-color: #2c3237;
  border-right-color: #2c3237;
}

/* line 6904, app/assets/stylesheets/theme/theme.scss */
html.dark .call-to-action.call-to-action-in-footer:before {
  border-top-color: #212529;
}

/* line 6908, app/assets/stylesheets/theme/theme.scss */
html.dark .counters.with-borders .counter {
  border-top: 1px solid #333940;
  border-bottom: 1px solid #333940;
  border-left: 1px solid #2c3237;
  border-right: 1px solid #2c3237;
}

/* line 6915, app/assets/stylesheets/theme/theme.scss */
html.dark .counters.counters-text-dark .counter {
  color: #FFF !important;
}

/* line 6919, app/assets/stylesheets/theme/theme.scss */
html.dark .counters.counters-text-dark .counter [class*="fa-"], html.dark .counters.counters-text-dark .counter .icons, html.dark .counters.counters-text-dark .counter strong, html.dark .counters.counters-text-dark .counter label {
  color: #FFF !important;
}

/* line 6923, app/assets/stylesheets/theme/theme.scss */
html.dark section.timeline:after {
  background: #505050;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 0)), color-stop(8%, #505050), color-stop(92%, #505050), to(rgba(80, 80, 80, 0)));
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}

/* line 6929, app/assets/stylesheets/theme/theme.scss */
html.dark section.timeline .timeline-date {
  background-color: #2c3237;
  border-color: #2c3237;
  text-shadow: none;
}

/* line 6935, app/assets/stylesheets/theme/theme.scss */
html.dark section.timeline .timeline-title {
  background: #2c3237;
}

/* line 6939, app/assets/stylesheets/theme/theme.scss */
html.dark section.timeline .timeline-box {
  border-color: #2c3237;
  background: #2c3237;
}

/* line 6944, app/assets/stylesheets/theme/theme.scss */
html.dark section.timeline .timeline-box.left:before {
  -webkit-box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237;
  box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237;
}

/* line 6949, app/assets/stylesheets/theme/theme.scss */
html.dark section.timeline .timeline-box.left:after {
  background: #2c3237;
  border-right-color: #2c3237;
  border-top-color: #2c3237;
}

/* line 6955, app/assets/stylesheets/theme/theme.scss */
html.dark section.timeline .timeline-box.right:before {
  -webkit-box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237;
  box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237;
}

/* line 6960, app/assets/stylesheets/theme/theme.scss */
html.dark section.timeline .timeline-box.right:after {
  background: #2c3237;
  border-left-color: #2c3237;
  border-bottom-color: #2c3237;
}

/* line 6966, app/assets/stylesheets/theme/theme.scss */
html.dark .form-control {
  background-color: #2c3237;
  border-color: #2c3237;
}

/* line 6971, app/assets/stylesheets/theme/theme.scss */
html.dark .btn-light {
  background-color: #2c3237;
  border-color: #2c3237;
  color: #FFF;
}

/* line 6977, app/assets/stylesheets/theme/theme.scss */
html.dark .btn.disabled, html.dark .btn.disabled:hover, html.dark .btn.disabled:active, html.dark .btn.disabled:focus,
html.dark .btn[disabled],
html.dark .btn[disabled]:hover,
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus {
  border-color: #2c3237 !important;
}

/* line 6985, app/assets/stylesheets/theme/theme.scss */
html.dark .pagination > li > a,
html.dark .pagination > li > span {
  background-color: #2c3237;
  border-color: #282d31;
}

/* line 6991, app/assets/stylesheets/theme/theme.scss */
html.dark .theme-default .nivoSlider {
  background-color: #212529;
}

/* line 6995, app/assets/stylesheets/theme/theme.scss */
html.dark section.section-custom-map {
  background-color: #212529;
}

/* line 6999, app/assets/stylesheets/theme/theme.scss */
html.dark section.section-custom-map section.section {
  background: rgba(38, 42, 47, 0.8);
}

/* line 7003, app/assets/stylesheets/theme/theme.scss */
html.dark .home-concept {
  background-image: url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-dark-892f76b1df51d948679f3c5f6164ddedf38d68b687aa8992515a11fd9e4a4e0e.png);
}

/* line 7007, app/assets/stylesheets/theme/theme.scss */
html.dark .home-concept .process-image {
  background-image: url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-item-dark-774c093987767c9e83ad1de81cd68871fad99b5ddf9a37443f6f413dd48c0770.png);
}

/* line 7011, app/assets/stylesheets/theme/theme.scss */
html.dark .home-concept .project-image {
  background-image: url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-item-dark-774c093987767c9e83ad1de81cd68871fad99b5ddf9a37443f6f413dd48c0770.png);
}

/* line 7015, app/assets/stylesheets/theme/theme.scss */
html.dark .home-concept .sun {
  background-image: url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-icons-dark-4fb4792b5ad7e1ee4a9013b4831b27ae83aa84c9124855bf39a7a7d22a40311f.png);
}

/* line 7019, app/assets/stylesheets/theme/theme.scss */
html.dark .home-concept .cloud {
  background-image: url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-icons-dark-4fb4792b5ad7e1ee4a9013b4831b27ae83aa84c9124855bf39a7a7d22a40311f.png);
}

/* line 7023, app/assets/stylesheets/theme/theme.scss */
html.dark .page-header {
  border-bottom-color: #1c2023;
}

/* line 7027, app/assets/stylesheets/theme/theme.scss */
html.dark .page-header-light {
  background-color: #333940;
}

/* line 7031, app/assets/stylesheets/theme/theme.scss */
html.dark .accordion .card {
  background-color: #2c3237;
}

/* line 7035, app/assets/stylesheets/theme/theme.scss */
html.dark .accordion .card-default {
  border-color: #2c3237;
}

/* line 7039, app/assets/stylesheets/theme/theme.scss */
html.dark .accordion .card-header {
  background-color: #333940;
}

/* line 7043, app/assets/stylesheets/theme/theme.scss */
html.dark .accordion .form-control {
  background-color: #262a2f;
  border-color: #262a2f;
}

/* line 7048, app/assets/stylesheets/theme/theme.scss */
html.dark .accordion.accordion-modern .card .card-header {
  background-color: #262a2f;
}

/* line 7052, app/assets/stylesheets/theme/theme.scss */
html.dark .accordion.accordion-modern .card:first-of-type, html.dark .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type), html.dark .accordion.accordion-modern .card:last-of-type {
  border-color: #262a2f;
}

/* line 7056, app/assets/stylesheets/theme/theme.scss */
html.dark .toggle > label {
  background-color: #333940;
}

/* line 7060, app/assets/stylesheets/theme/theme.scss */
html.dark .toggle.toggle-simple .toggle > label {
  color: #FFF;
}

/* line 7064, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-box {
  background: #333940;
  border-left-color: #333940;
  border-right-color: #333940;
  border-bottom-color: #333940;
}

/* line 7071, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-box.secondary h4 {
  color: #FFF;
}

/* line 7075, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-flat .featured-box .box-content {
  background: #333940;
}

/* line 7079, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
  color: #FFF;
}

/* line 7083, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-2 .featured-box {
  background: transparent;
}

/* line 7087, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-3 .featured-box .icon-featured {
  background: #212529;
}

/* line 7091, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-4 .featured-box {
  background: transparent;
}

/* line 7095, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-5 .featured-box {
  background: transparent;
}

/* line 7099, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-5 .featured-box .icon-featured {
  background: #2c3237;
  border-color: #333940;
}

/* line 7104, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-6 .featured-box {
  background: transparent;
}

/* line 7108, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-6 .featured-box .icon-featured {
  background: #2c3237;
  border-color: #333940;
}

/* line 7113, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
  border-color: #333940;
}

/* line 7117, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-7 .featured-box {
  background: transparent;
}

/* line 7121, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-7 .featured-box .icon-featured {
  background: #2c3237;
  border-color: #333940;
}

/* line 7126, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
  -webkit-box-shadow: 3px 3px #1a1d21;
  box-shadow: 3px 3px #1a1d21;
}

/* line 7131, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-boxes-style-8 .featured-box .icon-featured {
  background: #333940;
}

/* line 7135, app/assets/stylesheets/theme/theme.scss */
html.dark .featured-box-effect-1 .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #333940;
  box-shadow: 0 0 0 3px #333940;
}

/* line 7140, app/assets/stylesheets/theme/theme.scss */
html.dark .feature-box.feature-box-style-2 h4, html.dark .feature-box.feature-box-style-3 h4, html.dark .feature-box.feature-box-style-4 h4 {
  color: #FFF;
}

/* line 7144, app/assets/stylesheets/theme/theme.scss */
html.dark .feature-box.feature-box-style-6 .feature-box-icon {
  border-color: #333940;
}

/* line 7148, app/assets/stylesheets/theme/theme.scss */
html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
  border-color: #333940;
}

/* line 7152, app/assets/stylesheets/theme/theme.scss */
html.dark .owl-dots button.owl-dot span {
  background: #333940;
}

/* line 7156, app/assets/stylesheets/theme/theme.scss */
html.dark .owl-carousel.top-border {
  border-top-color: #3F4247;
}

/* line 7160, app/assets/stylesheets/theme/theme.scss */
html.dark .progress {
  background: #333940;
}

/* line 7164, app/assets/stylesheets/theme/theme.scss */
html.dark .arrow {
  background-image: url(//pole-web.dev.mescal.pl/assets/site/arrows-dark-1a91f1b62e44ea70d044420a0841bd7fd75c7ccdab609457d8d9e4273759a17d.png);
}

/* line 7168, app/assets/stylesheets/theme/theme.scss */
html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
  background-color: #2c3237;
  border-color: #2c3237;
}

/* line 7175, app/assets/stylesheets/theme/theme.scss */
html.dark .thumb-info .thumb-info-wrapper:after {
  background-color: rgba(33, 37, 41, 0.9);
}

/* line 7179, app/assets/stylesheets/theme/theme.scss */
html.dark .thumb-info-social-icons {
  border-top-color: #3c444b;
}

/* line 7183, app/assets/stylesheets/theme/theme.scss */
html.dark ul.nav-list > li a {
  border-bottom-color: #2c3237;
}

/* line 7187, app/assets/stylesheets/theme/theme.scss */
html.dark ul.nav-list > li a:hover {
  background-color: #2c3237;
}

/* line 7191, app/assets/stylesheets/theme/theme.scss */
html.dark .content-grid .content-grid-item:before {
  border-left-color: #333940;
}

/* line 7195, app/assets/stylesheets/theme/theme.scss */
html.dark .content-grid .content-grid-item:after {
  border-bottom-color: #333940;
}

/* line 7199, app/assets/stylesheets/theme/theme.scss */
html.dark .content-grid.content-grid-dashed .content-grid-item:before {
  border-left-color: #333940;
}

/* line 7203, app/assets/stylesheets/theme/theme.scss */
html.dark .content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom-color: #333940;
}

/* line 7207, app/assets/stylesheets/theme/theme.scss */
html.dark .testimonial .testimonial-author strong {
  color: #FFF;
}

/* line 7211, app/assets/stylesheets/theme/theme.scss */
html.dark .testimonial.testimonial-style-3 blockquote {
  background: #333940 !important;
}

/* line 7215, app/assets/stylesheets/theme/theme.scss */
html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
  border-top-color: #333940 !important;
}

/* line 7219, app/assets/stylesheets/theme/theme.scss */
html.dark .testimonial.testimonial-style-4 {
  border-color: #333940 !important;
}

/* line 7223, app/assets/stylesheets/theme/theme.scss */
html.dark .testimonial.testimonial-style-5 .testimonial-author {
  border-top-color: #333940 !important;
}

/* line 7227, app/assets/stylesheets/theme/theme.scss */
html.dark .popover {
  background-color: #333940;
  border: 1px solid #2c3237;
}

/* line 7232, app/assets/stylesheets/theme/theme.scss */
html.dark .popover.top > .arrow {
  border-top-color: #2c3237;
}

/* line 7236, app/assets/stylesheets/theme/theme.scss */
html.dark .popover.top > .arrow:after {
  border-top-color: #333940;
}

/* line 7240, app/assets/stylesheets/theme/theme.scss */
html.dark .popover.right > .arrow {
  border-right-color: #2c3237;
}

/* line 7244, app/assets/stylesheets/theme/theme.scss */
html.dark .popover.right > .arrow:after {
  border-right-color: #333940;
}

/* line 7248, app/assets/stylesheets/theme/theme.scss */
html.dark .popover.bottom > .arrow {
  border-bottom-color: #2c3237;
}

/* line 7252, app/assets/stylesheets/theme/theme.scss */
html.dark .popover.bottom > .arrow:after {
  border-bottom-color: #333940;
}

/* line 7256, app/assets/stylesheets/theme/theme.scss */
html.dark .popover.left > .arrow {
  border-left-color: #2c3237;
}

/* line 7260, app/assets/stylesheets/theme/theme.scss */
html.dark .popover.left > .arrow:after {
  border-left-color: #333940;
}

/* line 7264, app/assets/stylesheets/theme/theme.scss */
html.dark .popover-title {
  background-color: #2c3237;
  border-bottom: #333940;
}

/* line 7269, app/assets/stylesheets/theme/theme.scss */
html.dark .page-header {
  border-bottom-color: #2c3237;
}

/* line 7273, app/assets/stylesheets/theme/theme.scss */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
  border-color: #2c3237;
}

/* line 7283, app/assets/stylesheets/theme/theme.scss */
html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #333940;
}

/* line 7288, app/assets/stylesheets/theme/theme.scss */
html.dark pre {
  background-color: #2c3237;
  border-color: #2c3237;
  color: #777;
}

/* line 7294, app/assets/stylesheets/theme/theme.scss */
html.dark .show-grid [class*="col-lg-"] .show-grid-block {
  background-color: #2c3237;
  border-color: #2c3237;
}

/* line 7299, app/assets/stylesheets/theme/theme.scss */
html.dark .google-map-borders,
html.dark .embed-responsive-borders {
  border-color: #333940;
}

/* line 7304, app/assets/stylesheets/theme/theme.scss */
html.dark .alert.alert-default {
  border-color: #333940;
  background-color: #2c3237;
}

/* line 7309, app/assets/stylesheets/theme/theme.scss */
html.dark hr {
  background-image: -webkit-gradient(linear, right top, left top, from(#212529), color-stop(#3F4247), to(#212529));
  background-image: linear-gradient(to left, #212529, #3F4247, #212529);
}

/* line 7314, app/assets/stylesheets/theme/theme.scss */
html.dark hr.light {
  background-image: -webkit-gradient(linear, right top, left top, from(#212529), color-stop(#3F4247), to(#212529));
  background-image: linear-gradient(to left, #212529, #3F4247, #212529);
}

/* line 7319, app/assets/stylesheets/theme/theme.scss */
html.dark hr.solid {
  background: #3F4247;
}

/* line 7323, app/assets/stylesheets/theme/theme.scss */
html.dark .divider {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#3F4247), to(transparent));
  background-image: linear-gradient(to left, transparent, #3F4247, transparent);
}

/* line 7328, app/assets/stylesheets/theme/theme.scss */
html.dark .divider [class*="fa-"], html.dark .divider .icons {
  background: #212529;
}

/* line 7332, app/assets/stylesheets/theme/theme.scss */
html.dark .divider.divider-solid {
  background: #3F4247;
}

/* line 7336, app/assets/stylesheets/theme/theme.scss */
html.dark .divider.divider-style-2 [class*="fa-"], html.dark .divider.divider-style-2 .icons {
  background: #262a2f;
}

/* line 7340, app/assets/stylesheets/theme/theme.scss */
html.dark .divider.divider-style-3 [class*="fa-"], html.dark .divider.divider-style-3 .icons {
  border-color: #3F4247;
}

/* line 7344, app/assets/stylesheets/theme/theme.scss */
html.dark .divider.divider-style-4 [class*="fa-"], html.dark .divider.divider-style-4 .icons {
  border-color: #3F4247;
}

/* line 7348, app/assets/stylesheets/theme/theme.scss */
html.dark .divider.divider-style-4 [class*="fa-"]:after, html.dark .divider.divider-style-4 .icons:after {
  border-color: #262a2f;
}

/* line 7352, app/assets/stylesheets/theme/theme.scss */
html.dark .divider.divider-small {
  background: transparent;
}

/* line 7356, app/assets/stylesheets/theme/theme.scss */
html.dark .divider.divider-small hr {
  background: #3F4247;
}

/* line 7360, app/assets/stylesheets/theme/theme.scss */
html.dark .divider.divider-small.divider-light hr {
  background: #3F4247;
}

/* line 7364, app/assets/stylesheets/theme/theme.scss */
html.dark hr.dashed:after, html.dark .divider.dashed:after {
  border-color: #3F4247;
}

/* line 7368, app/assets/stylesheets/theme/theme.scss */
html.dark .heading.heading-bottom-border h1 {
  border-bottom-color: #3f4247;
}

/* line 7372, app/assets/stylesheets/theme/theme.scss */
html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 {
  border-bottom-color: #3f4247;
}

/* line 7376, app/assets/stylesheets/theme/theme.scss */
html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6 {
  border-bottom-color: #3f4247;
}

/* line 7380, app/assets/stylesheets/theme/theme.scss */
html.dark .heading.heading-bottom-double-border h1, html.dark .heading.heading-bottom-double-border h2, html.dark .heading.heading-bottom-double-border h3 {
  border-bottom-color: #3f4247;
}

/* line 7384, app/assets/stylesheets/theme/theme.scss */
html.dark .heading.heading-bottom-double-border h4, html.dark .heading.heading-bottom-double-border h5, html.dark .heading.heading-bottom-double-border h6 {
  border-bottom-color: #3f4247;
}

/* line 7388, app/assets/stylesheets/theme/theme.scss */
html.dark .heading.heading-middle-border:before {
  border-top-color: #3f4247;
}

/* line 7392, app/assets/stylesheets/theme/theme.scss */
html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 {
  background: #212529;
}

/* line 7396, app/assets/stylesheets/theme/theme.scss */
html.dark .recent-posts .date .day,
html.dark section.section .recent-posts .date .day {
  background-color: #333940;
}

/* line 7401, app/assets/stylesheets/theme/theme.scss */
html.dark .blog-posts article {
  border-color: #2c3237;
}

/* line 7405, app/assets/stylesheets/theme/theme.scss */
html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
  background-color: #2c3237;
}

/* line 7410, app/assets/stylesheets/theme/theme.scss */
html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
  background-color: #2c3237;
  border-color: #2c3237;
}

/* line 7418, app/assets/stylesheets/theme/theme.scss */
html.dark ul.simple-post-list li {
  border-bottom-color: #262a2f;
}

/* line 7422, app/assets/stylesheets/theme/theme.scss */
html.dark .post-block {
  border-top-color: #1c2023;
}

/* line 7426, app/assets/stylesheets/theme/theme.scss */
html.dark ul.comments .comment-block {
  background-color: #2c3237;
}

/* line 7430, app/assets/stylesheets/theme/theme.scss */
html.dark ul.comments .comment-arrow {
  border-right-color: #2c3237;
}

/* line 7434, app/assets/stylesheets/theme/theme.scss */
html.dark .pricing-table li {
  border-top-color: #262a2f;
}

/* line 7438, app/assets/stylesheets/theme/theme.scss */
html.dark .pricing-table h3 {
  background-color: #262a2f;
  text-shadow: none;
}

/* line 7443, app/assets/stylesheets/theme/theme.scss */
html.dark .pricing-table h3 span {
  background: #2c3237;
  border-color: #282d31;
  -webkit-box-shadow: 0 5px 20px #282d31 inset, 0 3px 0 #2c3237 inset;
  box-shadow: 0 5px 20px #282d31 inset, 0 3px 0 #2c3237 inset;
  color: #777;
}

/* line 7451, app/assets/stylesheets/theme/theme.scss */
html.dark .pricing-table .most-popular {
  border-color: #2c3237;
}

/* line 7455, app/assets/stylesheets/theme/theme.scss */
html.dark .pricing-table .most-popular h3 {
  background-color: #2c3237;
  color: #FFF;
  text-shadow: none;
}

/* line 7461, app/assets/stylesheets/theme/theme.scss */
html.dark .pricing-table .plan-ribbon {
  background-color: #2c3237;
}

/* line 7465, app/assets/stylesheets/theme/theme.scss */
html.dark .pricing-table .plan {
  background: #2c3237;
  border: 1px solid #2c3237;
  color: #777;
  text-shadow: none;
}

/* line 7472, app/assets/stylesheets/theme/theme.scss */
html.dark .product-thumb-info {
  background-color: #2c3237;
  border-color: transparent;
}

/* line 7477, app/assets/stylesheets/theme/theme.scss */
html.dark .shop .quantity .qty {
  background-color: #2c3237;
  border-color: transparent;
}

/* line 7482, app/assets/stylesheets/theme/theme.scss */
html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
  background-color: #262a2f;
  border-color: transparent;
}

/* line 7488, app/assets/stylesheets/theme/theme.scss */
html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
  border-color: #2c3237;
}

/* line 7494, app/assets/stylesheets/theme/theme.scss */
html.dark .dialog {
  background-color: #212529;
}

/* line 7498, app/assets/stylesheets/theme/theme.scss */
html.dark .modal-content {
  background-color: #212529;
}

/* line 7502, app/assets/stylesheets/theme/theme.scss */
html.dark .modal-header {
  border-bottom-color: #2c3237;
}

/* line 7506, app/assets/stylesheets/theme/theme.scss */
html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
  color: #777;
}

/* line 7510, app/assets/stylesheets/theme/theme.scss */
html.dark .modal-header .close {
  text-shadow: none;
  color: #FFF;
}

/* line 7515, app/assets/stylesheets/theme/theme.scss */
html.dark .modal-footer {
  border-top-color: #2c3237;
}

/* line 7519, app/assets/stylesheets/theme/theme.scss */
html.dark .popup-inline-content,
html.dark .mfp-content .ajax-container {
  background: #212529 !important;
}

/* line 7524, app/assets/stylesheets/theme/theme.scss */
html.dark .loading-overlay {
  background: #212529;
}

/* line 7528, app/assets/stylesheets/theme/theme.scss */
html.dark .sort-destination-loader:after {
  background-color: #212529;
}

/* line 7532, app/assets/stylesheets/theme/theme.scss */
html.dark #footer .newsletter form .btn-light {
  background-color: #262a2f;
  border-color: #262a2f;
  color: #777;
}

/* line 7538, app/assets/stylesheets/theme/theme.scss */
html.dark #footer .newsletter form .form-control {
  border: 0;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 7544, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
    background: #262a2f;
  }
  /* line 7548, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:hover > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:focus > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li.active > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:active > a {
    background: #333940;
  }
  /* line 7552, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
    border-bottom-color: #333940;
  }
  /* line 7556, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:hover, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:focus, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a.active, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:active {
    background: #333940;
  }
  /* line 7560, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
    color: #999;
  }
  /* line 7564, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav > li:hover > a {
    background: #333940;
  }
  /* line 7568, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper {
    background: #333940;
  }
  /* line 7572, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
    color: #CCC;
  }
  /* line 7576, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    color: #FFF;
  }
  /* line 7580, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav.header-nav-links nav > ul > li > a, html.dark #header .header-nav.header-nav-links nav > ul > li:hover > a, html.dark #header .header-nav.header-nav-line nav > ul > li > a, html.dark #header .header-nav.header-nav-line nav > ul > li:hover > a {
    color: #CCC;
  }
  /* line 7584, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li > a, html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li:hover > a {
    color: #CCC;
  }
  /* line 7588, app/assets/stylesheets/theme/theme.scss */
  html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    background-color: #212529;
  }
}

@media (max-width: 991px) {
  /* line 7594, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main:before {
    background-color: #212529;
  }
  /* line 7598, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
    border-color: transparent;
    background: #39404c;
  }
  /* line 7603, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main nav > ul li {
    border-bottom-color: #333940;
  }
  /* line 7607, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
    color: #FFF;
  }
  /* line 7611, app/assets/stylesheets/theme/theme.scss */
  html.dark #header .header-nav-main nav ul li a:active {
    background-color: #1e1e1e;
    color: #FFF;
  }
  /* line 7616, app/assets/stylesheets/theme/theme.scss */
  html.dark .home-concept {
    background-image: none;
  }
}

/* Boxed Layout */
/* line 7621, app/assets/stylesheets/theme/theme.scss */
html.boxed body {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat;
}

/* line 7627, app/assets/stylesheets/theme/theme.scss */
html.boxed .body {
  position: relative;
  background-color: transparent;
  border-radius: 5px;
  border-top: 5px solid #CCC;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
  max-width: 1200px;
  height: auto;
}

/* line 7639, app/assets/stylesheets/theme/theme.scss */
html.boxed #header .header-body {
  border-top-color: transparent;
}

/* line 7643, app/assets/stylesheets/theme/theme.scss */
html.boxed #header.header-effect-shrink .header-body {
  max-width: 1200px;
}

/* line 7647, app/assets/stylesheets/theme/theme.scss */
html.boxed .main {
  background-color: #FFF;
  overflow: hidden;
}

/* line 7652, app/assets/stylesheets/theme/theme.scss */
html.boxed section.section.section-footer {
  padding-bottom: 100px;
}

/* line 7656, app/assets/stylesheets/theme/theme.scss */
html.boxed #footer {
  margin-top: 0;
  border-bottom: 4px solid #1A1C1E;
  border-radius: 0 0 5px 5px;
}

/* line 7662, app/assets/stylesheets/theme/theme.scss */
html.boxed .footer-reveal {
  max-width: 1200px;
  left: auto !important;
}

/* Responsive */
@media (min-width: 1200px) {
  /* line 7669, app/assets/stylesheets/theme/theme.scss */
  html.boxed.sticky-header-active #header .header-body {
    width: 100%;
    max-width: 1200px;
  }
  /* line 7674, app/assets/stylesheets/theme/theme.scss */
  html.boxed .footer-reveal {
    bottom: 25px !important;
  }
}

@media (max-width: 1199px) {
  /* line 7680, app/assets/stylesheets/theme/theme.scss */
  html.boxed .footer-reveal {
    border-bottom: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7686, app/assets/stylesheets/theme/theme.scss */
  html.boxed #header .header-top.header-top-colored {
    margin-top: -18px;
    border-radius: 4px 4px 0 0;
  }
  /* line 7691, app/assets/stylesheets/theme/theme.scss */
  html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-body {
    position: fixed !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 7697, app/assets/stylesheets/theme/theme.scss */
  html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-nav-bar {
    margin: 0 -15px -9px;
  }
}

@media (max-width: 991px) {
  /* line 7703, app/assets/stylesheets/theme/theme.scss */
  html.boxed .body {
    margin: 0 auto;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  /* Boxed */
  /* line 7711, app/assets/stylesheets/theme/theme.scss */
  html.boxed {
    background: none !important;
  }
}

/* line 7716, app/assets/stylesheets/theme/theme.scss */
html.gap-outside .body {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 7721, app/assets/stylesheets/theme/theme.scss */
html.gap-outside .main,
html.gap-outside #footer {
  margin-right: 25px;
  margin-left: 25px;
}

/* line 7727, app/assets/stylesheets/theme/theme.scss */
html.gap-outside .slider-container {
  width: 100% !important;
  left: auto !important;
}

/* line 7732, app/assets/stylesheets/theme/theme.scss */
html.gap-outside #header:not(.side-header) {
  margin-top: -25px;
}

/* line 7736, app/assets/stylesheets/theme/theme.scss */
html.gap-outside #header:not(.side-header) .header-body {
  left: 0;
  padding-right: 25px;
  padding-left: 25px;
}

/* line 7742, app/assets/stylesheets/theme/theme.scss */
html.gap-outside #header:not(.side-header) .header-container:after {
  content: none;
}

@media (max-width: 991px) {
  /* line 7747, app/assets/stylesheets/theme/theme.scss */
  html.gap-outside #header:not(.side-header) .header-nav-main:before {
    width: calc(100vw - 50px);
  }
}

/* line 7752, app/assets/stylesheets/theme/theme.scss */
html.gap-outside .pin-wrapper .sticky-wrapper {
  left: 25px !important;
  width: calc(100vw - 67px) !important;
}

/* line 7757, app/assets/stylesheets/theme/theme.scss */
html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active {
  top: -25px !important;
  left: 0 !important;
  width: 100% !important;
}

/* line 7763, app/assets/stylesheets/theme/theme.scss */
html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body {
  width: 100% !important;
}

/* line 7767, app/assets/stylesheets/theme/theme.scss */
html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	7.1.0
*/
/* Accordion */
/* line 8, app/assets/stylesheets/theme/theme-elements.scss */
.accordion {
  /* Modern */
}

/* line 12, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card {
  margin-top: 5px;
}

/* line 16, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card:first-child {
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 25, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: .25rem;
}

/* line 29, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card-title {
  font-size: 16px;
}

/* line 33, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card-header {
  padding: 0;
  border-radius: .25rem;
  border-bottom: 0;
  margin: -1px;
}

/* line 40, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card-header a {
  display: block;
  padding: 10px 20px;
}

/* line 45, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card-header a:hover, .accordion .card-header a:focus {
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card-header a [class^="icon-"] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

/* line 55, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card-header a [class*="fa-"], .accordion .card-header a .icons {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/* line 62, app/assets/stylesheets/theme/theme-elements.scss */
.accordion .card-header a .icons {
  top: 1px;
}

/* line 66, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.accordion-sm .card-header a {
  padding: 5px 15px;
  font-size: 0.9em;
}

/* line 71, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.accordion-sm .card-body {
  font-size: 0.9em;
}

/* line 75, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.accordion-lg .card-header a {
  padding: 15px 15px;
  font-size: 1em;
  font-weight: 600;
}

/* line 81, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.without-bg .card-default {
  background: transparent !important;
}

/* line 85, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.without-bg .card-default > .card-header {
  background: transparent !important;
}

/* line 89, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.without-bg .card-body {
  padding-top: 0;
}

/* line 93, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.without-borders .card {
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 100, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.without-borders .card-header a {
  padding-left: 0;
  padding-right: 0;
}

/* line 105, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.without-borders .card-body {
  padding: 0;
}

/* line 109, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.accordion-modern .card:first-of-type, .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type), .accordion.accordion-modern .card:last-of-type {
  border: 4px solid #F7F7F7;
}

/* line 113, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.accordion-modern .card .card-header {
  background-color: #F7F7F7;
  border-radius: 0;
}

/* line 118, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.accordion-modern-grey-scale-1 .card:first-of-type, .accordion.accordion-modern-grey-scale-1 .card:not(:first-of-type):not(:last-of-type), .accordion.accordion-modern-grey-scale-1 .card:last-of-type {
  border-color: #EDEDED;
}

/* line 122, app/assets/stylesheets/theme/theme-elements.scss */
.accordion.accordion-modern-grey-scale-1 .card .card-header {
  background-color: #EDEDED;
}

/* Animations */
/* line 127, app/assets/stylesheets/theme/theme-elements.scss */
.appear-animation {
  opacity: 0;
}

/* line 131, app/assets/stylesheets/theme/theme-elements.scss */
.appear-animation-visible {
  opacity: 1;
}

/* Transitions */
/* line 136, app/assets/stylesheets/theme/theme-elements.scss */
.transition-2ms {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mask Up */
@-webkit-keyframes maskUp {
  from {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes maskUp {
  from {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Mask Right */
@-webkit-keyframes maskRight {
  from {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes maskRight {
  from {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Mask Down */
@-webkit-keyframes maskDown {
  from {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes maskDown {
  from {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Mask Left */
@-webkit-keyframes maskLeft {
  from {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes maskLeft {
  from {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 238, app/assets/stylesheets/theme/theme-elements.scss */
.maskUp {
  -webkit-animation-name: maskUp;
  animation-name: maskUp;
}

/* line 243, app/assets/stylesheets/theme/theme-elements.scss */
.maskRight {
  -webkit-animation-name: maskRight;
  animation-name: maskRight;
}

/* line 248, app/assets/stylesheets/theme/theme-elements.scss */
.maskDown {
  -webkit-animation-name: maskDown;
  animation-name: maskDown;
}

/* line 253, app/assets/stylesheets/theme/theme-elements.scss */
.maskLeft {
  -webkit-animation-name: maskLeft;
  animation-name: maskLeft;
}

@-webkit-keyframes headerReveal {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}

@keyframes headerReveal {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}

/* Fade In Up Shorter */
@-webkit-keyframes fadeInUpShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 306, app/assets/stylesheets/theme/theme-elements.scss */
.fadeInUpShorter {
  -webkit-animation-name: fadeInUpShorter;
  animation-name: fadeInUpShorter;
}

/* Fade In Left Shorter */
@-webkit-keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 340, app/assets/stylesheets/theme/theme-elements.scss */
.fadeInLeftShorter {
  -webkit-animation-name: fadeInLeftShorter;
  animation-name: fadeInLeftShorter;
}

/* Fade In Right Shorter */
@-webkit-keyframes fadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 374, app/assets/stylesheets/theme/theme-elements.scss */
.fadeInRightShorter {
  -webkit-animation-name: fadeInRightShorter;
  animation-name: fadeInRightShorter;
}

/* Fade In Down Shorter */
@-webkit-keyframes fadeInDownShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 408, app/assets/stylesheets/theme/theme-elements.scss */
.fadeInDownShorter {
  -webkit-animation-name: fadeInDownShorter;
  animation-name: fadeInDownShorter;
}

/* Expand In */
@-webkit-keyframes expandIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes expandIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 442, app/assets/stylesheets/theme/theme-elements.scss */
.expandIn {
  -webkit-animation-name: expandIn;
  animation-name: expandIn;
}

/* Gradient Transition */
@-webkit-keyframes gradientTransition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientTransition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }
}

@keyframes sliderScrollButton {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }
}

/* Arrow Left Right */
@-webkit-keyframes arrowLeftRight {
  0% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
}

@keyframes arrowLeftRight {
  0% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
}

/* Nav Item Arrow */
@-webkit-keyframes navItemArrow {
  0% {
    position: relative;
    left: -1px;
  }
  50% {
    position: relative;
    left: 3px;
  }
  100% {
    position: relative;
    left: -1px;
  }
}

@keyframes navItemArrow {
  0% {
    position: relative;
    left: -1px;
  }
  50% {
    position: relative;
    left: 3px;
  }
  100% {
    position: relative;
    left: -1px;
  }
}

/* Hover 3d Effect */
/* line 584, app/assets/stylesheets/theme/theme-elements.scss */
.hover-in {
  -webkit-transition: .1s ease-out !important;
  transition: .1s ease-out !important;
}

/* line 589, app/assets/stylesheets/theme/theme-elements.scss */
.hover-out {
  -webkit-transition: .1s ease-in !important;
  transition: .1s ease-in !important;
}

/* line 594, app/assets/stylesheets/theme/theme-elements.scss */
.hover-3d {
  -webkit-transition: none;
  transition: none;
}

/* Arrows */
/* line 600, app/assets/stylesheets/theme/theme-elements.scss */
.arrow {
  background: transparent url(//pole-web.dev.mescal.pl/assets/site/arrows-6a75ea5d64aac96281391e1bfb9d7ea94cd180372d6c3fe9162b095f200ac325.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}

/* line 608, app/assets/stylesheets/theme/theme-elements.scss */
.arrow.arrow-light {
  background-image: url(//pole-web.dev.mescal.pl/assets/site/arrows-dark-1a91f1b62e44ea70d044420a0841bd7fd75c7ccdab609457d8d9e4273759a17d.png);
}

/* line 612, app/assets/stylesheets/theme/theme-elements.scss */
.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}

/* line 618, app/assets/stylesheets/theme/theme-elements.scss */
.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}

/* line 624, app/assets/stylesheets/theme/theme-elements.scss */
.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}

/* line 630, app/assets/stylesheets/theme/theme-elements.scss */
.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}

/* line 636, app/assets/stylesheets/theme/theme-elements.scss */
.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}

/* line 642, app/assets/stylesheets/theme/theme-elements.scss */
.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}

/* line 648, app/assets/stylesheets/theme/theme-elements.scss */
.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}

/* line 654, app/assets/stylesheets/theme/theme-elements.scss */
.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 662, app/assets/stylesheets/theme/theme-elements.scss */
  .arrow {
    display: none;
  }
}

/* Background Scales Overlay */
/* line 667, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay {
  position: relative;
}

/* line 671, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay:before {
  content: "";
  display: block;
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

/* line 686, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay .bg-color-scale-overlay-wrapper {
  position: relative;
  z-index: 2;
}

/* line 691, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay-1:before {
  opacity: 0.05 !important;
}

/* line 695, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay-2:before {
  opacity: 0.1 !important;
}

/* line 699, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay-3:before {
  opacity: 0.15 !important;
}

/* line 703, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay-4:before {
  opacity: 0.2 !important;
}

/* line 707, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay-5:before {
  opacity: 0.25 !important;
}

/* line 711, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay-6:before {
  opacity: 0.3 !important;
}

/* line 715, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay-7:before {
  opacity: 0.35 !important;
}

/* line 719, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay-8:before {
  opacity: 0.4 !important;
}

/* line 723, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-scale-overlay-9:before {
  opacity: 0.45 !important;
}

/* Background Transparent */
/* line 728, app/assets/stylesheets/theme/theme-elements.scss */
.background-transparent {
  background: transparent !important;
}

/* Background White and Black */
/* line 733, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-white {
  background: #FFF !important;
}

/* line 737, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-black {
  background: #000 !important;
}

/* Labels */
/* line 742, app/assets/stylesheets/theme/theme-elements.scss */
.badge-primary {
  background-color: #CCC;
  color: #FFF;
}

/* line 747, app/assets/stylesheets/theme/theme-elements.scss */
.badge-success {
  background-color: #28a745;
  color: #FFF;
}

/* line 752, app/assets/stylesheets/theme/theme-elements.scss */
.badge-warning {
  background-color: #ffc107;
  color: #FFF;
}

/* line 757, app/assets/stylesheets/theme/theme-elements.scss */
.badge-danger {
  background-color: #dc3545;
  color: #FFF;
}

/* line 762, app/assets/stylesheets/theme/theme-elements.scss */
.badge-info {
  background-color: #17a2b8;
  color: #FFF;
}

/* line 767, app/assets/stylesheets/theme/theme-elements.scss */
.badge-dark {
  background-color: #212529;
  color: #FFF;
}

/* line 772, app/assets/stylesheets/theme/theme-elements.scss */
.badge.badge-xs {
  padding: 0.3em 0.5em;
}

/* line 776, app/assets/stylesheets/theme/theme-elements.scss */
.badge.badge-sm {
  padding: 0.5em 0.8em;
}

/* line 780, app/assets/stylesheets/theme/theme-elements.scss */
.badge.badge-md {
  padding: 1em 1.6em;
  font-size: 85%;
}

/* line 785, app/assets/stylesheets/theme/theme-elements.scss */
.badge.badge-lg {
  padding: 1.5em 2em;
  font-size: 90%;
}

/* line 790, app/assets/stylesheets/theme/theme-elements.scss */
.badge.badge-xl {
  padding: 2em 2.5em;
  font-size: 100%;
}

/* Circular Bars */
/* line 796, app/assets/stylesheets/theme/theme-elements.scss */
.circular-bar {
  text-align: center;
  margin-bottom: 25px;
}

/* line 801, app/assets/stylesheets/theme/theme-elements.scss */
.circular-bar .circular-bar-chart {
  position: relative;
}

/* line 805, app/assets/stylesheets/theme/theme-elements.scss */
.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

/* line 817, app/assets/stylesheets/theme/theme-elements.scss */
.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

/* line 829, app/assets/stylesheets/theme/theme-elements.scss */
.circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons {
  display: block;
  font-size: 38px;
  line-height: 30px;
  position: absolute;
  top: 40%;
  width: 80%;
  left: 10%;
  text-align: center;
}

/* line 840, app/assets/stylesheets/theme/theme-elements.scss */
.circular-bar.single-line strong {
  top: 40%;
}

/* line 844, app/assets/stylesheets/theme/theme-elements.scss */
.circular-bar.circular-bar-sm label {
  font-size: 14px;
  top: 36%;
}

/* line 849, app/assets/stylesheets/theme/theme-elements.scss */
.circular-bar.circular-bar-lg strong {
  font-size: 20px;
  top: 40%;
}

/* Progress */
/* line 855, app/assets/stylesheets/theme/theme-elements.scss */
.progress {
  border-radius: 25px;
  height: 20px;
  background: #FAFAFA;
  overflow: visible;
}

/* line 862, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-border-radius {
  border-radius: 3px;
}

/* line 866, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-border-radius .progress-bar {
  border-radius: 3px;
}

/* line 870, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-no-border-radius {
  border-radius: 0;
}

/* line 874, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-no-border-radius .progress-bar {
  border-radius: 0;
}

/* line 878, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-xs {
  height: 5px;
}

/* line 882, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-xs .progress-bar {
  line-height: 5px;
  height: auto;
}

/* line 887, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-sm {
  height: 10px;
}

/* line 891, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-sm .progress-bar {
  line-height: 10px;
  height: auto;
}

/* line 896, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-lg {
  height: 35px;
}

/* line 900, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-lg .progress-bar {
  font-size: 13px;
  line-height: 35px;
  height: auto;
}

/* line 906, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-dark {
  background: #333333;
}

/* line 910, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-right-side-value {
  position: relative;
  margin-right: 40px;
}

/* line 915, app/assets/stylesheets/theme/theme-elements.scss */
.progress.progress-right-side-value .progress-bar-value {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(40px, -50%, 0);
  transform: translate3d(40px, -50%, 0);
}

/* line 923, app/assets/stylesheets/theme/theme-elements.scss */
.progress-bar {
  background-color: #CCC;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  border-radius: 25px;
}

/* line 931, app/assets/stylesheets/theme/theme-elements.scss */
.progress-bar-tooltip {
  position: absolute;
  padding: 4px 8px;
  background-color: #333;
  color: #FFF;
  line-height: 15px;
  font-size: 11px;
  display: block;
  position: absolute;
  top: -28px;
  right: 5px;
  border-radius: 3px;
  opacity: 0;
}

/* line 946, app/assets/stylesheets/theme/theme-elements.scss */
.progress-bar-tooltip:after {
  border-color: #333 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  left: 13px;
  position: absolute;
  width: 0;
}

/* line 958, app/assets/stylesheets/theme/theme-elements.scss */
.progress-bar-primary {
  background-color: #CCC;
  color: #FFF;
}

/* line 963, app/assets/stylesheets/theme/theme-elements.scss */
.progress-bar-success {
  background-color: #28a745;
  color: #FFF;
}

/* line 968, app/assets/stylesheets/theme/theme-elements.scss */
.progress-bar-warning {
  background-color: #ffc107;
  color: #FFF;
}

/* line 973, app/assets/stylesheets/theme/theme-elements.scss */
.progress-bar-danger {
  background-color: #dc3545;
  color: #FFF;
}

/* line 978, app/assets/stylesheets/theme/theme-elements.scss */
.progress-bar-info {
  background-color: #17a2b8;
  color: #FFF;
}

/* line 983, app/assets/stylesheets/theme/theme-elements.scss */
.progress-bar-dark {
  background-color: #212529;
  color: #FFF;
}

/* Borders */
/* line 989, app/assets/stylesheets/theme/theme-elements.scss */
.border-top {
  border-top: 1px solid #DADADA !important;
}

/* line 993, app/assets/stylesheets/theme/theme-elements.scss */
.border-bottom {
  border-bottom: 1px solid #DADADA !important;
}

/* line 997, app/assets/stylesheets/theme/theme-elements.scss */
.border-left {
  border-left: 1px solid #DADADA !important;
}

/* line 1001, app/assets/stylesheets/theme/theme-elements.scss */
.border-right {
  border-right: 1px solid #DADADA !important;
}

/* line 1005, app/assets/stylesheets/theme/theme-elements.scss */
.border-all {
  border: 1px solid #DADADA !important;
}

/* line 1009, app/assets/stylesheets/theme/theme-elements.scss */
.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 1013, app/assets/stylesheets/theme/theme-elements.scss */
.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 1017, app/assets/stylesheets/theme/theme-elements.scss */
.border-left-light {
  border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 1021, app/assets/stylesheets/theme/theme-elements.scss */
.border-right-light {
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 1025, app/assets/stylesheets/theme/theme-elements.scss */
.border-all-light {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 1029, app/assets/stylesheets/theme/theme-elements.scss */
.border-width-1 {
  border-width: 1px !important;
}

/* line 1033, app/assets/stylesheets/theme/theme-elements.scss */
.border-width-2 {
  border-width: 2px !important;
}

/* line 1037, app/assets/stylesheets/theme/theme-elements.scss */
.border-width-3 {
  border-width: 3px !important;
}

/* line 1041, app/assets/stylesheets/theme/theme-elements.scss */
.border-width-4 {
  border-width: 4px !important;
}

/* line 1045, app/assets/stylesheets/theme/theme-elements.scss */
.border-width-5 {
  border-width: 5px !important;
}

/* Buttons */
/* line 1050, app/assets/stylesheets/theme/theme-elements.scss */
.btn {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 8.528px 14.928px;
  padding: 0.533rem 0.933rem;
  cursor: pointer;
}

/* line 1058, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-xs {
  font-size: 11.2px;
  font-size: 0.7rem;
  padding: 3.2px 8px;
  padding: 0.2rem 0.5rem;
}

/* line 1065, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-sm, .btn-group-sm > .btn {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 4.8px 10.4px;
  padding: 0.3rem 0.65rem;
}

/* line 1072, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-lg, .btn-group-lg > .btn {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

/* line 1079, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-xl {
  font-size: 16px;
  font-size: 1rem;
  padding: 12.8px 32px;
  padding: 0.8rem 2rem;
}

/* line 1086, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-px-1 {
  padding-left: 5.6px;
  padding-left: .35rem;
  padding-right: 5.6px;
  padding-right: .35rem;
}

/* line 1093, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-px-2 {
  padding-left: 12px;
  padding-left: .75rem;
  padding-right: 12px;
  padding-right: .75rem;
}

/* line 1100, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-px-3 {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

/* line 1107, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-px-4 {
  padding-left: 28px;
  padding-left: 1.75rem;
  padding-right: 28px;
  padding-right: 1.75rem;
}

/* line 1114, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-px-5 {
  padding-left: 38.4px;
  padding-left: 2.4rem;
  padding-right: 38.4px;
  padding-right: 2.4rem;
}

/* line 1121, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-py-1 {
  padding-top: 5.6px;
  padding-top: .35rem;
  padding-bottom: 5.6px;
  padding-bottom: .35rem;
}

/* line 1128, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-py-2 {
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
}

/* line 1135, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-py-3 {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

/* line 1142, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-py-4 {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

/* line 1149, app/assets/stylesheets/theme/theme-elements.scss */
.btn.btn-py-5 {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

/* line 1156, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn.focus,
html body .btn:focus,
html body .btn.active,
html body .btn:active, html body.body .btn.focus,
html body.body .btn:focus,
html body.body .btn.active,
html body.body .btn:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Dropdown Buttons */
/* line 1168, app/assets/stylesheets/theme/theme-elements.scss */
.btn + .dropdown-menu .dropdown-item {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Default */
/* line 1174, app/assets/stylesheets/theme/theme-elements.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 1182, app/assets/stylesheets/theme/theme-elements.scss */
.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* Outline */
/* line 1189, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline {
  border-width: 2px;
  padding: 7.728px 14.928px;
  padding: 0.483rem 0.933rem;
}

/* line 1195, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-xs {
  padding: 2.4px 8px;
  padding: 0.15rem 0.5rem;
}

/* line 1200, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-sm, .btn-group-sm > .btn-outline.btn {
  padding: 4px 10.4px;
  padding: 0.25rem 0.65rem;
}

/* line 1205, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-lg, .btn-group-lg > .btn-outline.btn {
  padding: 7.2px 16px;
  padding: 0.45rem 1rem;
}

/* line 1210, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-xl {
  padding: 12px 32px;
  padding: 0.75rem 2rem;
}

/* Modern */
/* line 1216, app/assets/stylesheets/theme/theme-elements.scss */
.btn-modern {
  text-transform: uppercase;
  font-size: .8em;
  padding: 12.8px 24px;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
}

/* Rounded */
/* line 1225, app/assets/stylesheets/theme/theme-elements.scss */
.btn-rounded {
  border-radius: 35px;
}

/* Rounded */
/* line 1230, app/assets/stylesheets/theme/theme-elements.scss */
.btn-rounded-icon {
  border-radius: 50px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1246, app/assets/stylesheets/theme/theme-elements.scss */
.btn-rounded-icon[data-hash] > i {
  pointer-events: none;
}

/* 3d */
/* line 1251, app/assets/stylesheets/theme/theme-elements.scss */
.btn-3d {
  border-bottom-width: 3px;
}

/* Arrow */
/* line 1256, app/assets/stylesheets/theme/theme-elements.scss */
.btn-with-arrow {
  background-color: transparent;
  font-weight: 600;
}

/* line 1261, app/assets/stylesheets/theme/theme-elements.scss */
.btn-with-arrow span {
  background-color: #ccc;
  display: inline-block;
  height: 25px;
  line-height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* line 1273, app/assets/stylesheets/theme/theme-elements.scss */
.btn-with-arrow i {
  color: #FFF;
  font-size: 8px;
  top: -1px;
  position: relative;
}

/* line 1280, app/assets/stylesheets/theme/theme-elements.scss */
.btn-with-arrow:hover span {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/* line 1285, app/assets/stylesheets/theme/theme-elements.scss */
.btn-with-arrow.btn-lg span, .btn-group-lg > .btn-with-arrow.btn span, .btn-with-arrow.btn-xl span {
  line-height: 23px;
}

/* line 1289, app/assets/stylesheets/theme/theme-elements.scss */
.btn-with-arrow.btn-xs span {
  line-height: 25px;
}

/* Icons	*/
/* line 1294, app/assets/stylesheets/theme/theme-elements.scss */
.btn-icon i {
  margin-right: 10px;
}

/* line 1298, app/assets/stylesheets/theme/theme-elements.scss */
.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

/* Dropdown Button */
/* line 1304, app/assets/stylesheets/theme/theme-elements.scss */
.btn.dropdown-toggle:after {
  margin-left: .155em;
  vertical-align: .155em;
}

/* Colors */
/* line 1310, app/assets/stylesheets/theme/theme-elements.scss */
.btn-primary {
  background-color: #CCC;
  border-color: #CCC #CCC #b3b3b3;
  color: #FFF;
}

/* line 1316, app/assets/stylesheets/theme/theme-elements.scss */
.btn-primary:hover, .btn-primary.hover {
  background-color: #dfdfdf;
  border-color: #e6e6e6 #e6e6e6 #CCC;
  color: #FFF;
}

/* line 1322, app/assets/stylesheets/theme/theme-elements.scss */
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

/* line 1327, app/assets/stylesheets/theme/theme-elements.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #CCC;
  border-color: #CCC #CCC #b3b3b3;
}

/* line 1332, app/assets/stylesheets/theme/theme-elements.scss */
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #b9b9b9;
  background-image: none;
  border-color: #b3b3b3 #b3b3b3 #999999;
}

/* line 1338, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-primary {
  color: #CCC;
  background-color: transparent;
  background-image: none;
  border-color: #CCC;
}

/* line 1345, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
}

/* line 1351, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

/* line 1356, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled {
  color: #CCC;
  background-color: transparent;
}

/* line 1361, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-primary:active, .btn-outline.btn-primary.active, .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
}

/* line 1367, app/assets/stylesheets/theme/theme-elements.scss */
.btn-success {
  background-color: #28a745;
  border-color: #28a745 #28a745 #1e7e34;
  color: #FFF;
}

/* line 1373, app/assets/stylesheets/theme/theme-elements.scss */
.btn-success:hover, .btn-success.hover {
  background-color: #2fc652;
  border-color: #34ce57 #34ce57 #28a745;
  color: #FFF;
}

/* line 1379, app/assets/stylesheets/theme/theme-elements.scss */
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

/* line 1384, app/assets/stylesheets/theme/theme-elements.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745 #28a745 #1e7e34;
}

/* line 1389, app/assets/stylesheets/theme/theme-elements.scss */
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34 #1e7e34 #145523;
}

/* line 1395, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 1402, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-success:hover, .btn-outline.btn-success.hover {
  color: #FFF;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 1408, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-success:focus, .btn-outline.btn-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

/* line 1413, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-success.disabled, .btn-outline.btn-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 1418, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-success:active, .btn-outline.btn-success.active, .show > .btn-outline.btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 1424, app/assets/stylesheets/theme/theme-elements.scss */
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107 #ffc107 #d39e00;
  color: #FFF;
}

/* line 1430, app/assets/stylesheets/theme/theme-elements.scss */
.btn-warning:hover, .btn-warning.hover {
  background-color: #ffcb2d;
  border-color: #ffce3a #ffce3a #ffc107;
  color: #FFF;
}

/* line 1436, app/assets/stylesheets/theme/theme-elements.scss */
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

/* line 1441, app/assets/stylesheets/theme/theme-elements.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107 #ffc107 #d39e00;
}

/* line 1446, app/assets/stylesheets/theme/theme-elements.scss */
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00 #d39e00 #a07800;
}

/* line 1452, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 1459, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-warning:hover, .btn-outline.btn-warning.hover {
  color: #FFF;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 1465, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-warning:focus, .btn-outline.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

/* line 1470, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-warning.disabled, .btn-outline.btn-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 1475, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .show > .btn-outline.btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 1481, app/assets/stylesheets/theme/theme-elements.scss */
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545 #dc3545 #bd2130;
  color: #FFF;
}

/* line 1487, app/assets/stylesheets/theme/theme-elements.scss */
.btn-danger:hover, .btn-danger.hover {
  background-color: #e25663;
  border-color: #e4606d #e4606d #dc3545;
  color: #FFF;
}

/* line 1493, app/assets/stylesheets/theme/theme-elements.scss */
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

/* line 1498, app/assets/stylesheets/theme/theme-elements.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545 #dc3545 #bd2130;
}

/* line 1503, app/assets/stylesheets/theme/theme-elements.scss */
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130 #bd2130 #921925;
}

/* line 1509, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 1516, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-danger:hover, .btn-outline.btn-danger.hover {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 1522, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-danger:focus, .btn-outline.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

/* line 1527, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-danger.disabled, .btn-outline.btn-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 1532, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .show > .btn-outline.btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 1538, app/assets/stylesheets/theme/theme-elements.scss */
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8 #17a2b8 #117a8b;
  color: #FFF;
}

/* line 1544, app/assets/stylesheets/theme/theme-elements.scss */
.btn-info:hover, .btn-info.hover {
  background-color: #1bc0da;
  border-color: #1fc8e3 #1fc8e3 #17a2b8;
  color: #FFF;
}

/* line 1550, app/assets/stylesheets/theme/theme-elements.scss */
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

/* line 1555, app/assets/stylesheets/theme/theme-elements.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8 #17a2b8 #117a8b;
}

/* line 1560, app/assets/stylesheets/theme/theme-elements.scss */
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b #117a8b #0c525d;
}

/* line 1566, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 1573, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-info:hover, .btn-outline.btn-info.hover {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 1579, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-info:focus, .btn-outline.btn-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

/* line 1584, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-info.disabled, .btn-outline.btn-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 1589, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-info:active, .btn-outline.btn-info.active, .show > .btn-outline.btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 1595, app/assets/stylesheets/theme/theme-elements.scss */
.btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #FFF;
}

/* line 1601, app/assets/stylesheets/theme/theme-elements.scss */
.btn-dark:hover, .btn-dark.hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #FFF;
}

/* line 1607, app/assets/stylesheets/theme/theme-elements.scss */
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 1612, app/assets/stylesheets/theme/theme-elements.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
}

/* line 1617, app/assets/stylesheets/theme/theme-elements.scss */
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #101214;
  background-image: none;
  border-color: #0a0c0d #0a0c0d black;
}

/* line 1623, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}

/* line 1630, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-dark:hover, .btn-outline.btn-dark.hover {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}

/* line 1636, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-dark:focus, .btn-outline.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 1641, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-dark.disabled, .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 1646, app/assets/stylesheets/theme/theme-elements.scss */
.btn-outline.btn-dark:active, .btn-outline.btn-dark.active, .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}

/* Button Light */
/* line 1653, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light,
html body .btn-outline.btn-light {
  border-color: #d9d9d9 #d9d9d9 #bfbfbf;
  color: #777;
}

/* line 1659, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light:hover, html body .btn-light.hover,
html body .btn-outline.btn-light:hover,
html body .btn-outline.btn-light.hover {
  background-color: #f2f2f2;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  color: #777;
}

/* line 1667, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light:focus, html body .btn-light.focus,
html body .btn-outline.btn-light:focus,
html body .btn-outline.btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(191, 191, 191, 0.5);
  box-shadow: 0 0 0 3px rgba(191, 191, 191, 0.5);
}

/* line 1674, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light.disabled, html body .btn-light:disabled,
html body .btn-outline.btn-light.disabled,
html body .btn-outline.btn-light:disabled {
  border-color: #bfbfbf #bfbfbf #bfbfbf;
}

/* line 1680, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light:active, html body .btn-light.active, .show > html body .btn-light.dropdown-toggle,
html body .btn-outline.btn-light:active,
html body .btn-outline.btn-light.active, .show >
html body .btn-outline.btn-light.dropdown-toggle {
  border-color: #bfbfbf #bfbfbf #bfbfbf;
}

/* line 1687, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light-2,
html body .btn-outline.btn-light-2 {
  border-color: #FFF;
  color: #FFF;
}

/* line 1693, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light-2:hover, html body .btn-light-2.hover,
html body .btn-outline.btn-light-2:hover,
html body .btn-outline.btn-light-2.hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #0e0e0e;
}

/* line 1701, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light-2:focus, html body .btn-light-2.focus,
html body .btn-outline.btn-light-2:focus,
html body .btn-outline.btn-light-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
  box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
}

/* line 1708, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light-2.disabled, html body .btn-light-2:disabled,
html body .btn-outline.btn-light-2.disabled,
html body .btn-outline.btn-light-2:disabled {
  border-color: #b3b3b3 #b3b3b3 #b3b3b3;
}

/* line 1714, app/assets/stylesheets/theme/theme-elements.scss */
html body .btn-light-2:active, html body .btn-light-2.active, .show > html body .btn-light-2.dropdown-toggle,
html body .btn-outline.btn-light-2:active,
html body .btn-outline.btn-light-2.active, .show >
html body .btn-outline.btn-light-2.dropdown-toggle {
  border-color: #FFF;
}

/* line 1721, app/assets/stylesheets/theme/theme-elements.scss */
html[dir="rtl"] .input-group .form-control:not(:first-child),
html[dir="rtl"] .input-group-addon:not(:first-child),
html[dir="rtl"] .input-group-btn:not(:first-child) > .btn,
html[dir="rtl"] .input-group-btn:not(:first-child) > .btn-group > .btn,
html[dir="rtl"] .input-group-btn:not(:first-child) > .dropdown-toggle,
html[dir="rtl"] .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
html[dir="rtl"] .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* Hamburguer */
/* line 1735, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn {
  background: transparent;
  outline: 0 !important;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 15px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* line 1748, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn.hamburguer-btn-side-header {
  position: absolute;
  top: 15px;
  right: 8px;
}

/* line 1754, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn.hamburguer-btn-side-header-overlay {
  right: 30px;
  z-index: 9999;
}

/* line 1759, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn .hamburguer span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: ease width 300ms;
  transition: ease width 300ms;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
}

/* line 1772, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn .hamburguer span:nth-child(1) {
  top: 30%;
}

/* line 1776, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn .hamburguer span:nth-child(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

/* line 1781, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn .hamburguer span:nth-child(3) {
  top: 70%;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* line 1787, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn .close {
  opacity: 0;
  -webkit-transition: ease all 300ms;
  transition: ease all 300ms;
}

/* line 1793, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: ease all 300ms;
  transition: ease all 300ms;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* line 1806, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn .close span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

/* line 1811, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn .close span:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

/* line 1816, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn.active .hamburguer {
  opacity: 0;
}

/* line 1820, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn.active .hamburguer span {
  width: 0;
}

/* line 1824, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn.active .close {
  opacity: 1;
  -webkit-transition: ease all 300ms;
  transition: ease all 300ms;
}

/* line 1830, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn.active .close span {
  width: 80%;
  -webkit-transition: ease all 300ms;
  transition: ease all 300ms;
}

/* line 1836, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn.active .close span:nth-child(2) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

/* line 1841, app/assets/stylesheets/theme/theme-elements.scss */
.hamburguer-btn.hamburguer-btn-light .hamburguer span,
.hamburguer-btn.hamburguer-btn-light .close span {
  background: #FFF;
}

/* line 1846, app/assets/stylesheets/theme/theme-elements.scss */
html.overflow-hidden .hamburguer-btn.hamburguer-btn-side-header-overlay {
  right: 13px;
}

/* Hamburguer Sticky Colors */
/* line 1851, app/assets/stylesheets/theme/theme-elements.scss */
html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-light .hamburguer span,
html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-light .close span,
.pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-light .hamburguer span,
.pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-light .close span,
.pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-light .hamburguer span,
.pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-light .close span {
  background: #FFF;
}

/* line 1860, app/assets/stylesheets/theme/theme-elements.scss */
html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span,
html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-dark .close span,
.pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span,
.pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-dark .close span,
.pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span,
.pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-dark .close span {
  background: #212529;
}

/* Badge */
/* line 1870, app/assets/stylesheets/theme/theme-elements.scss */
.btn-badge {
  position: relative;
}

/* line 1874, app/assets/stylesheets/theme/theme-elements.scss */
.btn-badge .badge {
  top: -8px;
  top: -0.5rem;
  right: -8px;
  right: -0.5rem;
  position: absolute;
}

/* Gradient */
/* line 1883, app/assets/stylesheets/theme/theme-elements.scss */
.btn-gradient:not(.btn-outline) {
  border: 0;
}

/* line 1887, app/assets/stylesheets/theme/theme-elements.scss */
.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
  border: 0;
}

/* line 1891, app/assets/stylesheets/theme/theme-elements.scss */
.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus {
  border: 0;
}

/* line 1895, app/assets/stylesheets/theme/theme-elements.scss */
.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
  border: 0;
}

/* line 1899, app/assets/stylesheets/theme/theme-elements.scss */
.btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active {
  border: 0;
}

/* line 1903, app/assets/stylesheets/theme/theme-elements.scss */
.btn-gradient.btn-outline {
  border: 2px solid transparent;
  background: transparent;
  border-image-slice: 1 !important;
}

/* line 1909, app/assets/stylesheets/theme/theme-elements.scss */
.btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover {
  border: 2px solid transparent;
}

/* line 1913, app/assets/stylesheets/theme/theme-elements.scss */
.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
  border: 2px solid transparent;
}

/* line 1917, app/assets/stylesheets/theme/theme-elements.scss */
.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active {
  border: 2px solid transparent;
}

/* Call to Action */
/* line 1922, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 32px 55px;
  clear: both;
}

/* line 1933, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 767px) {
  /* line 1940, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action {
    padding: 10px 10px;
  }
}

/* line 1945, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action h3 {
  text-transform: none;
  color: #212529;
  padding: 0;
  margin: 0 0 9px;
}

/* line 1952, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action p {
  font-size: 1.2em;
}

/* line 1956, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1965, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action > [class*="col-"]:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 1973, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* line 1980, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action .container > .row, .call-to-action .container-fluid > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1988, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1997, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 2005, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* line 2013, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action > [class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
  /* line 2017, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
}

/* line 2022, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action .call-to-action-content {
  text-align: center;
}

/* line 2026, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.call-to-action-big {
  padding: 63px 55px;
}

@media (max-width: 575px) {
  /* line 2031, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action.call-to-action-big {
    padding: 63px 0;
  }
}

/* line 2036, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.call-to-action-front {
  z-index: 1;
}

/* line 2040, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.call-to-action-default {
  background: #f7f7f7;
}

/* line 2044, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.call-to-action-strong-grey {
  background: #EDEDED;
}

/* line 2048, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.call-to-action-dark {
  background: #333940;
}

/* line 2052, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
  color: #FFF;
}

/* line 2056, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.with-borders {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 2065, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.with-full-borders {
  border: 2px solid #CCC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 2071, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.featured {
  background: #FFF;
  margin: 0;
  border-top: 3px solid #CCC;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 2082, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.featured.featured-primary {
  border-top-color: #CCC;
}

/* line 2086, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}

/* line 2090, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.featured.featured-tertiary {
  border-top-color: #2BAAB1;
}

/* line 2094, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.featured.featured-quaternary {
  border-top-color: #333940;
}

/* line 2098, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.with-button-arrow .call-to-action-btn {
  position: relative;
}

@media (min-width: 992px) {
  /* line 2103, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action.with-button-arrow .call-to-action-btn {
    left: -80px;
  }
}

/* line 2108, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.with-button-arrow .call-to-action-btn .arrow {
  position: absolute;
}

@media (max-width: 991px) {
  /* line 2113, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action.with-button-arrow .call-to-action-btn .arrow {
    display: none;
  }
}

/* line 2118, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.with-button-arrow .call-to-action-btn.no-left {
  left: 0;
}

@media (max-width: 991px) {
  /* line 2123, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action.with-button-arrow .call-to-action-btn.no-left {
    margin-top: -25px !important;
  }
}

/* line 2128, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span {
  position: relative;
}

/* line 2132, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span .arrow {
  right: 50% !important;
}

/* line 2136, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.content-align-center .call-to-action-content, .call-to-action.content-align-center .call-to-action-btn {
  width: 100%;
  text-align: center;
}

/* line 2141, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.button-centered .call-to-action-content {
  text-align: center;
  width: 100%;
  padding: 35px 0 0;
  margin: 0;
}

/* line 2148, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.button-centered .call-to-action-btn {
  text-align: center;
  position: static;
  margin: 20px auto 25px;
  width: auto;
}

/* line 2155, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.call-to-action-in-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 30px;
  margin-bottom: -50px !important;
}

/* line 2162, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.call-to-action-in-footer:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  height: 20px;
  width: 20px;
  top: -5px;
  left: 50%;
  margin-left: -20px;
}

/* line 2176, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.no-top-arrow:before {
  display: none;
}

/* line 2180, app/assets/stylesheets/theme/theme-elements.scss */
.call-to-action.call-to-action-in-footer-margin-top {
  margin-top: 60px;
}

/* line 2184, app/assets/stylesheets/theme/theme-elements.scss */
.container .call-to-action {
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 767px) {
  /* line 2190, app/assets/stylesheets/theme/theme-elements.scss */
  .call-to-action .call-to-action-content,
  .call-to-action .call-to-action-btn {
    margin: 0;
    padding: 20px;
    position: static;
    width: auto;
  }
}

/*
* IE 11 Fixes
*/
/* line 2201, app/assets/stylesheets/theme/theme-elements.scss */
html.ie:not(.ie9) .call-to-action .call-to-action-content {
  width: 100%;
}

/* line 2205, app/assets/stylesheets/theme/theme-elements.scss */
html.ie:not(.ie9) .call-to-action.button-centered > [class*="col-"] {
  display: block;
}

/* line 2209, app/assets/stylesheets/theme/theme-elements.scss */
html.ie:not(.ie9) .call-to-action.button-centered .container > .row, html.ie:not(.ie9) .call-to-action.button-centered .container-fluid > .row {
  display: block;
}

/*
* IE 9 Fixes
*/
/* line 2216, app/assets/stylesheets/theme/theme-elements.scss */
html.ie9 .call-to-action > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 2222, app/assets/stylesheets/theme/theme-elements.scss */
html.ie9 .call-to-action > [class*="col-"]:nth-child(2) {
  text-align: right;
}

/* line 2226, app/assets/stylesheets/theme/theme-elements.scss */
html.ie9 .call-to-action .container > .row, html.ie9 .call-to-action .container-fluid > .row {
  display: table;
  width: 100%;
}

/* line 2231, app/assets/stylesheets/theme/theme-elements.scss */
html.ie9 .call-to-action .container > .row > [class*="col-"], html.ie9 .call-to-action .container-fluid > .row > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 2237, app/assets/stylesheets/theme/theme-elements.scss */
html.ie9 .call-to-action .container > .row > [class*="col-"]:nth-child(2), html.ie9 .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
  text-align: center;
}

/* line 2241, app/assets/stylesheets/theme/theme-elements.scss */
html.ie9 .call-to-action.button-centered > [class*="col-"] {
  float: left;
}

/* line 2245, app/assets/stylesheets/theme/theme-elements.scss */
html.ie9 .call-to-action.button-centered .container > .row > [class*="col-"], html.ie9 .call-to-action.button-centered .container-fluid > .row > [class*="col-"] {
  float: left;
}

/* Cards */
/* line 2250, app/assets/stylesheets/theme/theme-elements.scss */
.card {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 2255, app/assets/stylesheets/theme/theme-elements.scss */
.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 2259, app/assets/stylesheets/theme/theme-elements.scss */
.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 2263, app/assets/stylesheets/theme/theme-elements.scss */
.card-body {
  padding: 32px;
  padding: 2rem;
}

/* line 2268, app/assets/stylesheets/theme/theme-elements.scss */
.card-text-color-hover-light:hover * {
  color: #FFF !important;
}

/* line 2272, app/assets/stylesheets/theme/theme-elements.scss */
.card-background-image-hover {
  background-size: cover;
  background-position: center;
}

/* line 2277, app/assets/stylesheets/theme/theme-elements.scss */
.card-background-image-hover .card-body {
  background: rgba(255, 255, 255, 0.9);
  margin: 16px;
  margin: 1rem;
  padding: 16px;
  padding: 1rem;
}

/* Flip Card */
/* line 2286, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card {
  position: relative;
  border: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 2293, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card .flip-front,
.flip-card .flip-back {
  padding: 32px;
  padding: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: ease transform 500ms;
  transition: ease transform 500ms;
}

/* line 2308, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card .flip-front .flip-content,
.flip-card .flip-back .flip-content {
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 2316, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card .flip-front.overlay:before,
.flip-card .flip-back.overlay:before {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 2324, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card .flip-front {
  -webkit-transform: translate3d(0, 0, 1px) rotateY(0deg);
  transform: translate3d(0, 0, 1px) rotateY(0deg);
}

/* line 2329, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card .flip-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px) rotateY(180deg);
  transform: translate3d(0, 0, -1px) rotateY(180deg);
}

/* line 2339, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card:hover .flip-front {
  -webkit-transform: translate3d(0, 0, -1px) rotateY(-180deg);
  transform: translate3d(0, 0, -1px) rotateY(-180deg);
}

/* line 2344, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card:hover .flip-back {
  -webkit-transform: translate3d(0, 0, 1px) rotateY(0deg);
  transform: translate3d(0, 0, 1px) rotateY(0deg);
}

/* line 2349, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card.flip-card-vertical .flip-front {
  -webkit-transform: translate3d(0, 0, 1px) rotateX(0deg);
  transform: translate3d(0, 0, 1px) rotateX(0deg);
}

/* line 2354, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card.flip-card-vertical .flip-back {
  -webkit-transform: translate3d(0, 0, -1px) rotateX(180deg);
  transform: translate3d(0, 0, -1px) rotateX(180deg);
}

/* line 2359, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card.flip-card-vertical:hover .flip-front {
  -webkit-transform: translate3d(0, 0, -1px) rotateX(-180deg);
  transform: translate3d(0, 0, -1px) rotateX(-180deg);
}

/* line 2364, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card.flip-card-vertical:hover .flip-back {
  -webkit-transform: translate3d(0, 0, 1px) rotateX(0deg);
  transform: translate3d(0, 0, 1px) rotateX(0deg);
}

/* line 2369, app/assets/stylesheets/theme/theme-elements.scss */
.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content {
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transform: translate3d(0, 0, 60px);
  transform: translate3d(0, 0, 60px);
}

/* Owl Carousel */
/* line 2377, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel {
  margin-bottom: 20px;
  /* Navigation */
  /* Dots */
  /* Image Thumbnail */
}

/* line 2384, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .owl-item img {
  -webkit-transform-style: unset;
  transform-style: unset;
}

/* line 2389, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .thumbnail {
  margin-right: 1px;
}

/* line 2393, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .item-video {
  height: 300px;
}

/* line 2397, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 2406, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  outline: 0;
  margin: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 2418, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

/* line 2422, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .owl-nav button.owl-prev:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 8px;
  font-size: 0.5rem;
  content: "\f053";
  position: relative;
  left: -1px;
  top: -1px;
}

/* line 2433, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

/* line 2437, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .owl-nav button.owl-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 8px;
  font-size: 0.5rem;
  content: "\f054";
  position: relative;
  left: 1px;
  top: -1px;
}

/* line 2448, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 2453, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 2458, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* line 2463, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.top-border {
  border-top: 1px solid #eaeaea;
  padding-top: 18px;
}

/* line 2468, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-hover .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* line 2474, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-hover .owl-nav button.owl-prev {
  left: -15px;
}

/* line 2478, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-hover .owl-nav button.owl-next {
  right: -15px;
}

/* line 2482, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-hover:hover .owl-nav {
  opacity: 1;
}

/* line 2486, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-title .owl-nav {
  top: 0;
  right: 0;
  margin-top: -25px;
  width: auto;
}

/* line 2493, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:active {
  font-size: 18px;
  background: transparent !important;
  width: 18px;
}

/* line 2499, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-title .owl-nav button.owl-prev {
  left: -40px;
}

/* line 2503, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-title .owl-nav button.owl-prev:before, .owl-carousel.show-nav-title .owl-nav button.owl-prev:after, .owl-carousel.show-nav-title .owl-nav button.owl-next:before, .owl-carousel.show-nav-title .owl-nav button.owl-next:after {
  font-size: inherit;
}

/* line 2507, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-title.show-nav-title-both-sides .owl-nav {
  width: 100%;
}

/* line 2511, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-prev {
  left: 0;
}

/* line 2515, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-next {
  right: 0;
}

/* line 2519, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.show-nav-title.show-nav-title-both-sides-style-2 .owl-nav {
  margin-top: 15px;
}

/* line 2523, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"] {
  padding: 3px 7px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #999 !important;
  color: #999;
}

/* line 2531, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover, .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].hover {
  background: transparent !important;
  border: 1px solid #a1a1a1 !important;
  color: #a1a1a1 !important;
}

/* line 2537, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:active, .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].active {
  background: transparent !important;
  border: 1px solid #666 !important;
  color: #666 !important;
}

/* line 2543, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-bottom .owl-stage-outer {
  margin-bottom: 10px;
}

/* line 2547, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-bottom .owl-nav {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
  -webkit-transform: none;
  transform: none;
}

/* line 2556, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-bottom .owl-nav button.owl-prev, .owl-carousel.nav-bottom .owl-nav button.owl-next {
  position: static;
  -webkit-transform: none;
  transform: none;
}

/* line 2562, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-bottom .owl-nav button.owl-prev {
  margin-right: 5px;
}

/* line 2566, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-bottom .owl-nav button.owl-next {
  margin-left: 5px;
}

/* line 2570, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-bottom-inside .owl-nav {
  position: relative;
  margin: -68.8px 0 0 0;
  margin: -4.3rem 0 0 0;
  padding: 0;
  width: auto;
}

/* line 2578, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-bottom-inside .owl-nav button.owl-prev, .owl-carousel.nav-bottom-inside .owl-nav button.owl-next {
  position: static;
}

/* line 2582, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-inside .owl-nav button.owl-prev {
  left: 15px;
}

/* line 2586, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-inside .owl-nav button.owl-next {
  right: 15px;
}

/* line 2590, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev {
  left: 0;
}

/* line 2594, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next {
  right: 0;
}

/* line 2598, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  width: 20px;
  background: transparent !important;
  color: #000;
}

/* line 2605, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-1 .owl-nav .owl-next:hover, .owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
  color: #CCC;
}

/* line 2611, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:after {
  font-size: inherit;
}

/* line 2617, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-2 .owl-nav .owl-next,
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
  background: transparent !important;
}

/* line 2622, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  width: 1.3em;
  height: 1.3em;
  border-top: 2px solid #CCC;
  border-left: 2px solid #CCC;
  font-size: inherit;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

/* line 2638, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
  content: '';
  display: block;
  border-top: 2px solid #CCC;
  width: 2.5em;
  position: absolute;
  top: 50%;
  font-size: inherit;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 2651, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-2 .owl-nav .owl-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 15px 8px;
  transform-origin: 15px 8px;
}

/* line 2658, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-3 .owl-nav {
  top: 25%;
}

/* line 2662, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-3 .owl-nav .owl-next,
.owl-carousel.nav-style-3 .owl-nav .owl-prev {
  width: 30px;
  background: transparent !important;
  color: #CCC;
}

/* line 2669, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-3 .owl-nav .owl-next:hover, .owl-carousel.nav-style-3 .owl-nav .owl-next:active,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:active {
  color: #CCC;
}

/* line 2675, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-style-3 .owl-nav .owl-next:before, .owl-carousel.nav-style-3 .owl-nav .owl-next:after,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:after {
  font-size: 1.5em;
}

/* line 2681, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-center-images-only .owl-nav {
  top: 37%;
}

/* line 2685, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-center-outside .owl-nav {
  width: calc(100% + 90px);
  left: 49.9%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/* line 2692, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.full-width .owl-nav button[class*="owl-"], .owl-carousel.full-width .owl-nav button[class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav button[class*="owl-"], .owl-carousel.big-nav .owl-nav button[class*="owl-"]:hover {
  height: auto;
  padding: 20px 0 !important;
}

/* line 2697, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.full-width .owl-nav button.owl-prev, .owl-carousel.big-nav .owl-nav button.owl-prev {
  border-radius: 0 4px 4px 0;
}

/* line 2701, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.full-width .owl-nav button.owl-next, .owl-carousel.big-nav .owl-nav button.owl-next {
  border-radius: 4px 0 0 4px;
}

/* line 2705, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-squared .owl-nav button[class*="owl-"] {
  border-radius: 0;
}

/* line 2709, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-lg .owl-nav button.owl-prev,
.owl-carousel.nav-lg .owl-nav button.owl-next {
  width: 45px;
  height: 60px;
}

/* line 2715, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #212529 !important;
}

/* line 2721, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover {
  background-color: #FFF !important;
  border-color: #FFF !important;
}

/* line 2726, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"]:active {
  background-color: #d2d2d2 !important;
  border-color: #d2d2d2 !important;
}

/* line 2731, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title).nav-with-transparency .owl-nav button[class*="owl-"] {
  width: 35px;
  height: 45px;
  background-color: rgba(236, 236, 236, 0.4) !important;
  border-color: transparent !important;
}

/* line 2738, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
  color: #FFF !important;
}

/* line 2743, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-light.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-prev:after {
  border-color: #FFF !important;
}

/* line 2749, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-light.nav-style-3 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-3 .owl-nav .owl-prev {
  color: #FFF !important;
}

/* line 2754, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: #262a2f !important;
  border-color: #262a2f #262a2f #2c3237 !important;
  color: #FFF !important;
}

/* line 2760, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover {
  background-color: #2c3237 !important;
  border-color: #2c3237 !important;
}

/* line 2765, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"]:active {
  background-color: #212529 !important;
  border-color: #212529 !important;
}

/* line 2770, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title).nav-with-transparency .owl-nav button[class*="owl-"] {
  width: 35px;
  height: 45px;
  background-color: rgba(38, 42, 47, 0.4) !important;
  border-color: transparent !important;
}

/* line 2777, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
  color: #212529 !important;
}

/* line 2782, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-prev:after {
  border-color: #212529 !important;
}

/* line 2788, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.nav-dark.nav-style-3 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-3 .owl-nav .owl-prev {
  color: #212529 !important;
}

/* line 2793, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .owl-dots .owl-dot {
  outline: 0;
}

/* line 2797, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}

/* line 2803, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.dots-inside .owl-dots {
  position: absolute;
  bottom: 2px;
  right: 10px;
  margin-top: 0;
}

/* line 2810, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.dots-title .owl-dots {
  position: absolute;
  margin-top: 0 !important;
  top: -51px;
  left: 155px;
}

/* line 2817, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.dots-title .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}

/* line 2823, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.dots-title.dots-title-pos-2 .owl-dots {
  left: 215px;
}

/* line 2827, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.dots-light .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}

/* line 2831, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.dots-light .owl-dots .owl-dot.active span, .owl-carousel.dots-light .owl-dots .owl-dot:hover span {
  background: #FFF !important;
}

/* line 2835, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel .img-thumbnail.img-thumbnail-hover-icon {
  display: block;
}

/* Hover Items with Opacity */
/* line 2840, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel [class*="opacity-"] {
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

/* line 2845, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel [class*="opacity-"]:hover {
  opacity: 1 !important;
}

/* Carousel Sync */
@media (min-width: 576px) {
  /* line 2851, app/assets/stylesheets/theme/theme-elements.scss */
  .owl-carousel.carousel-sync-style-1 {
    position: absolute;
    top: 50%;
    left: -30px;
    max-width: 355px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

/* Spaced */
/* line 2861, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel-spaced {
  margin-left: -5px;
}

/* line 2865, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel-spaced .owl-item > div {
  margin: 5px;
}

/* Testimonials */
/* line 2870, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.testimonials img {
  display: inline-block;
  height: 70px;
  width: 70px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 2878, app/assets/stylesheets/theme/theme-elements.scss */
  .owl-carousel-spaced {
    margin-left: 0;
  }
}

/* Carousel Areas */
/* line 2883, app/assets/stylesheets/theme/theme-elements.scss */
.carousel-areas {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(rgba(33, 37, 41, 0.5)));
  background: linear-gradient(to bottom, #f2f2f2 0%, rgba(33, 37, 41, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#212529', GradientType=0 );
  margin-bottom: -10px;
  padding: 8px 8px 0 8px;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.07);
}

/* line 2895, app/assets/stylesheets/theme/theme-elements.scss */
.carousel-areas .owl-carousel {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 2900, app/assets/stylesheets/theme/theme-elements.scss */
.carousel-areas .owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}

/* line 2904, app/assets/stylesheets/theme/theme-elements.scss */
.carousel-areas .owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

/* line 2908, app/assets/stylesheets/theme/theme-elements.scss */
.carousel-areas .owl-carousel:first-child img {
  border-radius: 6px 6px 0 0;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 2914, app/assets/stylesheets/theme/theme-elements.scss */
  .carousel-areas .owl-carousel .owl-nav {
    display: none;
  }
}

/* Carousel Center Active Item */
/* line 2919, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.carousel-center-active-item .owl-item {
  opacity: 0.2;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

/* line 2925, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.carousel-center-active-item .owl-item.current {
  opacity: 1 !important;
}

/* line 2929, app/assets/stylesheets/theme/theme-elements.scss */
.owl-carousel.carousel-center-active-item.carousel-center-active-item-style-2 .owl-item {
  opacity: 0.7;
}

/* Grey */
/* line 2934, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey {
  background-color: #F7F7F7 !important;
}

/* line 2938, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-1 {
  background-color: #EDEDED !important;
}

/* line 2942, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-2 {
  background-color: #e8e8e8 !important;
}

/* line 2946, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-3 {
  background-color: #e3e3e3 !important;
}

/* line 2950, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-4 {
  background-color: #dedede !important;
}

/* line 2954, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-5 {
  background-color: #d9d9d9 !important;
}

/* line 2958, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-6 {
  background-color: #d4d4d4 !important;
}

/* line 2962, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-7 {
  background-color: #cecece !important;
}

/* line 2966, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-8 {
  background-color: #c9c9c9 !important;
}

/* line 2970, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-9 {
  background-color: #c4c4c4 !important;
}

/* line 2974, app/assets/stylesheets/theme/theme-elements.scss */
.bg-color-grey-scale-10 {
  background-color: #bfbfbf !important;
}

/* Countdown */
/* line 2979, app/assets/stylesheets/theme/theme-elements.scss */
.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

/* line 2986, app/assets/stylesheets/theme/theme-elements.scss */
.countdown > span {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
}

/* line 2997, app/assets/stylesheets/theme/theme-elements.scss */
.countdown > span > span {
  display: block;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  color: #212529;
}

/* line 3005, app/assets/stylesheets/theme/theme-elements.scss */
.countdown.countdown-light > span {
  color: rgba(255, 255, 255, 0.6);
}

/* line 3009, app/assets/stylesheets/theme/theme-elements.scss */
.countdown.countdown-light > span > span {
  color: #FFF;
}

/* line 3013, app/assets/stylesheets/theme/theme-elements.scss */
.countdown.countdown-light.countdown-borders > span {
  border-color: #FFF;
}

/* line 3017, app/assets/stylesheets/theme/theme-elements.scss */
.countdown.countdown-borders {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 3022, app/assets/stylesheets/theme/theme-elements.scss */
.countdown.countdown-borders > span {
  border-width: 2px;
  border-style: solid;
  border-color: #212529;
  margin-right: 15px;
  margin-left: 15px;
  padding: 24px;
  padding: 1.5rem;
}

@media (max-width: 767px) {
  /* line 3033, app/assets/stylesheets/theme/theme-elements.scss */
  .countdown {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 3038, app/assets/stylesheets/theme/theme-elements.scss */
  .countdown > span {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  /* line 3046, app/assets/stylesheets/theme/theme-elements.scss */
  .countdown > span:nth-child(3), .countdown > span:nth-child(4) {
    margin-bottom: 0;
  }
  /* line 3050, app/assets/stylesheets/theme/theme-elements.scss */
  .countdown.countdown-borders {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 3058, app/assets/stylesheets/theme/theme-elements.scss */
  .countdown.countdown-borders > span {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  /* line 3065, app/assets/stylesheets/theme/theme-elements.scss */
  .countdown > span {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
  /* line 3073, app/assets/stylesheets/theme/theme-elements.scss */
  .countdown > span:nth-child(3) {
    margin-bottom: 50px;
  }
  /* line 3077, app/assets/stylesheets/theme/theme-elements.scss */
  .countdown.countdown-borders > span {
    margin-bottom: 30px;
  }
  /* line 3081, app/assets/stylesheets/theme/theme-elements.scss */
  .countdown.countdown-borders > span:nth-child(3) {
    margin-bottom: 30px;
  }
}

/* Counters */
/* line 3086, app/assets/stylesheets/theme/theme-elements.scss */
.counters .counter {
  text-align: center;
}

/* line 3090, app/assets/stylesheets/theme/theme-elements.scss */
.counters [class*="fa-"], .counters .icons {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}

/* line 3097, app/assets/stylesheets/theme/theme-elements.scss */
.counters strong {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}

/* line 3104, app/assets/stylesheets/theme/theme-elements.scss */
.counters label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}

/* line 3111, app/assets/stylesheets/theme/theme-elements.scss */
.counters .counter-side-icon [class*="fa-"], .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
  display: inline-block;
}

/* line 3115, app/assets/stylesheets/theme/theme-elements.scss */
.counters .counter-with-unit strong {
  display: inline-block;
}

/* line 3119, app/assets/stylesheets/theme/theme-elements.scss */
.counters .counter-with-unit.counter-unit-on-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 3133, app/assets/stylesheets/theme/theme-elements.scss */
.counters .counter-with-unit.counter-unit-on-top .unit {
  font-size: 32px;
  font-size: 2rem;
  line-height: 43.2px;
  line-height: 2.7rem;
  margin-left: 4.8px;
  margin-left: 0.3rem;
}

/* line 3142, app/assets/stylesheets/theme/theme-elements.scss */
.counters .counter-with-unit.counter-unit-on-top label {
  width: 100%;
  margin-top: 11.2px;
  margin-top: 0.7rem;
}

/* line 3148, app/assets/stylesheets/theme/theme-elements.scss */
.counters .counter-with-unit.counter-unit-on-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 3154, app/assets/stylesheets/theme/theme-elements.scss */
.counters.with-borders .counter {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 25px;
}

/* line 3165, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-sm [class*="fa-"], .counters.counters-sm .icons {
  font-size: 25px;
  line-height: 25px;
}

/* line 3170, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-sm strong {
  font-size: 35px;
  line-height: 35px;
}

/* line 3175, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-sm label {
  font-size: 15px;
  line-height: 15px;
}

/* line 3180, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-lg [class*="fa-"] {
  font-size: 45px;
  line-height: 45px;
}

/* line 3185, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-lg strong {
  font-size: 60px;
  line-height: 60px;
}

/* line 3190, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-lg label {
  font-size: 25px;
  line-height: 25px;
}

/* line 3195, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-text-light .counter {
  color: #FFF !important;
}

/* line 3199, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-text-light .counter [class*="fa-"], .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
  color: #FFF !important;
}

/* line 3203, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-text-dark .counter {
  color: #333940 !important;
}

/* line 3207, app/assets/stylesheets/theme/theme-elements.scss */
.counters.counters-text-dark .counter [class*="fa-"], .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
  color: #333940 !important;
}

/* Dividers */
/* line 3212, app/assets/stylesheets/theme/theme-elements.scss */
hr {
  background: rgba(0, 0, 0, 0.06);
  border: 0;
  height: 1px;
  margin: 22px 0;
}

/* line 3219, app/assets/stylesheets/theme/theme-elements.scss */
hr.short {
  margin: 11px 0;
}

/* line 3223, app/assets/stylesheets/theme/theme-elements.scss */
hr.tall {
  margin: 44px 0;
}

/* line 3227, app/assets/stylesheets/theme/theme-elements.scss */
hr.taller {
  margin: 66px 0;
}

/* line 3231, app/assets/stylesheets/theme/theme-elements.scss */
hr.gratient {
  background: none;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(rgba(0, 0, 0, 0.06)), to(transparent));
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.06), transparent);
}

/* line 3237, app/assets/stylesheets/theme/theme-elements.scss */
hr.gradient-to-right {
  background: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.06)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.06), transparent);
}

/* line 3243, app/assets/stylesheets/theme/theme-elements.scss */
hr.gradient-to-left {
  background: none;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.06)));
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.06));
}

/* line 3249, app/assets/stylesheets/theme/theme-elements.scss */
hr.solid {
  background: rgba(0, 0, 0, 0.06);
}

/* line 3253, app/assets/stylesheets/theme/theme-elements.scss */
hr.light {
  background: rgba(255, 255, 255, 0.15);
}

/* line 3257, app/assets/stylesheets/theme/theme-elements.scss */
hr.invisible {
  background: none;
}

/* line 3261, app/assets/stylesheets/theme/theme-elements.scss */
.divider {
  border: 0;
  height: 1px;
  margin: 44px auto;
  background: rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  clear: both;
}

/* line 3271, app/assets/stylesheets/theme/theme-elements.scss */
.divider.taller {
  margin: 66px auto;
}

/* line 3275, app/assets/stylesheets/theme/theme-elements.scss */
.divider [class*="fa-"], .divider .icons {
  text-align: center;
  background: #FFF;
  border-radius: 50px;
  color: #a9a9a9;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  font-size: 20px;
  margin: 0 auto 0 -25px;
  top: -25px;
  left: 50%;
  z-index: 1;
}

/* line 3293, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-solid {
  background: rgba(0, 0, 0, 0.06);
}

/* line 3297, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-icon-sm [class*="fa-"], .divider.divider-icon-sm .icons {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -15px;
  font-size: 15px;
  margin-left: -16px;
}

/* line 3306, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-icon-lg {
  margin: 86px 0;
}

/* line 3310, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-icon-lg [class*="fa-"], .divider.divider-icon-lg .icons {
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -30px;
  font-size: 30px;
  margin-left: -30px;
}

/* line 3319, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-icon-lg.taller {
  margin: 100px auto;
}

/* line 3323, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-xs {
  width: 35%;
}

/* line 3327, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-sm {
  width: 67%;
}

/* line 3331, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-left [class*="fa-"], .divider.divider-left .icons {
  left: 0;
  margin-left: 0;
  margin-right: 0;
  right: auto;
}

/* line 3338, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-right [class*="fa-"], .divider.divider-right .icons {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  right: 0;
}

/* line 3345, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-style-2 [class*="fa-"], .divider.divider-style-2 .icons {
  background: #f7f7f7;
  color: #a9a9a9;
}

/* line 3350, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-style-3 [class*="fa-"], .divider.divider-style-3 .icons {
  border: 1px solid #CECECE;
}

/* line 3354, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-style-4 [class*="fa-"], .divider.divider-style-4 .icons {
  border: 1px solid #CECECE;
}

/* line 3358, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-style-4 [class*="fa-"]:after, .divider.divider-style-4 .icons:after {
  border: 3px solid #f7f7f7;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}

/* line 3373, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small {
  margin: 22px auto;
  background: transparent;
}

/* line 3378, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small hr {
  width: 50px;
  height: 3px;
  background: #555;
}

/* line 3384, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small.divider-small-center {
  text-align: center;
}

/* line 3388, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small.divider-small-center hr {
  margin-left: auto;
  margin-right: auto;
}

/* line 3393, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small.divider-small-right {
  text-align: right;
}

/* line 3397, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small.divider-small-right hr {
  margin-left: auto;
}

/* line 3401, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small.divider-light hr {
  background: #DDD;
}

/* line 3405, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small.divider-small-sm hr {
  height: 1px;
}

/* line 3409, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small.divider-small-lg hr {
  height: 6px;
}

/* line 3413, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small.tall {
  margin: 34px 0;
}

/* line 3417, app/assets/stylesheets/theme/theme-elements.scss */
.divider.divider-small.taller {
  margin: 46px 0;
}

/* line 3421, app/assets/stylesheets/theme/theme-elements.scss */
hr.dashed, .divider.dashed {
  background: none;
  position: relative;
}

/* line 3426, app/assets/stylesheets/theme/theme-elements.scss */
hr.dashed:after, .divider.dashed:after {
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
}

/* line 3437, app/assets/stylesheets/theme/theme-elements.scss */
hr.pattern, .divider.pattern {
  background: none;
  position: relative;
}

/* line 3442, app/assets/stylesheets/theme/theme-elements.scss */
hr.pattern:after, .divider.pattern:after {
  background: transparent url(//pole-web.dev.mescal.pl/assets/site/patterns/worn_dots-b7fb5e497f36c72927fadfe8fc496ba07da4ad7aee898fe7eea17ae9703bb56b.png) repeat 0 0;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 100%;
}

/* line 3453, app/assets/stylesheets/theme/theme-elements.scss */
hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after {
  background-image: url(//pole-web.dev.mescal.pl/assets/site/patterns/az_subtle-c2f096a9615af70e5176c70718de19e1efa7fc15d2492ceccf16712cac1e3b98.png);
}

/* Dropdowns */
/* line 3458, app/assets/stylesheets/theme/theme-elements.scss */
.dropdown.dropdown-style-1 .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 17.6px;
  padding: 1rem 1.1rem;
  background: #FFF;
  border-radius: 0;
  border-right: 1px solid #ededed;
  min-width: 280px;
  font-weight: bold;
  text-decoration: none;
}

/* line 3475, app/assets/stylesheets/theme/theme-elements.scss */
.dropdown.dropdown-style-1 .dropdown-toggle:after {
  content: '\f107';
  position: absolute;
  right: 17.6px;
  right: 1.1rem;
  top: 50%;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
}

/* line 3492, app/assets/stylesheets/theme/theme-elements.scss */
.dropdown.dropdown-style-1 .dropdown-toggle > i {
  display: none;
}

/* line 3496, app/assets/stylesheets/theme/theme-elements.scss */
.dropdown.dropdown-style-1 .dropdown-menu {
  width: 100%;
  border-radius: 0;
  margin-top: -1px;
  border-color: #ededed;
}

/* line 3503, app/assets/stylesheets/theme/theme-elements.scss */
.dropdown.dropdown-style-1 .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding-right: 17.6px;
  padding-right: 1.1rem;
  padding-left: 17.6px;
  padding-left: 1.1rem;
}

/* line 3511, app/assets/stylesheets/theme/theme-elements.scss */
.dropdown.dropdown-corner-left-fix .dropdown-menu {
  margin-left: -5px;
}

/* Icon Featured */
/* line 3516, app/assets/stylesheets/theme/theme-elements.scss */
.icon-featured {
  display: inline-block;
  font-size: 0;
  margin: 15px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 2.3em;
  line-height: 110px;
}

/* line 3531, app/assets/stylesheets/theme/theme-elements.scss */
.icon-featured:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Featured Box */
/* line 3543, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box {
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* line 3563, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 3571, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box .box-content {
  border-radius: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-top-width: 4px;
  padding: 28.8px;
  padding: 1.8rem;
  position: relative;
}

/* line 3580, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box .box-content:not(.box-content-border-0) {
  top: -1px;
  border-top-width: 4px;
}

/* line 3585, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box .box-content.box-content-border-0 {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-bottom: 0 !important;
}

/* line 3590, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box .box-content.box-content-border-bottom {
  top: 1px;
}

/* line 3594, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box .box-content-border-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-bottom: 4px solid rgba(0, 0, 0, 0.06);
}

/* Featured Box Left */
/* line 3600, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-text-left {
  text-align: left;
}

/* Featured Boxes - Flat */
/* line 3605, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-flat .featured-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 10px 0;
}

/* line 3611, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-flat .featured-box .box-content {
  background: #FFF;
  margin-top: 65px;
}

/* line 3616, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-flat .featured-box .icon-featured {
  display: inline-block;
  font-size: 2em;
  height: 90px;
  line-height: 90px;
  padding: 0;
  width: 90px;
  margin: -100px 0 -15px;
  position: relative;
  top: -40px;
}

/* Featured Boxes - Style 2 */
/* line 3629, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-2 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3637, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-2 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 3643, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-2 .featured-box .icon-featured {
  display: inline-block;
  font-size: 1.8em;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
}

/* Featured Boxes - Style 3 */
/* line 3654, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-3 .featured-box {
  margin: 10px 0;
}

/* line 3658, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-3 .featured-box .icon-featured {
  display: inline-block;
  font-size: 1.8em;
  height: 75px;
  line-height: 75px;
  padding: 0;
  width: 75px;
  margin-top: -37px;
  top: -37px;
  background: #FFF;
  border: 2px solid rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.06);
}

/* line 3672, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3679, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Featured Boxes - Style 4 */
/* line 3686, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-4 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3694, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-4 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 3700, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-4 .featured-box .icon-featured {
  display: inline-block;
  font-size: 35px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 10px;
  background: transparent;
  color: rgba(0, 0, 0, 0.06);
  border-radius: 0;
}

/* Featured Boxes - Style 5, 6 and 7 */
/* line 3715, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 10px 0;
}

/* line 3723, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 3729, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4 {
  color: #333940;
}

/* line 3733, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
  display: inline-block;
  font-size: 2em;
  height: 75px;
  padding: 0;
  width: 75px;
  margin-top: 0;
  margin-bottom: 10px;
  background: #FFF;
  border: 1px solid #dfdfdf;
  color: #777;
  line-height: 73px;
}

/* Featured Boxes - Style 6 */
/* line 3748, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-6 .featured-box .icon-featured {
  border: 1px solid #cecece;
  color: #777;
}

/* line 3753, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-6 .featured-box .icon-featured:after {
  border: 5px solid #f7f7f7;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  padding: 1px;
  position: absolute;
  top: -6px;
  width: 100%;
}

/* Featured Boxes - Style 7 */
/* line 3769, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-7 .featured-box .icon-featured {
  border: 1px solid #dfdfdf;
  color: #777;
}

/* Featured Boxes - Style 8 */
/* line 3775, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-8 .featured-box .icon-featured {
  display: inline-block;
  font-size: 2em;
  height: 75px;
  padding: 0;
  width: 75px;
  margin: -15px -15px 0 0;
  background: #FFF;
  line-height: 75px;
  border: 0;
  color: #777;
}

/* line 3788, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-style-8 .featured-box .icon-featured:after {
  display: none;
}

/* Featured Boxes Modern */
/* line 3793, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-1 .featured-box {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: auto !important;
  margin: 0 !important;
}

/* line 3801, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-1 .featured-box .featured-box-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 2s;
  transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 2s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 3813, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-1 .featured-box .box-content {
  padding: 64px;
  padding: 4rem;
  border: none;
  z-index: 3;
}

/* line 3820, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-1 .featured-box .box-content .icon-featured {
  color: #FFF;
  background: transparent;
  width: auto;
  height: auto;
  line-height: 1.4;
  font-size: 46.4px;
  font-size: 2.9rem;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

/* line 3832, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-1 .featured-box .box-content h2 {
  color: #FFF;
  font-weight: 600;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}

/* line 3842, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-1 .featured-box .box-content p {
  color: #999;
  margin-bottom: 25.6px;
  margin-bottom: 1.6rem;
}

/* line 3848, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-1 .featured-box:hover .featured-box-background {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 575px) {
  /* line 3854, app/assets/stylesheets/theme/theme-elements.scss */
  .featured-boxes-modern-style-1 .featured-box .box-content {
    padding: 2rem 1.5rem;
  }
}

/* line 3859, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2 .featured-box {
  position: relative;
  background: #6c6ef1;
  background: linear-gradient(135deg, #6c6ef1 0%, #e2498e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1 );
  border-radius: 0;
  margin: 0 !important;
  overflow: hidden;
}

/* line 3869, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2 .featured-box:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background: #FFF;
}

/* line 3879, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2 .featured-box .box-content {
  padding: 64px;
  padding: 4rem;
  border: none;
}

/* line 3885, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2 .featured-box .box-content .icon-featured {
  color: #FFF;
  background: transparent;
  width: auto;
  height: auto;
  line-height: 1.4;
  font-size: 46.4px;
  font-size: 2.9rem;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

/* line 3897, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2 .featured-box .box-content h2 {
  color: #212529;
  font-weight: 700;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}

/* line 3907, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2 .featured-box .box-content p {
  color: #999;
  margin-bottom: 25.6px;
  margin-bottom: 1.6rem;
}

@media (max-width: 575px) {
  /* line 3914, app/assets/stylesheets/theme/theme-elements.scss */
  .featured-boxes-modern-style-2 .featured-box .box-content {
    padding: 2rem 1.5rem;
  }
}

/* line 3919, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2-hover-only .featured-box:before {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  -webkit-transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
  transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
}

/* line 3928, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box {
  background: rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

/* line 3935, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box-no-borders {
  background: none !important;
}

/* line 3939, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box-box-shadow {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

/* line 3944, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-modern-style-2-hover-only:hover .featured-box:before {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}

/* Featured Boxes */
/* line 3952, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes .featured-box {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* Effects */
/* line 3960, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-1 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-box-shadow: 0 0 0 3px #FFF;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

/* line 3975, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-1:hover .icon-featured:after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1;
}

/* line 3981, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-2 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-box-shadow: 0 0 0 3px #FFF;
  box-shadow: 0 0 0 3px #FFF;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* line 3996, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-2:hover .icon-featured:after {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 1;
}

/* line 4002, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-3 .icon-featured:after {
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 10px #FFF;
  box-shadow: 0 0 0 10px #FFF;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

/* line 4016, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-3:hover .icon-featured {
  color: #FFF !important;
}

/* line 4020, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-3:hover .icon-featured:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
}

/* line 4026, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-4 .icon-featured {
  -webkit-transition: -webkit-transform 0.2s, -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, transform 0.2s;
  transition: transform 0.2s, transform 0.2s, -webkit-transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 4035, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-4:hover .icon-featured {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/* line 4040, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-5 .icon-featured {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 4046, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-5:hover .icon-featured {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

/* line 4085, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-6 .icon-featured:after {
  -webkit-transition: all 0.2s, -webkit-transform 0.2s;
  transition: all 0.2s, -webkit-transform 0.2s;
  transition: all 0.2s, transform 0.2s;
  transition: all 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

/* line 4092, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-6:hover .box-content .icon-featured:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 4097, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-7 .icon-featured:after {
  opacity: 0;
  -webkit-box-shadow: 3px 3px #d5d5d5;
  box-shadow: 3px 3px #d5d5d5;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  left: 0;
  top: -1px;
}

/* line 4111, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-7:hover .icon-featured:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 4117, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-7 .icon-featured:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

/* line 4127, app/assets/stylesheets/theme/theme-elements.scss */
.featured-box-effect-7:hover .icon-featured:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Feature Box */
/* line 4134, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4140, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box .feature-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 7px;
  text-align: center;
  padding: 0.8em;
  height: 1px;
  width: 2.7em;
  height: 2.7em;
}

/* line 4167, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box .feature-box-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-left: 15px;
}

/* line 4174, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.align-items-center .feature-box-icon {
  top: 0;
}

/* Style 2 */
/* line 4179, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-2 h4 {
  color: #212529;
}

/* line 4183, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-2 .feature-box-icon {
  background: transparent;
  top: -3px;
}

/* line 4188, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
  font-size: 1.7em;
}

/* line 4192, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-2.align-items-center .feature-box-icon {
  top: 0;
}

/* Style 3 */
/* line 4197, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-3 h4 {
  color: #212529;
}

/* line 4201, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-3 .feature-box-icon {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: transparent;
  line-height: 32px;
}

/* line 4207, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: rgba(0, 0, 0, 0.06);
}

/* Style 4 */
/* line 4212, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 4217, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-4 h4 {
  color: #212529;
}

/* line 4221, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-4 .feature-box-icon {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: transparent;
  padding: 0 0 19.2px 0;
  padding: 0 0 1.2rem 0;
}

/* line 4232, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-4 .feature-box-icon .icons {
  font-size: 2.35em;
  width: auto;
  height: auto;
}

/* line 4238, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-4 .feature-box-info {
  clear: both;
  padding-left: 0;
}

/* Style 5 */
/* line 4244, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-5 h4 {
  color: #212529;
}

/* line 4248, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-5 .feature-box-icon {
  background: transparent;
  top: 0;
  padding: 1em 1.4em;
  min-width: 5em;
}

/* line 4255, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-5 .feature-box-icon .icons {
  font-size: 2.75em;
}

/* line 4259, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-5.align-items-center .feature-box-icon {
  top: 0;
}

/* Style 6 */
/* line 4264, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-6 h4 {
  color: #212529;
}

/* line 4268, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-6 .feature-box-icon {
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
}

/* line 4274, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-6 .feature-box-icon:after {
  border: 3px solid #f7f7f7;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}

/* line 4289, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.feature-box-style-6 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-6 .feature-box-icon .icons {
  color: #a9a9a9;
}

/* Feature Box Icon Size */
/* line 4294, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box .feature-box-icon.feature-box-icon-large {
  width: 3.7em;
  height: 3.7em;
}

/* line 4299, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box .feature-box-icon.feature-box-icon-extra-large {
  width: 4.5em;
  height: 4.5em;
}

/* Reverse All Resolutions */
/* line 4305, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.reverse-allres {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 4313, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.reverse-allres .feature-box-info {
  padding-right: 15px;
  padding-left: 0;
}

/* line 4318, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.reverse-allres.feature-box-style-4 .feature-box-icon {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 4324, app/assets/stylesheets/theme/theme-elements.scss */
.feature-box.reverse-allres.feature-box-style-4 .feature-box-info {
  padding-right: 0;
}

/* Reverse */
@media (min-width: 992px) {
  /* line 4330, app/assets/stylesheets/theme/theme-elements.scss */
  .feature-box.reverse {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  /* line 4338, app/assets/stylesheets/theme/theme-elements.scss */
  .feature-box.reverse .feature-box-info {
    padding-right: 15px;
    padding-left: 0;
  }
  /* line 4343, app/assets/stylesheets/theme/theme-elements.scss */
  .feature-box.reverse.feature-box-style-4 .feature-box-icon {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /* line 4349, app/assets/stylesheets/theme/theme-elements.scss */
  .feature-box.reverse.feature-box-style-4 .feature-box-info {
    padding-right: 0;
  }
}

/* Full Width */
/* line 4354, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-full .featured-box-full {
  text-align: center;
  padding: 55px;
}

/* line 4359, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-full .featured-box-full [class*="fa-"], .featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a {
  padding: 0;
  margin: 0;
}

/* line 4364, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-full .featured-box-full:not(.featured-box-full-light) [class*="fa-"], .featured-boxes-full .featured-box-full:not(.featured-box-full-light) .icons, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h1, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h2, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h3, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h4, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h5, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) h6, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) p, .featured-boxes-full .featured-box-full:not(.featured-box-full-light) a {
  color: #FFF;
}

/* line 4368, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full [class*="fa-"] {
  font-size: 3.9em;
  margin-bottom: 15px;
}

/* line 4373, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-full .featured-box-full p {
  padding-top: 12px;
  opacity: 0.8;
}

/* line 4378, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-full .featured-box-full.featured-box-full-light {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 4382, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-full .featured-box-full.featured-box-full-light:not(:last-child) {
  border-right: 0;
}

/* line 4386, app/assets/stylesheets/theme/theme-elements.scss */
.featured-boxes-full .featured-box-full.featured-box-full-light:first-child {
  border-left: 0;
}

/*
* IE
*/
/* line 4393, app/assets/stylesheets/theme/theme-elements.scss */
html.ie .feature-box .feature-box-icon img {
  min-width: 100%;
}

/* line 4397, app/assets/stylesheets/theme/theme-elements.scss */
html.ie .feature-box .feature-box-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

/* line 4403, app/assets/stylesheets/theme/theme-elements.scss */
.flag {
  width: 16px;
  height: 11px;
  background: url(//pole-web.dev.mescal.pl/assets/site/flags-9bb25fb7788587d4d6dc12d70e89e7aff8c24dfbda518e8bd8325803f415d21a.png) no-repeat;
}

/* line 4409, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ad {
  background-position: -16px 0;
}

/* line 4413, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ae {
  background-position: -32px 0;
}

/* line 4417, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-af {
  background-position: -48px 0;
}

/* line 4421, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ag {
  background-position: -64px 0;
}

/* line 4425, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ai {
  background-position: -80px 0;
}

/* line 4429, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-al {
  background-position: -96px 0;
}

/* line 4433, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-am {
  background-position: -112px 0;
}

/* line 4437, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-an {
  background-position: -128px 0;
}

/* line 4441, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ao {
  background-position: -144px 0;
}

/* line 4445, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ar {
  background-position: -160px 0;
}

/* line 4449, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-as {
  background-position: -176px 0;
}

/* line 4453, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-at {
  background-position: -192px 0;
}

/* line 4457, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-au {
  background-position: -208px 0;
}

/* line 4461, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-aw {
  background-position: -224px 0;
}

/* line 4465, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-az {
  background-position: -240px 0;
}

/* line 4469, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ba {
  background-position: 0 -11px;
}

/* line 4473, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bb {
  background-position: -16px -11px;
}

/* line 4477, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bd {
  background-position: -32px -11px;
}

/* line 4481, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-be {
  background-position: -48px -11px;
}

/* line 4485, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bf {
  background-position: -64px -11px;
}

/* line 4489, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bg {
  background-position: -80px -11px;
}

/* line 4493, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bh {
  background-position: -96px -11px;
}

/* line 4497, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bi {
  background-position: -112px -11px;
}

/* line 4501, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bj {
  background-position: -128px -11px;
}

/* line 4505, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bm {
  background-position: -144px -11px;
}

/* line 4509, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bn {
  background-position: -160px -11px;
}

/* line 4513, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bo {
  background-position: -176px -11px;
}

/* line 4517, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-br {
  background-position: -192px -11px;
}

/* line 4521, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bs {
  background-position: -208px -11px;
}

/* line 4525, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bt {
  background-position: -224px -11px;
}

/* line 4529, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bv {
  background-position: -240px -11px;
}

/* line 4533, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bw {
  background-position: 0 -22px;
}

/* line 4537, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-by {
  background-position: -16px -22px;
}

/* line 4541, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-bz {
  background-position: -32px -22px;
}

/* line 4545, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ca {
  background-position: -48px -22px;
}

/* line 4549, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-catalonia {
  background-position: -64px -22px;
}

/* line 4553, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cd {
  background-position: -80px -22px;
}

/* line 4557, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cf {
  background-position: -96px -22px;
}

/* line 4561, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cg {
  background-position: -112px -22px;
}

/* line 4565, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ch {
  background-position: -128px -22px;
}

/* line 4569, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ci {
  background-position: -144px -22px;
}

/* line 4573, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ck {
  background-position: -160px -22px;
}

/* line 4577, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cl {
  background-position: -176px -22px;
}

/* line 4581, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cm {
  background-position: -192px -22px;
}

/* line 4585, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cn {
  background-position: -208px -22px;
}

/* line 4589, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-co {
  background-position: -224px -22px;
}

/* line 4593, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cr {
  background-position: -240px -22px;
}

/* line 4597, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cu {
  background-position: 0 -33px;
}

/* line 4601, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cv {
  background-position: -16px -33px;
}

/* line 4605, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cw {
  background-position: -32px -33px;
}

/* line 4609, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cy {
  background-position: -48px -33px;
}

/* line 4613, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-cz {
  background-position: -64px -33px;
}

/* line 4617, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-de {
  background-position: -80px -33px;
}

/* line 4621, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-dj {
  background-position: -96px -33px;
}

/* line 4625, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-dk {
  background-position: -112px -33px;
}

/* line 4629, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-dm {
  background-position: -128px -33px;
}

/* line 4633, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-do {
  background-position: -144px -33px;
}

/* line 4637, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-dz {
  background-position: -160px -33px;
}

/* line 4641, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ec {
  background-position: -176px -33px;
}

/* line 4645, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ee {
  background-position: -192px -33px;
}

/* line 4649, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-eg {
  background-position: -208px -33px;
}

/* line 4653, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-eh {
  background-position: -224px -33px;
}

/* line 4657, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-england {
  background-position: -240px -33px;
}

/* line 4661, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-er {
  background-position: 0 -44px;
}

/* line 4665, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-es {
  background-position: -16px -44px;
}

/* line 4669, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-et {
  background-position: -32px -44px;
}

/* line 4673, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-eu {
  background-position: -48px -44px;
}

/* line 4677, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-fi {
  background-position: -64px -44px;
}

/* line 4681, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-fj {
  background-position: -80px -44px;
}

/* line 4685, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-fk {
  background-position: -96px -44px;
}

/* line 4689, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-fm {
  background-position: -112px -44px;
}

/* line 4693, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-fo {
  background-position: -128px -44px;
}

/* line 4697, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-fr {
  background-position: -144px -44px;
}

/* line 4701, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ga {
  background-position: -160px -44px;
}

/* line 4705, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gb {
  background-position: -176px -44px;
}

/* line 4709, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gd {
  background-position: -192px -44px;
}

/* line 4713, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ge {
  background-position: -208px -44px;
}

/* line 4717, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gf {
  background-position: -224px -44px;
}

/* line 4721, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gg {
  background-position: -240px -44px;
}

/* line 4725, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gh {
  background-position: 0 -55px;
}

/* line 4729, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gi {
  background-position: -16px -55px;
}

/* line 4733, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gl {
  background-position: -32px -55px;
}

/* line 4737, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gm {
  background-position: -48px -55px;
}

/* line 4741, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gn {
  background-position: -64px -55px;
}

/* line 4745, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gp {
  background-position: -80px -55px;
}

/* line 4749, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gq {
  background-position: -96px -55px;
}

/* line 4753, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gr {
  background-position: -112px -55px;
}

/* line 4757, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gs {
  background-position: -128px -55px;
}

/* line 4761, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gt {
  background-position: -144px -55px;
}

/* line 4765, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gu {
  background-position: -160px -55px;
}

/* line 4769, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gw {
  background-position: -176px -55px;
}

/* line 4773, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-gy {
  background-position: -192px -55px;
}

/* line 4777, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-hk {
  background-position: -208px -55px;
}

/* line 4781, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-hm {
  background-position: -224px -55px;
}

/* line 4785, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-hn {
  background-position: -240px -55px;
}

/* line 4789, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-hr {
  background-position: 0 -66px;
}

/* line 4793, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ht {
  background-position: -16px -66px;
}

/* line 4797, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-hu {
  background-position: -32px -66px;
}

/* line 4801, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ic {
  background-position: -48px -66px;
}

/* line 4805, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-id {
  background-position: -64px -66px;
}

/* line 4809, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ie {
  background-position: -80px -66px;
}

/* line 4813, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-il {
  background-position: -96px -66px;
}

/* line 4817, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-im {
  background-position: -112px -66px;
}

/* line 4821, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-in {
  background-position: -128px -66px;
}

/* line 4825, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-io {
  background-position: -144px -66px;
}

/* line 4829, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-iq {
  background-position: -160px -66px;
}

/* line 4833, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ir {
  background-position: -176px -66px;
}

/* line 4837, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-is {
  background-position: -192px -66px;
}

/* line 4841, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-it {
  background-position: -208px -66px;
}

/* line 4845, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-je {
  background-position: -224px -66px;
}

/* line 4849, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-jm {
  background-position: -240px -66px;
}

/* line 4853, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-jo {
  background-position: 0 -77px;
}

/* line 4857, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-jp {
  background-position: -16px -77px;
}

/* line 4861, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ke {
  background-position: -32px -77px;
}

/* line 4865, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-kg {
  background-position: -48px -77px;
}

/* line 4869, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-kh {
  background-position: -64px -77px;
}

/* line 4873, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ki {
  background-position: -80px -77px;
}

/* line 4877, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-km {
  background-position: -96px -77px;
}

/* line 4881, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-kn {
  background-position: -112px -77px;
}

/* line 4885, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-kp {
  background-position: -128px -77px;
}

/* line 4889, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-kr {
  background-position: -144px -77px;
}

/* line 4893, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-kurdistan {
  background-position: -160px -77px;
}

/* line 4897, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-kw {
  background-position: -176px -77px;
}

/* line 4901, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ky {
  background-position: -192px -77px;
}

/* line 4905, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-kz {
  background-position: -208px -77px;
}

/* line 4909, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-la {
  background-position: -224px -77px;
}

/* line 4913, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-lb {
  background-position: -240px -77px;
}

/* line 4917, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-lc {
  background-position: 0 -88px;
}

/* line 4921, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-li {
  background-position: -16px -88px;
}

/* line 4925, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-lk {
  background-position: -32px -88px;
}

/* line 4929, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-lr {
  background-position: -48px -88px;
}

/* line 4933, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ls {
  background-position: -64px -88px;
}

/* line 4937, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-lt {
  background-position: -80px -88px;
}

/* line 4941, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-lu {
  background-position: -96px -88px;
}

/* line 4945, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-lv {
  background-position: -112px -88px;
}

/* line 4949, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ly {
  background-position: -128px -88px;
}

/* line 4953, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ma {
  background-position: -144px -88px;
}

/* line 4957, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mc {
  background-position: -160px -88px;
}

/* line 4961, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-md {
  background-position: -176px -88px;
}

/* line 4965, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-me {
  background-position: -192px -88px;
}

/* line 4969, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mg {
  background-position: -208px -88px;
}

/* line 4973, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mh {
  background-position: -224px -88px;
}

/* line 4977, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mk {
  background-position: -240px -88px;
}

/* line 4981, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ml {
  background-position: 0 -99px;
}

/* line 4985, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mm {
  background-position: -16px -99px;
}

/* line 4989, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mn {
  background-position: -32px -99px;
}

/* line 4993, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mo {
  background-position: -48px -99px;
}

/* line 4997, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mp {
  background-position: -64px -99px;
}

/* line 5001, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mq {
  background-position: -80px -99px;
}

/* line 5005, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mr {
  background-position: -96px -99px;
}

/* line 5009, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ms {
  background-position: -112px -99px;
}

/* line 5013, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mt {
  background-position: -128px -99px;
}

/* line 5017, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mu {
  background-position: -144px -99px;
}

/* line 5021, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mv {
  background-position: -160px -99px;
}

/* line 5025, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mw {
  background-position: -176px -99px;
}

/* line 5029, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mx {
  background-position: -192px -99px;
}

/* line 5033, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-my {
  background-position: -208px -99px;
}

/* line 5037, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-mz {
  background-position: -224px -99px;
}

/* line 5041, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-na {
  background-position: -240px -99px;
}

/* line 5045, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-nc {
  background-position: 0 -110px;
}

/* line 5049, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ne {
  background-position: -16px -110px;
}

/* line 5053, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-nf {
  background-position: -32px -110px;
}

/* line 5057, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ng {
  background-position: -48px -110px;
}

/* line 5061, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ni {
  background-position: -64px -110px;
}

/* line 5065, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-nl {
  background-position: -80px -110px;
}

/* line 5069, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-no {
  background-position: -96px -110px;
}

/* line 5073, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-np {
  background-position: -112px -110px;
}

/* line 5077, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-nr {
  background-position: -128px -110px;
}

/* line 5081, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-nu {
  background-position: -144px -110px;
}

/* line 5085, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-nz {
  background-position: -160px -110px;
}

/* line 5089, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-om {
  background-position: -176px -110px;
}

/* line 5093, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pa {
  background-position: -192px -110px;
}

/* line 5097, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pe {
  background-position: -208px -110px;
}

/* line 5101, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pf {
  background-position: -224px -110px;
}

/* line 5105, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pg {
  background-position: -240px -110px;
}

/* line 5109, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ph {
  background-position: 0 -121px;
}

/* line 5113, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pk {
  background-position: -16px -121px;
}

/* line 5117, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pl {
  background-position: -32px -121px;
}

/* line 5121, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pm {
  background-position: -48px -121px;
}

/* line 5125, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pn {
  background-position: -64px -121px;
}

/* line 5129, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pr {
  background-position: -80px -121px;
}

/* line 5133, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ps {
  background-position: -96px -121px;
}

/* line 5137, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pt {
  background-position: -112px -121px;
}

/* line 5141, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-pw {
  background-position: -128px -121px;
}

/* line 5145, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-py {
  background-position: -144px -121px;
}

/* line 5149, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-qa {
  background-position: -160px -121px;
}

/* line 5153, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-re {
  background-position: -176px -121px;
}

/* line 5157, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ro {
  background-position: -192px -121px;
}

/* line 5161, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-rs {
  background-position: -208px -121px;
}

/* line 5165, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ru {
  background-position: -224px -121px;
}

/* line 5169, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-rw {
  background-position: -240px -121px;
}

/* line 5173, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sa {
  background-position: 0 -132px;
}

/* line 5177, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sb {
  background-position: -16px -132px;
}

/* line 5181, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sc {
  background-position: -32px -132px;
}

/* line 5185, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-scotland {
  background-position: -48px -132px;
}

/* line 5189, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sd {
  background-position: -64px -132px;
}

/* line 5193, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-se {
  background-position: -80px -132px;
}

/* line 5197, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sg {
  background-position: -96px -132px;
}

/* line 5201, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sh {
  background-position: -112px -132px;
}

/* line 5205, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-si {
  background-position: -128px -132px;
}

/* line 5209, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sk {
  background-position: -144px -132px;
}

/* line 5213, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sl {
  background-position: -160px -132px;
}

/* line 5217, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sm {
  background-position: -176px -132px;
}

/* line 5221, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sn {
  background-position: -192px -132px;
}

/* line 5225, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-so {
  background-position: -208px -132px;
}

/* line 5229, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-somaliland {
  background-position: -224px -132px;
}

/* line 5233, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sr {
  background-position: -240px -132px;
}

/* line 5237, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ss {
  background-position: 0 -143px;
}

/* line 5241, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-st {
  background-position: -16px -143px;
}

/* line 5245, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sv {
  background-position: -32px -143px;
}

/* line 5249, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sx {
  background-position: -48px -143px;
}

/* line 5253, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sy {
  background-position: -64px -143px;
}

/* line 5257, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-sz {
  background-position: -80px -143px;
}

/* line 5261, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tc {
  background-position: -96px -143px;
}

/* line 5265, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-td {
  background-position: -112px -143px;
}

/* line 5269, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tf {
  background-position: -128px -143px;
}

/* line 5273, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tg {
  background-position: -144px -143px;
}

/* line 5277, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-th {
  background-position: -160px -143px;
}

/* line 5281, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tibet {
  background-position: -176px -143px;
}

/* line 5285, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tj {
  background-position: -192px -143px;
}

/* line 5289, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tk {
  background-position: -208px -143px;
}

/* line 5293, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tl {
  background-position: -224px -143px;
}

/* line 5297, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tm {
  background-position: -240px -143px;
}

/* line 5301, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tn {
  background-position: 0 -154px;
}

/* line 5305, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-to {
  background-position: -16px -154px;
}

/* line 5309, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tr {
  background-position: -32px -154px;
}

/* line 5313, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tt {
  background-position: -48px -154px;
}

/* line 5317, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tv {
  background-position: -64px -154px;
}

/* line 5321, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tw {
  background-position: -80px -154px;
}

/* line 5325, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-tz {
  background-position: -96px -154px;
}

/* line 5329, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ua {
  background-position: -112px -154px;
}

/* line 5333, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ug {
  background-position: -128px -154px;
}

/* line 5337, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-um {
  background-position: -144px -154px;
}

/* line 5341, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-us {
  background-position: -160px -154px;
}

/* line 5345, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-uy {
  background-position: -176px -154px;
}

/* line 5349, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-uz {
  background-position: -192px -154px;
}

/* line 5353, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-va {
  background-position: -208px -154px;
}

/* line 5357, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-vc {
  background-position: -224px -154px;
}

/* line 5361, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ve {
  background-position: -240px -154px;
}

/* line 5365, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-vg {
  background-position: 0 -165px;
}

/* line 5369, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-vi {
  background-position: -16px -165px;
}

/* line 5373, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-vn {
  background-position: -32px -165px;
}

/* line 5377, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-vu {
  background-position: -48px -165px;
}

/* line 5381, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-wales {
  background-position: -64px -165px;
}

/* line 5385, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-wf {
  background-position: -80px -165px;
}

/* line 5389, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ws {
  background-position: -96px -165px;
}

/* line 5393, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-xk {
  background-position: -112px -165px;
}

/* line 5397, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-ye {
  background-position: -128px -165px;
}

/* line 5401, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-yt {
  background-position: -144px -165px;
}

/* line 5405, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-za {
  background-position: -160px -165px;
}

/* line 5409, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-zanzibar {
  background-position: -176px -165px;
}

/* line 5413, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-zm {
  background-position: -192px -165px;
}

/* line 5417, app/assets/stylesheets/theme/theme-elements.scss */
.flag.flag-zw {
  background-position: -208px -165px;
}

/* Forms */
/* line 5422, app/assets/stylesheets/theme/theme-elements.scss */
form label {
  font-weight: normal;
}

/* line 5426, app/assets/stylesheets/theme/theme-elements.scss */
textarea {
  resize: vertical;
}

/* line 5430, app/assets/stylesheets/theme/theme-elements.scss */
select {
  border: 1px solid #E5E7E9;
  border-radius: 6px;
  outline: none;
}

/* line 5436, app/assets/stylesheets/theme/theme-elements.scss */
.label {
  font-weight: normal;
}

/* line 5440, app/assets/stylesheets/theme/theme-elements.scss */
label.required:after {
  content: "*";
  font-size: 0.8em;
  margin: 0.3em;
  position: relative;
  top: -2px;
}

/* line 5448, app/assets/stylesheets/theme/theme-elements.scss */
.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 5457, app/assets/stylesheets/theme/theme-elements.scss */
.form-control {
  border-color: rgba(0, 0, 0, 0.09);
}

/* line 5461, app/assets/stylesheets/theme/theme-elements.scss */
.form-control:not(.form-control-lg) {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}

/* line 5467, app/assets/stylesheets/theme/theme-elements.scss */
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.85;
}

/* line 5473, app/assets/stylesheets/theme/theme-elements.scss */
.form-control.form-control-focused {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

/* line 5479, app/assets/stylesheets/theme/theme-elements.scss */
.form-control:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

/* line 5485, app/assets/stylesheets/theme/theme-elements.scss */
.form-control.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 5491, app/assets/stylesheets/theme/theme-elements.scss */
.form-control.error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 5497, app/assets/stylesheets/theme/theme-elements.scss */
.page-link {
  border-color: rgba(0, 0, 0, 0.06);
}

/* line 5501, app/assets/stylesheets/theme/theme-elements.scss */
.input-group .form-control {
  height: auto;
}

/* line 5505, app/assets/stylesheets/theme/theme-elements.scss */
.input-group-rounded .form-control {
  border-radius: 2rem 0rem 0rem 2rem;
  border: 0;
  padding-left: 16px;
  padding-left: 1rem;
}

/* line 5512, app/assets/stylesheets/theme/theme-elements.scss */
.input-group-rounded .input-group-append .btn {
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 0rem 2rem 2rem 0rem;
  font-size: 11.2px;
  font-size: 0.7rem;
  padding: 13.92px;
  padding: 0.87rem;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  z-index: 3;
}

/* Form - iOS Override */
/* line 5526, app/assets/stylesheets/theme/theme-elements.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
}

/* line 5544, app/assets/stylesheets/theme/theme-elements.scss */
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

/* line 5563, app/assets/stylesheets/theme/theme-elements.scss */
.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bdbdbd;
}

/* line 5582, app/assets/stylesheets/theme/theme-elements.scss */
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

/* Form - Bootstrap Override */
/* line 5602, app/assets/stylesheets/theme/theme-elements.scss */
.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
  line-height: 1.334;
}

/* line 5607, app/assets/stylesheets/theme/theme-elements.scss */
.input-group-btn .btn {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

/* line 5614, app/assets/stylesheets/theme/theme-elements.scss */
select.form-control-sm, select.form-control-lg {
  line-height: 1;
  height: auto !important;
}

/* line 5619, app/assets/stylesheets/theme/theme-elements.scss */
.bootstrap-timepicker-widget input {
  border: 0;
}

/* line 5623, app/assets/stylesheets/theme/theme-elements.scss */
.bootstrap-timepicker-widget table td input {
  width: 40px;
}

/* line 5627, app/assets/stylesheets/theme/theme-elements.scss */
.fileupload .btn {
  line-height: 20px;
  margin-left: -5px;
}

/* Forms Validations */
/* line 5633, app/assets/stylesheets/theme/theme-elements.scss */
label.valid {
  display: inline-block;
  text-indent: -9999px;
}

/* line 5638, app/assets/stylesheets/theme/theme-elements.scss */
label.error {
  color: #c10000;
  font-size: 0.9em;
  line-height: 18px;
  padding: 5px 0 0;
}

/* line 5645, app/assets/stylesheets/theme/theme-elements.scss */
label.error#captcha-error {
  margin-top: 15px;
}

/* Simple Search */
/* line 5650, app/assets/stylesheets/theme/theme-elements.scss */
.simple-search .form-control {
  border-radius: 1.3rem 0 0 1.3rem;
  border-color: #EEE;
  border-right: 0;
}

/* line 5656, app/assets/stylesheets/theme/theme-elements.scss */
.simple-search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5661, app/assets/stylesheets/theme/theme-elements.scss */
.simple-search .input-group-append {
  border-radius: 0 1.3rem 1.3rem 0;
  border: 1px solid #EEE;
  border-left: 0;
}

/* line 5667, app/assets/stylesheets/theme/theme-elements.scss */
.simple-search .input-group-append .btn {
  background: transparent !important;
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Captcha */
/* line 5675, app/assets/stylesheets/theme/theme-elements.scss */
.captcha {
  clear: both;
  overflow: hidden;
  background: #F2F2F2;
  text-align: center;
  margin-bottom: 20px;
  max-width: 160px;
  height: 78px;
  position: relative;
}

/* line 5686, app/assets/stylesheets/theme/theme-elements.scss */
.captcha input {
  border: 0;
}

/* line 5690, app/assets/stylesheets/theme/theme-elements.scss */
.captcha-input {
  position: relative;
  top: 15px;
  font-size: 14px;
}

/* line 5696, app/assets/stylesheets/theme/theme-elements.scss */
.captcha-image {
  float: left;
  position: relative;
  top: -5px;
  left: -13px;
}

/* line 5703, app/assets/stylesheets/theme/theme-elements.scss */
.captcha-refresh {
  position: absolute;
  z-index: 1;
  bottom: 2px;
  right: 2px;
  border-radius: 3px;
  padding: 2px 5px;
}

/* line 5712, app/assets/stylesheets/theme/theme-elements.scss */
.captcha-refresh a, .captcha-refresh a:hover, .captcha-refresh a:focus, .captcha-refresh a:active {
  color: #333;
}

/* Form Styles */
/* line 5717, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-2 .form-group {
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
}

/* line 5722, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-2 .form-control {
  padding: 11.2px 16px;
  padding: 0.7rem 1rem;
  border: 0;
}

/* line 5728, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-2 .form-control::-webkit-input-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 5733, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-2 .form-control::-moz-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 5738, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-2 .form-control:-ms-input-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 5743, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-2 .form-control:-moz-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 5748, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-2 .form-control.error {
  border-width: 2px;
}

/* line 5752, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-3 .form-group {
  margin-bottom: 17.6px;
  margin-bottom: 1.1rem;
}

/* line 5757, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-3 .form-control {
  padding: 11.2px 16px;
  padding: 0.7rem 1rem;
  background: #F4F4F4;
  border: none;
}

/* line 5764, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-3 .form-control::-webkit-input-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 5769, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-3 .form-control::-moz-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 5774, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-3 .form-control:-ms-input-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 5779, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-3 .form-control:-moz-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 5784, app/assets/stylesheets/theme/theme-elements.scss */
.form-style-3 .form-control.error {
  border: 2px solid #e21a1a;
}

/* Headings */
/* line 5789, app/assets/stylesheets/theme/theme-elements.scss */
h1, h2, h3, h4, h5, h6 {
  color: #212529;
  font-weight: 200;
  letter-spacing: -.05em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* line 5797, app/assets/stylesheets/theme/theme-elements.scss */
h1 {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px 0;
}

/* line 5803, app/assets/stylesheets/theme/theme-elements.scss */
h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
}

/* line 5810, app/assets/stylesheets/theme/theme-elements.scss */
h3 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}

/* line 5818, app/assets/stylesheets/theme/theme-elements.scss */
h4 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px 0;
}

/* line 5825, app/assets/stylesheets/theme/theme-elements.scss */
h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}

/* line 5833, app/assets/stylesheets/theme/theme-elements.scss */
h6 {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 14px 0;
}

/* line 5841, app/assets/stylesheets/theme/theme-elements.scss */
h1.big {
  font-size: 4.2em;
  line-height: 54px;
}

/* line 5846, app/assets/stylesheets/theme/theme-elements.scss */
h1.small {
  font-size: 2.2em;
  line-height: 42px;
  font-weight: 600;
}

/* line 5852, app/assets/stylesheets/theme/theme-elements.scss */
h1.short {
  margin-bottom: 15px;
}

/* line 5856, app/assets/stylesheets/theme/theme-elements.scss */
h2.short {
  margin-bottom: 15px;
}

/* line 5860, app/assets/stylesheets/theme/theme-elements.scss */
h3.short,
h4.short,
h5.short,
h6.short {
  margin-bottom: 9px;
}

/* line 5867, app/assets/stylesheets/theme/theme-elements.scss */
h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
  margin-bottom: 0;
}

/* line 5876, app/assets/stylesheets/theme/theme-elements.scss */
h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
  margin-bottom: 33px;
}

/* line 5885, app/assets/stylesheets/theme/theme-elements.scss */
h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
  margin-bottom: 44px;
}

/* line 5894, app/assets/stylesheets/theme/theme-elements.scss */
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px;
}

/* line 5903, app/assets/stylesheets/theme/theme-elements.scss */
h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 44px;
}

/* line 5912, app/assets/stylesheets/theme/theme-elements.scss */
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
  color: #212529;
}

/* line 5920, app/assets/stylesheets/theme/theme-elements.scss */
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #FFF;
}

/* line 5929, app/assets/stylesheets/theme/theme-elements.scss */
h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* Heading */
/* line 5939, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-border {
  margin-bottom: 25px;
}

/* line 5943, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
  margin: 0;
  padding: 0;
}

/* line 5948, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-bottom-border h1 {
  border-bottom: 5px solid #eaeaea;
  padding-bottom: 10px;
}

/* line 5953, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px;
}

/* line 5958, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
}

/* line 5963, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-bottom-double-border h1, .heading.heading-bottom-double-border h2, .heading.heading-bottom-double-border h3 {
  border-bottom: 3px double #eaeaea;
  padding-bottom: 10px;
}

/* line 5968, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-bottom-double-border h4, .heading.heading-bottom-double-border h5, .heading.heading-bottom-double-border h6 {
  border-bottom: 3px double #eaeaea;
  padding-bottom: 5px;
}

/* line 5973, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border {
  position: relative;
}

/* line 5977, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border:before {
  border-top: 1px solid #eaeaea;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}

/* line 5988, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
  position: relative;
  background: #FFF;
  display: inline-block;
}

/* line 5994, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border h1 {
  padding-right: 15px;
}

/* line 5998, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border h2, .heading.heading-middle-border h3 {
  padding-right: 10px;
}

/* line 6002, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
  padding-right: 5px;
}

/* line 6006, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border-reverse {
  text-align: right;
}

/* line 6010, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border-reverse h1, .heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3, .heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
  padding-right: 0;
}

/* line 6014, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border-reverse h1 {
  padding-left: 15px;
}

/* line 6018, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3 {
  padding-left: 10px;
}

/* line 6022, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
  padding-left: 5px;
}

/* line 6026, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border-center {
  text-align: center;
}

/* line 6030, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border-center h1 {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 6035, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border-center h2, .heading.heading-middle-border-center h3 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 6040, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-middle-border-center h4, .heading.heading-middle-border-center h5, .heading.heading-middle-border-center h6 {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 6045, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-border-xs:before {
  border-top-width: 1px;
}

/* line 6049, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-border-sm:before {
  border-top-width: 2px;
}

/* line 6053, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-border-lg:before {
  border-top-width: 3px;
}

/* line 6057, app/assets/stylesheets/theme/theme-elements.scss */
.heading.heading-border-xl:before {
  border-top-width: 5px;
}

/* Modal Titles */
/* line 6062, app/assets/stylesheets/theme/theme-elements.scss */
.modal-header h3 {
  color: #333;
  text-transform: none;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 6069, app/assets/stylesheets/theme/theme-elements.scss */
  h2 {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  /* line 6075, app/assets/stylesheets/theme/theme-elements.scss */
  h1.big {
    font-size: 3.2em;
    line-height: 42px;
  }
}

/* Icons */
/* line 6081, app/assets/stylesheets/theme/theme-elements.scss */
.featured-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #CCC;
  border-radius: 100%;
  color: #FFF;
  height: 2.5em;
  line-height: 2.5em;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 2.5em;
}

/* line 6103, app/assets/stylesheets/theme/theme-elements.scss */
.featured-icon i {
  color: #FFF;
  font-size: 0.9em;
}

/* line 6108, app/assets/stylesheets/theme/theme-elements.scss */
.featured-icon.featured-icon-style-2 {
  width: 5em;
  height: 5em;
  line-height: 5em;
}

/* line 6114, app/assets/stylesheets/theme/theme-elements.scss */
.featured-icon.featured-icon-hover-effect-1 {
  -webkit-transition: ease transform 300ms;
  transition: ease transform 300ms;
}

/* line 6119, app/assets/stylesheets/theme/theme-elements.scss */
.featured-icon.featured-icon-hover-effect-1:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Font Awesome List */
/* line 6125, app/assets/stylesheets/theme/theme-elements.scss */
.sample-icon-list {
  margin-top: 22px;
}

/* line 6129, app/assets/stylesheets/theme/theme-elements.scss */
.sample-icon-list .sample-icon a {
  display: block;
  color: #222222;
  line-height: 36px;
  height: 36px;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 11px;
}

/* line 6139, app/assets/stylesheets/theme/theme-elements.scss */
.sample-icon-list .sample-icon a [class*="fa-"], .sample-icon-list .sample-icon a .icons {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

/* line 6147, app/assets/stylesheets/theme/theme-elements.scss */
.sample-icon-list .sample-icon a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 6152, app/assets/stylesheets/theme/theme-elements.scss */
.sample-icon-list .sample-icon a:hover [class*="fa-"], .sample-icon-list .sample-icon a:hover .icons {
  font-size: 28px;
  vertical-align: -6px;
}

/* Simple Line Icons List */
/* line 6158, app/assets/stylesheets/theme/theme-elements.scss */
#lineIcons .sample-icon-list .sample-icon a {
  line-height: 39px;
}

/* Porto Icons */
/* line 6163, app/assets/stylesheets/theme/theme-elements.scss */
i.pi {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-size: 14px;
}

/* line 6178, app/assets/stylesheets/theme/theme-elements.scss */
i.pi.pi-porto-brand:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 0.51em;
  color: #FFF;
  padding: 1.2em;
}

/* line 6187, app/assets/stylesheets/theme/theme-elements.scss */
i.pi.pi-porto-brand:after {
  content: '';
  width: 2em;
  height: 2em;
  border: 0.5em solid #FFF;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

/* line 6200, app/assets/stylesheets/theme/theme-elements.scss */
i.pi.pi-close {
  padding: 0.6em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 6206, app/assets/stylesheets/theme/theme-elements.scss */
i.pi.pi-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-right: 1px solid #FFF;
  height: 1em;
}

/* line 6217, app/assets/stylesheets/theme/theme-elements.scss */
i.pi.pi-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-bottom: 1px solid #FFF;
  width: 1em;
}

/* Area Expanded Change */
/* line 6229, app/assets/stylesheets/theme/theme-elements.scss */
.icon-aria-expanded-change[aria-expanded=true] .fa-chevron-down {
  display: none;
}

/* line 6233, app/assets/stylesheets/theme/theme-elements.scss */
.icon-aria-expanded-change[aria-expanded=false] .fa-chevron-up {
  display: none;
}

/* Icon Animated */
/* line 6238, app/assets/stylesheets/theme/theme-elements.scss */
.icon-animated {
  opacity: 0;
}

/* Elements Sahadow Icon */
/* line 6243, app/assets/stylesheets/theme/theme-elements.scss */
.elements-list-shadow-icon {
  font-size: 64px;
  font-size: 4rem;
  position: absolute;
  top: -18px;
  opacity: 0.08;
  right: -18px;
}

/* Thumbnails */
/* line 6253, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail {
  border-radius: 4px;
  position: relative;
}

/* line 6258, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail img {
  border-radius: 4px;
}

/* line 6262, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail .zoom {
  background: #CCC;
  border-radius: 100%;
  bottom: 8px;
  color: #FFF;
  display: block;
  height: 30px;
  padding: 6px;
  position: absolute;
  right: 8px;
  text-align: center;
  width: 30px;
}

/* line 6276, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail .zoom i {
  font-size: 10px;
  left: 0px;
  position: relative;
  top: -6px;
}

/* line 6283, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail.img-thumbnail-hover-icon {
  position: relative;
}

/* line 6287, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail.img-thumbnail-hover-icon img {
  position: relative;
  z-index: 1;
}

/* line 6292, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail.img-thumbnail-hover-icon:before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}

/* line 6310, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail.img-thumbnail-hover-icon:after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #FFF;
  content: "\f067";
  font-size: 18px;
  height: 30px;
  position: absolute;
  top: 30%;
  margin-top: -15px;
  display: block;
  text-align: center;
  width: 100%;
  opacity: 0;
  z-index: 3;
}

/* line 6329, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail.img-thumbnail-hover-icon:hover:before {
  opacity: 1;
}

/* line 6333, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail.img-thumbnail-hover-icon:hover:after {
  top: 50%;
  opacity: 1;
}

/* line 6338, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail a.img-thumbnail-hover-icon {
  display: inline-block;
}

/* line 6342, app/assets/stylesheets/theme/theme-elements.scss */
.img-thumbnail.img-thumbnail-no-borders {
  border: none;
  padding: 0;
}

/* Image Gallery */
/* line 6348, app/assets/stylesheets/theme/theme-elements.scss */
ul.image-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 6354, app/assets/stylesheets/theme/theme-elements.scss */
ul.image-gallery .image-gallery-item {
  margin-bottom: 35px;
}

/* Thumbnail Gallery */
/* line 6359, app/assets/stylesheets/theme/theme-elements.scss */
ul.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

/* line 6365, app/assets/stylesheets/theme/theme-elements.scss */
ul.thumbnail-gallery li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 6373, app/assets/stylesheets/theme/theme-elements.scss */
  .thumbnail {
    border: 0;
    text-align: center;
  }
}

/* Masonry */
/* line 6379, app/assets/stylesheets/theme/theme-elements.scss */
.masonry .masonry-item:not(.no-default-style) {
  width: 25%;
}

/* line 6383, app/assets/stylesheets/theme/theme-elements.scss */
.masonry .masonry-item:not(.no-default-style).w2 {
  width: 50%;
}

/* line 6387, app/assets/stylesheets/theme/theme-elements.scss */
.masonry .masonry-item:not(.no-default-style) img {
  border-radius: 0 !important;
}

/* Masonry Loading */
/* line 6392, app/assets/stylesheets/theme/theme-elements.scss */
.masonry-loader {
  height: auto;
  overflow: visible;
  position: relative;
}

/* line 6398, app/assets/stylesheets/theme/theme-elements.scss */
.masonry-loader:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

/* line 6412, app/assets/stylesheets/theme/theme-elements.scss */
.masonry-loader .bounce-loader {
  display: none;
}

/* line 6416, app/assets/stylesheets/theme/theme-elements.scss */
.masonry-loader.masonry-loader-showing {
  height: 200px;
  overflow: hidden;
}

/* line 6421, app/assets/stylesheets/theme/theme-elements.scss */
.masonry-loader.masonry-loader-showing:after {
  opacity: 1;
}

/* line 6425, app/assets/stylesheets/theme/theme-elements.scss */
.masonry-loader.masonry-loader-showing .bounce-loader {
  display: block;
}

/* line 6429, app/assets/stylesheets/theme/theme-elements.scss */
.masonry-loader.masonry-loader-loaded:after {
  display: none;
}

/* Mockup */
@media (min-width: 992px) {
  /* line 6435, app/assets/stylesheets/theme/theme-elements.scss */
  .mockup-landing-page {
    margin-top: -120px;
  }
}

/* Hover Effect 3d */
/* line 6440, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-3d .thumb-info {
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

/* line 6448, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-3d .thumb-info:hover {
  -webkit-box-shadow: 0px 17px 20px -15px rgba(33, 37, 41, 0.6);
  box-shadow: 0px 17px 20px -15px rgba(33, 37, 41, 0.6);
}

/* line 6453, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-3d .thumb-info .thumb-info-title {
  -webkit-transition: ease-out opacity .2s !important;
  transition: ease-out opacity .2s !important;
}

/* line 6458, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-3d .thumb-info .thumb-info-action {
  -webkit-transition: ease-out opacity .2s !important;
  transition: ease-out opacity .2s !important;
}

/* line 6463, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-3d .thumb-info .thumb-info-action .thumb-info-action-icon {
  pointer-events: none;
}

/* line 6467, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-3d .thumb-info.thumb-info-centered-info .thumb-info-title {
  top: 35%;
}

/* Arrows */
/* line 6472, app/assets/stylesheets/theme/theme-elements.scss */
button.mfp-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 0;
  border-radius: 4px;
  background: #212529;
  width: 35px;
  height: 100px;
  color: #FFF;
  margin: 0 !important;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 6494, app/assets/stylesheets/theme/theme-elements.scss */
button.mfp-arrow:before {
  content: none;
}

/* line 6498, app/assets/stylesheets/theme/theme-elements.scss */
button.mfp-arrow:after {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: none !important;
}

/* line 6505, app/assets/stylesheets/theme/theme-elements.scss */
button.mfp-arrow.mfp-arrow-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6510, app/assets/stylesheets/theme/theme-elements.scss */
button.mfp-arrow.mfp-arrow-left:after {
  margin-left: 0;
  margin-top: 0;
  position: relative;
  top: auto;
  left: -2px;
  width: auto;
  height: auto;
}

/* line 6520, app/assets/stylesheets/theme/theme-elements.scss */
button.mfp-arrow.mfp-arrow-right {
  left: auto;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6527, app/assets/stylesheets/theme/theme-elements.scss */
button.mfp-arrow.mfp-arrow-right:after {
  content: "\f054";
  margin-left: 0;
  margin-top: 0;
  position: relative;
  top: auto;
  left: auto;
  right: -2px;
  width: auto;
  height: auto;
}

/* Close */
/* line 6540, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-close,
.mfp-close-btn-in .mfp-close {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #838383;
}

/* No Margins */
/* line 6549, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* line 6553, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* line 6558, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* Zoom */
/* line 6563, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 6569, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

/* line 6573, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 6577, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Animnate */
/* line 6582, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 6590, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 6596, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* line 6602, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 6608, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 6612, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 6616, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* line 6624, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* line 6630, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* line 6636, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 6642, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 6646, app/assets/stylesheets/theme/theme-elements.scss */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Fade */
/* line 6651, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 6657, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* line 6661, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 6665, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 6671, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 6675, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Dialog */
/* line 6680, app/assets/stylesheets/theme/theme-elements.scss */
.dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  max-width: 600px;
}

/* line 6689, app/assets/stylesheets/theme/theme-elements.scss */
.dialog.dialog-xs {
  max-width: 200px;
}

/* line 6693, app/assets/stylesheets/theme/theme-elements.scss */
.dialog.dialog-sm {
  max-width: 400px;
}

/* line 6697, app/assets/stylesheets/theme/theme-elements.scss */
.dialog.dialog-md {
  max-width: 600px;
}

/* line 6701, app/assets/stylesheets/theme/theme-elements.scss */
.dialog.dialog-lg {
  max-width: 900px;
}

/* White Popup Block */
/* line 6706, app/assets/stylesheets/theme/theme-elements.scss */
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

/* line 6715, app/assets/stylesheets/theme/theme-elements.scss */
.white-popup-block.white-popup-block-xs {
  max-width: 200px;
}

/* line 6719, app/assets/stylesheets/theme/theme-elements.scss */
.white-popup-block.white-popup-block-sm {
  max-width: 400px;
}

/* line 6723, app/assets/stylesheets/theme/theme-elements.scss */
.white-popup-block.white-popup-block-md {
  max-width: 600px;
}

/* line 6727, app/assets/stylesheets/theme/theme-elements.scss */
.white-popup-block.white-popup-block-lg {
  max-width: 900px;
}

/* Lightbox Opened */
/* line 6732, app/assets/stylesheets/theme/theme-elements.scss */
html.lightbox-opened.sticky-header-active #header .header-body {
  padding-right: 17px;
}

/* Modal Opened */
/* line 6737, app/assets/stylesheets/theme/theme-elements.scss */
.modal-open {
  padding-right: 0 !important;
}

/* List */
/* line 6742, app/assets/stylesheets/theme/theme-elements.scss */
.list li {
  margin-bottom: 13px;
}

/* line 6746, app/assets/stylesheets/theme/theme-elements.scss */
.list.pull-left li {
  text-align: left;
}

/* line 6750, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 6756, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons li {
  position: relative;
  padding-left: 25px;
}

/* line 6761, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  position: absolute;
  left: 0;
  top: 5px;
}

/* line 6769, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
}

/* line 6774, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-style-2 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px;
  font-size: 0.8em;
  line-height: 1.3;
}

/* line 6788, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-style-3 li {
  padding-top: 5px;
  padding-left: 36px;
}

/* line 6793, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  color: #FFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
  font-size: 0.8em;
  line-height: 1.3;
}

/* line 6806, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-sm li {
  padding-left: 13px;
  margin-bottom: 5px;
}

/* line 6811, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-sm li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
  font-size: 0.8em;
  top: 7px;
}

/* line 6818, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-sm.list-icons-style-2 li {
  padding-left: 32px;
}

/* line 6822, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-sm.list-icons-style-2 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}

/* line 6830, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 32px;
}

/* line 6834, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-sm.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}

/* line 6842, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 27px;
}

/* line 6847, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
  font-size: 1.3em;
  top: 10px;
}

/* line 6854, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-lg.list-icons-style-2 li {
  padding-top: 8px;
  padding-left: 42px;
}

/* line 6859, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-lg.list-icons-style-2 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}

/* line 6867, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-lg.list-icons-style-3 li {
  padding-top: 8px;
  padding-left: 42px;
}

/* line 6872, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-lg.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}

/* line 6880, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse li {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}

/* line 6886, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child, .list.list-icons.list-icons-reverse li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}

/* line 6895, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse.list-icons-style-2 li {
  padding-right: 36px;
}

/* line 6899, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse.list-icons-style-3 li {
  padding-right: 36px;
}

/* line 6903, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse.list-icons-sm li {
  padding-left: 0;
  padding-right: 13px;
}

/* line 6908, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
  padding-right: 32px;
}

/* line 6912, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
  padding-right: 32px;
}

/* line 6916, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse.list-icons-lg li {
  padding-left: 0;
  padding-right: 32px;
}

/* line 6921, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
  padding-right: 42px;
}

/* line 6925, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
  padding-right: 42px;
}

/* line 6929, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-borders li {
  border-bottom: 1px solid #eaeaea;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}

/* line 6936, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-borders li:last-child {
  border-bottom: 0;
}

/* line 6940, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-side-borders {
  border-left: 1px solid #eaeaea;
  padding-left: 10px;
}

/* line 6945, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none;
}

/* line 6950, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-ordened li {
  position: relative;
  padding-left: 22px;
}

/* line 6955, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-ordened li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: bold;
}

/* line 6964, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
  padding-left: 32px;
}

/* line 6968, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  min-width: 26px;
  padding: 0;
  text-align: center;
}

/* line 6977, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-ordened.list-ordened-style-3 li:before {
  color: #FFF;
  border: 0;
}

/* line 6982, app/assets/stylesheets/theme/theme-elements.scss */
.list.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}

/* line 6987, app/assets/stylesheets/theme/theme-elements.scss */
.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}

/* line 6992, app/assets/stylesheets/theme/theme-elements.scss */
dl dd {
  margin-bottom: 15px;
}

/* Sitemap */
/* line 6997, app/assets/stylesheets/theme/theme-elements.scss */
ul.sitemap > li > a {
  font-weight: bold;
}

/* line 7001, app/assets/stylesheets/theme/theme-elements.scss */
ul.sitemap.list li {
  margin: 0 0 3px 0;
}

/* line 7005, app/assets/stylesheets/theme/theme-elements.scss */
ul.sitemap.list ul {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* Loading Overlay */
/* line 7011, app/assets/stylesheets/theme/theme-elements.scss */
.loading-overlay-showing {
  overflow: hidden;
}

/* line 7015, app/assets/stylesheets/theme/theme-elements.scss */
.loading-overlay-showing > .loading-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 7020, app/assets/stylesheets/theme/theme-elements.scss */
.loading-overlay {
  -webkit-transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #FFF;
}

/* line 7033, app/assets/stylesheets/theme/theme-elements.scss */
body > .loading-overlay {
  position: fixed;
  z-index: 999999;
}

/* Bounce Loading */
/* line 7039, app/assets/stylesheets/theme/theme-elements.scss */
.bounce-loader {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: -9px 0 0 -35px;
  text-align: center;
  width: 70px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10000;
}

/* line 7051, app/assets/stylesheets/theme/theme-elements.scss */
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  background-color: #CCC;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 7065, app/assets/stylesheets/theme/theme-elements.scss */
.bounce-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 7070, app/assets/stylesheets/theme/theme-elements.scss */
.bounce-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 7099, app/assets/stylesheets/theme/theme-elements.scss */
html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
  -webkit-animation: 1.4s ease-in-out infinite bouncedelay;
  animation: 1.4s ease-in-out infinite bouncedelay;
}

/* Maps */
/* line 7107, app/assets/stylesheets/theme/theme-elements.scss */
.google-map {
  background: #E5E3DF;
  height: 400px;
  margin: -35px 0 30px 0;
  width: 100%;
}

/* line 7114, app/assets/stylesheets/theme/theme-elements.scss */
.google-map.small {
  height: 250px;
  border-radius: 6px;
  margin: 0;
  clear: both;
}

/* line 7121, app/assets/stylesheets/theme/theme-elements.scss */
.google-map img {
  max-width: 9999px;
}

/* line 7125, app/assets/stylesheets/theme/theme-elements.scss */
.google-map-borders {
  border: 1px solid #DDD;
  padding: 4px;
  border-radius: 4px;
}

/* Google Map */
/* line 7132, app/assets/stylesheets/theme/theme-elements.scss */
.google-map-footer {
  margin: 35px 0 -50px !important;
}

/* Clearfix */
/* line 7137, app/assets/stylesheets/theme/theme-elements.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 7146, app/assets/stylesheets/theme/theme-elements.scss */
html[xmlns] .clearfix {
  display: block;
}

/* line 7150, app/assets/stylesheets/theme/theme-elements.scss */
* html .clearfix {
  height: 1%;
}

/* Container */
@media (min-width: 1440px) {
  /* line 7156, app/assets/stylesheets/theme/theme-elements.scss */
  .container-lg {
    max-width: 1440px;
  }
  /* line 7160, app/assets/stylesheets/theme/theme-elements.scss */
  .container-xl {
    max-width: 1630px;
  }
}

/* Fluid Col */
/* line 7165, app/assets/stylesheets/theme/theme-elements.scss */
[class*="fluid-col-"] .fluid-col {
  position: absolute;
  left: 15px;
}

/* line 7170, app/assets/stylesheets/theme/theme-elements.scss */
[class*="fluid-col-"] .fluid-col.fluid-col-left {
  left: auto;
  right: 15px;
}

/* line 7175, app/assets/stylesheets/theme/theme-elements.scss */
.fluid-col-6 {
  min-height: 33vw;
}

/* line 7179, app/assets/stylesheets/theme/theme-elements.scss */
.fluid-col-6 .fluid-col {
  width: calc(50vw - 15px);
}

/* line 7183, app/assets/stylesheets/theme/theme-elements.scss */
.fluid-col-sm-6 .fluid-col, .fluid-col-md-6 .fluid-col, .fluid-col-lg-6 .fluid-col, .fluid-col-xl-6 .fluid-col {
  width: calc(100vw - 30px);
}

@media (min-width: 576px) {
  /* line 7188, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-sm-6 {
    min-height: 33vw;
  }
  /* line 7192, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-sm-6 .fluid-col {
    width: calc(55vw - 15px);
  }
}

@media (min-width: 768px) {
  /* line 7198, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-md-6 {
    min-height: 33vw;
  }
  /* line 7202, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-md-6 .fluid-col {
    width: calc(50vw - 15px);
  }
}

@media (min-width: 992px) {
  /* line 7208, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-lg-6 {
    min-height: 33vw;
  }
  /* line 7212, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-lg-6 .fluid-col {
    width: calc(50vw - 15px);
  }
}

@media (min-width: 1200px) {
  /* line 7218, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-xl-6 {
    min-height: 33vw;
  }
  /* line 7222, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-xl-6 .fluid-col {
    width: calc(50vw - 15px);
  }
}

@media (max-width: 1199px) {
  /* line 7228, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-xl-6 {
    min-height: 64.5vw !important;
  }
}

@media (max-width: 991px) {
  /* line 7234, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-lg-6 {
    min-height: 64.5vw !important;
  }
}

@media (max-width: 767px) {
  /* line 7240, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-md-6 {
    min-height: 64.5vw !important;
  }
}

@media (max-width: 575px) {
  /* line 7246, app/assets/stylesheets/theme/theme-elements.scss */
  .fluid-col-sm-6 {
    min-height: 64.5vw !important;
  }
}

/* Min Height */
/* line 7251, app/assets/stylesheets/theme/theme-elements.scss */
.min-height-screen {
  min-height: 100vh;
}

/* Box Shadow */
/* line 7256, app/assets/stylesheets/theme/theme-elements.scss */
.box-shadow-1:before {
  display: block;
  position: absolute;
  left: 1%;
  top: 1%;
  height: 98%;
  width: 98%;
  opacity: 0.33;
  content: '';
  -webkit-box-shadow: 0 30px 90px #BBB;
  box-shadow: 0 30px 90px #BBB;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 7271, app/assets/stylesheets/theme/theme-elements.scss */
.box-shadow-1.box-shadow-1-hover:before {
  opacity: 0;
}

/* line 7275, app/assets/stylesheets/theme/theme-elements.scss */
.box-shadow-1.box-shadow-1-hover:hover:before {
  opacity: 0.33;
}

/* line 7279, app/assets/stylesheets/theme/theme-elements.scss */
.box-shadow-2 {
  -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45);
}

/* line 7284, app/assets/stylesheets/theme/theme-elements.scss */
.box-shadow-3 {
  -webkit-box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

/* Border Radius */
/* line 7290, app/assets/stylesheets/theme/theme-elements.scss */
.border-radius {
  border-radius: 4px !important;
}

/* Sample Item */
/* line 7295, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item-container {
  max-width: 1648px;
}

/* line 7299, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
}

/* line 7306, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item-list li {
  text-align: center;
}

/* line 7310, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item-list.sample-item-list-loaded {
  opacity: 1;
}

/* line 7314, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item {
  text-align: center;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
}

/* line 7322, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item a {
  text-decoration: none !important;
}

/* line 7326, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel {
  margin-bottom: 0;
  -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 22.8vw;
  max-height: 365px;
  display: block !important;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

/* line 7341, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel:hover {
  -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* line 7346, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel .sample-item-image-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7351, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel .owl-item > div {
  height: 365px;
  max-height: 365px;
}

/* line 7356, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel .owl-nav button.owl-prev,
.sample-item .owl-carousel .owl-nav button.owl-next {
  border: 0 none;
  border-radius: 0 4px 4px 0;
  color: #777;
  height: 50px;
  line-height: 38px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 7368, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel .owl-nav button.owl-prev:hover, .sample-item .owl-carousel .owl-nav button.owl-prev:focus,
.sample-item .owl-carousel .owl-nav button.owl-next:hover,
.sample-item .owl-carousel .owl-nav button.owl-next:focus {
  color: #000 !important;
}

/* line 7374, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel .owl-nav button.owl-prev:before,
.sample-item .owl-carousel .owl-nav button.owl-next:before {
  font-size: 11px;
}

/* line 7379, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel .owl-nav button.owl-prev {
  background-color: #E7E7E7;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

/* line 7385, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel .owl-nav button.owl-prev:hover, .sample-item .owl-carousel .owl-nav button.owl-prev:focus {
  background-color: #E7E7E7 !important;
}

/* line 7389, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel .owl-nav button.owl-next {
  background-color: #E7E7E7;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  border-radius: 4px 0 0 4px;
}

/* line 7396, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel .owl-nav button.owl-next:hover, .sample-item .owl-carousel .owl-nav button.owl-next:focus {
  background-color: #E7E7E7 !important;
}

/* line 7400, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel:hover .owl-nav button.owl-prev {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 7405, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .owl-carousel:hover .owl-nav button.owl-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 7410, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .sample-item-image-wrapper {
  background: #FFF;
  height: 22vw;
  max-height: 365px;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  border: none;
  -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

/* line 7427, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .sample-item-image-wrapper .fa-spin {
  background: transparent none repeat scroll 0 0;
  color: #ccc;
  font-size: 25px;
  left: 50%;
  margin: -13px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

/* line 7438, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item a:hover .sample-item-image-wrapper {
  -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* line 7443, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .sample-item-image {
  height: 22.8vw;
  max-height: 365px;
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

/* line 7457, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item .sample-item-description {
  display: block;
  padding: 15px 0;
}

/* line 7462, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item h5 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* line 7468, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item h5 .sample-item-info {
  display: block;
  font-size: 11px;
  opacity: 0.6;
}

/* line 7474, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

/* line 7480, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item.sample-item-home .sample-item-image-wrapper {
  height: 13.9vw;
}

/* line 7484, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item.sample-item-home .sample-item-image-wrapper,
.sample-item.sample-item-home .sample-item-image {
  max-height: 260px;
}

/* line 7489, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item.sample-item-coming-soon .sample-item-image {
  background-color: #FBFBFB;
  background-position: center center;
}

/* line 7494, app/assets/stylesheets/theme/theme-elements.scss */
.sample-item.sample-item-coming-soon.sample-item-home .sample-item-image {
  height: 15vw;
}

@media (max-width: 991px) {
  /* line 7499, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item .sample-item-image-wrapper, .sample-item .owl-carousel {
    height: 33vw;
  }
  /* line 7503, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item .sample-item-image {
    height: 34vw;
  }
  /* line 7507, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item.sample-item-home .sample-item-image-wrapper {
    height: 30vw;
  }
  /* line 7511, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item.sample-item-home .sample-item-image {
    height: 30vw;
  }
  /* line 7515, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item.sample-item-coming-soon.sample-item-home .sample-item-image {
    height: 30vw;
  }
}

@media (max-width: 767px) {
  /* line 7521, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item .sample-item-image-wrapper, .sample-item .owl-carousel {
    height: 63.4vw;
  }
  /* line 7525, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item .sample-item-image {
    height: 67.5vw;
  }
  /* line 7529, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item.sample-item-home .sample-item-image-wrapper {
    height: 63.4vw;
    max-height: 345px;
  }
  /* line 7534, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item.sample-item-home .sample-item-image {
    height: 67.5vw;
    max-height: 345px;
  }
  /* line 7539, app/assets/stylesheets/theme/theme-elements.scss */
  .sample-item.sample-item-coming-soon.sample-item-home .sample-item-image {
    height: 63.4vw;
  }
}

/* Sample Sub Items Lightbox */
/* line 7544, app/assets/stylesheets/theme/theme-elements.scss */
.sample-sub-items-lightbox {
  margin: 0 auto;
  max-width: 1650px;
  padding: 10vh 10px 50px;
  width: 100%;
}

/* Magnific Popup Demo Options */
/* line 7552, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-demo-options.mfp-bg {
  opacity: 0.98 !important;
  background: #f7f7f7;
}

/* line 7557, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-demo-options.mfp-bg.mfp-removing {
  opacity: 0 !important;
}

/* line 7561, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-demo-options .mfp-close {
  position: fixed;
  top: 0;
  right: 17px;
  z-index: 3000;
}

/* line 7568, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-demo-options.mfp-wrap {
  height: 100vh !important;
}

/* line 7572, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-demo-options.mfp-wrap:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), to(transparent)) repeat scroll 0 0 rgba(244, 244, 244, 0);
  background: linear-gradient(to bottom, #f4f4f4 0, transparent 100%) repeat scroll 0 0 rgba(244, 244, 244, 0);
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2000;
  opacity: 1;
  opacity: 0.7;
}

/* line 7587, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-demo-options.mfp-wrap:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f4f4), to(transparent)) repeat scroll 0 0 rgba(244, 244, 244, 0);
  background: linear-gradient(to top, #f4f4f4 0, transparent 100%) repeat scroll 0 0 rgba(244, 244, 244, 0);
  content: '';
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2000;
  opacity: 1;
  opacity: 0.7;
}

/* line 7602, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-demo-options.mfp-wrap.mfp-removing:before, .mfp-demo-options.mfp-wrap.mfp-removing:after {
  opacity: 0 !important;
}

/* Pagination */
/* line 7607, app/assets/stylesheets/theme/theme-elements.scss */
.pagination {
  position: relative;
  z-index: 1;
}

/* line 7612, app/assets/stylesheets/theme/theme-elements.scss */
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #CCC;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 7623, app/assets/stylesheets/theme/theme-elements.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #CCC;
  border-color: #CCC;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Read More */
/* line 7636, app/assets/stylesheets/theme/theme-elements.scss */
.read-more,
.learn-more {
  display: inline-block;
  white-space: nowrap;
}

/* Offset Anchor */
/* line 7643, app/assets/stylesheets/theme/theme-elements.scss */
.offset-anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -100px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 7652, app/assets/stylesheets/theme/theme-elements.scss */
  .offset-anchor {
    top: 0;
  }
}

/* Show Grid */
/* line 7657, app/assets/stylesheets/theme/theme-elements.scss */
.show-grid [class*="col"] .show-grid-block {
  background-color: #EEE;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #FFF;
  display: block;
}

/* Alerts */
/* line 7667, app/assets/stylesheets/theme/theme-elements.scss */
.alert [class*="fa-"], .alert .icons {
  margin-right: 8px;
  font-size: 1.1em;
}

/* line 7672, app/assets/stylesheets/theme/theme-elements.scss */
.alert ul {
  padding: 0;
  margin: 7px 0 0 40px;
}

/* line 7677, app/assets/stylesheets/theme/theme-elements.scss */
.alert ul li {
  font-size: 0.9em;
}

/* line 7681, app/assets/stylesheets/theme/theme-elements.scss */
.alert.alert-sm {
  padding: 5px 10px;
  font-size: 0.9em;
}

/* line 7686, app/assets/stylesheets/theme/theme-elements.scss */
.alert.alert-lg {
  padding: 20px;
  font-size: 1.2em;
}

/* line 7691, app/assets/stylesheets/theme/theme-elements.scss */
.alert.alert-default {
  background-color: #f2f2f2;
  border-color: #eaeaea;
  color: #737373;
}

/* line 7697, app/assets/stylesheets/theme/theme-elements.scss */
.alert.alert-default .alert-link {
  color: #4c4c4c;
}

/* line 7701, app/assets/stylesheets/theme/theme-elements.scss */
.alert.alert-dark {
  background-color: #383f45;
  border-color: #0a0c0d;
  color: #d3d8dc;
}

/* line 7707, app/assets/stylesheets/theme/theme-elements.scss */
.alert.alert-dark .alert-link {
  color: #fefefe;
}

/* Embed Responsive */
/* line 7712, app/assets/stylesheets/theme/theme-elements.scss */
.embed-responsive.embed-soundcloud {
  padding-bottom: 19.25%;
}

/* line 7716, app/assets/stylesheets/theme/theme-elements.scss */
.embed-responsive.embed-responsive-borders {
  border: 1px solid #DDD;
  padding: 4px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  /* line 7723, app/assets/stylesheets/theme/theme-elements.scss */
  .col-md-3 .sidebar {
    clear: both;
  }
}

/* Half Section */
/* line 7728, app/assets/stylesheets/theme/theme-elements.scss */
.col-half-section {
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: 555px;
  margin-left: 30px;
  margin-right: 0;
}

/* line 7739, app/assets/stylesheets/theme/theme-elements.scss */
.col-half-section.col-half-section-right {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  /* line 7745, app/assets/stylesheets/theme/theme-elements.scss */
  .col-half-section {
    max-width: 465px;
  }
}

@media (max-width: 991px) {
  /* line 7751, app/assets/stylesheets/theme/theme-elements.scss */
  .col-half-section {
    max-width: 720px;
    margin: 0 auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 767px) {
  /* line 7760, app/assets/stylesheets/theme/theme-elements.scss */
  .col-half-section {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  /* line 7766, app/assets/stylesheets/theme/theme-elements.scss */
  .col-half-section {
    max-width: 100%;
  }
}

/* Content Grid */
/* line 7771, app/assets/stylesheets/theme/theme-elements.scss */
.content-grid {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 7777, app/assets/stylesheets/theme/theme-elements.scss */
.content-grid .content-grid-item {
  position: relative;
  padding: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 7792, app/assets/stylesheets/theme/theme-elements.scss */
.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
  content: '';
  position: absolute;
}

/* line 7797, app/assets/stylesheets/theme/theme-elements.scss */
.content-grid .content-grid-item:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #DADADA;
}

/* line 7804, app/assets/stylesheets/theme/theme-elements.scss */
.content-grid .content-grid-item:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #DADADA;
}

/* line 7813, app/assets/stylesheets/theme/theme-elements.scss */
.content-grid .content-grid-item .img-fluid {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 7820, app/assets/stylesheets/theme/theme-elements.scss */
.content-grid.content-grid-dashed .content-grid-item:before {
  border-left: 1px dashed #DADADA;
}

/* line 7824, app/assets/stylesheets/theme/theme-elements.scss */
.content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom: 1px dashed #DADADA;
}

/* Alert Admin */
/* line 7829, app/assets/stylesheets/theme/theme-elements.scss */
.alert-admin {
  margin: 25px 0;
}

/* line 7833, app/assets/stylesheets/theme/theme-elements.scss */
.alert-admin img {
  margin: -50px 0 0;
}

/* line 7837, app/assets/stylesheets/theme/theme-elements.scss */
.alert-admin .btn {
  margin: 0 0 -15px;
}

/* line 7841, app/assets/stylesheets/theme/theme-elements.scss */
.alert-admin p {
  color: #444;
}

/* line 7845, app/assets/stylesheets/theme/theme-elements.scss */
.alert-admin h4 {
  color: #111;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 7852, app/assets/stylesheets/theme/theme-elements.scss */
.alert-admin .warning {
  color: #B20000;
}

/* Not Included */
/* line 7857, app/assets/stylesheets/theme/theme-elements.scss */
.not-included {
  color: #b7b7b7;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin: -4px 0;
  padding: 0;
}

/* Tip */
/* line 7867, app/assets/stylesheets/theme/theme-elements.scss */
.tip {
  display: inline-block;
  padding: 0 5px;
  background: #FFF;
  color: #111;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

/* line 7881, app/assets/stylesheets/theme/theme-elements.scss */
.tip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

/* line 7896, app/assets/stylesheets/theme/theme-elements.scss */
.tip.skin {
  color: #FFF;
}

/* Ajax Box */
/* line 7901, app/assets/stylesheets/theme/theme-elements.scss */
.ajax-box {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

/* line 7907, app/assets/stylesheets/theme/theme-elements.scss */
.ajax-box .ajax-box-content {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  overflow: hidden;
  height: auto;
}

/* line 7915, app/assets/stylesheets/theme/theme-elements.scss */
.ajax-box .bounce-loader {
  opacity: 0;
}

/* line 7919, app/assets/stylesheets/theme/theme-elements.scss */
.ajax-box.ajax-box-init {
  height: 0;
}

/* line 7923, app/assets/stylesheets/theme/theme-elements.scss */
.ajax-box.ajax-box-loading {
  height: 300px;
}

/* line 7927, app/assets/stylesheets/theme/theme-elements.scss */
.ajax-box.ajax-box-loading .ajax-box-content {
  opacity: 0;
  height: 300px;
}

/* line 7932, app/assets/stylesheets/theme/theme-elements.scss */
.ajax-box.ajax-box-loading .bounce-loader {
  opacity: 1;
}

/* Go to Demos */
/* line 7937, app/assets/stylesheets/theme/theme-elements.scss */
.go-to-demos {
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  background-color: #EEE;
  border-radius: 0 6px 6px 0;
  color: #888 !important;
  display: block;
  font-size: 10px;
  height: 40px;
  left: 0;
  line-height: 40px;
  padding: 0 15px 0 10px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 190px;
  width: auto;
  z-index: 999;
}

/* line 7958, app/assets/stylesheets/theme/theme-elements.scss */
.go-to-demos [class*="fa-"] {
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  display: inline-block;
  padding-right: 5px;
  position: relative;
  left: 0;
}

/* line 7967, app/assets/stylesheets/theme/theme-elements.scss */
.go-to-demos:hover {
  text-decoration: none;
  padding-left: 25px;
}

/* line 7972, app/assets/stylesheets/theme/theme-elements.scss */
.go-to-demos:hover [class*="fa-"] {
  left: -7px;
}

@media (max-width: 991px) {
  /* line 7977, app/assets/stylesheets/theme/theme-elements.scss */
  .go-to-demos {
    display: none;
  }
}

/* Notice Top Bar */
/* line 7982, app/assets/stylesheets/theme/theme-elements.scss */
.notice-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #d01a34;
  z-index: -1;
}

/* line 7991, app/assets/stylesheets/theme/theme-elements.scss */
.notice-top-bar .notice-button {
  background: rgba(235, 34, 63, 0.7);
  color: #FFF;
  border-radius: 35px;
  -webkit-transition: ease background 300ms;
  transition: ease background 300ms;
  text-decoration: none;
}

/* line 8000, app/assets/stylesheets/theme/theme-elements.scss */
.notice-top-bar .notice-button:hover {
  background: #eb223f;
}

/* Hover effetcs */
/* line 8005, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-1:not(.portfolio-item) {
  -webkit-box-shadow: 10px 10px 74px -15px transparent;
  box-shadow: 10px 10px 74px -15px transparent;
  -webkit-transition: ease transform 300ms, ease box-shadow 300ms;
  transition: ease transform 300ms, ease box-shadow 300ms;
}

/* line 8012, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-1:not(.portfolio-item):hover {
  -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

/* line 8019, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-1.portfolio-item {
  -webkit-transition: ease transform 300ms;
  transition: ease transform 300ms;
}

/* line 8024, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-1.portfolio-item .thumb-info {
  -webkit-box-shadow: 10px 10px 74px -15px transparent;
  box-shadow: 10px 10px 74px -15px transparent;
  -webkit-transition: ease box-shadow 300ms;
  transition: ease box-shadow 300ms;
}

/* line 8031, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-1.portfolio-item:hover, .hover-effect-1.portfolio-item.show {
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

/* line 8036, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-1.portfolio-item:hover .thumb-info, .hover-effect-1.portfolio-item.show .thumb-info {
  -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* line 8041, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-1 a {
  -webkit-transition: ease color 300ms;
  transition: ease color 300ms;
}

/* line 8046, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-2 {
  opacity: 1;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

/* line 8052, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-2:hover {
  opacity: 0.85;
}

/* line 8056, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-3 {
  opacity: 0.3;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

/* line 8062, app/assets/stylesheets/theme/theme-elements.scss */
.hover-effect-3:hover {
  opacity: 1;
}

/* Border Radius */
/* line 8067, app/assets/stylesheets/theme/theme-elements.scss */
.border-radius-0 {
  border-radius: 0 !important;
}

/* Sticky Wrapper */
/* line 8072, app/assets/stylesheets/theme/theme-elements.scss */
.sticky-wrapper {
  position: fixed;
  width: 100% !important;
  z-index: 11;
}

/* line 8078, app/assets/stylesheets/theme/theme-elements.scss */
.sticky-wrapper .sticky-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  width: 100%;
  z-index: 10;
  -webkit-transition: ease background 300ms;
  transition: ease background 300ms;
}

/* line 8089, app/assets/stylesheets/theme/theme-elements.scss */
.sticky-wrapper.sticky-wrapper-transparent .sticky-body {
  background: transparent;
}

/* line 8093, app/assets/stylesheets/theme/theme-elements.scss */
.sticky-wrapper.sticky-wrapper-effect-1 {
  position: absolute !important;
}

/* line 8097, app/assets/stylesheets/theme/theme-elements.scss */
.sticky-wrapper.sticky-wrapper-effect-1.sticky-effect-active .sticky-body {
  position: fixed;
  background: #FFF;
  -webkit-animation: headerReveal 0.4s ease-in;
  animation: headerReveal 0.4s ease-in;
}

/* line 8104, app/assets/stylesheets/theme/theme-elements.scss */
.sticky-wrapper.sticky-wrapper-border-bottom.sticky-effect-active .sticky-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Highlighted Word */
@-webkit-keyframes pencilAnimation {
  from {
    width: 0;
  }
  to {
    width: 74px;
  }
}

@keyframes pencilAnimation {
  from {
    width: 0;
  }
  to {
    width: 74px;
  }
}

/* line 8129, app/assets/stylesheets/theme/theme-elements.scss */
.highlighted-word {
  font-family: "Shadows Into Light", cursive;
  font-weight: 500;
}

/* line 8134, app/assets/stylesheets/theme/theme-elements.scss */
.highlighted-word.highlighted-word-animation-1 {
  position: relative;
}

/* line 8138, app/assets/stylesheets/theme/theme-elements.scss */
.highlighted-word.highlighted-word-animation-1:after {
  content: '';
  position: absolute;
  right: calc(100% - 74px);
  bottom: -6px;
  background: url(//pole-web.dev.mescal.pl/assets/site/pencil-blue-line-c530b6b75b2be2c942e47fe3d7a70e8c169b10b5b3a9b498dd46e975e9d0347c.png);
  width: 0;
  height: 15px;
  -webkit-animation-name: pencilAnimation;
  animation-name: pencilAnimation;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 8159, app/assets/stylesheets/theme/theme-elements.scss */
.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-light:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* Curved Border */
/* line 8165, app/assets/stylesheets/theme/theme-elements.scss */
.curved-border {
  position: relative;
  min-height: 7.2vw;
}

/* line 8170, app/assets/stylesheets/theme/theme-elements.scss */
.curved-border:after {
  content: '';
  background-image: url(//pole-web.dev.mescal.pl/assets/site/curved-border-24cfa0ccc3b5e74a6645f4dcf6efe448fe1adb730424ecfcb833f99292c4afd9.svg);
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100vw;
  height: 7.2vw;
  z-index: 20;
}

/* line 8183, app/assets/stylesheets/theme/theme-elements.scss */
.curved-border.curved-border-top:after {
  top: -2px;
  bottom: auto;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* Vertical Divider */
/* line 8191, app/assets/stylesheets/theme/theme-elements.scss */
.vertical-divider {
  display: inline;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid transparent;
}

/* Popup */
/* line 8198, app/assets/stylesheets/theme/theme-elements.scss */
.popup-inline-content,
.mfp-content .ajax-container {
  background: none repeat scroll 0 0 #FFF;
  margin: 40px auto;
  max-width: 1170px;
  padding: 20px 30px;
  position: relative;
  text-align: left;
  display: none;
}

/* line 8209, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-content .ajax-container {
  display: block;
}

/* line 8213, app/assets/stylesheets/theme/theme-elements.scss */
.mfp-wrap .popup-inline-content {
  display: block;
}

/* line 8217, app/assets/stylesheets/theme/theme-elements.scss */
.modal-footer > :not(:first-child) {
  margin-left: 4px;
  margin-left: .25rem;
  margin-right: 0px;
  margin-right: 0rem;
}

/* line 8224, app/assets/stylesheets/theme/theme-elements.scss */
.modal-footer > :not(:last-child) {
  margin-right: 4px;
  margin-right: .25rem;
  margin-left: 0px;
  margin-left: 0rem;
}

/* Nav */
/* line 8232, app/assets/stylesheets/theme/theme-elements.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent;
}

/* Nav List */
/* line 8237, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

/* line 8244, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list li a {
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 8px 0 8px 22px;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
}

/* line 8256, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 8px;
  font-size: 7.2px;
  font-size: 0.45rem;
  opacity: 0.7;
  -webkit-transform: translate3d(-1px, 0, 0);
  transform: translate3d(-1px, 0, 0);
  left: 12px;
}

/* line 8270, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list li a:hover {
  text-decoration: none;
}

/* line 8274, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list li a:hover:before {
  -webkit-animation-name: arrowLeftRight;
  animation-name: arrowLeftRight;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 8283, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list li > a.active {
  font-weight: bold;
}

/* line 8287, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}

/* line 8293, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list li:last-child a {
  border-bottom: 0;
}

/* line 8297, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list.hide-not-active li ul {
  display: none;
}

/* line 8301, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list.hide-not-active li.active ul {
  display: block;
}

/* line 8305, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list.show-bg-active .active > a,
ul.nav-list.show-bg-active a.active {
  background-color: #f5f5f5;
}

/* line 8310, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list.show-bg-active .active > a:hover,
ul.nav-list.show-bg-active a.active:hover {
  background-color: #eee;
}

/* line 8315, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list-simple li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

/* line 8322, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list-simple li a {
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 8px 0;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
  -webkit-transition: ease padding 300ms;
  transition: ease padding 300ms;
}

/* line 8336, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list-simple li > a.active {
  font-weight: bold;
}

/* line 8340, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list-simple li:hover a {
  padding-left: 4px;
}

/* line 8344, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-list-simple li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}

/* line 8350, app/assets/stylesheets/theme/theme-elements.scss */
ul.narrow li a {
  padding: 4px 0;
}

/* line 8354, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-pills > li > a.active {
  color: #FFF;
  background-color: #CCC;
}

/* line 8359, app/assets/stylesheets/theme/theme-elements.scss */
ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
  color: #FFF;
  background-color: #CCC;
}

/* Nav Pills */
/* line 8365, app/assets/stylesheets/theme/theme-elements.scss */
.nav-pills-center {
  text-align: center;
}

/* line 8369, app/assets/stylesheets/theme/theme-elements.scss */
.nav-pills-center > li {
  display: inline-block;
  float: none;
}

/* line 8374, app/assets/stylesheets/theme/theme-elements.scss */
.nav-pills-sm > li > a {
  padding: 7px 12px;
}

/* line 8378, app/assets/stylesheets/theme/theme-elements.scss */
.nav-pills-xs > li > a {
  padding: 5px 10px;
  font-size: 0.9em;
}

/* line 8383, app/assets/stylesheets/theme/theme-elements.scss */
.nav-pills .nav-link.active {
  background-color: transparent;
}

/* line 8387, app/assets/stylesheets/theme/theme-elements.scss */
.show > .nav-pills .nav-link {
  background-color: transparent;
}

/* Nav Light */
/* line 8392, app/assets/stylesheets/theme/theme-elements.scss */
.nav-light > li > a {
  color: #FFF;
}

/* Nav Active Style - Active Bottom Border */
/* line 8397, app/assets/stylesheets/theme/theme-elements.scss */
.nav-active-style-1 {
  min-height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 8404, app/assets/stylesheets/theme/theme-elements.scss */
.nav-active-style-1 > li {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 8409, app/assets/stylesheets/theme/theme-elements.scss */
.nav-active-style-1 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 !important;
  margin: 0 15px;
  border-bottom: 2px solid transparent;
  -webkit-transition: ease border-color 300ms;
  transition: ease border-color 300ms;
}

/* line 8424, app/assets/stylesheets/theme/theme-elements.scss */
.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active {
  border-bottom-color: #CCC;
}

@media (max-width: 575px) {
  /* line 8429, app/assets/stylesheets/theme/theme-elements.scss */
  .nav-active-style-1 > li > a {
    min-height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* line 8437, app/assets/stylesheets/theme/theme-elements.scss */
html.ie .nav-active-style-1 > li {
  min-height: 100px;
}

/* Nav Secondary */
/* line 8442, app/assets/stylesheets/theme/theme-elements.scss */
.nav-secondary {
  background: #fafafa;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  z-index: 99;
  width: 100% !important;
}

/* line 8451, app/assets/stylesheets/theme/theme-elements.scss */
.nav-secondary .nav-pills > li {
  float: none;
  display: inline-block;
}

/* line 8456, app/assets/stylesheets/theme/theme-elements.scss */
.nav-secondary .nav-pills > li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 13px;
  text-transform: uppercase;
}

/* line 8465, app/assets/stylesheets/theme/theme-elements.scss */
.nav-secondary.sticky-active {
  border-bottom-color: #e9e9e9;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Boxed */
/* line 8472, app/assets/stylesheets/theme/theme-elements.scss */
html.boxed .nav-secondary.sticky-active {
  max-width: 1200px;
  left: auto !important;
}

/* Section Scroll - Dots Navigation */
/* line 8478, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 30px;
  background: #FFF;
  border-radius: 35px;
  padding: 9.6px;
  padding: 0.6rem;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 8498, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul {
  margin: 8px 0;
  margin: 0.5rem 0;
}

/* line 8503, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul:hover > li.active:hover > a > span {
  opacity: 1;
  visibility: visible;
}

/* line 8508, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul:hover > li.active > a > span {
  opacity: 0;
  visibility: hidden;
}

/* line 8513, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul > li {
  position: relative;
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem;
}

/* line 8519, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul > li:last-child {
  margin-bottom: 0;
}

/* line 8523, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul > li:hover {
  background: transparent;
}

/* line 8527, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul > li:hover > a > span {
  opacity: 1;
  visibility: visible;
}

/* line 8532, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul > li.active > a:before {
  opacity: 1;
}

/* line 8536, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul > li > a {
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
  padding: 4.8px;
  padding: 0.3rem;
}

/* line 8545, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 0.3;
  background: #CCC;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

/* line 8561, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul > li > a > span {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  background: #FFF;
  color: #212529;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 3.2px 16px;
  padding: 0.2rem 1rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

/* line 8582, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation > ul > li > a > span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #F7F7F7;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 8596, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation.section-scroll-dots-navigation-style-2 {
  background: transparent;
}

/* line 8600, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a:before {
  background: #FFF;
}

/* line 8604, app/assets/stylesheets/theme/theme-elements.scss */
.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a > span {
  right: calc(100% + 10px);
}

@media (max-width: 767px) {
  /* line 8609, app/assets/stylesheets/theme/theme-elements.scss */
  .section-scroll-dots-navigation {
    right: 15px;
  }
}

/* Overlays */
/* line 8614, app/assets/stylesheets/theme/theme-elements.scss */
.overlay {
  position: relative;
  /* Backward */
}

/* line 8619, app/assets/stylesheets/theme/theme-elements.scss */
.overlay:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #212529;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: ease opacity 300ms 100ms;
  transition: ease opacity 300ms 100ms;
}

/* line 8634, app/assets/stylesheets/theme/theme-elements.scss */
.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
  opacity: 0.8;
}

/* line 8638, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-op-1:hover:before, .overlay.overlay-op-1.overlay-show:before, .overlay.overlay-op-1.show:before {
  opacity: 0.1;
}

/* line 8642, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-op-2:hover:before, .overlay.overlay-op-2.overlay-show:before, .overlay.overlay-op-2.show:before {
  opacity: 0.2;
}

/* line 8646, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-op-3:hover:before, .overlay.overlay-op-3.overlay-show:before, .overlay.overlay-op-3.show:before {
  opacity: 0.3;
}

/* line 8650, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-op-4:hover:before, .overlay.overlay-op-4.overlay-show:before, .overlay.overlay-op-4.show:before {
  opacity: 0.4;
}

/* line 8654, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
  opacity: 0.5;
}

/* line 8658, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-op-6:hover:before, .overlay.overlay-op-6.overlay-show:before, .overlay.overlay-op-6.show:before {
  opacity: 0.6;
}

/* line 8662, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before {
  opacity: 0.7;
}

/* line 8666, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
  opacity: 0.8;
}

/* line 8670, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-op-9:hover:before, .overlay.overlay-op-9.overlay-show:before, .overlay.overlay-op-9.show:before {
  opacity: 0.9;
}

/* line 8674, app/assets/stylesheets/theme/theme-elements.scss */
.overlay.overlay-backward:hover:before, .overlay.overlay-backward.overlay-show:before, .overlay.overlay-backward.show:before {
  z-index: 0;
}

/* line 8678, app/assets/stylesheets/theme/theme-elements.scss */
.overlay .container,
.overlay .container-fluid {
  position: relative;
  z-index: 3;
}

/* Overlay Colors */
/* line 8685, app/assets/stylesheets/theme/theme-elements.scss */
.overlay-light:before {
  background-color: #FFF !important;
}

/* line 8689, app/assets/stylesheets/theme/theme-elements.scss */
.overlay-dark:before {
  background-color: #212529 !important;
}

/* Parallax */
/* line 8694, app/assets/stylesheets/theme/theme-elements.scss */
.parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
  clear: both;
}

/* line 8703, app/assets/stylesheets/theme/theme-elements.scss */
.parallax:not(.page-header):not(.match-height) {
  margin: 70px 0;
  padding: 50px 0;
}

/* line 8708, app/assets/stylesheets/theme/theme-elements.scss */
.parallax blockquote {
  border: 0;
  padding: 0 10%;
}

/* line 8713, app/assets/stylesheets/theme/theme-elements.scss */
.parallax blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}

/* line 8719, app/assets/stylesheets/theme/theme-elements.scss */
.parallax blockquote p {
  font-size: 24px;
  line-height: 30px;
}

/* line 8724, app/assets/stylesheets/theme/theme-elements.scss */
.parallax blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}

/* line 8732, app/assets/stylesheets/theme/theme-elements.scss */
.parallax-disabled .parallax-background {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

/* Pricing Tables */
/* line 8738, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  /* Responsive */
}

/* line 8749, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan {
  background: #FFF;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 8756, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-price,
.pricing-table .plan .plan-features,
.pricing-table .plan .plan-footer {
  border: 1px solid #ededed;
}

/* line 8762, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-header {
  background: #212529;
  padding: 15.2px 16px;
  padding: 0.95rem 1rem;
}

/* line 8768, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-header h3 {
  color: #FFF;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* line 8780, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f7f7f7;
  border-top: 0;
  border-bottom: 0;
  padding: 32px 12.8px;
  padding: 2rem 0.8rem;
  text-align: center;
}

/* line 8796, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 43.2px;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  color: #212529;
}

/* line 8813, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-price .price .price-unit {
  font-size: 50%;
  line-height: 1.4;
}

/* line 8818, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-price .price-label {
  text-transform: uppercase;
  color: #777;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: 0;
}

/* line 8827, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-features {
  border-top: 0;
  border-bottom: 0;
  padding: 12.8px;
  padding: 0.8rem;
  text-align: center;
}

/* line 8835, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-features ul {
  padding: 0 8px 0 8px;
  padding: 0 0.5rem 0 0.5rem;
  margin-bottom: 0;
}

/* line 8841, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-features ul li {
  border-bottom: 1px solid #ededed;
  line-height: 2.9;
  list-style: none;
  font-size: 0.9em;
}

/* line 8848, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-features ul li:last-child {
  border-bottom: 0;
}

/* line 8852, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan .plan-footer {
  border-top: 0;
  padding: 24px 12.8px 40px;
  padding: 1.5rem 0.8rem 2.5rem;
  text-align: center;
}

/* line 8859, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan.plan-featured {
  position: relative;
  -webkit-box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
  box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1;
}

/* line 8868, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table .plan.plan-featured .plan-header h3,
.pricing-table .plan.plan-featured .plan-features ul li {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* line 8874, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table.pricing-table-no-gap {
  margin-left: 0;
  margin-right: 0;
}

/* line 8879, app/assets/stylesheets/theme/theme-elements.scss */
.pricing-table.pricing-table-no-gap .plan {
  margin-left: -16px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 8887, app/assets/stylesheets/theme/theme-elements.scss */
  .pricing-table .plan.plan-featured {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* line 8892, app/assets/stylesheets/theme/theme-elements.scss */
  .pricing-table .plan.plan-featured .plan-header h3,
  .pricing-table .plan.plan-featured .plan-features ul li {
    font-size: 0.9rem;
  }
}

/* Process */
/* line 8899, app/assets/stylesheets/theme/theme-elements.scss */
.process {
  text-align: center;
}

/* line 8903, app/assets/stylesheets/theme/theme-elements.scss */
.process .process-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

/* line 8920, app/assets/stylesheets/theme/theme-elements.scss */
.process .process-step-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  text-align: center;
  width: 90px;
  border: 2px solid #CCC;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 8941, app/assets/stylesheets/theme/theme-elements.scss */
.process .process-step-content {
  padding-top: 20px;
}

/* line 8945, app/assets/stylesheets/theme/theme-elements.scss */
.process .process-step-circle-content {
  font-weight: bold;
  color: #212529;
  font-size: 1.6em;
  letter-spacing: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 8954, app/assets/stylesheets/theme/theme-elements.scss */
.process .process-step:hover .process-step-circle {
  background-color: #CCC;
}

/* line 8958, app/assets/stylesheets/theme/theme-elements.scss */
.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #FFF;
}

/* line 8962, app/assets/stylesheets/theme/theme-elements.scss */
.process .process-step:hover .process-step-circle .process-step-circle-content .icons {
  color: #FFF !important;
}

@media (min-width: 992px) {
  /* line 8967, app/assets/stylesheets/theme/theme-elements.scss */
  .process .process-step:before {
    height: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    width: 50%;
    top: 45px;
    left: 75%;
  }
  /* line 8978, app/assets/stylesheets/theme/theme-elements.scss */
  .process .process-step:last-child:before {
    display: none;
  }
}

/* line 8983, app/assets/stylesheets/theme/theme-elements.scss */
.process-vertical {
  text-align: left;
}

/* line 8987, app/assets/stylesheets/theme/theme-elements.scss */
.process-vertical .process-step {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  padding-bottom: 60px;
}

/* line 9003, app/assets/stylesheets/theme/theme-elements.scss */
.process-vertical .process-step:before {
  display: none;
}

/* line 9007, app/assets/stylesheets/theme/theme-elements.scss */
.process-vertical .process-step:after {
  width: 2px;
  display: block;
  background-color: #EDEDED;
  position: absolute;
  content: '';
  height: calc(100% - 80px);
  top: 70px;
  left: 30px;
}

/* line 9018, app/assets/stylesheets/theme/theme-elements.scss */
.process-vertical .process-step:last-child:after {
  display: none;
}

/* line 9022, app/assets/stylesheets/theme/theme-elements.scss */
.process-vertical .process-step-circle {
  height: 60px;
  width: 60px;
  margin: 0 15px 0 0;
  min-height: 60px;
  min-width: 60px;
}

/* line 9030, app/assets/stylesheets/theme/theme-elements.scss */
.process-vertical .process-step-content {
  padding-top: 0;
}

/* Scroll to Top */
/* line 9035, app/assets/stylesheets/theme/theme-elements.scss */
html .scroll-to-top {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #404040;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 10px 10px 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 50px;
  z-index: 1040;
  font-size: 0.8em;
}

/* line 9055, app/assets/stylesheets/theme/theme-elements.scss */
html .scroll-to-top:hover {
  opacity: 1;
}

/* line 9059, app/assets/stylesheets/theme/theme-elements.scss */
html .scroll-to-top.visible {
  opacity: 0.75;
}

/* line 9063, app/assets/stylesheets/theme/theme-elements.scss */
html .scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}

/* line 9068, app/assets/stylesheets/theme/theme-elements.scss */
html.lightbox-opened .scroll-to-top {
  right: 27px;
}

/* line 9072, app/assets/stylesheets/theme/theme-elements.scss */
html.ie11 .scroll-to-top {
  right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 9078, app/assets/stylesheets/theme/theme-elements.scss */
  html .scroll-to-top.hidden-mobile {
    display: none !important;
  }
}

/* Scrollable */
/* line 9083, app/assets/stylesheets/theme/theme-elements.scss */
.scrollable {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 9089, app/assets/stylesheets/theme/theme-elements.scss */
.scrollable .scrollable-content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 37px 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
  outline: none;
}

/* line 9102, app/assets/stylesheets/theme/theme-elements.scss */
.scrollable .scrollable-content::-webkit-scrollbar {
  visibility: hidden;
}

/* line 9106, app/assets/stylesheets/theme/theme-elements.scss */
.scrollable .scrollable-pane {
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 4px;
}

/* line 9117, app/assets/stylesheets/theme/theme-elements.scss */
.scrollable .scrollable-slider {
  border-radius: 5px;
  background: none repeat scroll 0 0 #CCC;
  margin: 0;
  position: relative;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  opacity: 0;
}

/* line 9127, app/assets/stylesheets/theme/theme-elements.scss */
.scrollable.scrollable-padding .scrollable-content {
  padding: 10px 24px 10px 10px;
}

/* line 9131, app/assets/stylesheets/theme/theme-elements.scss */
.scrollable:hover .scrollable-slider, .scrollable.visible-slider .scrollable-slider {
  opacity: 1;
}

/* Section Featured */
/* line 9136, app/assets/stylesheets/theme/theme-elements.scss */
section.section {
  background: #f7f7f7;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

/* line 9143, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-height-1 {
  padding: 12.307px 0;
  padding: 0.7692307692rem 0;
}

/* line 9148, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-height-2 {
  padding: 36.923px 0;
  padding: 2.3076923077rem 0;
}

/* line 9153, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-height-3 {
  padding: 73.846px 0;
  padding: 4.6153846154rem 0;
}

/* line 9158, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-height-4 {
  padding: 110.769px 0;
  padding: 6.9230769231rem 0;
}

/* line 9163, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-height-5 {
  padding: 147.692px 0;
  padding: 9.2307692308rem 0;
}

/* line 9168, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-bg-strong-grey {
  background: #EDEDED;
}

/* line 9172, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-no-background {
  background: transparent;
  border-top-color: transparent;
}

/* line 9177, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-center {
  text-align: center;
}

/* line 9181, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
  color: #FFF;
}

/* line 9185, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-text-light p {
  color: #e6e6e6;
}

/* line 9189, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-background {
  background-repeat: repeat;
  border: 0;
}

/* line 9194, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-background-change-anim {
  -webkit-animation-name: colorTransition;
  animation-name: colorTransition;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* line 9207, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-angled {
  position: relative;
  margin: 0;
  overflow: hidden;
}

/* line 9213, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-angled .section-angled-layer-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 48px 0;
  padding: 3rem 0;
  -webkit-transform: skewY(-0.7deg) translate3d(0, -50%, 0);
  transform: skewY(-0.7deg) translate3d(0, -50%, 0);
}

/* line 9224, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-angled .section-angled-layer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 48px 0;
  padding: 3rem 0;
  -webkit-transform: skewY(0.7deg) translate3d(0, 50%, 0);
  transform: skewY(0.7deg) translate3d(0, 50%, 0);
}

/* line 9235, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-angled .section-angled-layer-top + .section-angled-content,
section.section.section-angled .section-angled-layer-top + .section-angled-layer-bottom + .section-angled-content {
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* line 9241, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-angled .section-angled-layer-bottom + .section-angled-content,
section.section.section-angled .section-angled-layer-bottom + .section-angled-layer-top + .section-angled-content {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

/* line 9247, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-angled.section-angled-reverse .section-angled-layer-top {
  -webkit-transform: skewY(0.7deg) translate3d(0, -50%, 0);
  transform: skewY(0.7deg) translate3d(0, -50%, 0);
}

/* line 9252, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-angled.section-angled-reverse .section-angled-layer-bottom {
  -webkit-transform: skewY(-0.7deg) translate3d(0, 50%, 0);
  transform: skewY(-0.7deg) translate3d(0, 50%, 0);
}

/* line 9257, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-angled + .section-angled {
  padding-top: 0;
}

/* line 9261, app/assets/stylesheets/theme/theme-elements.scss */
section.section.overlay .section-angled-layer-top,
section.section.overlay .section-angled-layer-bottom {
  z-index: 99 !important;
}

/* line 9266, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay {
  position: relative;
}

/* line 9270, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay:before {
  content: "";
  display: block;
  background: rgba(33, 37, 41, 0.8);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 9283, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay .section-angled-layer-top,
section.section.section-overlay .section-angled-layer-bottom {
  z-index: 99 !important;
}

/* line 9288, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-dot:before {
  background: url(//pole-web.dev.mescal.pl/assets/site/overlay-dot-71b8a238b9bd03570c3d2b5a6907d6db6e4ba6e1d8be7b454c69c4abbf31edc2.png) repeat scroll 0 0 transparent;
}

/* line 9292, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity {
  position: relative;
}

/* line 9296, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 9309, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
  background: rgba(33, 37, 41, 0.1);
}

/* line 9313, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
  background: rgba(33, 37, 41, 0.2);
}

/* line 9317, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
  background: rgba(33, 37, 41, 0.3);
}

/* line 9321, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
  background: rgba(33, 37, 41, 0.4);
}

/* line 9325, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
  background: rgba(33, 37, 41, 0.5);
}

/* line 9329, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
  background: rgba(33, 37, 41, 0.6);
}

/* line 9333, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
  background: rgba(33, 37, 41, 0.7);
}

/* line 9337, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
  background: rgba(33, 37, 41, 0.8);
}

/* line 9341, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
  background: rgba(33, 37, 41, 0.9);
}

/* line 9345, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light:before {
  background: rgba(255, 255, 255, 0.5);
}

/* line 9349, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
  background: rgba(255, 255, 255, 0.1);
}

/* line 9353, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
  background: rgba(255, 255, 255, 0.2);
}

/* line 9357, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
  background: rgba(255, 255, 255, 0.3);
}

/* line 9361, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
  background: rgba(255, 255, 255, 0.4);
}

/* line 9365, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
  background: rgba(255, 255, 255, 0.5);
}

/* line 9369, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
  background: rgba(255, 255, 255, 0.6);
}

/* line 9373, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
  background: rgba(255, 255, 255, 0.7);
}

/* line 9377, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
  background: rgba(255, 255, 255, 0.8);
}

/* line 9381, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
  background: rgba(255, 255, 255, 0.9);
}

/* line 9385, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-overlay-opacity-gradient:before {
  opacity: 0.85;
}

/* line 9389, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-video {
  background: none !important;
  border: 0;
}

/* line 9394, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  border: 0;
}

/* line 9402, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-parallax.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

/* line 9407, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-no-border {
  border: 0;
}

/* line 9411, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-with-divider {
  margin: 56px 0 35px;
}

/* line 9415, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-with-divider .divider {
  margin: -56px 0 44px;
}

/* line 9419, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-footer {
  margin-bottom: -50px;
}

/* line 9423, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-with-mockup {
  margin-top: 120px;
}

/* line 9427, app/assets/stylesheets/theme/theme-elements.scss */
section.section.section-front {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 9434, app/assets/stylesheets/theme/theme-elements.scss */
  .container-fluid > .row > .p-0 section.section {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 9439, app/assets/stylesheets/theme/theme-elements.scss */
  .container-fluid > .row > .p-0:first-child section.section {
    margin-bottom: 0;
    margin-top: 30px;
  }
  /* line 9444, app/assets/stylesheets/theme/theme-elements.scss */
  .container-fluid > .row > .p-0:last-child section.section {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

/* Sidebar */
/* line 9450, app/assets/stylesheets/theme/theme-elements.scss */
aside ul.nav-list > li > a {
  color: #666;
  font-size: 0.9em;
  padding: 8px 0 8px 22px;
}

/* line 9456, app/assets/stylesheets/theme/theme-elements.scss */
aside .twitter [class*="fa-"], aside .twitter .icons {
  clear: both;
  font-size: 1.5em;
  position: relative;
  top: 3px;
  margin-right: -22px;
  left: -30px;
  color: #212529;
}

/* line 9466, app/assets/stylesheets/theme/theme-elements.scss */
aside .twitter .meta {
  display: block;
  font-size: 0.9em;
  padding-top: 3px;
}

/* line 9472, app/assets/stylesheets/theme/theme-elements.scss */
aside .twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 9478, app/assets/stylesheets/theme/theme-elements.scss */
aside .twitter ul li {
  padding-bottom: 20px;
  padding-left: 30px;
}

/* line 9483, app/assets/stylesheets/theme/theme-elements.scss */
aside .twitter ul li:last-child {
  padding-bottom: 0;
}

/* line 9487, app/assets/stylesheets/theme/theme-elements.scss */
aside .twitter-account {
  display: block;
  font-size: 0.9em;
  margin: -15px 0 5px;
  opacity: 0.55;
}

/* line 9494, app/assets/stylesheets/theme/theme-elements.scss */
aside .twitter-account:hover {
  opacity: 1;
}

/* Home Slider - Revolution Slider */
/* line 9499, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container {
  background: #151719;
  height: 500px;
  overflow: hidden;
  width: 100%;
  direction: ltr;
}

/* line 9507, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .tparrows {
  border-radius: 6px;
}

/* line 9511, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .slider-single-slide .tparrows {
  display: none;
}

/* line 9515, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .top-label {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
}

/* line 9521, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .main-label {
  color: #FFF;
  font-size: 62px;
  line-height: 62px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* line 9529, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .featured-label {
  color: #FFF;
  font-size: 52px;
  line-height: 52px;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

/* line 9537, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .bottom-label {
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

/* line 9544, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .blackboard-text {
  color: #BAB9BE;
  font-size: 46px;
  line-height: 46px;
  font-family: "Shadows Into Light", cursive;
  text-transform: uppercase;
}

/* line 9552, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .btn.btn-lg.btn-slider-action, .slider-container .btn-group-lg > .btn.btn-slider-action {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding: 19.2px 28.8px;
  padding: 1.2rem 1.8rem;
}

/* line 9560, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
  color: #333;
}

/* line 9564, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .tp-caption-dark a {
  color: #333;
}

/* line 9568, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .tp-caption-dark a:hover {
  color: #333;
}

/* line 9572, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .tp-caption-overlay {
  background: #000;
  padding: 10px;
}

/* line 9577, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .tp-caption-overlay-opacity {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

/* line 9582, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .tp-opacity-overlay {
  background: #000;
  opacity: 0.75;
}

/* line 9587, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container .tp-opacity-overlay-light {
  background: #FFF;
  opacity: 0.75;
}

/* line 9592, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container.transparent {
  background-color: transparent;
}

/* line 9596, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container.light {
  background-color: #EAEAEA;
}

/* line 9600, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container.light .tp-bannershadow {
  opacity: 0.05;
  top: 0;
  bottom: auto;
  z-index: 1000;
}

/* line 9607, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
  color: #333;
}

/* line 9611, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container.light .tp-caption a {
  color: #333;
}

/* line 9615, app/assets/stylesheets/theme/theme-elements.scss */
.slider-container.light .tp-caption a:hover {
  color: #333;
}

/* Revolution Slider Typewriter Addon */
/* line 9620, app/assets/stylesheets/theme/theme-elements.scss */
.tp-caption[data-typewriter]:after {
  -webkit-transform: translateX(-9px);
  transform: translateX(-9px);
}

/* Slider With Overlay */
/* line 9626, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay {
  /* Slider With Overlay Opacity Level */
}

/* line 9630, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay .slotholder:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.9;
  background: #212529;
  z-index: 2;
}

/* line 9643, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-light .slotholder:after {
  background: #FFF;
}

/* line 9647, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-gradient .slotholder:after {
  background-color: #6c6ef1;
  background-image: -webkit-gradient(linear, left top, right top, from(#6c6ef1), to(#e2498e));
  background-image: linear-gradient(to right, #6c6ef1 0%, #e2498e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1 );
}

/* line 9654, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-gradient.slide-overlay-gradient-animated .slotholder:after {
  background-size: 200% 200%;
  -webkit-animation-name: gradientTransition;
  animation-name: gradientTransition;
  -webkit-animation-duration: 20000ms;
  animation-duration: 20000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 9664, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-0 .slotholder:after {
  opacity: 0.0;
}

/* line 9668, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-1 .slotholder:after {
  opacity: 0.1;
}

/* line 9672, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-2 .slotholder:after {
  opacity: 0.2;
}

/* line 9676, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-3 .slotholder:after {
  opacity: 0.3;
}

/* line 9680, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-4 .slotholder:after {
  opacity: 0.4;
}

/* line 9684, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-5 .slotholder:after {
  opacity: 0.5;
}

/* line 9688, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-6 .slotholder:after {
  opacity: 0.6;
}

/* line 9692, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-7 .slotholder:after {
  opacity: 0.7;
}

/* line 9696, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-8 .slotholder:after {
  opacity: 0.8;
}

/* line 9700, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-9 .slotholder:after {
  opacity: 0.9;
}

/* line 9704, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider li.slide-overlay.slide-overlay-level-10 .slotholder:after {
  opacity: 0.10;
}

/* Slider Scroll Button */
/* line 9709, app/assets/stylesheets/theme/theme-elements.scss */
.slider-scroll-button {
  position: relative;
  width: 60px;
  height: 60px;
  opacity: 0.8;
  opacity: 0.8 !important;
}

/* line 9718, app/assets/stylesheets/theme/theme-elements.scss */
.slider-scroll-button:before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0% !important;
  width: 60px;
  height: 60px;
  opacity: 0.8 !important;
}

/* line 9751, app/assets/stylesheets/theme/theme-elements.scss */
.slider-scroll-button.slider-scroll-button-dark:before {
  border-color: #212529;
}

/* line 9755, app/assets/stylesheets/theme/theme-elements.scss */
.slider-scroll-button.slider-scroll-button-dark:after {
  border-color: #212529;
}

/* Arrows */
/* line 9760, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.tparrows-carousel {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: auto;
  padding: 20px 0;
}

/* line 9768, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.tparrows-carousel.tp-leftarrow {
  right: auto !important;
  left: -30px !important;
  border-radius: 0 4px 4px 0;
}

/* line 9774, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.tparrows-carousel.tp-leftarrow:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f053";
  position: relative;
  left: -1px;
  top: 1px;
}

/* line 9783, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.tparrows-carousel.tp-rightarrow {
  right: -60px !important;
  left: auto !important;
  border-radius: 4px 0 0 4px;
}

/* line 9789, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.tparrows-carousel.tp-rightarrow:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  position: relative;
  left: 2px;
  top: 1px;
}

/* line 9798, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-style-1 {
  background: transparent !important;
}

/* line 9802, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-style-2 {
  background: transparent !important;
}

/* line 9806, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-style-2.tp-leftarrow:before, .tparrows.arrows-style-2.tp-rightarrow:before {
  content: '';
  display: block;
  position: absolute;
  left: 1.5px;
  top: 50%;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transition: ease opacity 400ms;
  transition: ease opacity 400ms;
  font-size: inherit;
  opacity: 0.7;
}

/* line 9822, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-style-2.tp-leftarrow:after, .tparrows.arrows-style-2.tp-rightarrow:after {
  content: '';
  display: block;
  border-top: 1px solid #FFF;
  -webkit-transition: ease opacity 400ms;
  transition: ease opacity 400ms;
  width: 1.5em;
  position: absolute;
  top: 50%;
  font-size: inherit;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 0.7;
}

/* line 9837, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-style-2.tp-leftarrow:hover:before, .tparrows.arrows-style-2.tp-rightarrow:hover:before {
  opacity: 1;
}

/* line 9841, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-style-2.tp-leftarrow:hover:after, .tparrows.arrows-style-2.tp-rightarrow:hover:after {
  opacity: 1;
}

/* line 9845, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-style-2.tp-leftarrow:before {
  left: 0.5px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

/* line 9851, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-style-2.tp-rightarrow:before {
  left: 9.5px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
  transform: translate3d(0, -50%, 0) rotate(135deg);
}

@media (max-width: 768px) {
  /* line 9858, app/assets/stylesheets/theme/theme-elements.scss */
  .tparrows.arrows-style-2 {
    display: none;
  }
}

/* line 9863, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-dark:before {
  color: #111111 !important;
}

/* line 9867, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-big:before {
  font-size: 25px;
}

/* line 9871, app/assets/stylesheets/theme/theme-elements.scss */
.tparrows.arrows-rounded {
  border-radius: 100%;
}

/* Bullets */
/* line 9876, app/assets/stylesheets/theme/theme-elements.scss */
.tp-bullets.bullets-style-1 .tp-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

/* line 9882, app/assets/stylesheets/theme/theme-elements.scss */
.tp-bullets.bullets-style-2 .tp-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #78888D;
}

/* Slider IE Fix */
/* line 9890, app/assets/stylesheets/theme/theme-elements.scss */
html.ie .forcefullwidth_wrapper_tp_banner {
  overflow: hidden;
}

/* Embed Border */
/* line 9895, app/assets/stylesheets/theme/theme-elements.scss */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  border: 0 !important;
}

/* Defaults */
/* line 9903, app/assets/stylesheets/theme/theme-elements.scss */
.hesperiden-custom {
  padding: 10px 0 !important;
}

/* line 9907, app/assets/stylesheets/theme/theme-elements.scss */
.hesperiden-custom .tp-tab {
  border: 0 !important;
}

/* Slider With Overlay */
/* line 9912, app/assets/stylesheets/theme/theme-elements.scss */
.slider-with-overlay {
  position: relative;
}

/* line 9916, app/assets/stylesheets/theme/theme-elements.scss */
.slider-with-overlay .slider-container {
  z-index: auto;
}

/* Slider Contact Form */
/* line 9921, app/assets/stylesheets/theme/theme-elements.scss */
.slider-contact-form {
  margin: 45px 0;
}

/* line 9925, app/assets/stylesheets/theme/theme-elements.scss */
.slider-contact-form .featured-box {
  text-align: left;
}

/* line 9929, app/assets/stylesheets/theme/theme-elements.scss */
.slider-contact-form label.error {
  display: none !important;
}

/* line 9933, app/assets/stylesheets/theme/theme-elements.scss */
.slider-contact-form .alert {
  padding: 6px;
  text-align: center;
}

/* line 9938, app/assets/stylesheets/theme/theme-elements.scss */
.slider-contact-form textarea {
  resize: none;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 9944, app/assets/stylesheets/theme/theme-elements.scss */
  .slider-contact-form {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    width: 100%;
  }
}

/* Boxed */
/* line 9955, app/assets/stylesheets/theme/theme-elements.scss */
html.boxed .slider-container {
  width: 100% !important;
  left: auto !important;
}

/* Home Slider - Nivo Slider */
/* line 9961, app/assets/stylesheets/theme/theme-elements.scss */
.nivo-slider {
  position: relative;
}

/* line 9965, app/assets/stylesheets/theme/theme-elements.scss */
.nivo-slider .theme-default .nivoSlider {
  border-radius: 0.3rem 0.3rem 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
}

/* line 9972, app/assets/stylesheets/theme/theme-elements.scss */
.nivo-slider .theme-default .nivoSlider img {
  border-radius: 0.3rem 0.3rem 0 0;
}

/* line 9976, app/assets/stylesheets/theme/theme-elements.scss */
.nivo-slider .theme-default .nivo-controlNav {
  margin-top: -72px;
  position: absolute;
  z-index: 99;
  right: 5px;
  bottom: -17px;
}

/* line 9984, app/assets/stylesheets/theme/theme-elements.scss */
.nivo-slider .theme-default .nivo-caption {
  padding-left: 20px;
}

/* Side Header - Full Screen Slider Height On Mobile */
@media (max-width: 991px) {
  /* line 9990, app/assets/stylesheets/theme/theme-elements.scss */
  html.side-header .slider-container.fullscreen-slider,
  html.side-header .slider-container.fullscreen-slider + .tp-fullwidth-forcer {
    height: calc(100vh - 84px) !important;
  }
}

/* Social Icons */
/* line 9996, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 10002, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}

/* line 10010, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* line 10025, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover a {
  background: #151719;
  color: #FFF !important;
}

/* line 10030, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}

/* line 10034, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}

/* line 10038, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}

/* line 10042, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-rss a {
  background: #ff8201;
}

/* line 10046, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39;
}

/* line 10050, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-pinterest a {
  background: #cc2127;
}

/* line 10054, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}

/* line 10058, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}

/* line 10062, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-skype a {
  background: #00b0f6;
}

/* line 10066, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-email a {
  background: #dd4b39;
}

/* line 10070, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-vk a {
  background: #6383a8;
}

/* line 10074, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-xing a {
  background: #1a7576;
}

/* line 10078, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-tumblr a {
  background: #304e6c;
}

/* line 10082, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons li:hover.social-icons-reddit a {
  background: #ff4107;
}

/* line 10086, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons.social-icons-dark li a {
  background: #181818;
}

/* line 10090, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons.social-icons-dark li a i {
  color: #FFF;
}

/* line 10094, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons.social-icons-transparent li {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 10099, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons.social-icons-transparent li a {
  background: transparent;
}

/* line 10103, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons.social-icons-icon-light li a i {
  color: #FFF;
}

/* line 10107, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons.social-icons-icon-light.social-icons-clean li a i {
  color: #FFF !important;
}

/* line 10111, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons.social-icons-big li a {
  height: 48px;
  line-height: 48px;
  width: 48px;
}

/* line 10117, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons.social-icons-opacity-light li a {
  background: rgba(255, 255, 255, 0.04);
}

/* line 10121, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons:not(.social-icons-clean) li {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 10126, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons:not(.social-icons-clean) li a {
  background: #FFF;
}

/* line 10130, app/assets/stylesheets/theme/theme-elements.scss */
.social-icons-dark.social-icons-clean li a {
  background: transparent;
  color: #FFF !important;
}

/* Sort Source Wrapper */
/* line 10136, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source-wrapper {
  padding: 8px 0;
  position: relative;
}

/* line 10141, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source-wrapper .nav {
  margin: -100px 0 5px;
}

/* line 10145, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source-wrapper .nav > li > a {
  color: #FFF;
  background: transparent;
}

/* line 10150, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source-wrapper .nav > li > a:hover, .sort-source-wrapper .nav > li > a:focus {
  background: transparent;
}

/* line 10154, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source-wrapper .nav > li.active > a {
  background: transparent;
}

/* line 10158, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
  background: transparent;
}

/* Sort Source */
/* line 10163, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source {
  clear: both;
}

/* line 10167, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source > li > a {
  padding: 6px 12px;
  text-decoration: none;
}

/* line 10172, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source.sort-source-style-2 {
  margin: -10px auto;
}

/* line 10176, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source.sort-source-style-2 > li {
  float: none;
  display: inline-block;
}

/* line 10181, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source.sort-source-style-2 > li > a, .sort-source.sort-source-style-2 > li > a:focus, .sort-source.sort-source-style-2 > li > a:hover {
  background: transparent;
  color: #FFF;
  display: inline-block;
  border-radius: 0;
  margin: 0;
  padding: 18px 28px;
  position: relative;
  text-decoration: none;
}

/* line 10192, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source.sort-source-style-2 > li > a:after {
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #CCC;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: 0;
  opacity: 0;
}

/* line 10209, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source.sort-source-style-2 > li.active > a, .sort-source.sort-source-style-2 > li.active > a:focus, .sort-source.sort-source-style-2 > li.active > a:hover {
  background: transparent;
}

/* line 10213, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source.sort-source-style-2 > li.active > a:after {
  opacity: 1;
  margin-top: 18px;
}

/* Sort Source Style 2 */
@media (max-width: 991px) {
  /* line 10220, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-source.sort-source-style-2 > li {
    display: block;
  }
  /* line 10224, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-source.sort-source-style-2 > li.active > a:after {
    display: none !important;
  }
}

/* Sort Source Style 3 */
/* line 10229, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source.sort-source-style-3 > li > a {
  color: #777;
}

/* line 10233, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source.sort-source-style-3 > li.active > a {
  background: transparent !important;
  border-bottom: 3px solid #CCC;
  border-radius: 0;
}

/* Sort Destination */
/* line 10240, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination {
  overflow: hidden;
}

/* line 10244, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination .isotope-item {
  min-width: 1px;
}

/* line 10248, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination.full-width {
  position: relative;
}

/* line 10252, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination.full-width .isotope-item {
  width: 20%;
  float: left;
}

/* line 10257, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination.full-width .isotope-item.w2 {
  width: 40%;
}

/* line 10261, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a, .sort-destination.full-width .isotope-item .thumb-info img {
  border-radius: 0;
}

/* line 10265, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination.full-width-spaced {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 10271, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination.full-width-spaced .portfolio-item {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 10276, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source-wrapper + .sort-destination.full-width {
  margin: 0 0 -81px;
  top: -51px;
}

/* line 10281, app/assets/stylesheets/theme/theme-elements.scss */
.sort-source-wrapper + .sort-destination-loader .full-width {
  margin: 0 0 -81px;
  top: -51px;
}

/* Sort Loading */
/* line 10287, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader {
  height: auto;
  overflow: hidden;
  position: relative;
}

/* line 10293, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader:after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

/* line 10307, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader .bounce-loader {
  display: none;
}

/* line 10311, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader.sort-destination-loader-showing {
  max-height: 200px;
}

/* line 10315, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader.sort-destination-loader-showing:after {
  opacity: 1;
}

/* line 10319, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
  display: block;
}

/* line 10323, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader.loader-showing-dark:after {
  background: #181818;
}

/* line 10327, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader.sort-destination-loader-loaded {
  overflow: visible;
}

/* line 10331, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader.sort-destination-loader-loaded:after {
  display: none;
}

/* line 10335, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader-full-width {
  overflow: visible;
}

/* line 10339, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader-full-width:after {
  bottom: -81px;
  top: -51px;
}

/* line 10344, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader-full-width.sort-destination-loader-showing {
  overflow: hidden;
  height: 600px;
}

/* line 10349, app/assets/stylesheets/theme/theme-elements.scss */
.sort-destination-loader-lg.sort-destination-loader-showing {
  height: 600px;
}

/* line 10353, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-load-more-loader.portfolio-load-more-loader-showing .bounce-loader {
  display: block !important;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 10359, app/assets/stylesheets/theme/theme-elements.scss */
  .col-md-6.isotope-item:nth-child(2n+1) {
    clear: both;
  }
  /* line 10363, app/assets/stylesheets/theme/theme-elements.scss */
  .col-md-4.isotope-item:nth-child(3n+1) {
    clear: both;
  }
  /* line 10367, app/assets/stylesheets/theme/theme-elements.scss */
  .col-md-3.isotope-item:nth-child(4n+1) {
    clear: both;
  }
  /* line 10371, app/assets/stylesheets/theme/theme-elements.scss */
  .col-md-1-5.isotope-item:nth-child(5n+1) {
    clear: both;
  }
  /* line 10375, app/assets/stylesheets/theme/theme-elements.scss */
  .col-md-2.isotope-item:nth-child(6n+1) {
    clear: both;
  }
  /* line 10379, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-destination.full-width .isotope-item:nth-child(5n+1) {
    clear: both;
  }
}

@media (max-width: 991px) {
  /* line 10385, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-destination.isotope {
    overflow: visible !important;
    height: auto !important;
  }
  /* line 10390, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-destination.isotope.full-width {
    overflow: hidden !important;
  }
  /* line 10394, app/assets/stylesheets/theme/theme-elements.scss */
  .isotope-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 10400, app/assets/stylesheets/theme/theme-elements.scss */
  .isotope-item {
    position: static !important;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none !important;
    transform: none !important;
  }
  /* line 10410, app/assets/stylesheets/theme/theme-elements.scss */
  .isotope-item.product {
    position: relative !important;
  }
  /* line 10414, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-source-wrapper {
    background: #151719;
    clear: both;
    margin-top: -35px;
  }
  /* line 10420, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-source-wrapper .nav {
    margin: 0;
  }
  /* line 10424, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-destination {
    height: auto !important;
  }
  /* line 10428, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-destination.full-width,
  .sort-source-wrapper + .sort-destination.full-width {
    max-width: none;
    margin: 0 0 -30px;
    top: 0;
  }
  /* line 10435, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-destination.full-width .isotope-item,
  .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    max-width: 100%;
  }
  /* line 10440, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-source-wrapper + .sort-destination-loader .full-width {
    margin: 0 0 -30px;
    top: 0;
  }
}

@media (max-width: 575px) {
  /* line 10447, app/assets/stylesheets/theme/theme-elements.scss */
  .sort-destination.full-width .isotope-item,
  .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    position: static !important;
    clear: both;
    float: none;
    width: auto;
  }
}

/* Tables */
/* line 10456, app/assets/stylesheets/theme/theme-elements.scss */
.table td,
.table th {
  border-color: rgba(0, 0, 0, 0.06);
}

/* line 10460, app/assets/stylesheets/theme/theme-elements.scss */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: #CCC;
  color: #FFF;
}

/* line 10476, app/assets/stylesheets/theme/theme-elements.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #28a745;
  color: #FFF;
}

/* line 10492, app/assets/stylesheets/theme/theme-elements.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffc107;
  color: #FFF;
}

/* line 10508, app/assets/stylesheets/theme/theme-elements.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #dc3545;
  color: #FFF;
}

/* line 10524, app/assets/stylesheets/theme/theme-elements.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #17a2b8;
  color: #FFF;
}

/* line 10540, app/assets/stylesheets/theme/theme-elements.scss */
.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
  background-color: #212529;
  color: #FFF;
}

/* Tabs */
/* line 10557, app/assets/stylesheets/theme/theme-elements.scss */
.tabs {
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 10562, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom-color: #EEE;
}

/* line 10568, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs li:last-child .nav-link {
  margin-right: 0;
}

/* line 10572, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs li .nav-link {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-right: 1px;
}

/* line 10580, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
  background: #f7f7f7;
  border-bottom: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-top: 3px solid #EEE;
  color: #CCC;
}

/* line 10589, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs li .nav-link:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #CCC;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 10596, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs li .nav-link:active, .nav-tabs li .nav-link:focus {
  border-bottom: 0;
}

/* line 10600, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs li.active .nav-link,
.nav-tabs li.active .nav-link:hover,
.nav-tabs li.active .nav-link:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top: 3px solid #CCC;
  color: #CCC;
}

/* line 10610, app/assets/stylesheets/theme/theme-elements.scss */
.tab-content {
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #FFF;
  border: 1px solid #EEE;
  border-top: 0;
  padding: 15px;
}

/* Right Aligned */
/* line 10621, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-right {
  text-align: right;
}

/* Bottom Tabs */
/* line 10626, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom {
  margin: 0 0 20px 0;
  padding: 0;
}

/* line 10631, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .tab-content {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  border-top: 1px solid #EEE;
}

/* line 10637, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #EEE;
}

/* line 10642, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav-tabs li {
  margin-bottom: 0;
  margin-top: -1px;
}

/* line 10647, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav-tabs li:last-child .nav-link {
  margin-right: 0;
}

/* line 10651, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav-tabs li .nav-link {
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  margin-right: 1px;
}

/* line 10657, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav-tabs li .nav-link, .tabs.tabs-bottom .nav-tabs li .nav-link:hover {
  border-bottom: 3px solid #EEE;
  border-top: 1px solid #EEE;
}

/* line 10662, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav-tabs li .nav-link:hover {
  border-bottom: 3px solid #CCC;
  border-top: 1px solid #EEE;
}

/* line 10667, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav-tabs li.active .nav-link,
.tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
.tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom: 3px solid #CCC;
  border-top-color: transparent !important;
}

/* Vertical */
/* line 10675, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-vertical {
  display: table;
  width: 100%;
  padding: 0;
  border-top: 1px solid #EEE;
}

/* line 10682, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}

/* line 10687, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-vertical .nav-tabs {
  border-bottom: none;
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
  width: 25%;
}

/* line 10697, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-vertical .nav-tabs > li {
  display: block;
}

/* line 10701, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-vertical .nav-tabs > li .nav-link {
  border-radius: 0;
  display: block;
  padding-top: 10px;
}

/* line 10707, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-vertical .nav-tabs > li .nav-link, .tabs-vertical .nav-tabs > li .nav-link:hover, .tabs-vertical .nav-tabs > li .nav-link:focus {
  border-bottom: none;
  border-top: none;
}

/* line 10712, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-vertical .nav-tabs > li.active .nav-link,
.tabs-vertical .nav-tabs > li.active .nav-link:hover,
.tabs-vertical .nav-tabs > li.active .nav-link:focus {
  border-top: none;
}

/* Vertical - Left Side */
/* line 10719, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-left {
  padding: 0;
}

/* line 10723, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-left .tab-content {
  border-radius: 0 5px 5px 5px;
  border-left: none;
}

/* line 10728, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-left .nav-tabs > li {
  margin-right: -1px;
}

/* line 10732, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-left .nav-tabs > li:first-child .nav-link {
  border-radius: 5px 0 0 0;
}

/* line 10736, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-left .nav-tabs > li:last-child .nav-link {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #eee;
}

/* line 10741, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-left .nav-tabs > li .nav-link {
  border-right: 1px solid #EEE;
  border-left: 3px solid #EEE;
  margin-right: 1px;
  margin-left: -3px;
}

/* line 10748, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-left .nav-tabs > li .nav-link:hover {
  border-left-color: #CCC;
}

/* line 10752, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-left .nav-tabs > li.active .nav-link,
.tabs-left .nav-tabs > li.active .nav-link:hover,
.tabs-left .nav-tabs > li.active .nav-link:focus {
  border-left: 3px solid #CCC;
  border-right-color: #FFF;
}

/* Vertical - Right Side */
/* line 10760, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-right {
  padding: 0;
}

/* line 10764, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-right .tab-content {
  border-radius: 5px 0 5px 5px;
  border-right: none;
}

/* line 10769, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-right .nav-tabs > li {
  margin-left: -1px;
}

/* line 10773, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-right .nav-tabs > li:first-child .nav-link {
  border-radius: 0 5px 0 0;
}

/* line 10777, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-right .nav-tabs > li:last-child .nav-link {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}

/* line 10782, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-right .nav-tabs > li .nav-link {
  border-right: 3px solid #EEE;
  border-left: 1px solid #EEE;
  margin-right: 1px;
  margin-left: 1px;
}

/* line 10789, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-right .nav-tabs > li .nav-link:hover {
  border-right-color: #CCC;
}

/* line 10793, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-right .nav-tabs > li.active .nav-link,
.tabs-right .nav-tabs > li.active .nav-link:hover,
.tabs-right .nav-tabs > li.active .nav-link:focus {
  border-right: 3px solid #CCC;
  border-left: 1px solid #FFF;
}

/* Justified */
/* line 10801, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified {
  padding: 0;
  margin-bottom: -1px;
}

/* line 10806, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified li {
  margin-bottom: 0;
}

/* line 10810, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified li:first-child .nav-link,
.nav-tabs.nav-justified li:first-child .nav-link:hover {
  border-radius: 5px 0 0 0;
}

/* line 10815, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified li:last-child .nav-link,
.nav-tabs.nav-justified li:last-child .nav-link:hover {
  border-radius: 0 5px 0 0;
}

/* line 10820, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified li .nav-link {
  border-bottom: 1px solid #DDD;
  border-radius: 0;
  margin-right: 0;
}

/* line 10826, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified li .nav-link:hover, .nav-tabs.nav-justified li .nav-link:focus {
  border-bottom: 1px solid #DDD;
}

/* line 10830, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified li.active .nav-link,
.nav-tabs.nav-justified li.active .nav-link:hover,
.nav-tabs.nav-justified li.active .nav-link:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top-width: 3px;
}

/* line 10839, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified li.active .nav-link {
  border-bottom: 1px solid #FFF;
}

/* line 10843, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified li.active .nav-link,
.nav-tabs.nav-justified li.active .nav-link:hover,
.nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-width: 3px;
}

/* line 10847, app/assets/stylesheets/theme/theme-elements.scss */
.nav-tabs.nav-justified li.active .nav-link:hover {
  border-bottom: 1px solid #FFF;
}

/* Bottom Tabs with Justified Nav */
/* line 10852, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom {
  padding: 0;
}

/* line 10856, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
  border-top: none;
}

/* line 10860, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
  margin-right: 0;
  border-top-color: transparent;
}

/* line 10865, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link {
  border-radius: 0 0 0 5px;
}

/* line 10869, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link {
  margin-right: 0;
  border-radius: 0 0 5px 0;
}

/* line 10874, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: transparent;
}

/* Center */
/* line 10881, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-center .nav-tabs {
  margin: 0 auto;
  text-align: center;
}

/* Navigation */
/* line 10887, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation {
  border-radius: 5px;
}

/* line 10891, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation .nav-tabs > li {
  margin-bottom: 1px;
}

/* line 10895, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation .nav-tabs > li .nav-link {
  color: #777;
  padding: 18px;
  line-height: 100%;
  position: relative;
}

/* line 10902, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation .nav-tabs > li .nav-link:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 10914, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation .nav-tabs > li .nav-link [class*="fa-"], .tabs-navigation .nav-tabs > li .nav-link .icons {
  margin-right: 4px;
}

/* line 10918, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation .nav-tabs li:first-child .nav-link {
  border-radius: 5px 5px 0 0;
}

/* line 10922, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation .nav-tabs li.active .nav-link, .tabs-navigation .nav-tabs li.active .nav-link:hover, .tabs-navigation .nav-tabs li.active .nav-link:focus {
  border-right-color: #eee;
}

/* line 10926, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation .nav-tabs li:last-child .nav-link {
  border-radius: 0 0 5px 5px;
}

/* line 10930, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation-simple {
  border: 0 !important;
  border-radius: 0 !important;
}

/* line 10935, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation-simple .nav-tabs {
  border: 0 !important;
  border-radius: 0 !important;
}

/* line 10940, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation-simple .nav-tabs .nav-link, .tabs-navigation-simple .nav-tabs .nav-link:hover {
  background: transparent !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-left: 0 !important;
  padding-left: 0 !important;
}

/* line 10948, app/assets/stylesheets/theme/theme-elements.scss */
.tabs-navigation-simple .nav-tabs li:last-child .nav-link, .tabs-navigation-simple .nav-tabs li:last-child .nav-link:hover {
  border-bottom: 0 !important;
}

/* line 10952, app/assets/stylesheets/theme/theme-elements.scss */
.tab-pane-navigation {
  display: none;
}

/* line 10956, app/assets/stylesheets/theme/theme-elements.scss */
.tab-pane-navigation.active {
  display: block;
}

/* Simple */
/* line 10961, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-simple .nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  margin-bottom: 10px;
}

/* line 10969, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-simple .nav-tabs > li {
  margin-left: 0;
  margin-bottom: 20px;
}

/* line 10974, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
  padding: 15px 30px;
  background: none;
  border: 0;
  border-bottom: 3px solid #eee;
  border-radius: 0;
  color: #777;
  font-size: 16px;
}

/* line 10984, app/assets/stylesheets/theme/theme-elements.scss */
.tabs.tabs-simple .tab-content {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 10995, app/assets/stylesheets/theme/theme-elements.scss */
  .tabs .nav.nav-tabs.nav-justified li {
    display: block;
    margin-bottom: -5px;
  }
  /* line 11000, app/assets/stylesheets/theme/theme-elements.scss */
  .tabs .nav.nav-tabs.nav-justified li .nav-link {
    border-top-width: 3px !important;
    border-bottom-width: 0 !important;
  }
  /* line 11005, app/assets/stylesheets/theme/theme-elements.scss */
  .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link, .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 5px 5px 0 0;
  }
  /* line 11009, app/assets/stylesheets/theme/theme-elements.scss */
  .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link, .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
    border-radius: 0;
  }
  /* line 11013, app/assets/stylesheets/theme/theme-elements.scss */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
    margin-bottom: 0;
    margin-top: -5px;
  }
  /* line 11018, app/assets/stylesheets/theme/theme-elements.scss */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
    border-bottom-width: 3px !important;
    border-top-width: 0 !important;
  }
  /* line 11023, app/assets/stylesheets/theme/theme-elements.scss */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 0;
  }
  /* line 11027, app/assets/stylesheets/theme/theme-elements.scss */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
    border-radius: 0 0 5px 5px;
  }
}

/* line 11032, app/assets/stylesheets/theme/theme-elements.scss */
.responsive-tabs-container .tab-pane {
  margin-bottom: 15px;
}

/* line 11036, app/assets/stylesheets/theme/theme-elements.scss */
.responsive-tabs-container .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}

@media (max-width: 767px) {
  /* line 11046, app/assets/stylesheets/theme/theme-elements.scss */
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  /* line 11050, app/assets/stylesheets/theme/theme-elements.scss */
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 11056, app/assets/stylesheets/theme/theme-elements.scss */
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  /* line 11060, app/assets/stylesheets/theme/theme-elements.scss */
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 11066, app/assets/stylesheets/theme/theme-elements.scss */
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  /* line 11070, app/assets/stylesheets/theme/theme-elements.scss */
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 11076, app/assets/stylesheets/theme/theme-elements.scss */
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  /* line 11080, app/assets/stylesheets/theme/theme-elements.scss */
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

/* Testimonials */
/* line 11086, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial {
  margin-bottom: 20px;
}

/* line 11090, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial blockquote {
  background: #CCC;
  border-radius: 5px;
  border: 0;
  color: #666;
  font-family: 'Playfair Display', serif;
  margin: 0;
  padding: 40px 64px 40px 72px;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
}

/* line 11102, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial blockquote:before {
  left: 22px;
  top: 21px;
  color: #FFF;
  content: "“";
  font-size: 85px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

/* line 11113, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial blockquote p {
  color: #FFF;
  font-family: 'Playfair Display', serif;
  font-size: 1.2em;
}

/* line 11119, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial .testimonial-arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #CCC;
  height: 0;
  margin: 0 0 0 45px;
  width: 0;
}

/* line 11128, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0 0;
}

/* line 11135, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial .testimonial-author .testimonial-author-thumbnail {
  width: auto;
}

/* line 11139, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial .testimonial-author img {
  max-width: 25px;
}

/* line 11143, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial .testimonial-author strong {
  color: #111;
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1rem;
}

/* line 11151, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* line 11159, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial .testimonial-author p {
  color: #999;
  text-align: left;
  line-height: 1.2;
  margin-left: 9.6px;
  margin-left: 0.6rem;
}

/* Style 2 */
/* line 11168, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-2 {
  text-align: center;
}

/* line 11172, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-2 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 22px 20px;
}

/* line 11178, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after {
  display: none;
}

/* line 11182, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-2 blockquote p {
  color: #777;
}

/* line 11186, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}

/* line 11190, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-2 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 11199, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 15px;
  max-width: 60px;
}

/* line 11204, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Style 3 */
/* line 11211, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2 !important;
  border-radius: 4px;
  padding: 12px 30px;
}

/* line 11217, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  left: 9px;
  color: #777;
  font-size: 35px;
}

/* line 11224, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-3 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}

/* line 11230, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-3 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}

/* line 11237, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 11244, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-3 .testimonial-author img {
  max-width: 55px;
}

/* line 11248, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-3 .testimonial-author p {
  margin-bottom: 0;
}

/* line 11252, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-left: 20px;
  border-top: 10px solid #f2f2f2 !important;
}

/* Style 4 */
/* line 11258, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4 {
  border-radius: 6px;
  padding: 8px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 11269, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 12px 30px;
}

/* line 11275, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  left: 9px;
  color: #777;
  font-size: 35px;
}

/* line 11282, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}

/* line 11288, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}

/* line 11295, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}

/* line 11299, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4 .testimonial-author {
  margin-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 11306, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4 .testimonial-author img {
  max-width: 55px;
}

/* line 11310, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4 .testimonial-author p {
  margin-bottom: 0;
}

/* line 11314, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-4.testimonial-no-borders {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Style 5 */
/* line 11321, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-5 {
  text-align: center;
}

/* line 11325, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-5 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}

/* line 11331, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-5 blockquote:before, .testimonial.testimonial-style-5 blockquote:after {
  display: none;
}

/* line 11335, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-5 blockquote p {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}

/* line 11342, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}

/* line 11346, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-5 .testimonial-author {
  display: block;
  padding: 6px 0 0;
  margin: 12px 0 0;
  border-top: 1px solid #f2f2f2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 11356, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
  max-width: 55px;
}

/* line 11361, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Style 6 */
/* line 11368, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 {
  text-align: center;
}

/* line 11372, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 blockquote {
  background: transparent !important;
  border-radius: 4px;
  border: 0;
  padding: 0 10%;
}

/* line 11379, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 blockquote:before, .testimonial.testimonial-style-6 blockquote:after {
  display: none;
}

/* line 11383, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}

/* line 11389, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 blockquote p {
  color: #777;
  font-size: 24px;
  line-height: 30px;
}

/* line 11395, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}

/* line 11403, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}

/* line 11407, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 11415, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 0 auto 10px;
}

/* line 11419, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Style 7 */
/* line 11426, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-7 {
  text-align: center;
  background-color: #CCC;
  padding: 20px;
}

/* line 11432, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-7 blockquote {
  padding: 30px;
}

/* line 11436, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-7 blockquote:before {
  color: #FFF;
  display: block !important;
  left: 50%;
  top: -10px;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

/* line 11449, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-7 blockquote:after {
  display: none;
}

/* line 11453, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-7 .testimonial-arrow-down {
  display: none;
}

/* line 11457, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-7 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 11465, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-7 .testimonial-author img {
  margin: 0 auto 10px;
}

/* line 11469, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-style-7 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* With Quotes */
/* line 11476, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-with-quotes {
  /* Remove Left Quote */
  /* Remove Right Quote */
}

/* line 11481, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-with-quotes blockquote:before {
  color: #777;
  display: block !important;
  left: 10px;
  top: 0;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

/* line 11493, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-with-quotes blockquote:after {
  color: #777;
  display: block !important;
  right: 10px;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  content: "”";
}

/* line 11505, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}

/* line 11509, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-with-quotes.testimonial-remove-left-quote blockquote:before {
  content: none;
}

/* line 11513, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
  content: none;
}

/* line 11517, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:before, .testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:after {
  color: #212529 !important;
}

/* Transparent Background */
/* line 11522, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-trasnparent-background blockquote {
  background: transparent !important;
}

/* Alternarive Font */
/* line 11527, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-alternarive-font blockquote p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.2em;
}

/* Light */
/* line 11534, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-light blockquote:before, .testimonial.testimonial-light blockquote:after, .testimonial.testimonial-light blockquote p {
  color: #FFF;
}

/* line 11538, app/assets/stylesheets/theme/theme-elements.scss */
.testimonial.testimonial-light .testimonial-author span, .testimonial.testimonial-light .testimonial-author strong {
  color: #FFF;
}

/* line 11542, app/assets/stylesheets/theme/theme-elements.scss */
.section-text-light .testimonial.testimonial blockquote:before, .section-text-light .testimonial.testimonial blockquote:after, .section-text-light .testimonial.testimonial blockquote p {
  opacity: 0.9;
  color: #FFF;
}

/* line 11547, app/assets/stylesheets/theme/theme-elements.scss */
.section-text-light .testimonial.testimonial .testimonial-author span, .section-text-light .testimonial.testimonial .testimonial-author strong {
  opacity: 0.6;
  color: #FFF;
}

/* Thumb Info */
/* line 11553, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 11567, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* line 11579, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
  max-height: 330px;
}

/* line 11583, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(33, 37, 41, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}

/* line 11600, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-0:after {
  opacity: 0.0;
}

/* line 11604, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-1:after {
  opacity: 0.1;
}

/* line 11608, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-2:after {
  opacity: 0.2;
}

/* line 11612, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-3:after {
  opacity: 0.3;
}

/* line 11616, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-4:after {
  opacity: 0.4;
}

/* line 11620, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-5:after {
  opacity: 0.5;
}

/* line 11624, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-6:after {
  opacity: 0.6;
}

/* line 11628, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-7:after {
  opacity: 0.7;
}

/* line 11632, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-8:after {
  opacity: 0.8;
}

/* line 11636, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-wrapper-opacity-9:after {
  opacity: 0.9;
}

/* line 11640, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-action-icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #CCC;
  border-radius: 0 0 0 4px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: -100px;
  width: 50px;
  z-index: 2;
}

/* line 11657, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-action-icon i {
  font-size: 14px;
  right: 50%;
  position: absolute;
  top: 50%;
  color: #FFF;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  margin: -2px -1px 0 0px;
}

/* line 11668, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

/* line 11674, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-inner em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
}

/* line 11681, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(33, 37, 41, 0.8);
  color: #FFF;
  font-weight: 600;
  left: 0;
  letter-spacing: -.05em;
  position: absolute;
  z-index: 2;
  max-width: 90%;
  font-size: 17px;
  padding: 13px 21px 2px;
  bottom: 13%;
}

/* line 11697, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .thumb-info-type {
  background-color: #CCC;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 8px -2px -15px 0px;
  padding: 2px 12px;
  text-transform: uppercase;
  z-index: 2;
  line-height: 2.3;
}

/* line 11712, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .owl-carousel {
  z-index: auto;
}

/* line 11716, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info .owl-carousel .owl-dots {
  z-index: 2;
}

/* line 11720, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}

/* line 11728, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}

/* line 11732, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info:hover .thumb-info-action-icon {
  right: 0;
  top: 0;
}

/* line 11737, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info:hover .thumb-info-title {
  background: rgba(33, 37, 41, 0.9);
}

/* line 11741, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 11746, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-no-zoom img {
  -webkit-transition: none;
  transition: none;
}

/* line 11751, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-no-zoom:hover img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 11756, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(23, 23, 23, 0.25);
}

/* line 11760, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
  display: none;
}

/* line 11764, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 45px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translate3d(0, -70%, 0);
  transform: translate3d(0, -70%, 0);
  z-index: 2;
}

/* line 11792, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action a {
  text-decoration: none;
}

/* line 11796, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 35px;
  height: 35px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 2;
}

/* line 11821, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
  margin: 0;
}

/* line 11825, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

/* line 11830, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 11836, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
  position: relative;
}

/* line 11840, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-centered-info .thumb-info-title {
  background: transparent;
  left: 5%;
  width: 90%;
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  bottom: auto;
  opacity: 0;
  text-align: center;
  padding: 0;
  position: absolute;
}

/* line 11858, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-centered-info .thumb-info-type {
  float: none;
}

/* line 11862, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  opacity: 1;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 11868, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info .thumb-info-title {
  background: #FFF;
  left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
  bottom: 0;
  opacity: 0;
  padding: 15px;
  text-shadow: none;
  color: #777;
}

/* line 11887, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info .thumb-info-type {
  float: none;
  background: none;
  padding: 0;
  margin: 0;
}

/* line 11894, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 11900, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 11905, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info-linear .thumb-info-title {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.8)), to(transparent)) repeat scroll 0 0 rgba(255, 255, 255, 0);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(255, 255, 255, 0);
}

/* line 11910, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
  background: #212529;
  color: #FFF;
}

/* line 11915, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(33, 37, 41, 0.8)), to(transparent)) repeat scroll 0 0 transparent;
  background: linear-gradient(to top, rgba(33, 37, 41, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
}

/* line 11920, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info-show-more img {
  -webkit-transform: none !important;
  transform: none !important;
}

/* line 11925, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 11931, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content {
  -webkit-transition: ease max-height 800ms;
  transition: ease max-height 800ms;
  overflow: hidden;
  max-height: 0;
  display: block;
}

/* line 11939, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content {
  max-height: 300px;
}

/* line 11943, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-push-hor img {
  -webkit-transform: translatex(-18px);
  transform: translatex(-18px);
  width: calc(100% + 19px);
  max-width: none;
}

/* line 11950, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-push-hor:hover img {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

/* line 11955, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-block .thumb-info-action-icon {
  top: 15px;
  right: 15px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 11963, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-block .thumb-info-wrapper:before {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  bottom: 16px;
  bottom: 1rem;
  color: #FFF;
  left: 16px;
  left: 1rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 16px;
  top: 1rem;
  display: block;
  opacity: 0;
  z-index: 2;
}

/* line 11984, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-block:hover .thumb-info-wrapper:before {
  opacity: 1;
}

/* line 11988, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-block:hover .thumb-info-action-icon {
  opacity: 1;
}

/* line 11992, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
  background: rgba(33, 37, 41, 0.9);
}

/* line 11996, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
  opacity: 0.65;
}

/* line 12000, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
  opacity: 1;
  top: 50%;
}

/* line 12005, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
  float: none;
}

/* line 12009, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
  opacity: 0.1;
}

/* line 12013, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
  opacity: 0;
}

/* line 12017, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after {
  opacity: 0.65;
}

/* line 12021, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after {
  opacity: 1;
}

/* line 12025, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-title {
  opacity: 1;
  top: 0;
  height: 100%;
  top: 0;
  -webkit-transform: none !important;
  transform: none !important;
}

/* line 12034, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-type {
  float: none;
}

/* line 12038, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-1,
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
  -webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms;
  transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 12051, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
  top: 150%;
}

/* line 12055, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 {
  top: -50%;
}

/* line 12059, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 {
  top: 50%;
}

/* line 12063, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

/* line 12070, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

/* line 12077, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* line 12085, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
  border-radius: 4px;
}

/* line 12092, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
  display: none;
}

/* line 12096, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-preview .thumb-info-image {
  min-height: 232px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  -webkit-transition: background-position 0.8s linear 0s;
  transition: background-position 0.8s linear 0s;
}

/* line 12107, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-preview:hover .thumb-info-image {
  -webkit-transition: background-position 2.5s linear 0s;
  transition: background-position 2.5s linear 0s;
  background-position: center bottom;
}

/* line 12113, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
  -webkit-transition: background-position 1s linear 0s;
  transition: background-position 1s linear 0s;
}

/* line 12118, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
  -webkit-transition: background-position 5s linear 0s;
  transition: background-position 5s linear 0s;
}

/* line 12123, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
  content: none;
}

/* line 12127, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info.thumb-info-no-bg {
  background: transparent;
}

/* Thumb Info Ribbon */
/* line 12132, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-ribbon {
  background: #999;
  position: absolute;
  margin: -16px 0 0 0;
  padding: 5px 13px 6px;
  right: 15px;
  z-index: 1;
}

/* line 12141, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}

/* line 12153, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-ribbon span {
  color: #FFF;
  font-size: 1.1em;
  font-family: "Shadows Into Light", cursive;
}

/* Thumb Info - Full Width */
/* line 12160, app/assets/stylesheets/theme/theme-elements.scss */
.full-width .thumb-info img {
  border-radius: 0 !important;
}

/* Thumb Info Caption	*/
/* line 12165, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-caption {
  padding: 10px 0;
}

/* line 12169, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
  font-size: 0.9em;
  margin: 0;
  padding: 15px 0;
  display: block;
}

/* Thumb Info Side Image	*/
/* line 12177, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-side-image .thumb-info-side-image-wrapper {
  padding: 0;
  float: left;
  margin-right: 20px;
}

/* line 12183, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-side-image-right .thumb-info-side-image-wrapper {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* Thumb Info Social Icons */
/* line 12190, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-social-icons {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 12196, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-social-icons a {
  background: #CCC;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

/* line 12206, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-social-icons a:hover {
  text-decoration: none;
}

/* line 12210, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-social-icons a span {
  display: none;
}

/* line 12214, app/assets/stylesheets/theme/theme-elements.scss */
.thumb-info-social-icons a i {
  color: #FFF;
  font-size: 0.9em;
  font-weight: normal;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 12222, app/assets/stylesheets/theme/theme-elements.scss */
  .thumb-info .thumb-info-title {
    font-size: 14px;
  }
  /* line 12226, app/assets/stylesheets/theme/theme-elements.scss */
  .thumb-info .thumb-info-more {
    font-size: 11px;
  }
}

/* Timeline */
/* line 12231, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline {
  width: 100%;
  margin: 50px 0 0;
  position: relative;
  float: left;
  padding-bottom: 120px;
}

/* line 12239, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline:before {
  background: #505050;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 0)), color-stop(8%, #505050), color-stop(92%, #505050), to(rgba(80, 80, 80, 0)));
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: -60px;
  width: 3px;
  z-index: 0;
  filter: alpha(opacity=35);
  opacity: 0.35;
}

/* line 12256, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-body {
  position: relative;
  z-index: 1 !important;
}

/* line 12261, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-date {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  display: block;
  clear: both;
  width: 200px;
  height: 45px;
  padding: 5px;
  border: 1px solid #E5E5E5;
  margin: 0 auto 10px;
  text-shadow: 0 1px 1px #fff;
  border-radius: 4px;
  background: #FFF;
  z-index: 1;
}

/* line 12278, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-date h3 {
  display: block;
  text-align: center;
  color: #757575;
  font-size: 0.9em;
  line-height: 32px;
}

/* line 12286, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-title {
  background: #f7f7f7;
  padding: 12px;
}

/* line 12291, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-title h4 {
  padding: 0;
  margin: 0;
  color: #151719;
  font-size: 1.4em;
}

/* line 12298, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-title a {
  color: #151719;
}

/* line 12302, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-title .timeline-title-tags {
  color: #B1B1B1;
  font-size: 0.9em;
}

/* line 12307, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-title .timeline-title-tags a {
  color: #B1B1B1;
  font-size: 0.9em;
}

/* line 12312, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-box {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin: 20px 10px 10px 10px;
  padding: 10px;
  width: 45.7%;
  float: left;
  z-index: 1;
  margin-bottom: 30px;
  background: #FFF;
}

/* line 12326, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-box.left {
  clear: both;
}

/* line 12330, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-box.left:before {
  background: none repeat scroll 0 0 #E5E5E5;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
  content: "";
  display: block;
  height: 7px;
  margin-right: -5px;
  position: absolute;
  left: 50%;
  margin-top: 22px;
  width: 8px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

/* line 12348, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-box.left .timeline-box-arrow {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: block;
  background: #FFF;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  float: right;
  height: 14px;
  margin-top: 17px;
  margin-right: -18px;
  width: 14px;
  z-index: 0;
}

/* line 12364, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-box.right {
  clear: right;
  float: right;
  right: -1px;
  margin-top: 40px;
}

/* line 12371, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-box.right:before {
  background: none repeat scroll 0 0 #E5E5E5;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  left: 50%;
  margin-top: 32px;
  width: 8px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

/* line 12388, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-box.right .timeline-box-arrow {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: block;
  background: #FFF;
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  float: left;
  height: 14px;
  margin-top: 28px;
  margin-left: -18px;
  width: 14px;
  z-index: 0;
}

/* line 12404, app/assets/stylesheets/theme/theme-elements.scss */
section.timeline .timeline-box .owl-carousel {
  border-radius: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  /* line 12413, app/assets/stylesheets/theme/theme-elements.scss */
  section.timeline .timeline-box {
    float: none;
    clear: both;
    right: auto;
    left: auto;
    margin: 25px auto;
    max-width: 70%;
    width: auto;
  }
  /* line 12423, app/assets/stylesheets/theme/theme-elements.scss */
  section.timeline .timeline-box.right {
    float: none;
    clear: both;
    right: auto;
    left: auto;
    margin: 25px auto;
    max-width: 70%;
    width: auto;
  }
  /* line 12433, app/assets/stylesheets/theme/theme-elements.scss */
  section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 12439, app/assets/stylesheets/theme/theme-elements.scss */
  section.timeline {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  /* line 12446, app/assets/stylesheets/theme/theme-elements.scss */
  section.timeline {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 12453, app/assets/stylesheets/theme/theme-elements.scss */
  section.timeline .timeline-box {
    margin: 15px auto;
    max-width: 90%;
  }
  /* line 12458, app/assets/stylesheets/theme/theme-elements.scss */
  section.timeline .timeline-box.right {
    margin: 15px auto;
    max-width: 90%;
  }
  /* line 12463, app/assets/stylesheets/theme/theme-elements.scss */
  article.post-large {
    margin-left: 0;
  }
  /* line 12467, app/assets/stylesheets/theme/theme-elements.scss */
  article.post-large .post-image, article.post-large .post-date {
    margin-left: 0;
  }
}

/* Toggles */
/* line 12472, app/assets/stylesheets/theme/theme-elements.scss */
.toggle {
  margin: 10px 0 20px;
  position: relative;
  clear: both;
}

/* line 12478, app/assets/stylesheets/theme/theme-elements.scss */
.toggle .toggle {
  margin: 10px 0 0;
}

/* line 12482, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* line 12493, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > label {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  background: #f7f7f7;
  border-left: 3px solid #CCC;
  border-radius: 5px;
  color: #CCC;
  display: block;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

/* line 12508, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > label:-moz-selection {
  background: none;
}

/* line 12512, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > label i.fa-minus {
  display: none;
}

/* line 12516, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > label i.fa-plus {
  display: inline;
}

/* line 12520, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > label:selection {
  background: none;
}

/* line 12524, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > label:before {
  content: " ";
  position: absolute;
  top: calc(50% + 1px);
  right: 14px;
  border-color: #CCC;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 8px;
  height: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-45deg) translate3d(0, -50%, 0);
  transform: rotate(-45deg) translate3d(0, -50%, 0);
  -webkit-transform-origin: 35%;
  transform-origin: 35%;
}

/* line 12546, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > label:hover {
  background: #f5f5f5;
}

/* line 12550, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}

/* line 12560, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

/* line 12567, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > .toggle-content {
  display: none;
}

/* line 12571, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > .toggle-content > p {
  margin-bottom: 0;
  padding: 10px 0;
}

/* line 12576, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.active i.fa-minus {
  display: inline;
}

/* line 12580, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.active i.fa-plus {
  display: none;
}

/* line 12584, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.active > label {
  background: #f7f7f7;
  border-color: #CCC;
}

/* line 12589, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.active > label:before {
  top: calc(50% - 8px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 12595, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.active > p {
  white-space: normal;
}

/* line 12599, app/assets/stylesheets/theme/theme-elements.scss */
.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}

/* line 12604, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-sm .toggle > label {
  font-size: 0.9em;
  padding: 6px 20px 6px 10px;
}

/* line 12609, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-sm .toggle > .toggle-content > p {
  font-size: 0.9em;
}

/* line 12613, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-lg .toggle > label {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px;
}

/* line 12618, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-lg .toggle > .toggle-content > p {
  font-size: 1.1em;
}

/* line 12622, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-simple .toggle > label {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #777;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
  color: #212529;
}

/* line 12634, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-simple .toggle > label:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #CCC;
  top: 25px;
  margin-top: -12px;
  border-radius: 3px;
  z-index: 1;
}

/* line 12648, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-simple .toggle > label:before {
  border: 0;
  left: 9px;
  right: auto;
  margin-top: 0;
  top: 12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f067";
  z-index: 2;
  color: #FFF;
  font-size: 7px;
  width: auto;
  height: auto;
  -webkit-transform: none;
  transform: none;
}

/* line 12666, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-simple .toggle.active > label {
  background: transparent;
  color: #212529;
}

/* line 12671, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-simple .toggle.active > label:before {
  content: "\f068";
}

/* line 12675, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-minimal .toggle {
  margin: 0;
}

/* line 12679, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-minimal .toggle > label {
  background: transparent;
  color: #777;
  border-left: 0;
  border-bottom: 1px solid #CCCC;
  border-radius: 0;
  margin: 0;
  padding: 12px 20px 12px 0;
  font-weight: 600;
}

/* line 12690, app/assets/stylesheets/theme/theme-elements.scss */
.toggle.toggle-minimal .toggle.active > label {
  background: transparent;
  border-bottom-color: #CCC;
}

/* Blockquotes */
/* line 12696, app/assets/stylesheets/theme/theme-elements.scss */
blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 1em;
}

/* line 12705, app/assets/stylesheets/theme/theme-elements.scss */
blockquote.with-borders {
  border-radius: 6px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 20.8px;
  padding: 1.3rem;
}

/* line 12717, app/assets/stylesheets/theme/theme-elements.scss */
blockquote.blockquote-reverse {
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0px !important;
}

/* Small */
/* line 12724, app/assets/stylesheets/theme/theme-elements.scss */
small,
.small {
  font-size: 70%;
}

/* Paragraphs */
/* line 12729, app/assets/stylesheets/theme/theme-elements.scss */
p {
  color: #777;
  line-height: 26px;
  margin: 0 0 20px;
}

/* line 12735, app/assets/stylesheets/theme/theme-elements.scss */
p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}

/* line 12740, app/assets/stylesheets/theme/theme-elements.scss */
p.lead {
  line-height: 28.8px;
  line-height: 1.8rem;
}

/* line 12745, app/assets/stylesheets/theme/theme-elements.scss */
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}

/* Lead */
/* line 12754, app/assets/stylesheets/theme/theme-elements.scss */
.lead {
  letter-spacing: -.05em;
  font-size: 19.2px;
  font-size: 1.2rem;
}

/* line 12760, app/assets/stylesheets/theme/theme-elements.scss */
.lead-2 {
  font-size: 17.92px;
  font-size: 1.12rem;
}

/* Links */
/* line 12766, app/assets/stylesheets/theme/theme-elements.scss */
a, a:hover, a:focus {
  color: #CCC;
}

/* Drop Caps */
/* line 12771, app/assets/stylesheets/theme/theme-elements.scss */
p.drop-caps:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}

/* line 12781, app/assets/stylesheets/theme/theme-elements.scss */
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #CCC;
  color: #FFF;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

/* Default Font Style */
/* line 12790, app/assets/stylesheets/theme/theme-elements.scss */
.default-font {
  font-family: "Open Sans", Arial, sans-serif;
}

/* Alternative Font Style */
/* line 12795, app/assets/stylesheets/theme/theme-elements.scss */
.alternative-font {
  color: #CCC;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

/* line 12801, app/assets/stylesheets/theme/theme-elements.scss */
.alternative-font-2 {
  font-family: "Oswald", sans-serif;
}

/* Gradient Text */
/* line 12806, app/assets/stylesheets/theme/theme-elements.scss */
.gradient-text-color {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* line 12811, app/assets/stylesheets/theme/theme-elements.scss */
.no-backgroundcliptext .gradient-text-color {
  background: transparent !important;
}

/* Small Sup style */
/* line 12816, app/assets/stylesheets/theme/theme-elements.scss */
.sup-text-small {
  font-size: 0.5em;
  font-weight: 500;
  top: -.7em;
}

/* Text Color Default */
/* line 12823, app/assets/stylesheets/theme/theme-elements.scss */
.text-default,
.text-color-default {
  color: #777 !important;
}

/* Video */
/* line 12829, app/assets/stylesheets/theme/theme-elements.scss */
section.video {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 12838, app/assets/stylesheets/theme/theme-elements.scss */
section.video .container {
  position: relative;
  z-index: 3;
}

/* line 12843, app/assets/stylesheets/theme/theme-elements.scss */
html.boxed section.video > div:first-child {
  z-index: 0 !important;
}

/* line 12847, app/assets/stylesheets/theme/theme-elements.scss */
html.boxed section.video > div:first-child video {
  z-index: 0 !important;
}

/* line 12851, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator i, .word-rotator em, .word-rotator b {
  font-style: normal;
  font-weight: inherit;
}

/* line 12856, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator-words {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  position: relative;
  text-align: left;
}

/* line 12864, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator-words b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

/* line 12872, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator-words b.is-visible {
  position: relative;
}

/* line 12876, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator-words[class*="bg-"] {
  background: #CCC;
}

/* line 12880, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator-words[class*="bg-"] b {
  color: #FFF;
  padding: 1.6px 8px;
  padding: 0.1rem 0.5rem;
}

/* rotate-1 */
/* line 12887, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-1 .word-rotator-words {
  -webkit-perspective: 300px;
  perspective: 300px;
}

/* line 12892, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* line 12900, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: word-rotator-rotate-1-in 1.2s;
  animation: word-rotator-rotate-1-in 1.2s;
}

/* line 12908, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: word-rotator-rotate-1-out 1.2s;
  animation: word-rotator-rotate-1-out 1.2s;
}

@-webkit-keyframes word-rotator-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes word-rotator-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes word-rotator-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes word-rotator-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

/* type */
/* line 13011, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type .word-rotator-words {
  vertical-align: top;
  overflow: hidden;
  position: relative;
  padding-right: 3px;
}

/* line 13018, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type .word-rotator-words::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
  width: 1px;
  display: block;
  background-color: transparent;
}

/* line 13029, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type .word-rotator-words.waiting::after {
  -webkit-animation: 1s word-rotator-pulse step-end infinite;
  animation: 1s word-rotator-pulse step-end infinite;
}

/* line 13034, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type .word-rotator-words.selected {
  background-color: #212529 !important;
}

/* line 13038, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type .word-rotator-words.selected::after {
  visibility: hidden;
}

/* line 13042, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type .word-rotator-words.selected b {
  color: #FFF !important;
}

/* line 13046, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type b {
  visibility: hidden;
}

/* line 13050, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type b.is-visible {
  visibility: visible;
}

/* line 13054, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type i {
  position: absolute;
  visibility: hidden;
}

/* line 13059, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes word-rotator-pulse {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: black;
  }
}

@keyframes word-rotator-pulse {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: black;
  }
}

@-webkit-keyframes word-rotator-pulse-light {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: white;
  }
}

@keyframes word-rotator-pulse-light {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: white;
  }
}

/* rotate-2 */
/* line 13104, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-2 .word-rotator-words {
  -webkit-perspective: 300px;
  perspective: 300px;
}

/* line 13109, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-2 i, .word-rotator.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 13115, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-2 b {
  opacity: 0;
}

/* line 13119, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

/* line 13127, app/assets/stylesheets/theme/theme-elements.scss */
.is-visible .word-rotator.rotate-2 i {
  opacity: 1;
}

/* line 13131, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-2 i.in {
  -webkit-animation: word-rotator-rotate-2-in .4s forwards;
  animation: word-rotator-rotate-2-in .4s forwards;
}

/* line 13136, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-2 i.out {
  -webkit-animation: word-rotator-rotate-2-out .4s forwards;
  animation: word-rotator-rotate-2-out .4s forwards;
}

/* line 13141, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-2 em {
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}

/* line 13146, app/assets/stylesheets/theme/theme-elements.scss */
.no-csstransitions .word-rotator.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

/* line 13152, app/assets/stylesheets/theme/theme-elements.scss */
.no-csstransitions .word-rotator.rotate-2 i em {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 13157, app/assets/stylesheets/theme/theme-elements.scss */
.no-csstransitions .word-rotator.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes word-rotator-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes word-rotator-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@-webkit-keyframes word-rotator-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

@keyframes word-rotator-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

/* loading-bar */
/* line 13241, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}

/* line 13246, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.loading-bar .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}

/* line 13251, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.loading-bar .word-rotator-words::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #212529;
  z-index: 2;
  -webkit-transition: width .3s -0.1s;
  transition: width .3s -0.1s;
}

/* line 13264, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.loading-bar .word-rotator-words.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  transition: width 3s;
}

/* line 13270, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.loading-bar .word-rotator-words.bg-light::after {
  background-color: #212529 !important;
}

/* line 13274, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.loading-bar .word-rotator-words[class*="bg-"]:not(.bg-light)::after {
  background-color: #FFF !important;
}

/* line 13278, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 13285, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* slide */
/* line 13291, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.slide span {
  display: inline-block;
  padding: .2em 0;
}

/* line 13296, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.slide .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}

/* line 13301, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.slide b {
  opacity: 0;
  top: .2em;
}

/* line 13306, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in .6s;
  animation: slide-in .6s;
}

/* line 13313, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.slide b.is-hidden {
  -webkit-animation: slide-out .6s;
  animation: slide-out .6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* clip */
/* line 13398, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.clip span {
  display: inline-block;
  padding: .2em 0;
}

/* line 13403, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.clip .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}

/* line 13408, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.clip .word-rotator-words::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #212529;
}

/* line 13418, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.clip b {
  opacity: 0;
}

/* line 13422, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.clip b.is-visible {
  opacity: 1;
}

/* zoom */
/* line 13427, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.zoom .word-rotator-words {
  -webkit-perspective: 300px;
  perspective: 300px;
}

/* line 13432, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.zoom b {
  opacity: 0;
}

/* line 13436, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in .8s;
  animation: zoom-in .8s;
}

/* line 13442, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.zoom b.is-hidden {
  -webkit-animation: zoom-out .8s;
  animation: zoom-out .8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

/* line 13503, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-3 .word-rotator-words {
  -webkit-perspective: 300px;
  perspective: 300px;
}

/* line 13508, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-3 b {
  opacity: 0;
}

/* line 13512, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 13520, app/assets/stylesheets/theme/theme-elements.scss */
.is-visible .word-rotator.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 13525, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-3 i.in {
  -webkit-animation: word-rotator-rotate-3-in .6s forwards;
  animation: word-rotator-rotate-3-in .6s forwards;
}

/* line 13530, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.rotate-3 i.out {
  -webkit-animation: word-rotator-rotate-3-out .6s forwards;
  animation: word-rotator-rotate-3-out .6s forwards;
}

/* line 13535, app/assets/stylesheets/theme/theme-elements.scss */
.no-csstransitions .word-rotator.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

/* line 13541, app/assets/stylesheets/theme/theme-elements.scss */
.no-csstransitions .word-rotator.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes word-rotator-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes word-rotator-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes word-rotator-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

@keyframes word-rotator-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

/* scale */
/* line 13593, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.scale b {
  opacity: 0;
}

/* line 13597, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 13604, app/assets/stylesheets/theme/theme-elements.scss */
.is-visible .word-rotator.scale i {
  opacity: 1;
}

/* line 13608, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.scale i.in {
  -webkit-animation: scale-up .6s forwards;
  animation: scale-up .6s forwards;
}

/* line 13613, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.scale i.out {
  -webkit-animation: scale-down .6s forwards;
  animation: scale-down .6s forwards;
}

/* line 13618, app/assets/stylesheets/theme/theme-elements.scss */
.no-csstransitions .word-rotator.scale i {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

/* line 13624, app/assets/stylesheets/theme/theme-elements.scss */
.no-csstransitions .word-rotator.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

/* push */
/* line 13696, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.push b {
  opacity: 0;
}

/* line 13700, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in .6s;
  animation: push-in .6s;
}

/* line 13706, app/assets/stylesheets/theme/theme-elements.scss */
.word-rotator.push b.is-hidden {
  -webkit-animation: push-out .6s;
  animation: push-out .6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* Custom Map */
/* line 13791, app/assets/stylesheets/theme/theme-elements.scss */
section.section-custom-map {
  background: transparent url(//pole-web.dev.mescal.pl/assets/site/map-3c375ece901175b9f0b5d0bfc0a76bc9321df418cebe04a78b3d8772ce06660e.png) center 0 no-repeat;
  padding: 129px 0 0;
  margin: 20px 0 0;
  border: 0;
}

/* line 13798, app/assets/stylesheets/theme/theme-elements.scss */
section.section-custom-map section.section {
  border-top: 0;
  background: rgba(247, 247, 247, 0.5);
}

/* Home Intro */
/* line 13804, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro {
  background-color: #212529;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 38.4px 0;
  padding: 2.4rem 0;
  position: relative;
  text-align: left;
}

/* line 13814, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro p {
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 13822, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro p span:not(.highlighted-word) {
  color: #FFF;
  display: block;
  font-size: 0.8em;
  font-weight: 300;
  padding-top: 5px;
  opacity: 0.7;
}

/* line 13831, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro p .highlighted-word {
  font-size: 1.6em;
}

/* line 13835, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro .get-started {
  position: relative;
}

/* line 13839, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro .get-started .btn {
  position: relative;
  z-index: 1;
}

/* line 13844, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}

/* line 13850, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro .get-started a {
  color: #FFF;
}

/* line 13854, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro .get-started a:not(.btn) {
  color: #FFF;
  font-weight: 600;
}

/* line 13859, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro .learn-more {
  color: #FFF;
  margin-left: 15px;
  font-weight: 300;
}

/* line 13865, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro.light {
  background-color: #EDEDED;
}

/* line 13869, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro.light.secondary {
  background-color: #E0E1E4;
}

/* line 13873, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro.light p,
.home-intro.light .learn-more,
.home-intro.light p span:not(.highlighted-word),
.home-intro.light .get-started a:not(.btn) {
  color: #333333;
}

/* Home Intro Compact */
/* line 13881, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro-compact {
  border-radius: 0 0 0.3rem 0.3rem;
  margin-top: -10px;
  margin: -10px auto 60px;
  max-width: 1110px;
}

/* line 13888, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro-compact p {
  padding-left: 20px;
}

/* line 13892, app/assets/stylesheets/theme/theme-elements.scss */
.home-intro-compact .get-started {
  padding-right: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  /* Home Intro */
  /* line 13899, app/assets/stylesheets/theme/theme-elements.scss */
  .home-intro p {
    margin-bottom: 2rem;
  }
  /* line 13903, app/assets/stylesheets/theme/theme-elements.scss */
  .home-intro-compact .get-started {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  /* Home Intro */
  /* line 13910, app/assets/stylesheets/theme/theme-elements.scss */
  .home-intro-compact {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Home Concept SVG Animations */
@-webkit-keyframes animatedLineBg {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1360;
  }
}

@keyframes animatedLineBg {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1360;
  }
}

@-webkit-keyframes animatedLineSmallCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1120;
  }
}

@keyframes animatedLineSmallCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1120;
  }
}

@-webkit-keyframes animatedLineBigCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1266;
  }
}

@keyframes animatedLineBigCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1266;
  }
}

@-webkit-keyframes animatedInitialPin {
  0% {
    -webkit-transform: translate(2px, 69px) scale(0.23);
    transform: translate(2px, 69px) scale(0.23);
  }
  33% {
    -webkit-transform: translate(2px, 79px) scale(0.23);
    transform: translate(2px, 79px) scale(0.23);
  }
  66% {
    -webkit-transform: translate(2px, 74px) scale(0.23);
    transform: translate(2px, 74px) scale(0.23);
  }
  100% {
    -webkit-transform: translate(2px, 79px) scale(0.23);
    transform: translate(2px, 79px) scale(0.23);
  }
}

@keyframes animatedInitialPin {
  0% {
    -webkit-transform: translate(2px, 69px) scale(0.23);
    transform: translate(2px, 69px) scale(0.23);
  }
  33% {
    -webkit-transform: translate(2px, 79px) scale(0.23);
    transform: translate(2px, 79px) scale(0.23);
  }
  66% {
    -webkit-transform: translate(2px, 74px) scale(0.23);
    transform: translate(2px, 74px) scale(0.23);
  }
  100% {
    -webkit-transform: translate(2px, 79px) scale(0.23);
    transform: translate(2px, 79px) scale(0.23);
  }
}

@-webkit-keyframes animatedFinalPin {
  0% {
    -webkit-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    transform: translate(325px, -19px) scale(0.23) rotate(36deg);
  }
  33% {
    -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
  66% {
    -webkit-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    transform: translate(325px, -16px) scale(0.23) rotate(36deg);
  }
  100% {
    -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
}

@keyframes animatedFinalPin {
  0% {
    -webkit-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    transform: translate(325px, -19px) scale(0.23) rotate(36deg);
  }
  33% {
    -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
  66% {
    -webkit-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    transform: translate(325px, -16px) scale(0.23) rotate(36deg);
  }
  100% {
    -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
}

/* Firefox Final Pin Animation */
@-webkit-keyframes animatedFinalPinFirefox {
  0% {
    -webkit-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    transform: translate(193px, -16px) scale(0.23) rotate(36deg);
  }
  33% {
    -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
  66% {
    -webkit-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    transform: translate(193px, -13px) scale(0.23) rotate(36deg);
  }
  100% {
    -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
}

@keyframes animatedFinalPinFirefox {
  0% {
    -webkit-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    transform: translate(193px, -16px) scale(0.23) rotate(36deg);
  }
  33% {
    -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
  66% {
    -webkit-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    transform: translate(193px, -13px) scale(0.23) rotate(36deg);
  }
  100% {
    -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
}

/* Home Concept */
/* line 14110, app/assets/stylesheets/theme/theme-elements.scss */
.home-concept {
  background: transparent url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-ab63894a1ead9140538887da58e0021c6480d54ec400c5eae12c4bf66c6a1d7b.png) no-repeat center 0;
  width: 100%;
  overflow: hidden;
}

/* line 14116, app/assets/stylesheets/theme/theme-elements.scss */
.home-concept strong {
  display: block;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.8em;
  font-weight: normal !important;
  position: relative;
  margin-top: 30px;
}

/* line 14125, app/assets/stylesheets/theme/theme-elements.scss */
.home-concept .row {
  position: relative;
}

/* line 14129, app/assets/stylesheets/theme/theme-elements.scss */
.home-concept .process-image {
  background: transparent url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-item-0b011a2d86f0365ae042dcad3bee929e8fd7281bfe97c07fe8effe2ce864b4c6.png) no-repeat 0 0;
  width: 160px;
  margin: 120px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

/* line 14138, app/assets/stylesheets/theme/theme-elements.scss */
.home-concept .process-image img {
  border-radius: 150px;
  margin: 7px 8px;
  width: auto;
  height: auto;
  max-width: 145px;
  max-height: 145px;
}

@media (min-width: 992px) {
  /* line 14148, app/assets/stylesheets/theme/theme-elements.scss */
  .home-concept .process-image.process-image-on-middle {
    margin-top: 95px;
  }
}

/* line 14153, app/assets/stylesheets/theme/theme-elements.scss */
.home-concept .our-work {
  margin-top: 52px;
  font-size: 2.2em;
}

/* line 14158, app/assets/stylesheets/theme/theme-elements.scss */
.home-concept .project-image {
  background: transparent url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-item-0b011a2d86f0365ae042dcad3bee929e8fd7281bfe97c07fe8effe2ce864b4c6.png) no-repeat 100% 0;
  width: 350px;
  margin: 20px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}

/* line 14167, app/assets/stylesheets/theme/theme-elements.scss */
.home-concept .sun {
  background: transparent url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-icons-0e6e7ea9328976e3d441b4c3a326f6288f5016d8250805ad2b498334ebdede43.png) no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  top: 65px;
}

/* line 14177, app/assets/stylesheets/theme/theme-elements.scss */
.home-concept .cloud {
  background: transparent url(//pole-web.dev.mescal.pl/assets/site/home/home-concept-icons-0e6e7ea9328976e3d441b4c3a326f6288f5016d8250805ad2b498334ebdede43.png) no-repeat 100% 0;
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 53%;
  top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 14189, app/assets/stylesheets/theme/theme-elements.scss */
  .home-concept {
    background-image: none;
  }
  /* line 14193, app/assets/stylesheets/theme/theme-elements.scss */
  .home-concept .project-image {
    margin: 20px auto 0 auto;
  }
  /* line 14197, app/assets/stylesheets/theme/theme-elements.scss */
  .home-concept .process-image {
    margin-top: 0;
    padding-bottom: 25px;
  }
}

@media (max-width: 479px) {
  /* line 14204, app/assets/stylesheets/theme/theme-elements.scss */
  .home-concept .project-image {
    background-position: 0 0;
    margin-left: auto;
    max-width: 160px;
  }
  /* line 14210, app/assets/stylesheets/theme/theme-elements.scss */
  .home-concept .fc-slideshow {
    max-width: 145px;
    height: 145px;
  }
  /* line 14215, app/assets/stylesheets/theme/theme-elements.scss */
  .home-concept .fc-slideshow img {
    max-height: 145px;
    max-width: 145px;
  }
}

/* Portfolio */
/* line 14221, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title {
  margin-bottom: -10px;
}

/* line 14225, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title a {
  display: inline-block;
}

/* line 14229, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title [class*="fa-"], .portfolio-title .icons {
  font-size: 1.7em;
}

/* line 14233, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title .portfolio-nav {
  margin-top: 11px;
}

/* line 14237, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title .portfolio-nav-all {
  margin-top: 9px;
}

/* line 14241, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title .portfolio-nav {
  text-align: right;
}

/* line 14245, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title .portfolio-nav a {
  width: 40%;
}

/* line 14249, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title .portfolio-nav-all .fa,
.portfolio-title .portfolio-nav-all .icons {
  font-size: 2em;
}

/* line 14254, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title .fa-angle-right {
  text-align: right;
}

/* line 14258, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-title .portfolio-nav-prev {
  text-align: left;
}

/* Portfolio Info */
/* line 14263, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-info {
  margin: 2px 0 10px;
}

/* line 14267, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 14273, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-info ul li {
  display: inline-block;
  border-right: 1px solid #E6E6E6;
  color: #B1B1B1;
  padding-right: 8px;
  margin-right: 8px;
  font-size: 0.9em;
}

/* line 14282, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-info ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

/* line 14288, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-info ul li a {
  text-decoration: none;
  color: #B1B1B1;
}

/* line 14293, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-info ul li a:hover .fa-heart {
  color: #E53F51;
}

/* line 14297, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-info ul li [class*="fa-"], .portfolio-info ul li .icons {
  margin-right: 4px;
}

/* Portfolio List */
/* line 14302, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 14309, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-list:not(.row) {
  margin: 0;
}

/* line 14313, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-list .portfolio-item {
  position: relative;
  margin-bottom: 35px;
}

/* Portfolio Details */
/* line 14319, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-details {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 5px;
  font-size: 0.9em;
}

/* line 14326, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-details > li {
  padding: 0;
  margin: 0 0 20px;
}

/* line 14331, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-details p {
  padding: 0;
  margin: 0;
}

/* line 14336, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-details blockquote {
  padding: 0 0 0 10px;
  margin: 15px 0 0;
  color: #999;
}

/* line 14342, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-details .list-icons {
  margin-left: 0;
}

/* line 14346, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-details .list-icons > li {
  padding-left: 18px;
  margin-right: 10px;
}

/* line 14351, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-details .list-icons > li [class*="fa-"], .portfolio-details .list-icons > li .icons {
  top: 7px;
}

/* Portfolio Modal */
/* line 14356, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-modal .mfp-arrow,
.portfolio-ajax-modal .mfp-arrow {
  display: none;
}

/* line 14361, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-load-more-loader {
  display: none;
  position: relative;
  height: 49px;
}

/* line 14367, app/assets/stylesheets/theme/theme-elements.scss */
.btn-portfolio-infinite-scroll {
  opacity: 0;
}

/* line 14371, app/assets/stylesheets/theme/theme-elements.scss */
.pulse-hover-fath:hover,
.pulse-hover-fath:hover [class*="fa-"] {
  -webkit-animation: pulse 600ms ease;
  animation: pulse 600ms ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Portfolio Navigation */
/* line 14381, app/assets/stylesheets/theme/theme-elements.scss */
.portfolio-next:hover [class*="fa-"], .portfolio-next:hover .icons,
.portfolio-prev:hover [class*="fa-"],
.portfolio-prev:hover .icons {
  -webkit-animation: navItemArrow 600ms ease;
  animation: navItemArrow 600ms ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 14392, app/assets/stylesheets/theme/theme-elements.scss */
  .portfolio-nav, .portfolio-nav-all {
    display: none;
  }
}

/* Team List */
/* line 14397, app/assets/stylesheets/theme/theme-elements.scss */
ul.team-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 14403, app/assets/stylesheets/theme/theme-elements.scss */
ul.team-list .team-item {
  margin-bottom: 35px;
}

/* line 14407, app/assets/stylesheets/theme/theme-elements.scss */
ul.team-list .team-item .thumb-info-social-icons {
  margin: 0 10px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 14413, app/assets/stylesheets/theme/theme-elements.scss */
  ul.team-list .team-item {
    margin: 0 auto 35px;
    max-width: 270px;
  }
}

/* Search Results */
/* line 14419, app/assets/stylesheets/theme/theme-elements.scss */
.search-results {
  min-height: 300px;
}

/* Page 404 */
/* line 14424, app/assets/stylesheets/theme/theme-elements.scss */
.http-error {
  padding: 50px 0;
}

/* line 14428, app/assets/stylesheets/theme/theme-elements.scss */
.http-error h2 {
  font-size: 140px;
  font-weight: 700;
  line-height: 140px;
}

/* line 14434, app/assets/stylesheets/theme/theme-elements.scss */
.http-error h4 {
  color: #777;
}

/* line 14438, app/assets/stylesheets/theme/theme-elements.scss */
.http-error p {
  font-size: 1.4em;
  line-height: 36px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 14445, app/assets/stylesheets/theme/theme-elements.scss */
  .http-error {
    padding: 0;
  }
  /* line 14449, app/assets/stylesheets/theme/theme-elements.scss */
  .http-error h2 {
    font-size: 100px;
    letter-spacing: 0;
    line-height: 100px;
  }
}

/* line 3, app/assets/stylesheets/skins/default.scss */
a {
  color: #eddfd4;
}

/* line 7, app/assets/stylesheets/skins/default.scss */
a:hover {
  color: #0099e6;
}

/* line 11, app/assets/stylesheets/skins/default.scss */
a:focus {
  color: #0099e6;
}

/* line 15, app/assets/stylesheets/skins/default.scss */
a:active {
  color: #0077b3;
}

/* line 19, app/assets/stylesheets/skins/default.scss */
html .text-color-primary,
html .text-primary {
  color: #eddfd4 !important;
}

/* line 24, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
  color: #eddfd4 !important;
}

/* line 29, app/assets/stylesheets/skins/default.scss */
html .text-color-secondary,
html .text-secondary {
  color: #e36159 !important;
}

/* line 34, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
  color: #e36159 !important;
}

/* line 39, app/assets/stylesheets/skins/default.scss */
html .text-color-tertiary,
html .text-tertiary {
  color: #2baab1 !important;
}

/* line 44, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
  color: #2baab1 !important;
}

/* line 49, app/assets/stylesheets/skins/default.scss */
html .text-color-quaternary,
html .text-quaternary {
  color: #383f48 !important;
}

/* line 54, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
  color: #383f48 !important;
}

/* line 59, app/assets/stylesheets/skins/default.scss */
html .text-color-dark,
html .text-dark {
  color: #212529 !important;
}

/* line 64, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
  color: #212529 !important;
}

/* line 69, app/assets/stylesheets/skins/default.scss */
html .text-color-light,
html .text-light {
  color: #ffffff !important;
}

/* line 74, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-light:hover,
html .text-hover-light:hover {
  color: #ffffff !important;
}

/* line 79, app/assets/stylesheets/skins/default.scss */
.gradient-text-color {
  color: #eddfd4;
  background: -webkit-gradient(linear, left top, right bottom, from(#eddfd4), to(#e36159));
  background: linear-gradient(to bottom right, #eddfd4, #e36159);
  background-image: -webkit-gradient(linear, left top, right top, from(#eddfd4), to(#e36159));
  background-image: linear-gradient(to right, #eddfd4, #e36159);
}

/* line 87, app/assets/stylesheets/skins/default.scss */
html .bg-color-primary,
html .bg-primary {
  background-color: #eddfd4 !important;
}

/* line 92, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
  background-color: #eddfd4 !important;
}

/* line 97, app/assets/stylesheets/skins/default.scss */
html .bg-color-secondary,
html .bg-secondary {
  background-color: #e36159 !important;
}

/* line 102, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
  background-color: #e36159 !important;
}

/* line 107, app/assets/stylesheets/skins/default.scss */
html .bg-color-tertiary,
html .bg-tertiary {
  background-color: #2baab1 !important;
}

/* line 112, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
  background-color: #2baab1 !important;
}

/* line 117, app/assets/stylesheets/skins/default.scss */
html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #383f48 !important;
}

/* line 122, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
  background-color: #383f48 !important;
}

/* line 127, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark,
html .bg-dark {
  background-color: #212529 !important;
}

/* line 132, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
  background-color: #212529 !important;
}

/* line 137, app/assets/stylesheets/skins/default.scss */
html .bg-color-light,
html .bg-light {
  background-color: #ffffff !important;
}

/* line 142, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-light:hover,
html .bg-hover-light:hover {
  background-color: #ffffff !important;
}

/* Color Transition */
@-webkit-keyframes colorTransition {
  0% {
    background-color: #eddfd4;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2baab1;
  }
  100% {
    background-color: #383f48;
  }
}

@keyframes colorTransition {
  0% {
    background-color: #eddfd4;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2baab1;
  }
  100% {
    background-color: #383f48;
  }
}

/* line 183, app/assets/stylesheets/skins/default.scss */
html .border-color-primary {
  border-color: #eddfd4 !important;
}

/* line 187, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-primary:hover {
  border-color: #eddfd4 !important;
}

/* line 191, app/assets/stylesheets/skins/default.scss */
html .border-color-secondary {
  border-color: #e36159 !important;
}

/* line 195, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-secondary:hover {
  border-color: #e36159 !important;
}

/* line 199, app/assets/stylesheets/skins/default.scss */
html .border-color-tertiary {
  border-color: #2baab1 !important;
}

/* line 203, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-tertiary:hover {
  border-color: #2baab1 !important;
}

/* line 207, app/assets/stylesheets/skins/default.scss */
html .border-color-quaternary {
  border-color: #383f48 !important;
}

/* line 211, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-quaternary:hover {
  border-color: #383f48 !important;
}

/* line 215, app/assets/stylesheets/skins/default.scss */
html .border-color-dark {
  border-color: #212529 !important;
}

/* line 219, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-dark:hover {
  border-color: #212529 !important;
}

/* line 223, app/assets/stylesheets/skins/default.scss */
html .border-color-light {
  border-color: #ffffff !important;
}

/* line 227, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-light:hover {
  border-color: #ffffff !important;
}

/* line 231, app/assets/stylesheets/skins/default.scss */
.alternative-font {
  color: #eddfd4;
}

/* line 235, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-primary:before {
  -webkit-box-shadow: 0 30px 90px #eddfd4 !important;
  box-shadow: 0 30px 90px #eddfd4 !important;
}

/* line 240, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-secondary:before {
  -webkit-box-shadow: 0 30px 90px #e36159 !important;
  box-shadow: 0 30px 90px #e36159 !important;
}

/* line 245, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-tertiary:before {
  -webkit-box-shadow: 0 30px 90px #2baab1 !important;
  box-shadow: 0 30px 90px #2baab1 !important;
}

/* line 250, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-quaternary:before {
  -webkit-box-shadow: 0 30px 90px #383f48 !important;
  box-shadow: 0 30px 90px #383f48 !important;
}

/* line 255, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-dark:before {
  -webkit-box-shadow: 0 30px 90px #212529 !important;
  box-shadow: 0 30px 90px #212529 !important;
}

/* line 260, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-light:before {
  -webkit-box-shadow: 0 30px 90px #ffffff !important;
  box-shadow: 0 30px 90px #ffffff !important;
}

/* line 265, app/assets/stylesheets/skins/default.scss */
html .blockquote-primary {
  border-color: #eddfd4 !important;
}

/* line 269, app/assets/stylesheets/skins/default.scss */
html .blockquote-secondary {
  border-color: #e36159 !important;
}

/* line 273, app/assets/stylesheets/skins/default.scss */
html .blockquote-tertiary {
  border-color: #2baab1 !important;
}

/* line 277, app/assets/stylesheets/skins/default.scss */
html .blockquote-quaternary {
  border-color: #383f48 !important;
}

/* line 281, app/assets/stylesheets/skins/default.scss */
html .blockquote-dark {
  border-color: #212529 !important;
}

/* line 285, app/assets/stylesheets/skins/default.scss */
html .blockquote-light {
  border-color: #ffffff !important;
}

/* line 289, app/assets/stylesheets/skins/default.scss */
p.drop-caps:first-letter {
  color: #eddfd4;
}

/* line 293, app/assets/stylesheets/skins/default.scss */
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #eddfd4;
}

/* line 297, app/assets/stylesheets/skins/default.scss */
html .nav-color-primary nav > ul > li > a {
  color: #eddfd4 !important;
}

/* line 301, app/assets/stylesheets/skins/default.scss */
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #eddfd4 !important;
}

/* line 305, app/assets/stylesheets/skins/default.scss */
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #eddfd4 !important;
}

/* line 309, app/assets/stylesheets/skins/default.scss */
html .nav-color-secondary nav > ul > li > a {
  color: #e36159 !important;
}

/* line 313, app/assets/stylesheets/skins/default.scss */
html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #e36159 !important;
}

/* line 317, app/assets/stylesheets/skins/default.scss */
html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #e36159 !important;
}

/* line 321, app/assets/stylesheets/skins/default.scss */
html .nav-color-tertiary nav > ul > li > a {
  color: #2baab1 !important;
}

/* line 325, app/assets/stylesheets/skins/default.scss */
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #2baab1 !important;
}

/* line 329, app/assets/stylesheets/skins/default.scss */
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #2baab1 !important;
}

/* line 333, app/assets/stylesheets/skins/default.scss */
html .nav-color-quaternary nav > ul > li > a {
  color: #383f48 !important;
}

/* line 337, app/assets/stylesheets/skins/default.scss */
html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #383f48 !important;
}

/* line 341, app/assets/stylesheets/skins/default.scss */
html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #383f48 !important;
}

/* line 345, app/assets/stylesheets/skins/default.scss */
html .nav-color-dark nav > ul > li > a {
  color: #212529 !important;
}

/* line 349, app/assets/stylesheets/skins/default.scss */
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #212529 !important;
}

/* line 353, app/assets/stylesheets/skins/default.scss */
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #212529 !important;
}

/* line 357, app/assets/stylesheets/skins/default.scss */
html .nav-color-light nav > ul > li > a {
  color: #ffffff !important;
}

/* line 361, app/assets/stylesheets/skins/default.scss */
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #ffffff !important;
}

/* line 365, app/assets/stylesheets/skins/default.scss */
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #ffffff !important;
}

/* line 369, app/assets/stylesheets/skins/default.scss */
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
  background-color: #eddfd4;
}

/* line 374, app/assets/stylesheets/skins/default.scss */
.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
  background-color: #eddfd4;
}

/* line 381, app/assets/stylesheets/skins/default.scss */
.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active {
  border-bottom-color: #eddfd4;
}

/* line 387, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary a {
  color: #eddfd4;
}

/* line 391, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary a:hover {
  color: #0099e6;
}

/* line 395, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary a:focus {
  color: #0099e6;
}

/* line 399, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary a:active {
  color: #0077b3;
}

/* line 403, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #eddfd4;
}

/* line 408, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
  background-color: #eddfd4;
}

/* line 415, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary a {
  color: #e36159;
}

/* line 419, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary a:hover {
  color: #e7766f;
}

/* line 423, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary a:focus {
  color: #e7766f;
}

/* line 427, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary a:active {
  color: #df4c43;
}

/* line 431, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
  background-color: #e36159;
}

/* line 436, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:hover,
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary > li.active > a:focus {
  background-color: #e36159;
}

/* line 443, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary a {
  color: #2baab1;
}

/* line 447, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary a:hover {
  color: #30bec6;
}

/* line 451, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary a:focus {
  color: #30bec6;
}

/* line 455, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary a:active {
  color: #26969c;
}

/* line 459, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #2baab1;
}

/* line 464, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
  background-color: #2baab1;
}

/* line 471, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary a {
  color: #383f48;
}

/* line 475, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary a:hover {
  color: #434c56;
}

/* line 479, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary a:focus {
  color: #434c56;
}

/* line 483, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary a:active {
  color: #2d323a;
}

/* line 487, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
  background-color: #383f48;
}

/* line 492, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary .nav-link.active:hover,
html .nav-pills-quaternary > li.active > a:hover,
html .nav-pills-quaternary .nav-link.active:focus,
html .nav-pills-quaternary > li.active > a:focus {
  background-color: #383f48;
}

/* line 499, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark a {
  color: #212529;
}

/* line 503, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark a:hover {
  color: #2c3237;
}

/* line 507, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark a:focus {
  color: #2c3237;
}

/* line 511, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark a:active {
  color: #16181b;
}

/* line 515, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
  background-color: #212529;
}

/* line 520, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:hover,
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark > li.active > a:focus {
  background-color: #212529;
}

/* line 527, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light a {
  color: #ffffff;
}

/* line 531, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light a:hover {
  color: #ffffff;
}

/* line 535, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light a:focus {
  color: #ffffff;
}

/* line 539, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light a:active {
  color: #f2f2f2;
}

/* line 543, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
  background-color: #ffffff;
}

/* line 548, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:hover,
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light > li.active > a:focus {
  background-color: #ffffff;
}

/* line 555, app/assets/stylesheets/skins/default.scss */
.section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before {
  background: #eddfd4;
}

/* line 559, app/assets/stylesheets/skins/default.scss */
.sort-source-wrapper .nav > li.active > a {
  color: #eddfd4;
}

/* line 563, app/assets/stylesheets/skins/default.scss */
.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
  color: #eddfd4;
}

/* line 568, app/assets/stylesheets/skins/default.scss */
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #eddfd4;
}

/* line 572, app/assets/stylesheets/skins/default.scss */
.sort-source.sort-source-style-3 > li.active > a {
  border-bottom-color: #eddfd4 !important;
  color: #eddfd4 !important;
}

/* line 577, app/assets/stylesheets/skins/default.scss */
html .badge-primary {
  background-color: #eddfd4;
}

/* line 581, app/assets/stylesheets/skins/default.scss */
html .badge-secondary {
  background-color: #e36159;
}

/* line 585, app/assets/stylesheets/skins/default.scss */
html .badge-tertiary {
  background-color: #2baab1;
}

/* line 589, app/assets/stylesheets/skins/default.scss */
html .badge-quaternary {
  background-color: #383f48;
}

/* line 593, app/assets/stylesheets/skins/default.scss */
html .badge-dark {
  background-color: #212529;
}

/* line 597, app/assets/stylesheets/skins/default.scss */
html .badge-light {
  background-color: #ffffff;
}

/* line 601, app/assets/stylesheets/skins/default.scss */
html .overlay-color-primary:not(.no-skin):before {
  background-color: #eddfd4 !important;
}

/* line 605, app/assets/stylesheets/skins/default.scss */
html .overlay-color-secondary:not(.no-skin):before {
  background-color: #e36159 !important;
}

/* line 609, app/assets/stylesheets/skins/default.scss */
html .overlay-color-tertiary:not(.no-skin):before {
  background-color: #2baab1 !important;
}

/* line 613, app/assets/stylesheets/skins/default.scss */
html .overlay-color-quaternary:not(.no-skin):before {
  background-color: #383f48 !important;
}

/* line 617, app/assets/stylesheets/skins/default.scss */
html .overlay-color-dark:not(.no-skin):before {
  background-color: #212529 !important;
}

/* line 621, app/assets/stylesheets/skins/default.scss */
html .overlay-color-light:not(.no-skin):before {
  background-color: #ffffff !important;
}

/* line 625, app/assets/stylesheets/skins/default.scss */
.btn-link {
  color: #eddfd4;
}

/* line 629, app/assets/stylesheets/skins/default.scss */
.btn-link:hover {
  color: #0099e6;
}

/* line 633, app/assets/stylesheets/skins/default.scss */
.btn-link:active {
  color: #0077b3;
}

/* line 637, app/assets/stylesheets/skins/default.scss */
html .btn-primary {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 643, app/assets/stylesheets/skins/default.scss */
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #3F8841;
  border-color: #00aaff #00aaff #eddfd4;
  color: #ffffff;
}

/* line 650, app/assets/stylesheets/skins/default.scss */
html .btn-primary:focus,
html .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 656, app/assets/stylesheets/skins/default.scss */
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
}

/* line 662, app/assets/stylesheets/skins/default.scss */
html .btn-primary:active,
html .btn-primary.active {
  background-color: #3F8841 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
}

/* line 669, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2 {
  background-color: #006699;
  border-color: #006699 #006699 #004466;
  color: #ffffff;
}

/* line 675, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #007fbf;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 682, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
}

/* line 688, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #006699;
  border-color: #006699 #006699 #004466;
}

/* line 694, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
  background-color: #004c73 !important;
  background-image: none !important;
  border-color: #004466 #004466 #002233 !important;
}

/* line 701, app/assets/stylesheets/skins/default.scss */
html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
  background-color: #3F8841 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
}

/* line 708, app/assets/stylesheets/skins/default.scss */
html .btn-secondary {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
  color: #ffffff;
}

/* line 714, app/assets/stylesheets/skins/default.scss */
html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #e9807a;
  border-color: #ea8b85 #ea8b85 #e36159;
  color: #ffffff;
}

/* line 721, app/assets/stylesheets/skins/default.scss */
html .btn-secondary:focus,
html .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

/* line 727, app/assets/stylesheets/skins/default.scss */
html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
}

/* line 733, app/assets/stylesheets/skins/default.scss */
html .btn-secondary:active,
html .btn-secondary.active {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
}

/* line 740, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2 {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
  color: #ffffff;
}

/* line 746, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #e1574e;
  border-color: #e36159 #e36159 #dc372d;
  color: #ffffff;
}

/* line 753, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
  box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
}

/* line 759, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
}

/* line 765, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
  background-color: #c22a21 !important;
  background-image: none !important;
  border-color: #b7281f #b7281f #8b1e18 !important;
}

/* line 772, app/assets/stylesheets/skins/default.scss */
html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
}

/* line 779, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
  color: #ffffff;
}

/* line 785, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #34c6ce;
  border-color: #3fc9d0 #3fc9d0 #2baab1;
  color: #ffffff;
}

/* line 792, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary:focus,
html .btn-tertiary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

/* line 798, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
}

/* line 804, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary:active,
html .btn-tertiary.active {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
}

/* line 811, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2 {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
  color: #ffffff;
}

/* line 817, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #29a0a7;
  border-color: #2baab1 #2baab1 #218388;
  color: #ffffff;
}

/* line 824, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5);
  box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5);
}

/* line 830, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
}

/* line 836, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
  background-color: #1a6569 !important;
  background-image: none !important;
  border-color: #175b5f #175b5f #0d3436 !important;
}

/* line 843, app/assets/stylesheets/skins/default.scss */
html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
}

/* line 850, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  color: #ffffff;
}

/* line 856, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #49525e;
  border-color: #4e5865 #4e5865 #383f48;
  color: #ffffff;
}

/* line 863, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary:focus,
html .btn-quaternary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

/* line 869, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
}

/* line 875, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary:active,
html .btn-quaternary.active {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
}

/* line 882, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2 {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
  color: #ffffff;
}

/* line 888, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #323941;
  border-color: #383f48 #383f48 #22262b;
  color: #ffffff;
}

/* line 895, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5);
  box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5);
}

/* line 901, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
}

/* line 907, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active {
  background-color: #111316 !important;
  background-image: none !important;
  border-color: #0b0d0f #0b0d0f #000000 !important;
}

/* line 914, app/assets/stylesheets/skins/default.scss */
html .show > .btn-quaternary.dropdown-toggle,
html .show > .btn-quaternary-scale-2.dropdown-toggle {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
}

/* line 921, app/assets/stylesheets/skins/default.scss */
html .btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #ffffff;
}

/* line 927, app/assets/stylesheets/skins/default.scss */
html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #ffffff;
}

/* line 934, app/assets/stylesheets/skins/default.scss */
html .btn-dark:focus,
html .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 940, app/assets/stylesheets/skins/default.scss */
html .btn-dark.disabled,
html .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
}

/* line 946, app/assets/stylesheets/skins/default.scss */
html .btn-dark:active,
html .btn-dark.active {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}

/* line 953, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2 {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000000;
  color: #ffffff;
}

/* line 959, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #1b1f22;
  border-color: #212529 #212529 #0a0c0d;
  color: #ffffff;
}

/* line 966, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
  box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}

/* line 972, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000000;
}

/* line 978, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000000 #000000 #000000 !important;
}

/* line 985, app/assets/stylesheets/skins/default.scss */
html .show > .btn-dark.dropdown-toggle,
html .show > .btn-dark-scale-2.dropdown-toggle {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}

/* line 992, app/assets/stylesheets/skins/default.scss */
html .btn-light {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
  color: #777777;
}

/* line 998, app/assets/stylesheets/skins/default.scss */
html .btn-light:hover,
html .btn-light.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #ffffff;
  color: #777777;
}

/* line 1005, app/assets/stylesheets/skins/default.scss */
html .btn-light:focus,
html .btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 1011, app/assets/stylesheets/skins/default.scss */
html .btn-light.disabled,
html .btn-light:disabled {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
}

/* line 1017, app/assets/stylesheets/skins/default.scss */
html .btn-light:active,
html .btn-light.active {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

/* line 1024, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  color: #777777;
}

/* line 1030, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #f9f9f9;
  border-color: #ffffff #ffffff #e6e6e6;
  color: #777777;
}

/* line 1037, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
  box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}

/* line 1043, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
}

/* line 1049, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2:active,
html .btn-light-scale-2.active {
  background-color: #d2d2d2 !important;
  background-image: none !important;
  border-color: #cccccc #cccccc #b3b3b3 !important;
}

/* line 1056, app/assets/stylesheets/skins/default.scss */
html .show > .btn-light.dropdown-toggle,
html .show > .btn-light-scale-2.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

/* line 1063, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary {
  color: #eddfd4;
  background-color: transparent;
  background-image: none;
  border-color: #eddfd4;
}

/* line 1070, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
  color: #ffffff;
  background-color: #eddfd4;
  border-color: #eddfd4;
}

/* line 1077, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1083, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
  color: #eddfd4;
  background-color: transparent;
}

/* line 1089, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
  color: #ffffff !important;
  background-color: #eddfd4 !important;
  border-color: #eddfd4 !important;
}

/* line 1096, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #eddfd4 !important;
  border-color: #eddfd4 !important;
}

/* line 1102, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary {
  color: #e36159;
  background-color: transparent;
  background-image: none;
  border-color: #e36159;
}

/* line 1109, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
  color: #ffffff;
  background-color: #e36159;
  border-color: #e36159;
}

/* line 1116, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

/* line 1122, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
  color: #e36159;
  background-color: transparent;
}

/* line 1128, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}

/* line 1135, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-secondary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}

/* line 1141, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary {
  color: #2baab1;
  background-color: transparent;
  background-image: none;
  border-color: #2baab1;
}

/* line 1148, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
  color: #ffffff;
  background-color: #2baab1;
  border-color: #2baab1;
}

/* line 1155, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

/* line 1161, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
  color: #2baab1;
  background-color: transparent;
}

/* line 1167, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active {
  color: #ffffff !important;
  background-color: #2baab1 !important;
  border-color: #2baab1 !important;
}

/* line 1174, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-tertiary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #2baab1 !important;
  border-color: #2baab1 !important;
}

/* line 1180, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary {
  color: #383f48;
  background-color: transparent;
  background-image: none;
  border-color: #383f48;
}

/* line 1187, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
  color: #ffffff;
  background-color: #383f48;
  border-color: #383f48;
}

/* line 1194, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

/* line 1200, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
  color: #383f48;
  background-color: transparent;
}

/* line 1206, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active {
  color: #ffffff !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}

/* line 1213, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-quaternary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}

/* line 1219, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}

/* line 1226, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}

/* line 1233, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 1239, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 1245, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
  color: #ffffff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

/* line 1252, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #ffffff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

/* line 1258, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

/* line 1265, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
  color: #777777;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 1272, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 1278, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light.disabled,
html .btn-outline.btn-light:disabled {
  color: #ffffff;
  background-color: transparent;
}

/* line 1284, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/* line 1291, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-light.dropdown-toggle {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/* line 1297, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #eddfd4;
}

/* line 1303, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #eddfd4 !important;
}

/* line 1309, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary span {
  background-color: #eddfd4;
  -webkit-box-shadow: 2px 3px 18px -3px #eddfd4;
  box-shadow: 2px 3px 18px -3px #eddfd4;
}

/* line 1315, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary.btn-outline {
  border-color: #eddfd4 !important;
}

/* line 1319, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary.btn-outline:hover span {
  background-color: #0099e6 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1325, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #e36159;
}

/* line 1331, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #e36159 !important;
}

/* line 1337, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary span {
  background-color: #e36159;
  -webkit-box-shadow: 2px 3px 18px -3px #e36159;
  box-shadow: 2px 3px 18px -3px #e36159;
}

/* line 1343, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary.btn-outline {
  border-color: #e36159 !important;
}

/* line 1347, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary.btn-outline:hover span {
  background-color: #e7766f !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1353, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #2baab1;
}

/* line 1359, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #2baab1 !important;
}

/* line 1365, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary span {
  background-color: #2baab1;
  -webkit-box-shadow: 2px 3px 18px -3px #2baab1;
  box-shadow: 2px 3px 18px -3px #2baab1;
}

/* line 1371, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary.btn-outline {
  border-color: #2baab1 !important;
}

/* line 1375, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
  background-color: #30bec6 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1381, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary {
  background-color: transparent;
  border-color: transparent;
  color: #383f48;
}

/* line 1387, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #383f48 !important;
}

/* line 1393, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary span {
  background-color: #383f48;
  -webkit-box-shadow: 2px 3px 18px -3px #383f48;
  box-shadow: 2px 3px 18px -3px #383f48;
}

/* line 1399, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary.btn-outline {
  border-color: #383f48 !important;
}

/* line 1403, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
  background-color: #434c56 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1409, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark {
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}

/* line 1415, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #212529 !important;
}

/* line 1421, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark span {
  background-color: #212529;
  -webkit-box-shadow: 2px 3px 18px -3px #212529;
  box-shadow: 2px 3px 18px -3px #212529;
}

/* line 1427, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark.btn-outline {
  border-color: #212529 !important;
}

/* line 1431, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark.btn-outline:hover span {
  background-color: #2c3237 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1437, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}

/* line 1443, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

/* line 1449, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light span {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 3px 18px -3px #ffffff;
  box-shadow: 2px 3px 18px -3px #ffffff;
}

/* line 1455, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light.btn-outline {
  border-color: #ffffff !important;
}

/* line 1459, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light.btn-outline:hover span {
  background-color: #ffffff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1465, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
  color: #ffffff;
}

/* line 1470, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  color: #ffffff;
}

/* line 1476, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1482, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
}

/* line 1487, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active {
  background: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important;
  color: #ffffff !important;
}

/* line 1493, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline {
  -o-border-image: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
  color: #eddfd4;
}

/* line 1499, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  border-image: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  color: #00a1f2;
}

/* line 1506, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1512, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
}

/* line 1518, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important;
  border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important;
  color: #006ea6;
}

/* line 1525, app/assets/stylesheets/skins/default.scss */
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #eddfd4;
}

/* line 1534, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #eddfd4 !important;
  border-color: #eddfd4;
}

/* line 1545, app/assets/stylesheets/skins/default.scss */
body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #eddfd4;
}

/* line 1554, app/assets/stylesheets/skins/default.scss */
body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #eddfd4;
  border-color: #eddfd4;
}

/* line 1564, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 1571, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #3F8841;
  border-color: #00aaff #00aaff #eddfd4;
  color: #ffffff;
}

/* line 1580, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1588, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
}

/* line 1596, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
}

/* line 1605, app/assets/stylesheets/skins/default.scss */
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #eddfd4;
}

/* line 1610, app/assets/stylesheets/skins/default.scss */
html .alert-primary {
  background-color: #eddfd4;
  border-color: #007ebd;
  color: #ffffff;
}

/* line 1616, app/assets/stylesheets/skins/default.scss */
html .alert-primary .alert-link {
  color: #ffffff;
}

/* line 1620, app/assets/stylesheets/skins/default.scss */
html .alert-secondary {
  background-color: #e36159;
  border-color: #e1554c;
  color: #ffffff;
}

/* line 1626, app/assets/stylesheets/skins/default.scss */
html .alert-secondary .alert-link {
  color: #ffffff;
}

/* line 1630, app/assets/stylesheets/skins/default.scss */
html .alert-tertiary {
  background-color: #2baab1;
  border-color: #289ea5;
  color: #ffffff;
}

/* line 1636, app/assets/stylesheets/skins/default.scss */
html .alert-tertiary .alert-link {
  color: #ffffff;
}

/* line 1640, app/assets/stylesheets/skins/default.scss */
html .alert-quaternary {
  background-color: #383f48;
  border-color: #31373f;
  color: #ffffff;
}

/* line 1646, app/assets/stylesheets/skins/default.scss */
html .alert-quaternary .alert-link {
  color: #ffffff;
}

/* line 1650, app/assets/stylesheets/skins/default.scss */
html .alert-dark {
  background-color: #212529;
  border-color: #1a1d21;
  color: #ffffff;
}

/* line 1656, app/assets/stylesheets/skins/default.scss */
html .alert-dark .alert-link {
  color: #ffffff;
}

/* line 1660, app/assets/stylesheets/skins/default.scss */
html .alert-light {
  background-color: #ffffff;
  border-color: #f7f7f7;
  color: #777777;
}

/* line 1666, app/assets/stylesheets/skins/default.scss */
html .alert-light .alert-link {
  color: #777777;
}

/* line 1670, app/assets/stylesheets/skins/default.scss */
html .progress-bar-primary {
  background-color: #eddfd4;
}

/* line 1674, app/assets/stylesheets/skins/default.scss */
html .progress-bar-secondary {
  background-color: #e36159;
}

/* line 1678, app/assets/stylesheets/skins/default.scss */
html .progress-bar-tertiary {
  background-color: #2baab1;
}

/* line 1682, app/assets/stylesheets/skins/default.scss */
html .progress-bar-quaternary {
  background-color: #383f48;
}

/* line 1686, app/assets/stylesheets/skins/default.scss */
html .progress-bar-dark {
  background-color: #212529;
}

/* line 1690, app/assets/stylesheets/skins/default.scss */
html .progress-bar-light {
  background-color: #ffffff;
}

/* line 1694, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-primary .word-rotator-words::after {
  background-color: #eddfd4;
}

/* line 1698, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-secondary .word-rotator-words::after {
  background-color: #e36159;
}

/* line 1702, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
  background-color: #2baab1;
}

/* line 1706, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
  background-color: #383f48;
}

/* line 1710, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-dark .word-rotator-words::after {
  background-color: #212529;
}

/* line 1714, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-light .word-rotator-words::after {
  background-color: #ffffff;
}

/* line 1718, app/assets/stylesheets/skins/default.scss */
.process .process-step-circle {
  border-color: #eddfd4;
}

/* line 1722, app/assets/stylesheets/skins/default.scss */
.process .process-step:hover .process-step-circle {
  background-color: #eddfd4;
}

/* line 1726, app/assets/stylesheets/skins/default.scss */
.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #ffffff !important;
}

/* line 1730, app/assets/stylesheets/skins/default.scss */
html section.section-primary {
  background-color: #eddfd4 !important;
  border-color: #0077b3 !important;
}

/* line 1735, app/assets/stylesheets/skins/default.scss */
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #ffffff;
}

/* line 1744, app/assets/stylesheets/skins/default.scss */
html section.section-primary p {
  color: #e6e6e6;
}

/* line 1748, app/assets/stylesheets/skins/default.scss */
html section.section-primary-scale-2 {
  background-color: #006699 !important;
  border-color: #005580 !important;
}

/* line 1753, app/assets/stylesheets/skins/default.scss */
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #006699;
}

/* line 1757, app/assets/stylesheets/skins/default.scss */
html section.section-secondary {
  background-color: #e36159 !important;
  border-color: #df4c43 !important;
}

/* line 1762, app/assets/stylesheets/skins/default.scss */
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #ffffff;
}

/* line 1771, app/assets/stylesheets/skins/default.scss */
html section.section-secondary p {
  color: #e6e6e6;
}

/* line 1775, app/assets/stylesheets/skins/default.scss */
html section.section-secondary-scale-2 {
  background-color: #dc372d !important;
  border-color: #cd2c23 !important;
}

/* line 1780, app/assets/stylesheets/skins/default.scss */
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #dc372d;
}

/* line 1784, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary {
  background-color: #2baab1 !important;
  border-color: #26969c !important;
}

/* line 1789, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: #ffffff;
}

/* line 1798, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary p {
  color: #e6e6e6;
}

/* line 1802, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary-scale-2 {
  background-color: #218388 !important;
  border-color: #1c6f73 !important;
}

/* line 1807, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #218388;
}

/* line 1811, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary {
  background-color: #383f48 !important;
  border-color: #2d323a !important;
}

/* line 1816, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
  color: #ffffff;
}

/* line 1825, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary p {
  color: #e6e6e6;
}

/* line 1829, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary-scale-2 {
  background-color: #22262b !important;
  border-color: #17191d !important;
}

/* line 1834, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #22262b;
}

/* line 1838, app/assets/stylesheets/skins/default.scss */
html section.section-dark {
  background-color: #212529 !important;
  border-color: #16181b !important;
}

/* line 1843, app/assets/stylesheets/skins/default.scss */
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #ffffff;
}

/* line 1852, app/assets/stylesheets/skins/default.scss */
html section.section-dark p {
  color: #e6e6e6;
}

/* line 1856, app/assets/stylesheets/skins/default.scss */
html section.section-dark-scale-2 {
  background-color: #0a0c0d !important;
  border-color: #000000 !important;
}

/* line 1861, app/assets/stylesheets/skins/default.scss */
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #0a0c0d;
}

/* line 1865, app/assets/stylesheets/skins/default.scss */
html section.section-light {
  background-color: #ffffff !important;
  border-color: #f2f2f2 !important;
}

/* line 1870, app/assets/stylesheets/skins/default.scss */
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777777;
}

/* line 1879, app/assets/stylesheets/skins/default.scss */
html section.section-light p {
  color: #5e5e5e;
}

/* line 1883, app/assets/stylesheets/skins/default.scss */
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}

/* line 1888, app/assets/stylesheets/skins/default.scss */
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #e6e6e6;
}

/* line 1892, app/assets/stylesheets/skins/default.scss */
section.section.section-background-half-primary-half-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eddfd4), color-stop(50%, #e36159));
  background: linear-gradient(to right, #eddfd4 50%, #e36159 50%);
}

/* line 1897, app/assets/stylesheets/skins/default.scss */
section.section.section-overlay-opacity-gradient:before {
  background: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
}

/* line 1901, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-1 {
  background-color: #f7f7f7 !important;
}

/* line 1905, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-1,
html .bg-color-light-scale-border-top-1 {
  border-top-color: #efefef !important;
}

/* line 1910, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-2 {
  background-color: #e8e8e8 !important;
}

/* line 1914, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-2,
html .bg-color-light-scale-border-top-2 {
  border-top-color: #e0e0e0 !important;
}

/* line 1919, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-3 {
  background-color: #e0e0e0 !important;
}

/* line 1923, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-3,
html .bg-color-light-scale-border-top-3 {
  border-top-color: #d8d8d8 !important;
}

/* line 1928, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-4 {
  background-color: #d8d8d8 !important;
}

/* line 1932, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-4,
html .bg-color-light-scale-border-top-4 {
  border-top-color: #d1d1d1 !important;
}

/* line 1937, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-5 {
  background-color: #d1d1d1 !important;
}

/* line 1941, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-5,
html .bg-color-light-scale-border-top-5 {
  border-top-color: #c9c9c9 !important;
}

/* line 1946, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-6 {
  background-color: #c9c9c9 !important;
}

/* line 1950, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-6,
html .bg-color-light-scale-border-top-6 {
  border-top-color: #c1c1c1 !important;
}

/* line 1955, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-7 {
  background-color: #c1c1c1 !important;
}

/* line 1959, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-7,
html .bg-color-light-scale-border-top-7 {
  border-top-color: #bababa !important;
}

/* line 1964, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-8 {
  background-color: #bababa !important;
}

/* line 1968, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-8,
html .bg-color-light-scale-border-top-8 {
  border-top-color: #b2b2b2 !important;
}

/* line 1973, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-9 {
  background-color: #b2b2b2 !important;
}

/* line 1977, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-9,
html .bg-color-light-scale-border-top-9 {
  border-top-color: #ababab !important;
}

/* line 1982, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-1 {
  background-color: #212529 !important;
}

/* line 1986, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-1,
html .bg-color-dark-scale-border-top-1 {
  border-top-color: #1a1d21 !important;
}

/* line 1991, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-2 {
  background-color: #1c2023 !important;
}

/* line 1995, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-2,
html .bg-color-dark-scale-border-top-2 {
  border-top-color: #16181b !important;
}

/* line 2000, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-3 {
  background-color: #181b1e !important;
}

/* line 2004, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-3,
html .bg-color-dark-scale-border-top-3 {
  border-top-color: #111315 !important;
}

/* line 2009, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-4 {
  background-color: #131618 !important;
}

/* line 2013, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-4,
html .bg-color-dark-scale-border-top-4 {
  border-top-color: #0d0e10 !important;
}

/* line 2018, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-5 {
  background-color: #0f1112 !important;
}

/* line 2022, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-5,
html .bg-color-dark-scale-border-top-5 {
  border-top-color: #08090a !important;
}

/* line 2027, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-6 {
  background-color: #0a0c0d !important;
}

/* line 2031, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-6,
html .bg-color-dark-scale-border-top-6 {
  border-top-color: #030404 !important;
}

/* line 2036, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-7 {
  background-color: #060607 !important;
}

/* line 2040, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-7,
html .bg-color-dark-scale-border-top-7 {
  border-top-color: #000000 !important;
}

/* line 2045, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-8 {
  background-color: #010101 !important;
}

/* line 2049, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-8,
html .bg-color-dark-scale-border-top-8 {
  border-top-color: #000000 !important;
}

/* line 2054, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-9 {
  background-color: #000000 !important;
}

/* line 2058, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-9,
html .bg-color-dark-scale-border-top-9 {
  border-top-color: #000000 !important;
}

/* line 2063, app/assets/stylesheets/skins/default.scss */
section.page-header .page-header-title-border {
  background-color: #eddfd4 !important;
}

/* line 2067, app/assets/stylesheets/skins/default.scss */
section.page-header.custom-product {
  background-color: #0077b3;
  border-top-color: #0081c2;
}

/* line 2072, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary {
  background-color: #eddfd4;
  border-bottom-color: #eddfd4;
  color: #ffffff;
}

/* line 2078, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary h1 {
  color: #ffffff;
}

/* line 2082, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary h1 span {
  color: #ffffff;
}

/* line 2086, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary a {
  color: #ffffff;
}

/* line 2090, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #ffffff;
}

/* line 2094, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary {
  background-color: #e36159;
  border-bottom-color: #e36159;
  color: #ffffff;
}

/* line 2100, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary h1 {
  color: #ffffff;
}

/* line 2104, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary h1 span {
  color: #ffffff;
}

/* line 2108, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary a {
  color: #ffffff;
}

/* line 2112, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #ffffff;
}

/* line 2116, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary {
  background-color: #2baab1;
  border-bottom-color: #2baab1;
  color: #ffffff;
}

/* line 2122, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary h1 {
  color: #ffffff;
}

/* line 2126, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary h1 span {
  color: #ffffff;
}

/* line 2130, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary a {
  color: #ffffff;
}

/* line 2134, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #ffffff;
}

/* line 2138, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary {
  background-color: #383f48;
  border-bottom-color: #383f48;
  color: #ffffff;
}

/* line 2144, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary h1 {
  color: #ffffff;
}

/* line 2148, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary h1 span {
  color: #ffffff;
}

/* line 2152, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary a {
  color: #ffffff;
}

/* line 2156, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: #ffffff;
}

/* line 2160, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark {
  background-color: #212529;
  border-bottom-color: #212529;
  color: #ffffff;
}

/* line 2166, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark h1 {
  color: #ffffff;
}

/* line 2170, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark h1 span {
  color: #ffffff;
}

/* line 2174, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark a {
  color: #ffffff;
}

/* line 2178, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #ffffff;
}

/* line 2182, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  color: #777777;
}

/* line 2188, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light h1 {
  color: #777777;
}

/* line 2192, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light h1 span {
  color: #777777;
}

/* line 2196, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light a {
  color: #777777;
}

/* line 2200, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777777;
}

/* line 2204, app/assets/stylesheets/skins/default.scss */
html .toggle-primary .toggle label {
  color: #eddfd4;
  border-left-color: #eddfd4;
  border-right-color: #eddfd4;
}

/* line 2210, app/assets/stylesheets/skins/default.scss */
html .toggle-primary .toggle.active > label {
  background-color: #eddfd4;
  border-color: #eddfd4;
  color: #ffffff;
}

/* line 2216, app/assets/stylesheets/skins/default.scss */
html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #eddfd4;
}

/* line 2220, app/assets/stylesheets/skins/default.scss */
html .toggle-primary.toggle-minimal .toggle.active > label {
  color: #eddfd4;
}

/* line 2224, app/assets/stylesheets/skins/default.scss */
html .toggle-secondary .toggle label {
  color: #e36159;
  border-left-color: #e36159;
  border-right-color: #e36159;
}

/* line 2230, app/assets/stylesheets/skins/default.scss */
html .toggle-secondary .toggle.active > label {
  background-color: #e36159;
  border-color: #e36159;
  color: #ffffff;
}

/* line 2236, app/assets/stylesheets/skins/default.scss */
html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #e36159;
}

/* line 2240, app/assets/stylesheets/skins/default.scss */
html .toggle-secondary.toggle-minimal .toggle.active > label {
  color: #e36159;
}

/* line 2244, app/assets/stylesheets/skins/default.scss */
html .toggle-tertiary .toggle label {
  color: #2baab1;
  border-left-color: #2baab1;
  border-right-color: #2baab1;
}

/* line 2250, app/assets/stylesheets/skins/default.scss */
html .toggle-tertiary .toggle.active > label {
  background-color: #2baab1;
  border-color: #2baab1;
  color: #ffffff;
}

/* line 2256, app/assets/stylesheets/skins/default.scss */
html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #2baab1;
}

/* line 2260, app/assets/stylesheets/skins/default.scss */
html .toggle-tertiary.toggle-minimal .toggle.active > label {
  color: #2baab1;
}

/* line 2264, app/assets/stylesheets/skins/default.scss */
html .toggle-quaternary .toggle label {
  color: #383f48;
  border-left-color: #383f48;
  border-right-color: #383f48;
}

/* line 2270, app/assets/stylesheets/skins/default.scss */
html .toggle-quaternary .toggle.active > label {
  background-color: #383f48;
  border-color: #383f48;
  color: #ffffff;
}

/* line 2276, app/assets/stylesheets/skins/default.scss */
html .toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: #383f48;
}

/* line 2280, app/assets/stylesheets/skins/default.scss */
html .toggle-quaternary.toggle-minimal .toggle.active > label {
  color: #383f48;
}

/* line 2284, app/assets/stylesheets/skins/default.scss */
html .toggle-dark .toggle label {
  color: #212529;
  border-left-color: #212529;
  border-right-color: #212529;
}

/* line 2290, app/assets/stylesheets/skins/default.scss */
html .toggle-dark .toggle.active > label {
  background-color: #212529;
  border-color: #212529;
  color: #ffffff;
}

/* line 2296, app/assets/stylesheets/skins/default.scss */
html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #212529;
}

/* line 2300, app/assets/stylesheets/skins/default.scss */
html .toggle-dark.toggle-minimal .toggle.active > label {
  color: #212529;
}

/* line 2304, app/assets/stylesheets/skins/default.scss */
html .toggle-light .toggle label {
  color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

/* line 2310, app/assets/stylesheets/skins/default.scss */
html .toggle-light .toggle.active > label {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #777777;
}

/* line 2316, app/assets/stylesheets/skins/default.scss */
html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #ffffff;
}

/* line 2320, app/assets/stylesheets/skins/default.scss */
html .toggle-light.toggle-minimal .toggle.active > label {
  color: #ffffff;
}

/* line 2324, app/assets/stylesheets/skins/default.scss */
.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
  background-color: #eddfd4;
}

/* line 2333, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #eddfd4;
}

/* line 2337, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-primary i {
  color: #ffffff;
}

/* line 2341, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #e36159;
}

/* line 2345, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #ffffff;
}

/* line 2349, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #2baab1;
}

/* line 2353, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #ffffff;
}

/* line 2357, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #383f48;
}

/* line 2361, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #ffffff;
}

/* line 2365, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #212529;
}

/* line 2369, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-dark i {
  color: #ffffff;
}

/* line 2373, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-light {
  background-color: #ffffff;
}

/* line 2377, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-light i {
  color: #777777;
}

/* line 2381, app/assets/stylesheets/skins/default.scss */
.thumb-info-ribbon:before {
  border-right-color: #005580;
  border-left-color: #005580;
}

/* line 2386, app/assets/stylesheets/skins/default.scss */
.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
  background: rgba(0, 136, 204, 0.9);
}

/* line 2390, app/assets/stylesheets/skins/default.scss */
.inverted {
  background-color: #eddfd4;
}

/* line 2394, app/assets/stylesheets/skins/default.scss */
html .inverted-primary {
  background-color: #eddfd4;
}

/* line 2398, app/assets/stylesheets/skins/default.scss */
html .inverted-secondary {
  background-color: #e36159;
}

/* line 2402, app/assets/stylesheets/skins/default.scss */
html .inverted-tertiary {
  background-color: #2baab1;
}

/* line 2406, app/assets/stylesheets/skins/default.scss */
html .inverted-quaternary {
  background-color: #383f48;
}

/* line 2410, app/assets/stylesheets/skins/default.scss */
html .inverted-dark {
  background-color: #212529;
}

/* line 2414, app/assets/stylesheets/skins/default.scss */
html .inverted-light {
  background-color: #ffffff;
}

/* line 2418, app/assets/stylesheets/skins/default.scss */
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #0074ad;
}

/* line 2423, app/assets/stylesheets/skins/default.scss */
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
  color: #eddfd4;
}

/* line 2429, app/assets/stylesheets/skins/default.scss */
.owl-carousel .owl-nav button[class*="owl-"] {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 2435, app/assets/stylesheets/skins/default.scss */
.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
  background-color: #3F8841;
  border-color: #00aaff #00aaff #eddfd4;
}

/* line 2441, app/assets/stylesheets/skins/default.scss */
.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
  background-color: #006ea6;
  background-image: none;
  border-color: #006699 #006699 #004466;
}

/* line 2448, app/assets/stylesheets/skins/default.scss */
.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: rgba(0, 136, 204, 0.4);
}

/* line 2452, app/assets/stylesheets/skins/default.scss */
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  color: #eddfd4 !important;
}

/* line 2457, app/assets/stylesheets/skins/default.scss */
.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
  border-color: #eddfd4;
}

/* line 2464, app/assets/stylesheets/skins/default.scss */
html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  color: #eddfd4;
}

/* line 2473, app/assets/stylesheets/skins/default.scss */
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #eddfd4;
}

/* line 2486, app/assets/stylesheets/skins/default.scss */
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom-color: #eddfd4;
}

/* line 2497, app/assets/stylesheets/skins/default.scss */
html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
  border-left-color: #eddfd4;
}

/* line 2508, app/assets/stylesheets/skins/default.scss */
html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
  border-right-color: #eddfd4;
}

/* line 2519, app/assets/stylesheets/skins/default.scss */
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
  border-top-color: #eddfd4;
  color: #eddfd4;
}

/* line 2531, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  color: #eddfd4;
}

/* line 2542, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #eddfd4;
}

/* line 2549, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #eddfd4;
  color: #eddfd4;
}

/* line 2565, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #eddfd4;
}

/* line 2584, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #eddfd4;
}

/* line 2595, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #eddfd4;
}

/* line 2606, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  color: #e36159;
}

/* line 2617, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #e36159;
}

/* line 2624, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #e36159;
  color: #e36159;
}

/* line 2640, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #e36159;
}

/* line 2659, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #e36159;
}

/* line 2670, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #e36159;
}

/* line 2681, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  color: #2baab1;
}

/* line 2692, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2baab1;
}

/* line 2699, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #2baab1;
  color: #2baab1;
}

/* line 2715, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #2baab1;
}

/* line 2734, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #2baab1;
}

/* line 2745, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #2baab1;
}

/* line 2756, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  color: #383f48;
}

/* line 2767, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #383f48;
}

/* line 2774, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #383f48;
  color: #383f48;
}

/* line 2790, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #383f48;
}

/* line 2809, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #383f48;
}

/* line 2820, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #383f48;
}

/* line 2831, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  color: #212529;
}

/* line 2842, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #212529;
}

/* line 2849, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #212529;
  color: #212529;
}

/* line 2865, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #212529;
}

/* line 2884, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #212529;
}

/* line 2895, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #212529;
}

/* line 2906, app/assets/stylesheets/skins/default.scss */
html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  color: #ffffff;
}

/* line 2917, app/assets/stylesheets/skins/default.scss */
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #ffffff;
}

/* line 2924, app/assets/stylesheets/skins/default.scss */
html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #ffffff;
  color: #ffffff;
}

/* line 2940, app/assets/stylesheets/skins/default.scss */
html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #ffffff;
}

/* line 2959, app/assets/stylesheets/skins/default.scss */
html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #ffffff;
}

/* line 2970, app/assets/stylesheets/skins/default.scss */
html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #ffffff;
}

/* line 2981, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
  border-right-color: #eddfd4;
  border-left-color: transparent;
}

/* line 2989, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
  border-right-color: transparent;
  border-left-color: #eddfd4;
}

/* line 2997, app/assets/stylesheets/skins/default.scss */
.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: #eddfd4;
  border-color: #eddfd4;
}

/* line 3005, app/assets/stylesheets/skins/default.scss */
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #eddfd4;
}

/* line 3012, app/assets/stylesheets/skins/default.scss */
.list.list-ordened li:before {
  color: #eddfd4;
  border-color: #eddfd4;
}

/* line 3017, app/assets/stylesheets/skins/default.scss */
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #eddfd4;
}

/* line 3021, app/assets/stylesheets/skins/default.scss */
html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #eddfd4;
  border-color: #eddfd4;
}

/* line 3029, app/assets/stylesheets/skins/default.scss */
html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #eddfd4;
  color: #ffffff;
}

/* line 3037, app/assets/stylesheets/skins/default.scss */
html .list-primary.list-ordened li:before {
  color: #eddfd4;
}

/* line 3041, app/assets/stylesheets/skins/default.scss */
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #eddfd4;
  color: #ffffff;
}

/* line 3046, app/assets/stylesheets/skins/default.scss */
html .list-secondary.list-icons li > [class*="fa-"]:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: #e36159;
  border-color: #e36159;
}

/* line 3054, app/assets/stylesheets/skins/default.scss */
html .list-secondary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #e36159;
  color: #ffffff;
}

/* line 3062, app/assets/stylesheets/skins/default.scss */
html .list-secondary.list-ordened li:before {
  color: #e36159;
}

/* line 3066, app/assets/stylesheets/skins/default.scss */
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #e36159;
  color: #ffffff;
}

/* line 3071, app/assets/stylesheets/skins/default.scss */
html .list-tertiary.list-icons li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: #2baab1;
  border-color: #2baab1;
}

/* line 3079, app/assets/stylesheets/skins/default.scss */
html .list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #2baab1;
  color: #ffffff;
}

/* line 3087, app/assets/stylesheets/skins/default.scss */
html .list-tertiary.list-ordened li:before {
  color: #2baab1;
}

/* line 3091, app/assets/stylesheets/skins/default.scss */
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #2baab1;
  color: #ffffff;
}

/* line 3096, app/assets/stylesheets/skins/default.scss */
html .list-quaternary.list-icons li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: #383f48;
  border-color: #383f48;
}

/* line 3104, app/assets/stylesheets/skins/default.scss */
html .list-quaternary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #383f48;
  color: #ffffff;
}

/* line 3112, app/assets/stylesheets/skins/default.scss */
html .list-quaternary.list-ordened li:before {
  color: #383f48;
}

/* line 3116, app/assets/stylesheets/skins/default.scss */
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #383f48;
  color: #ffffff;
}

/* line 3121, app/assets/stylesheets/skins/default.scss */
html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #212529;
  border-color: #212529;
}

/* line 3129, app/assets/stylesheets/skins/default.scss */
html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #212529;
  color: #ffffff;
}

/* line 3137, app/assets/stylesheets/skins/default.scss */
html .list-dark.list-ordened li:before {
  color: #212529;
}

/* line 3141, app/assets/stylesheets/skins/default.scss */
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #212529;
  color: #ffffff;
}

/* line 3146, app/assets/stylesheets/skins/default.scss */
html .list-light.list-icons li > [class*="fa-"]:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #ffffff;
  border-color: #ffffff;
}

/* line 3154, app/assets/stylesheets/skins/default.scss */
html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #ffffff;
  color: #777777;
}

/* line 3162, app/assets/stylesheets/skins/default.scss */
html .list-light.list-ordened li:before {
  color: #ffffff;
}

/* line 3166, app/assets/stylesheets/skins/default.scss */
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #ffffff;
  color: #777777;
}

/* line 3171, app/assets/stylesheets/skins/default.scss */
.parallax blockquote i.fa-quote-left {
  color: #eddfd4;
}

/* line 3175, app/assets/stylesheets/skins/default.scss */
section.video blockquote i.fa-quote-left {
  color: #eddfd4;
}

/* line 3179, app/assets/stylesheets/skins/default.scss */
.accordion .card-header a {
  color: #eddfd4;
}

/* line 3183, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-primary .card-header {
  background-color: #eddfd4 !important;
}

/* line 3187, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-primary .card-header a {
  color: #ffffff;
}

/* line 3191, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-secondary .card-header {
  background-color: #e36159 !important;
}

/* line 3195, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-secondary .card-header a {
  color: #ffffff;
}

/* line 3199, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-tertiary .card-header {
  background-color: #2baab1 !important;
}

/* line 3203, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-tertiary .card-header a {
  color: #ffffff;
}

/* line 3207, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-quaternary .card-header {
  background-color: #383f48 !important;
}

/* line 3211, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-quaternary .card-header a {
  color: #ffffff;
}

/* line 3215, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-dark .card-header {
  background-color: #212529 !important;
}

/* line 3219, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-dark .card-header a {
  color: #ffffff;
}

/* line 3223, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-light .card-header {
  background-color: #ffffff !important;
}

/* line 3227, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-light .card-header a {
  color: #777777;
}

/* line 3231, app/assets/stylesheets/skins/default.scss */
html .divider.divider-primary [class*="fa-"],
html .divider.divider-primary .icons {
  color: #eddfd4;
}

/* line 3236, app/assets/stylesheets/skins/default.scss */
html .divider.divider-primary.divider-small hr {
  background: #eddfd4;
}

/* line 3240, app/assets/stylesheets/skins/default.scss */
html .divider.divider-secondary [class*="fa-"],
html .divider.divider-secondary .icons {
  color: #e36159;
}

/* line 3245, app/assets/stylesheets/skins/default.scss */
html .divider.divider-secondary.divider-small hr {
  background: #e36159;
}

/* line 3249, app/assets/stylesheets/skins/default.scss */
html .divider.divider-tertiary [class*="fa-"],
html .divider.divider-tertiary .icons {
  color: #2baab1;
}

/* line 3254, app/assets/stylesheets/skins/default.scss */
html .divider.divider-tertiary.divider-small hr {
  background: #2baab1;
}

/* line 3258, app/assets/stylesheets/skins/default.scss */
html .divider.divider-quaternary [class*="fa-"],
html .divider.divider-quaternary .icons {
  color: #383f48;
}

/* line 3263, app/assets/stylesheets/skins/default.scss */
html .divider.divider-quaternary.divider-small hr {
  background: #383f48;
}

/* line 3267, app/assets/stylesheets/skins/default.scss */
html .divider.divider-dark [class*="fa-"],
html .divider.divider-dark .icons {
  color: #212529;
}

/* line 3272, app/assets/stylesheets/skins/default.scss */
html .divider.divider-dark.divider-small hr {
  background: #212529;
}

/* line 3276, app/assets/stylesheets/skins/default.scss */
html .divider.divider-light [class*="fa-"],
html .divider.divider-light .icons {
  color: #ffffff;
}

/* line 3281, app/assets/stylesheets/skins/default.scss */
html .divider.divider-light.divider-small hr {
  background: #ffffff;
}

/* line 3285, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-primary [class*="fa-"],
html .divider.divider-style-2.divider-primary .icons {
  background: #eddfd4;
  color: #ffffff;
}

/* line 3291, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-secondary [class*="fa-"],
html .divider.divider-style-2.divider-secondary .icons {
  background: #e36159;
  color: #ffffff;
}

/* line 3297, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-tertiary [class*="fa-"],
html .divider.divider-style-2.divider-tertiary .icons {
  background: #2baab1;
  color: #ffffff;
}

/* line 3303, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-quaternary [class*="fa-"],
html .divider.divider-style-2.divider-quaternary .icons {
  background: #383f48;
  color: #ffffff;
}

/* line 3309, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-dark [class*="fa-"],
html .divider.divider-style-2.divider-dark .icons {
  background: #212529;
  color: #ffffff;
}

/* line 3315, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-light [class*="fa-"],
html .divider.divider-style-2.divider-light .icons {
  background: #ffffff;
  color: #777777;
}

/* line 3321, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-primary [class*="fa-"],
html .divider.divider-style-3.divider-primary .icons {
  border-color: #eddfd4;
}

/* line 3326, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-secondary [class*="fa-"],
html .divider.divider-style-3.divider-secondary .icons {
  border-color: #e36159;
}

/* line 3331, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-tertiary [class*="fa-"],
html .divider.divider-style-3.divider-tertiary .icons {
  border-color: #2baab1;
}

/* line 3336, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-quaternary [class*="fa-"],
html .divider.divider-style-3.divider-quaternary .icons {
  border-color: #383f48;
}

/* line 3341, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-dark [class*="fa-"],
html .divider.divider-style-3.divider-dark .icons {
  border-color: #212529;
}

/* line 3346, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-light [class*="fa-"],
html .divider.divider-style-3.divider-light .icons {
  border-color: #ffffff;
}

/* line 3351, app/assets/stylesheets/skins/default.scss */
#header .tip {
  background: #eddfd4;
  color: #ffffff;
}

/* line 3356, app/assets/stylesheets/skins/default.scss */
#header .tip:before {
  border-right-color: #eddfd4;
  border-left-color: transparent;
}

/* line 3361, app/assets/stylesheets/skins/default.scss */
html #header .tip-primary {
  background: #eddfd4 !important;
  color: #ffffff !important;
}

/* line 3366, app/assets/stylesheets/skins/default.scss */
html #header .tip-primary:before {
  border-right-color: #eddfd4 !important;
}

/* line 3370, app/assets/stylesheets/skins/default.scss */
html #header .tip-secondary {
  background: #e36159 !important;
  color: #ffffff !important;
}

/* line 3375, app/assets/stylesheets/skins/default.scss */
html #header .tip-secondary:before {
  border-right-color: #e36159 !important;
}

/* line 3379, app/assets/stylesheets/skins/default.scss */
html #header .tip-tertiary {
  background: #2baab1 !important;
  color: #ffffff !important;
}

/* line 3384, app/assets/stylesheets/skins/default.scss */
html #header .tip-tertiary:before {
  border-right-color: #2baab1 !important;
}

/* line 3388, app/assets/stylesheets/skins/default.scss */
html #header .tip-quaternary {
  background: #383f48 !important;
  color: #ffffff !important;
}

/* line 3393, app/assets/stylesheets/skins/default.scss */
html #header .tip-quaternary:before {
  border-right-color: #383f48 !important;
}

/* line 3397, app/assets/stylesheets/skins/default.scss */
html #header .tip-dark {
  background: #212529 !important;
  color: #ffffff !important;
}

/* line 3402, app/assets/stylesheets/skins/default.scss */
html #header .tip-dark:before {
  border-right-color: #212529 !important;
}

/* line 3406, app/assets/stylesheets/skins/default.scss */
html #header .tip-light {
  background: #ffffff !important;
  color: #777777 !important;
}

/* line 3411, app/assets/stylesheets/skins/default.scss */
html #header .tip-light:before {
  border-right-color: #ffffff !important;
}

/* line 3415, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip:before {
  border-left-color: #eddfd4;
}

/* line 3419, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #eddfd4;
}

/* line 3423, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-primary:before {
  border-left-color: #eddfd4 !important;
  border-right-color: transparent !important;
}

/* line 3428, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-secondary:before {
  border-left-color: #e36159 !important;
  border-right-color: transparent !important;
}

/* line 3433, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-tertiary:before {
  border-left-color: #2baab1 !important;
  border-right-color: transparent !important;
}

/* line 3438, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-quaternary:before {
  border-left-color: #383f48 !important;
  border-right-color: transparent !important;
}

/* line 3443, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-dark:before {
  border-left-color: #212529 !important;
  border-right-color: transparent !important;
}

/* line 3448, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-light:before {
  border-left-color: #ffffff !important;
  border-right-color: transparent !important;
}

/* line 3453, app/assets/stylesheets/skins/default.scss */
#header .header-btn-collapse-nav {
  background: #eddfd4;
}

@media (min-width: 992px) {
  /* line 3458, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li > a {
    color: #eddfd4;
  }
  /* line 3462, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #eddfd4;
  }
  /* line 3467, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #eddfd4;
  }
  /* line 3471, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #eddfd4;
  }
  /* line 3476, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #eddfd4;
  }
  /* line 3480, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
    color: #eddfd4;
  }
  /* line 3484, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #eddfd4;
    color: #ffffff;
  }
  /* line 3489, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
  #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #eddfd4;
  }
  /* line 3494, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    background-color: #eddfd4;
  }
  /* line 3498, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
    color: #eddfd4;
  }
  /* line 3502, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #eddfd4;
  }
  /* line 3506, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #eddfd4;
  }
  /* line 3510, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #eddfd4 !important;
  }
  /* line 3514, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #eddfd4;
  }
  /* line 3518, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #eddfd4;
  }
  /* line 3522, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #eddfd4;
  }
  /* line 3526, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
    background: #eddfd4;
  }
  /* line 3530, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a,
  #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a {
    color: #eddfd4;
  }
  /* line 3535, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
    color: #eddfd4;
  }
  /* line 3539, app/assets/stylesheets/skins/default.scss */
  html.side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  html.side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
    border-left-color: #eddfd4;
  }
  /* line 3544, app/assets/stylesheets/skins/default.scss */
  html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
    border-right-color: #eddfd4;
  }
}

@media (min-width: 992px) {
  /* line 3551, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
    background-color: #eddfd4;
  }
  /* line 3555, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #007ebd;
  }
  /* line 3560, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
    background: #0092db;
  }
  /* line 3564, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
    border-bottom-color: #eddfd4;
    background: #eddfd4;
  }
  /* line 3570, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 3575, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    background: #eddfd4;
    color: #ffffff;
  }
  /* line 3580, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 3584, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    background: #eddfd4;
    color: #ffffff;
  }
  /* line 3589, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
    color: #eddfd4;
  }
  /* line 3594, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before {
    background-color: #eddfd4;
  }
  /* line 3599, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    color: #eddfd4;
  }
  /* line 3603, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
    background: #eddfd4;
  }
  /* line 3608, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    color: #eddfd4;
  }
  /* line 3612, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
    background-color: #eddfd4;
  }
  /* line 3616, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: #eddfd4;
  }
  /* line 3620, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
    color: #eddfd4;
  }
  /* line 3625, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    color: #eddfd4;
  }
  /* line 3629, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    color: #eddfd4;
  }
  /* line 3633, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
    background-color: #e36159;
  }
  /* line 3637, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #e1554c;
  }
  /* line 3642, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
    background: #e56d66;
  }
  /* line 3646, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
    border-bottom-color: #e36159;
    background: #e36159;
  }
  /* line 3652, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 3657, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    background: #e36159;
    color: #ffffff;
  }
  /* line 3662, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 3666, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
    background: #e36159;
    color: #ffffff;
  }
  /* line 3671, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
    color: #e36159;
  }
  /* line 3676, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover:before {
    background-color: #e36159;
  }
  /* line 3681, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    color: #e36159;
  }
  /* line 3685, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
    background: #e36159;
  }
  /* line 3690, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
    color: #e36159;
  }
  /* line 3694, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before {
    background-color: #e36159;
  }
  /* line 3698, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
    color: #e36159;
  }
  /* line 3702, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
    color: #e36159;
  }
  /* line 3707, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    color: #e36159;
  }
  /* line 3711, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
    color: #e36159;
  }
  /* line 3715, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
    background-color: #2baab1;
  }
  /* line 3719, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #289ea5;
  }
  /* line 3724, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
    background: #2eb6bd;
  }
  /* line 3728, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
    border-bottom-color: #2baab1;
    background: #2baab1;
  }
  /* line 3734, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 3739, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    background: #2baab1;
    color: #ffffff;
  }
  /* line 3744, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 3748, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
    background: #2baab1;
    color: #ffffff;
  }
  /* line 3753, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
    color: #2baab1;
  }
  /* line 3758, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover:before {
    background-color: #2baab1;
  }
  /* line 3763, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    color: #2baab1;
  }
  /* line 3767, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
    background: #2baab1;
  }
  /* line 3772, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
    color: #2baab1;
  }
  /* line 3776, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before {
    background-color: #2baab1;
  }
  /* line 3780, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
    color: #2baab1;
  }
  /* line 3784, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
    color: #2baab1;
  }
  /* line 3789, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    color: #2baab1;
  }
  /* line 3793, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
    color: #2baab1;
  }
  /* line 3797, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
    background-color: #383f48;
  }
  /* line 3801, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #31373f;
  }
  /* line 3806, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
    background: #3f4751;
  }
  /* line 3810, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
    border-bottom-color: #383f48;
    background: #383f48;
  }
  /* line 3816, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 3821, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    background: #383f48;
    color: #ffffff;
  }
  /* line 3826, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 3830, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
    background: #383f48;
    color: #ffffff;
  }
  /* line 3835, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
    color: #383f48;
  }
  /* line 3840, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover:before {
    background-color: #383f48;
  }
  /* line 3845, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    color: #383f48;
  }
  /* line 3849, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
    background: #383f48;
  }
  /* line 3854, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
    color: #383f48;
  }
  /* line 3858, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before {
    background-color: #383f48;
  }
  /* line 3862, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
    color: #383f48;
  }
  /* line 3866, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
    color: #383f48;
  }
  /* line 3871, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    color: #383f48;
  }
  /* line 3875, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
    color: #383f48;
  }
  /* line 3879, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
    background-color: #212529;
  }
  /* line 3883, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #1a1d21;
  }
  /* line 3888, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
    background: #282d31;
  }
  /* line 3892, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
    border-bottom-color: #212529;
    background: #212529;
  }
  /* line 3898, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 3903, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    background: #212529;
    color: #ffffff;
  }
  /* line 3908, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 3912, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
    background: #212529;
    color: #ffffff;
  }
  /* line 3917, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
    color: #212529;
  }
  /* line 3922, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover:before {
    background-color: #212529;
  }
  /* line 3927, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    color: #212529;
  }
  /* line 3931, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
    background: #212529;
  }
  /* line 3936, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
    color: #212529;
  }
  /* line 3940, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active:before {
    background-color: #212529;
  }
  /* line 3944, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
    color: #212529;
  }
  /* line 3948, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
    color: #212529;
  }
  /* line 3953, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    color: #212529;
  }
  /* line 3957, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
    color: #212529;
  }
  /* line 3961, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
    background-color: #ffffff;
  }
  /* line 3965, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
    color: #777777;
    border-bottom-color: #f7f7f7;
  }
  /* line 3970, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
    background: #ffffff;
  }
  /* line 3974, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
    border-bottom-color: #ffffff;
    background: #ffffff;
  }
  /* line 3980, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
    color: #777777;
    opacity: 0.70;
  }
  /* line 3985, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    background: #ffffff;
    color: #777777;
  }
  /* line 3990, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
    color: #777777;
  }
  /* line 3994, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
    background: #ffffff;
    color: #777777;
  }
  /* line 3999, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
    color: #ffffff;
  }
  /* line 4004, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover:before {
    background-color: #ffffff;
  }
  /* line 4009, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    color: #ffffff;
  }
  /* line 4013, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
    background: #ffffff;
  }
  /* line 4018, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
    color: #ffffff;
  }
  /* line 4022, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active:before {
    background-color: #ffffff;
  }
  /* line 4026, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
    color: #ffffff;
  }
  /* line 4030, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
    color: #ffffff;
  }
  /* line 4035, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    color: #ffffff;
  }
  /* line 4039, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  /* line 4045, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a,
  html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
    color: #eddfd4 !important;
  }
  /* line 4050, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active,
  html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
    color: #eddfd4 !important;
  }
}

@media (max-width: 991px) {
  /* line 4057, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #eddfd4;
  }
  /* line 4061, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
    color: #eddfd4;
  }
  /* line 4065, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
    background: #eddfd4;
  }
  /* line 4069, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus,
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
    background: #eddfd4;
  }
  /* line 4074, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    background: #eddfd4;
  }
  /* line 4078, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus,
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
    background: #eddfd4;
  }
  /* line 4083, app/assets/stylesheets/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    color: #eddfd4 !important;
  }
  /* line 4087, app/assets/stylesheets/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
    background-color: #eddfd4;
  }
  /* line 4091, app/assets/stylesheets/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
    color: #eddfd4 !important;
  }
  /* line 4095, app/assets/stylesheets/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
    color: #eddfd4 !important;
  }
}

@media (max-width: 991px) {
  /* line 4101, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
    color: #eddfd4;
  }
  /* line 4105, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
    background: #eddfd4 !important;
    color: #ffffff !important;
  }
  /* line 4110, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
    color: #e36159;
  }
  /* line 4114, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
    background: #e36159 !important;
    color: #ffffff !important;
  }
  /* line 4119, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
    color: #2baab1;
  }
  /* line 4123, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
    background: #2baab1 !important;
    color: #ffffff !important;
  }
  /* line 4128, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
    color: #383f48;
  }
  /* line 4132, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
    background: #383f48 !important;
    color: #ffffff !important;
  }
}

/* line 4138, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary {
  background: #eddfd4;
  border-top-color: #0077b3;
}

/* line 4143, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #0099e6;
}

/* line 4147, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
  background: #0099e6;
}

/* line 4154, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary .dropdown-menu {
  background: #0099e6;
  border-color: #0099e6;
}

/* line 4159, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
  background: #00aaff !important;
}

/* line 4164, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary {
  background: #e36159;
  border-top-color: #df4c43;
}

/* line 4169, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  background: #e7766f;
}

/* line 4173, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
  background: #e7766f;
}

/* line 4180, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary .dropdown-menu {
  background: #e7766f;
  border-color: #e7766f;
}

/* line 4185, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
  background: #ea8b85 !important;
}

/* line 4190, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary {
  background: #2baab1;
  border-top-color: #26969c;
}

/* line 4195, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  background: #30bec6;
}

/* line 4199, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
  background: #30bec6;
}

/* line 4206, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary .dropdown-menu {
  background: #30bec6;
  border-color: #30bec6;
}

/* line 4211, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
  background: #3fc9d0 !important;
}

/* line 4216, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary {
  background: #383f48;
  border-top-color: #2d323a;
}

/* line 4221, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
  background: #434c56;
}

/* line 4225, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
  background: #434c56;
}

/* line 4232, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary .dropdown-menu {
  background: #434c56;
  border-color: #434c56;
}

/* line 4237, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
  background: #4e5865 !important;
}

/* line 4242, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark {
  background: #212529;
  border-top-color: #16181b;
}

/* line 4247, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  background: #2c3237;
}

/* line 4251, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
  background: #2c3237;
}

/* line 4258, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark .dropdown-menu {
  background: #2c3237;
  border-color: #2c3237;
}

/* line 4263, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
  background: #383f45 !important;
}

/* line 4268, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light {
  background: #ffffff;
  border-top-color: #f2f2f2;
}

/* line 4273, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
  background: #ffffff;
}

/* line 4277, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
  background: #ffffff;
}

/* line 4284, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light .dropdown-menu {
  background: #ffffff;
  border-color: #ffffff;
}

/* line 4289, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
  background: #ffffff !important;
}

@media (min-width: 992px) {
  /* line 4295, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-primary {
    background: #eddfd4 !important;
    color: #ffffff !important;
  }
  /* line 4300, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-secondary {
    background: #e36159 !important;
    color: #ffffff !important;
  }
  /* line 4305, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-tertiary {
    background: #2baab1 !important;
    color: #ffffff !important;
  }
  /* line 4310, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-quaternary {
    background: #383f48 !important;
    color: #ffffff !important;
  }
  /* line 4315, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-dark {
    background: #212529 !important;
    color: #ffffff !important;
  }
  /* line 4320, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-light {
    background: #ffffff !important;
    color: #777777 !important;
  }
}

@media (min-width: 992px) {
  /* line 4327, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    color: #eddfd4;
  }
  /* line 4332, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #eddfd4;
  }
}

/* line 4337, app/assets/stylesheets/skins/default.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
  border-bottom-color: #eddfd4;
}

/* line 4341, app/assets/stylesheets/skins/default.scss */
.testimonial blockquote {
  background: #0099e6;
}

/* line 4345, app/assets/stylesheets/skins/default.scss */
.testimonial .testimonial-arrow-down {
  border-top-color: #0099e6;
}

/* line 4349, app/assets/stylesheets/skins/default.scss */
html .testimonial-primary blockquote {
  background: #0099e6;
}

/* line 4353, app/assets/stylesheets/skins/default.scss */
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #0099e6;
}

/* line 4357, app/assets/stylesheets/skins/default.scss */
html .testimonial-primary.testimonial-style-7 {
  background: #0099e6;
}

/* line 4361, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-primary blockquote:before,
html .testimonial-quotes-primary blockquote:after {
  color: #eddfd4 !important;
}

/* line 4366, app/assets/stylesheets/skins/default.scss */
html .testimonial-secondary blockquote {
  background: #e7766f;
}

/* line 4370, app/assets/stylesheets/skins/default.scss */
html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #e7766f;
}

/* line 4374, app/assets/stylesheets/skins/default.scss */
html .testimonial-secondary.testimonial-style-7 {
  background: #e7766f;
}

/* line 4378, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-secondary blockquote:before,
html .testimonial-quotes-secondary blockquote:after {
  color: #eddfd4 !important;
}

/* line 4383, app/assets/stylesheets/skins/default.scss */
html .testimonial-tertiary blockquote {
  background: #30bec6;
}

/* line 4387, app/assets/stylesheets/skins/default.scss */
html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}

/* line 4391, app/assets/stylesheets/skins/default.scss */
html .testimonial-tertiary.testimonial-style-7 {
  background: #30bec6;
}

/* line 4395, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-tertiary blockquote:before,
html .testimonial-quotes-tertiary blockquote:after {
  color: #eddfd4 !important;
}

/* line 4400, app/assets/stylesheets/skins/default.scss */
html .testimonial-quaternary blockquote {
  background: #434c56;
}

/* line 4404, app/assets/stylesheets/skins/default.scss */
html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}

/* line 4408, app/assets/stylesheets/skins/default.scss */
html .testimonial-quaternary.testimonial-style-7 {
  background: #434c56;
}

/* line 4412, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-quaternary blockquote:before,
html .testimonial-quotes-quaternary blockquote:after {
  color: #eddfd4 !important;
}

/* line 4417, app/assets/stylesheets/skins/default.scss */
html .testimonial-dark blockquote {
  background: #2c3237;
}

/* line 4421, app/assets/stylesheets/skins/default.scss */
html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}

/* line 4425, app/assets/stylesheets/skins/default.scss */
html .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}

/* line 4429, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-dark blockquote:before,
html .testimonial-quotes-dark blockquote:after {
  color: #eddfd4 !important;
}

/* line 4434, app/assets/stylesheets/skins/default.scss */
html .testimonial-light blockquote {
  background: #ffffff;
}

/* line 4438, app/assets/stylesheets/skins/default.scss */
html .testimonial-light .testimonial-arrow-down {
  border-top-color: #ffffff;
}

/* line 4442, app/assets/stylesheets/skins/default.scss */
html .testimonial-light.testimonial-style-7 {
  background: #ffffff;
}

/* line 4446, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-light blockquote:before,
html .testimonial-quotes-light blockquote:after {
  color: #eddfd4 !important;
}

/* line 4451, app/assets/stylesheets/skins/default.scss */
.circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons {
  color: #eddfd4;
}

/* line 4456, app/assets/stylesheets/skins/default.scss */
html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #eddfd4;
}

/* line 4462, app/assets/stylesheets/skins/default.scss */
html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: #e36159;
}

/* line 4468, app/assets/stylesheets/skins/default.scss */
html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
  color: #2baab1;
}

/* line 4474, app/assets/stylesheets/skins/default.scss */
html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
  color: #383f48;
}

/* line 4480, app/assets/stylesheets/skins/default.scss */
html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: #212529;
}

/* line 4486, app/assets/stylesheets/skins/default.scss */
html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: #ffffff;
}

/* line 4492, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-primary > span > span {
  color: #eddfd4;
}

/* line 4496, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-secondary > span > span {
  color: #e36159;
}

/* line 4500, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-tertiary > span > span {
  color: #2baab1;
}

/* line 4504, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-quaternary > span > span {
  color: #383f48;
}

/* line 4508, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-dark > span > span {
  color: #212529;
}

/* line 4512, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-light > span > span {
  color: #ffffff;
}

/* line 4516, app/assets/stylesheets/skins/default.scss */
.icon-featured {
  background-color: #eddfd4;
}

/* line 4520, app/assets/stylesheets/skins/default.scss */
html .featured-box-primary .icon-featured {
  background-color: #eddfd4;
}

/* line 4524, app/assets/stylesheets/skins/default.scss */
html .featured-box-primary h4 {
  color: #eddfd4;
}

/* line 4528, app/assets/stylesheets/skins/default.scss */
html .featured-box-primary .box-content {
  border-top-color: #eddfd4;
}

/* line 4532, app/assets/stylesheets/skins/default.scss */
html .featured-box-primary .box-content-border-bottom {
  border-bottom-color: #eddfd4;
}

/* line 4536, app/assets/stylesheets/skins/default.scss */
html .featured-box-secondary .icon-featured {
  background-color: #e36159;
}

/* line 4540, app/assets/stylesheets/skins/default.scss */
html .featured-box-secondary h4 {
  color: #e36159;
}

/* line 4544, app/assets/stylesheets/skins/default.scss */
html .featured-box-secondary .box-content {
  border-top-color: #e36159;
}

/* line 4548, app/assets/stylesheets/skins/default.scss */
html .featured-box-secondary .box-content-border-bottom {
  border-bottom-color: #e36159;
}

/* line 4552, app/assets/stylesheets/skins/default.scss */
html .featured-box-tertiary .icon-featured {
  background-color: #2baab1;
}

/* line 4556, app/assets/stylesheets/skins/default.scss */
html .featured-box-tertiary h4 {
  color: #2baab1;
}

/* line 4560, app/assets/stylesheets/skins/default.scss */
html .featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}

/* line 4564, app/assets/stylesheets/skins/default.scss */
html .featured-box-tertiary .box-content-border-bottom {
  border-bottom-color: #2baab1;
}

/* line 4568, app/assets/stylesheets/skins/default.scss */
html .featured-box-quaternary .icon-featured {
  background-color: #383f48;
}

/* line 4572, app/assets/stylesheets/skins/default.scss */
html .featured-box-quaternary h4 {
  color: #383f48;
}

/* line 4576, app/assets/stylesheets/skins/default.scss */
html .featured-box-quaternary .box-content {
  border-top-color: #383f48;
}

/* line 4580, app/assets/stylesheets/skins/default.scss */
html .featured-box-quaternary .box-content-border-bottom {
  border-bottom-color: #383f48;
}

/* line 4584, app/assets/stylesheets/skins/default.scss */
html .featured-box-dark .icon-featured {
  background-color: #212529;
}

/* line 4588, app/assets/stylesheets/skins/default.scss */
html .featured-box-dark h4 {
  color: #212529;
}

/* line 4592, app/assets/stylesheets/skins/default.scss */
html .featured-box-dark .box-content {
  border-top-color: #212529;
}

/* line 4596, app/assets/stylesheets/skins/default.scss */
html .featured-box-dark .box-content-border-bottom {
  border-bottom-color: #212529;
}

/* line 4600, app/assets/stylesheets/skins/default.scss */
html .featured-box-light .icon-featured {
  background-color: #ffffff;
}

/* line 4604, app/assets/stylesheets/skins/default.scss */
html .featured-box-light h4 {
  color: #ffffff;
}

/* line 4608, app/assets/stylesheets/skins/default.scss */
html .featured-box-light .box-content {
  border-top-color: #ffffff;
}

/* line 4612, app/assets/stylesheets/skins/default.scss */
html .featured-box-light .box-content-border-bottom {
  border-bottom-color: #ffffff;
}

/* line 4616, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #eddfd4;
  color: #eddfd4;
}

/* line 4621, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}

/* line 4626, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}

/* line 4631, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}

/* line 4636, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}

/* line 4641, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}

/* line 4646, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #eddfd4;
  color: #eddfd4;
}

/* line 4651, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}

/* line 4656, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}

/* line 4661, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}

/* line 4666, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}

/* line 4671, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}

/* line 4676, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #eddfd4;
}

/* line 4680, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}

/* line 4684, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}

/* line 4688, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}

/* line 4692, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}

/* line 4696, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}

/* line 4700, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #eddfd4;
}

/* line 4704, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}

/* line 4708, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}

/* line 4712, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}

/* line 4716, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}

/* line 4720, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}

/* line 4724, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #eddfd4;
}

/* line 4728, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}

/* line 4732, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}

/* line 4736, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}

/* line 4740, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}

/* line 4744, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}

/* line 4748, app/assets/stylesheets/skins/default.scss */
.featured-boxes-modern-style-primary .featured-box {
  background: #eddfd4;
  background: linear-gradient(135deg, #eddfd4 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$pole-skin-primary-color', endColorstr='#383f48', GradientType=1);
}

/* line 4754, app/assets/stylesheets/skins/default.scss */
.featured-boxes-modern-style-secondary .featured-box {
  background: #e36159;
  background: linear-gradient(135deg, #e36159 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36159', endColorstr='#383f48', GradientType=1);
}

/* line 4760, app/assets/stylesheets/skins/default.scss */
.featured-boxes-modern-style-tertiary .featured-box {
  background: #2baab1;
  background: linear-gradient(135deg, #2baab1 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2baab1', endColorstr='#383f48', GradientType=1);
}

/* line 4766, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #eddfd4;
  box-shadow: 0 0 0 3px #eddfd4;
}

/* line 4771, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #e36159;
  box-shadow: 0 0 0 3px #e36159;
}

/* line 4776, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #2baab1;
  box-shadow: 0 0 0 3px #2baab1;
}

/* line 4781, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #383f48;
  box-shadow: 0 0 0 3px #383f48;
}

/* line 4786, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #212529;
  box-shadow: 0 0 0 3px #212529;
}

/* line 4791, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
}

/* line 4796, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #eddfd4;
  box-shadow: 0 0 0 10px #eddfd4;
}

/* line 4801, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #eddfd4 !important;
}

/* line 4805, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #e36159;
  box-shadow: 0 0 0 10px #e36159;
}

/* line 4810, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #e36159 !important;
}

/* line 4814, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #2baab1;
  box-shadow: 0 0 0 10px #2baab1;
}

/* line 4819, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2baab1 !important;
}

/* line 4823, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #383f48;
  box-shadow: 0 0 0 10px #383f48;
}

/* line 4828, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}

/* line 4832, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #212529;
  box-shadow: 0 0 0 10px #212529;
}

/* line 4837, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #212529 !important;
}

/* line 4841, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 10px #ffffff;
}

/* line 4846, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #ffffff !important;
}

/* line 4850, app/assets/stylesheets/skins/default.scss */
.feature-box .feature-box-icon {
  background-color: #eddfd4;
}

/* line 4854, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary .feature-box-icon {
  background-color: #eddfd4;
}

/* line 4858, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary .feature-box-icon {
  background-color: #e36159;
}

/* line 4862, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary .feature-box-icon {
  background-color: #2baab1;
}

/* line 4866, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary .feature-box-icon {
  background-color: #383f48;
}

/* line 4870, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark .feature-box-icon {
  background-color: #212529;
}

/* line 4874, app/assets/stylesheets/skins/default.scss */
html .feature-box-light .feature-box-icon {
  background-color: #ffffff;
}

/* line 4878, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 4883, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 4888, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #e36159;
}

/* line 4893, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 4898, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #383f48;
}

/* line 4903, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #212529;
}

/* line 4908, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 4913, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #eddfd4;
}

/* line 4917, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 4922, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #eddfd4;
}

/* line 4926, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 4931, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #e36159;
}

/* line 4935, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #e36159;
}

/* line 4940, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #2baab1;
}

/* line 4944, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 4949, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #383f48;
}

/* line 4953, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #383f48;
}

/* line 4958, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #212529;
}

/* line 4962, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #212529;
}

/* line 4967, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #ffffff;
}

/* line 4971, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 4976, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 4981, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 4986, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #e36159;
}

/* line 4991, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 4996, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #383f48;
}

/* line 5001, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #212529;
}

/* line 5006, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 5011, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-5 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 5016, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 5021, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
  color: #e36159;
}

/* line 5026, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 5031, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
  color: #383f48;
}

/* line 5036, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
  color: #212529;
}

/* line 5041, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 5046, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 5051, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
  color: #e36159;
}

/* line 5056, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 5061, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
  color: #383f48;
}

/* line 5066, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
  color: #212529;
}

/* line 5071, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 5076, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
  background-color: #006699;
}

/* line 5080, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
  background-color: #0077b3;
}

/* line 5084, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
  background-color: #eddfd4;
}

/* line 5088, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
  background-color: #0099e6;
}

/* line 5092, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
  background-color: #00aaff;
}

/* line 5096, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
  background-color: #1ab2ff;
}

/* line 5100, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-primary {
  background-color: #eddfd4;
  color: #ffffff;
}

/* line 5105, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #e36159;
  color: #ffffff;
}

/* line 5110, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #2baab1;
  color: #ffffff;
}

/* line 5115, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #383f48;
  color: #ffffff;
}

/* line 5120, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-dark {
  background-color: #212529;
  color: #ffffff;
}

/* line 5125, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-light {
  background-color: #ffffff;
  color: #777777;
}

/* line 5130, app/assets/stylesheets/skins/default.scss */
.pricing-table .most-popular {
  border-color: #eddfd4;
}

/* line 5134, app/assets/stylesheets/skins/default.scss */
.pricing-table .most-popular h3 {
  background-color: #eddfd4;
}

/* line 5138, app/assets/stylesheets/skins/default.scss */
.pricing-table.princig-table-flat .plan h3 {
  background-color: #eddfd4;
}

/* line 5142, app/assets/stylesheets/skins/default.scss */
.pricing-table.princig-table-flat .plan h3 span {
  background: #eddfd4;
}

/* line 5146, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-primary {
  border-top-color: #eddfd4;
}

/* line 5150, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-primary {
  background: #eddfd4;
}

/* line 5154, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-primary {
  border-color: #eddfd4;
}

/* line 5158, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-primary {
  background: #eddfd4;
}

/* line 5162, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #ffffff;
}

/* line 5167, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}

/* line 5171, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}

/* line 5175, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-secondary {
  border-color: #e36159;
}

/* line 5179, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}

/* line 5183, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #ffffff;
}

/* line 5188, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-tertiary {
  border-top-color: #2baab1;
}

/* line 5192, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}

/* line 5196, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-tertiary {
  border-color: #2baab1;
}

/* line 5200, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}

/* line 5204, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: #ffffff;
}

/* line 5209, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-quaternary {
  border-top-color: #383f48;
}

/* line 5213, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}

/* line 5217, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-quaternary {
  border-color: #383f48;
}

/* line 5221, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}

/* line 5225, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: #ffffff;
}

/* line 5230, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-dark {
  border-top-color: #212529;
}

/* line 5234, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-dark {
  background: #212529;
}

/* line 5238, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-dark {
  border-color: #212529;
}

/* line 5242, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-dark {
  background: #212529;
}

/* line 5246, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #ffffff;
}

/* line 5251, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-light {
  border-top-color: #ffffff;
}

/* line 5255, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-light {
  background: #ffffff;
}

/* line 5259, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-light {
  border-color: #ffffff;
}

/* line 5263, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-light {
  background: #ffffff;
}

/* line 5267, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777777;
}

/* line 5272, app/assets/stylesheets/skins/default.scss */
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #eddfd4;
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #eddfd4;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #eddfd4;
}

/* line 5279, app/assets/stylesheets/skins/default.scss */
ul.history li .featured-box .box-content {
  border-top-color: #eddfd4;
}

/* line 5283, app/assets/stylesheets/skins/default.scss */
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #eddfd4;
}

/* line 5288, app/assets/stylesheets/skins/default.scss */
.recent-posts .date .day,
article.post .post-date .day {
  color: #eddfd4;
}

/* line 5293, app/assets/stylesheets/skins/default.scss */
.slider .tp-bannertimer {
  background-color: #eddfd4;
}

/* line 5297, app/assets/stylesheets/skins/default.scss */
.home-concept strong {
  color: #eddfd4;
}

/* line 5301, app/assets/stylesheets/skins/default.scss */
html .home-intro-primary {
  background: #eddfd4;
}

/* line 5305, app/assets/stylesheets/skins/default.scss */
html .home-intro-secondary {
  background: #e36159;
}

/* line 5309, app/assets/stylesheets/skins/default.scss */
html .home-intro-tertiary {
  background: #2baab1;
}

/* line 5313, app/assets/stylesheets/skins/default.scss */
html .home-intro-quaternary {
  background: #383f48;
}

/* line 5317, app/assets/stylesheets/skins/default.scss */
html .home-intro-dark {
  background: #212529;
}

/* line 5321, app/assets/stylesheets/skins/default.scss */
html .home-intro-light {
  background: #ffffff;
}

/* line 5325, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-primary .slotholder:after {
  background-color: #eddfd4 !important;
}

/* line 5329, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-primary {
  background: #eddfd4;
}

/* line 5333, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(0, 136, 204, 0.4);
}

/* line 5337, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-primary .tp-bullet:hover,
html .tp-bullets.bullets-color-primary .tp-bullet.selected {
  background: #eddfd4;
}

/* line 5342, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-secondary .slotholder:after {
  background-color: #e36159 !important;
}

/* line 5346, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-secondary {
  background: #e36159;
}

/* line 5350, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(227, 97, 89, 0.4);
}

/* line 5354, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-secondary .tp-bullet:hover,
html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
  background: #e36159;
}

/* line 5359, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-tertiary .slotholder:after {
  background-color: #2baab1 !important;
}

/* line 5363, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-tertiary {
  background: #2baab1;
}

/* line 5367, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(43, 170, 177, 0.4);
}

/* line 5371, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-tertiary .tp-bullet:hover,
html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
  background: #2baab1;
}

/* line 5376, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-quaternary .slotholder:after {
  background-color: #383f48 !important;
}

/* line 5380, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-quaternary {
  background: #383f48;
}

/* line 5384, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(56, 63, 72, 0.4);
}

/* line 5388, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-quaternary .tp-bullet:hover,
html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
  background: #383f48;
}

/* line 5393, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-dark .slotholder:after {
  background-color: #212529 !important;
}

/* line 5397, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-dark {
  background: #212529;
}

/* line 5401, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(33, 37, 41, 0.4);
}

/* line 5405, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-dark .tp-bullet:hover,
html .tp-bullets.bullets-color-dark .tp-bullet.selected {
  background: #212529;
}

/* line 5410, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-light .slotholder:after {
  background-color: #ffffff !important;
}

/* line 5414, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-light {
  background: #ffffff;
}

/* line 5418, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4);
}

/* line 5422, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-light .tp-bullet:hover,
html .tp-bullets.bullets-color-light .tp-bullet.selected {
  background: #ffffff;
}

/* line 5427, app/assets/stylesheets/skins/default.scss */
html .slide-overlay.slide-overlay-gradient .slotholder:after {
  background-color: #2baab1 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#2baab1), to(#383f48)) !important;
  background-image: linear-gradient(to right, #2baab1 0%, #383f48 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2baab1', endColorstr='#383f48', GradientType=1);
}

/* line 5434, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 5441, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
  background-color: #3F8841;
  border-color: #00aaff #00aaff #eddfd4;
  color: #ffffff;
}

/* line 5450, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 5458, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
}

/* line 5466, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
}

/* line 5475, app/assets/stylesheets/skins/default.scss */
.tparrows.arrows-primary:before {
  color: #eddfd4;
}

/* line 5479, app/assets/stylesheets/skins/default.scss */
.shop .products .product .onsale {
  background-color: #eddfd4;
  border-bottom-color: #006da3;
}

/* line 5484, app/assets/stylesheets/skins/default.scss */
.shop .star-rating span,
.shop .cart-totals tr.total .amount {
  color: #eddfd4;
}

/* line 5489, app/assets/stylesheets/skins/default.scss */
#footer .footer-ribbon {
  background: #eddfd4;
}

/* line 5493, app/assets/stylesheets/skins/default.scss */
#footer .footer-ribbon:before {
  border-right-color: #005580;
  border-left-color: #005580;
}

/* line 5498, app/assets/stylesheets/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
  color: #eddfd4 !important;
}

/* line 5502, app/assets/stylesheets/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
  background: #eddfd4 !important;
}

/* line 5506, app/assets/stylesheets/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
  color: #eddfd4 !important;
}

/* line 5510, app/assets/stylesheets/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
  background: #eddfd4 !important;
}

/* line 5514, app/assets/stylesheets/skins/default.scss */
.scrollable.colored-slider .scrollable-slider {
  background: #eddfd4;
}

/* line 5518, app/assets/stylesheets/skins/default.scss */
.sample-icon-list .sample-icon a:hover {
  background-color: #eddfd4;
}

/* line 5522, app/assets/stylesheets/skins/default.scss */
html.boxed .body {
  border-top-color: #eddfd4;
}

/* line 5524, app/assets/stylesheets/skins/default.scss */
a {
  color: #eddfd4;
}

/* line 5528, app/assets/stylesheets/skins/default.scss */
a:hover {
  color: #0099e6;
}

/* line 5532, app/assets/stylesheets/skins/default.scss */
a:focus {
  color: #0099e6;
}

/* line 5536, app/assets/stylesheets/skins/default.scss */
a:active {
  color: #0077b3;
}

/* line 5540, app/assets/stylesheets/skins/default.scss */
html .text-color-primary,
html .text-primary {
  color: #eddfd4 !important;
}

/* line 5545, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
  color: #eddfd4 !important;
}

/* line 5550, app/assets/stylesheets/skins/default.scss */
html .text-color-secondary,
html .text-secondary {
  color: #e36159 !important;
}

/* line 5555, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
  color: #e36159 !important;
}

/* line 5560, app/assets/stylesheets/skins/default.scss */
html .text-color-tertiary,
html .text-tertiary {
  color: #2baab1 !important;
}

/* line 5565, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
  color: #2baab1 !important;
}

/* line 5570, app/assets/stylesheets/skins/default.scss */
html .text-color-quaternary,
html .text-quaternary {
  color: #383f48 !important;
}

/* line 5575, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
  color: #383f48 !important;
}

/* line 5580, app/assets/stylesheets/skins/default.scss */
html .text-color-dark,
html .text-dark {
  color: #212529 !important;
}

/* line 5585, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
  color: #212529 !important;
}

/* line 5590, app/assets/stylesheets/skins/default.scss */
html .text-color-light,
html .text-light {
  color: #ffffff !important;
}

/* line 5595, app/assets/stylesheets/skins/default.scss */
html .text-color-hover-light:hover,
html .text-hover-light:hover {
  color: #ffffff !important;
}

/* line 5600, app/assets/stylesheets/skins/default.scss */
.gradient-text-color {
  color: #eddfd4;
  background: -webkit-gradient(linear, left top, right bottom, from(#eddfd4), to(#e36159));
  background: linear-gradient(to bottom right, #eddfd4, #e36159);
  background-image: -webkit-gradient(linear, left top, right top, from(#eddfd4), to(#e36159));
  background-image: linear-gradient(to right, #eddfd4, #e36159);
}

/* line 5608, app/assets/stylesheets/skins/default.scss */
html .bg-color-primary,
html .bg-primary {
  background-color: #eddfd4 !important;
}

/* line 5613, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
  background-color: #eddfd4 !important;
}

/* line 5618, app/assets/stylesheets/skins/default.scss */
html .bg-color-secondary,
html .bg-secondary {
  background-color: #e36159 !important;
}

/* line 5623, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
  background-color: #e36159 !important;
}

/* line 5628, app/assets/stylesheets/skins/default.scss */
html .bg-color-tertiary,
html .bg-tertiary {
  background-color: #2baab1 !important;
}

/* line 5633, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
  background-color: #2baab1 !important;
}

/* line 5638, app/assets/stylesheets/skins/default.scss */
html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #383f48 !important;
}

/* line 5643, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
  background-color: #383f48 !important;
}

/* line 5648, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark,
html .bg-dark {
  background-color: #212529 !important;
}

/* line 5653, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
  background-color: #212529 !important;
}

/* line 5658, app/assets/stylesheets/skins/default.scss */
html .bg-color-light,
html .bg-light {
  background-color: #ffffff !important;
}

/* line 5663, app/assets/stylesheets/skins/default.scss */
html .bg-color-hover-light:hover,
html .bg-hover-light:hover {
  background-color: #ffffff !important;
}

/* Color Transition */
@-webkit-keyframes colorTransition {
  0% {
    background-color: #eddfd4;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2baab1;
  }
  100% {
    background-color: #383f48;
  }
}

@keyframes colorTransition {
  0% {
    background-color: #eddfd4;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2baab1;
  }
  100% {
    background-color: #383f48;
  }
}

/* line 5704, app/assets/stylesheets/skins/default.scss */
html .border-color-primary {
  border-color: #eddfd4 !important;
}

/* line 5708, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-primary:hover {
  border-color: #eddfd4 !important;
}

/* line 5712, app/assets/stylesheets/skins/default.scss */
html .border-color-secondary {
  border-color: #e36159 !important;
}

/* line 5716, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-secondary:hover {
  border-color: #e36159 !important;
}

/* line 5720, app/assets/stylesheets/skins/default.scss */
html .border-color-tertiary {
  border-color: #2baab1 !important;
}

/* line 5724, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-tertiary:hover {
  border-color: #2baab1 !important;
}

/* line 5728, app/assets/stylesheets/skins/default.scss */
html .border-color-quaternary {
  border-color: #383f48 !important;
}

/* line 5732, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-quaternary:hover {
  border-color: #383f48 !important;
}

/* line 5736, app/assets/stylesheets/skins/default.scss */
html .border-color-dark {
  border-color: #212529 !important;
}

/* line 5740, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-dark:hover {
  border-color: #212529 !important;
}

/* line 5744, app/assets/stylesheets/skins/default.scss */
html .border-color-light {
  border-color: #ffffff !important;
}

/* line 5748, app/assets/stylesheets/skins/default.scss */
html .border-color-hover-light:hover {
  border-color: #ffffff !important;
}

/* line 5752, app/assets/stylesheets/skins/default.scss */
.alternative-font {
  color: #eddfd4;
}

/* line 5756, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-primary:before {
  -webkit-box-shadow: 0 30px 90px #eddfd4 !important;
  box-shadow: 0 30px 90px #eddfd4 !important;
}

/* line 5761, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-secondary:before {
  -webkit-box-shadow: 0 30px 90px #e36159 !important;
  box-shadow: 0 30px 90px #e36159 !important;
}

/* line 5766, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-tertiary:before {
  -webkit-box-shadow: 0 30px 90px #2baab1 !important;
  box-shadow: 0 30px 90px #2baab1 !important;
}

/* line 5771, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-quaternary:before {
  -webkit-box-shadow: 0 30px 90px #383f48 !important;
  box-shadow: 0 30px 90px #383f48 !important;
}

/* line 5776, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-dark:before {
  -webkit-box-shadow: 0 30px 90px #212529 !important;
  box-shadow: 0 30px 90px #212529 !important;
}

/* line 5781, app/assets/stylesheets/skins/default.scss */
html .box-shadow-1-light:before {
  -webkit-box-shadow: 0 30px 90px #ffffff !important;
  box-shadow: 0 30px 90px #ffffff !important;
}

/* line 5786, app/assets/stylesheets/skins/default.scss */
html .blockquote-primary {
  border-color: #eddfd4 !important;
}

/* line 5790, app/assets/stylesheets/skins/default.scss */
html .blockquote-secondary {
  border-color: #e36159 !important;
}

/* line 5794, app/assets/stylesheets/skins/default.scss */
html .blockquote-tertiary {
  border-color: #2baab1 !important;
}

/* line 5798, app/assets/stylesheets/skins/default.scss */
html .blockquote-quaternary {
  border-color: #383f48 !important;
}

/* line 5802, app/assets/stylesheets/skins/default.scss */
html .blockquote-dark {
  border-color: #212529 !important;
}

/* line 5806, app/assets/stylesheets/skins/default.scss */
html .blockquote-light {
  border-color: #ffffff !important;
}

/* line 5810, app/assets/stylesheets/skins/default.scss */
p.drop-caps:first-letter {
  color: #eddfd4;
}

/* line 5814, app/assets/stylesheets/skins/default.scss */
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #eddfd4;
}

/* line 5818, app/assets/stylesheets/skins/default.scss */
html .nav-color-primary nav > ul > li > a {
  color: #eddfd4 !important;
}

/* line 5822, app/assets/stylesheets/skins/default.scss */
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #eddfd4 !important;
}

/* line 5826, app/assets/stylesheets/skins/default.scss */
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #eddfd4 !important;
}

/* line 5830, app/assets/stylesheets/skins/default.scss */
html .nav-color-secondary nav > ul > li > a {
  color: #e36159 !important;
}

/* line 5834, app/assets/stylesheets/skins/default.scss */
html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #e36159 !important;
}

/* line 5838, app/assets/stylesheets/skins/default.scss */
html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #e36159 !important;
}

/* line 5842, app/assets/stylesheets/skins/default.scss */
html .nav-color-tertiary nav > ul > li > a {
  color: #2baab1 !important;
}

/* line 5846, app/assets/stylesheets/skins/default.scss */
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #2baab1 !important;
}

/* line 5850, app/assets/stylesheets/skins/default.scss */
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #2baab1 !important;
}

/* line 5854, app/assets/stylesheets/skins/default.scss */
html .nav-color-quaternary nav > ul > li > a {
  color: #383f48 !important;
}

/* line 5858, app/assets/stylesheets/skins/default.scss */
html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #383f48 !important;
}

/* line 5862, app/assets/stylesheets/skins/default.scss */
html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #383f48 !important;
}

/* line 5866, app/assets/stylesheets/skins/default.scss */
html .nav-color-dark nav > ul > li > a {
  color: #212529 !important;
}

/* line 5870, app/assets/stylesheets/skins/default.scss */
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #212529 !important;
}

/* line 5874, app/assets/stylesheets/skins/default.scss */
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #212529 !important;
}

/* line 5878, app/assets/stylesheets/skins/default.scss */
html .nav-color-light nav > ul > li > a {
  color: #ffffff !important;
}

/* line 5882, app/assets/stylesheets/skins/default.scss */
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #ffffff !important;
}

/* line 5886, app/assets/stylesheets/skins/default.scss */
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #ffffff !important;
}

/* line 5890, app/assets/stylesheets/skins/default.scss */
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
  background-color: #eddfd4;
}

/* line 5895, app/assets/stylesheets/skins/default.scss */
.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
  background-color: #eddfd4;
}

/* line 5902, app/assets/stylesheets/skins/default.scss */
.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active {
  border-bottom-color: #eddfd4;
}

/* line 5908, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary a {
  color: #eddfd4;
}

/* line 5912, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary a:hover {
  color: #0099e6;
}

/* line 5916, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary a:focus {
  color: #0099e6;
}

/* line 5920, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary a:active {
  color: #0077b3;
}

/* line 5924, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #eddfd4;
}

/* line 5929, app/assets/stylesheets/skins/default.scss */
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
  background-color: #eddfd4;
}

/* line 5936, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary a {
  color: #e36159;
}

/* line 5940, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary a:hover {
  color: #e7766f;
}

/* line 5944, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary a:focus {
  color: #e7766f;
}

/* line 5948, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary a:active {
  color: #df4c43;
}

/* line 5952, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
  background-color: #e36159;
}

/* line 5957, app/assets/stylesheets/skins/default.scss */
html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:hover,
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary > li.active > a:focus {
  background-color: #e36159;
}

/* line 5964, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary a {
  color: #2baab1;
}

/* line 5968, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary a:hover {
  color: #30bec6;
}

/* line 5972, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary a:focus {
  color: #30bec6;
}

/* line 5976, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary a:active {
  color: #26969c;
}

/* line 5980, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #2baab1;
}

/* line 5985, app/assets/stylesheets/skins/default.scss */
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
  background-color: #2baab1;
}

/* line 5992, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary a {
  color: #383f48;
}

/* line 5996, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary a:hover {
  color: #434c56;
}

/* line 6000, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary a:focus {
  color: #434c56;
}

/* line 6004, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary a:active {
  color: #2d323a;
}

/* line 6008, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
  background-color: #383f48;
}

/* line 6013, app/assets/stylesheets/skins/default.scss */
html .nav-pills-quaternary .nav-link.active:hover,
html .nav-pills-quaternary > li.active > a:hover,
html .nav-pills-quaternary .nav-link.active:focus,
html .nav-pills-quaternary > li.active > a:focus {
  background-color: #383f48;
}

/* line 6020, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark a {
  color: #212529;
}

/* line 6024, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark a:hover {
  color: #2c3237;
}

/* line 6028, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark a:focus {
  color: #2c3237;
}

/* line 6032, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark a:active {
  color: #16181b;
}

/* line 6036, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
  background-color: #212529;
}

/* line 6041, app/assets/stylesheets/skins/default.scss */
html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:hover,
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark > li.active > a:focus {
  background-color: #212529;
}

/* line 6048, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light a {
  color: #ffffff;
}

/* line 6052, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light a:hover {
  color: #ffffff;
}

/* line 6056, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light a:focus {
  color: #ffffff;
}

/* line 6060, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light a:active {
  color: #f2f2f2;
}

/* line 6064, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
  background-color: #ffffff;
}

/* line 6069, app/assets/stylesheets/skins/default.scss */
html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:hover,
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light > li.active > a:focus {
  background-color: #ffffff;
}

/* line 6076, app/assets/stylesheets/skins/default.scss */
.section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before {
  background: #eddfd4;
}

/* line 6080, app/assets/stylesheets/skins/default.scss */
.sort-source-wrapper .nav > li.active > a {
  color: #eddfd4;
}

/* line 6084, app/assets/stylesheets/skins/default.scss */
.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
  color: #eddfd4;
}

/* line 6089, app/assets/stylesheets/skins/default.scss */
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #eddfd4;
}

/* line 6093, app/assets/stylesheets/skins/default.scss */
.sort-source.sort-source-style-3 > li.active > a {
  border-bottom-color: #eddfd4 !important;
  color: #eddfd4 !important;
}

/* line 6098, app/assets/stylesheets/skins/default.scss */
html .badge-primary {
  background-color: #eddfd4;
}

/* line 6102, app/assets/stylesheets/skins/default.scss */
html .badge-secondary {
  background-color: #e36159;
}

/* line 6106, app/assets/stylesheets/skins/default.scss */
html .badge-tertiary {
  background-color: #2baab1;
}

/* line 6110, app/assets/stylesheets/skins/default.scss */
html .badge-quaternary {
  background-color: #383f48;
}

/* line 6114, app/assets/stylesheets/skins/default.scss */
html .badge-dark {
  background-color: #212529;
}

/* line 6118, app/assets/stylesheets/skins/default.scss */
html .badge-light {
  background-color: #ffffff;
}

/* line 6122, app/assets/stylesheets/skins/default.scss */
html .overlay-color-primary:not(.no-skin):before {
  background-color: #eddfd4 !important;
}

/* line 6126, app/assets/stylesheets/skins/default.scss */
html .overlay-color-secondary:not(.no-skin):before {
  background-color: #e36159 !important;
}

/* line 6130, app/assets/stylesheets/skins/default.scss */
html .overlay-color-tertiary:not(.no-skin):before {
  background-color: #2baab1 !important;
}

/* line 6134, app/assets/stylesheets/skins/default.scss */
html .overlay-color-quaternary:not(.no-skin):before {
  background-color: #383f48 !important;
}

/* line 6138, app/assets/stylesheets/skins/default.scss */
html .overlay-color-dark:not(.no-skin):before {
  background-color: #212529 !important;
}

/* line 6142, app/assets/stylesheets/skins/default.scss */
html .overlay-color-light:not(.no-skin):before {
  background-color: #ffffff !important;
}

/* line 6146, app/assets/stylesheets/skins/default.scss */
.btn-link {
  color: #eddfd4;
}

/* line 6150, app/assets/stylesheets/skins/default.scss */
.btn-link:hover {
  color: #0099e6;
}

/* line 6154, app/assets/stylesheets/skins/default.scss */
.btn-link:active {
  color: #0077b3;
}

/* line 6158, app/assets/stylesheets/skins/default.scss */
html .btn-primary {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 6164, app/assets/stylesheets/skins/default.scss */
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #3F8841;
  border-color: #00aaff #00aaff #eddfd4;
  color: #ffffff;
}

/* line 6171, app/assets/stylesheets/skins/default.scss */
html .btn-primary:focus,
html .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 6177, app/assets/stylesheets/skins/default.scss */
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
}

/* line 6183, app/assets/stylesheets/skins/default.scss */
html .btn-primary:active,
html .btn-primary.active {
  background-color: #3F8841 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
}

/* line 6190, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2 {
  background-color: #006699;
  border-color: #006699 #006699 #004466;
  color: #ffffff;
}

/* line 6196, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #007fbf;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 6203, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
}

/* line 6209, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #006699;
  border-color: #006699 #006699 #004466;
}

/* line 6215, app/assets/stylesheets/skins/default.scss */
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
  background-color: #004c73 !important;
  background-image: none !important;
  border-color: #004466 #004466 #002233 !important;
}

/* line 6222, app/assets/stylesheets/skins/default.scss */
html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
}

/* line 6229, app/assets/stylesheets/skins/default.scss */
html .btn-secondary {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
  color: #ffffff;
}

/* line 6235, app/assets/stylesheets/skins/default.scss */
html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #e9807a;
  border-color: #ea8b85 #ea8b85 #e36159;
  color: #ffffff;
}

/* line 6242, app/assets/stylesheets/skins/default.scss */
html .btn-secondary:focus,
html .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

/* line 6248, app/assets/stylesheets/skins/default.scss */
html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
}

/* line 6254, app/assets/stylesheets/skins/default.scss */
html .btn-secondary:active,
html .btn-secondary.active {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
}

/* line 6261, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2 {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
  color: #ffffff;
}

/* line 6267, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #e1574e;
  border-color: #e36159 #e36159 #dc372d;
  color: #ffffff;
}

/* line 6274, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
  box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
}

/* line 6280, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
}

/* line 6286, app/assets/stylesheets/skins/default.scss */
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
  background-color: #c22a21 !important;
  background-image: none !important;
  border-color: #b7281f #b7281f #8b1e18 !important;
}

/* line 6293, app/assets/stylesheets/skins/default.scss */
html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
  background-color: #dd4238 !important;
  background-image: none !important;
  border-color: #dc372d #dc372d #b7281f !important;
}

/* line 6300, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
  color: #ffffff;
}

/* line 6306, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #34c6ce;
  border-color: #3fc9d0 #3fc9d0 #2baab1;
  color: #ffffff;
}

/* line 6313, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary:focus,
html .btn-tertiary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

/* line 6319, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #2baab1;
  border-color: #2baab1 #2baab1 #218388;
}

/* line 6325, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary:active,
html .btn-tertiary.active {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
}

/* line 6332, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2 {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
  color: #ffffff;
}

/* line 6338, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #29a0a7;
  border-color: #2baab1 #2baab1 #218388;
  color: #ffffff;
}

/* line 6345, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5);
  box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5);
}

/* line 6351, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
}

/* line 6357, app/assets/stylesheets/skins/default.scss */
html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
  background-color: #1a6569 !important;
  background-image: none !important;
  border-color: #175b5f #175b5f #0d3436 !important;
}

/* line 6364, app/assets/stylesheets/skins/default.scss */
html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
  background-color: #248c92 !important;
  background-image: none !important;
  border-color: #218388 #218388 #175b5f !important;
}

/* line 6371, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  color: #ffffff;
}

/* line 6377, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #49525e;
  border-color: #4e5865 #4e5865 #383f48;
  color: #ffffff;
}

/* line 6384, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary:focus,
html .btn-quaternary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

/* line 6390, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
}

/* line 6396, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary:active,
html .btn-quaternary.active {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
}

/* line 6403, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2 {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
  color: #ffffff;
}

/* line 6409, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #323941;
  border-color: #383f48 #383f48 #22262b;
  color: #ffffff;
}

/* line 6416, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5);
  box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5);
}

/* line 6422, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
}

/* line 6428, app/assets/stylesheets/skins/default.scss */
html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active {
  background-color: #111316 !important;
  background-image: none !important;
  border-color: #0b0d0f #0b0d0f #000000 !important;
}

/* line 6435, app/assets/stylesheets/skins/default.scss */
html .show > .btn-quaternary.dropdown-toggle,
html .show > .btn-quaternary-scale-2.dropdown-toggle {
  background-color: #272c32 !important;
  background-image: none !important;
  border-color: #22262b #22262b #0b0d0f !important;
}

/* line 6442, app/assets/stylesheets/skins/default.scss */
html .btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #ffffff;
}

/* line 6448, app/assets/stylesheets/skins/default.scss */
html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #ffffff;
}

/* line 6455, app/assets/stylesheets/skins/default.scss */
html .btn-dark:focus,
html .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 6461, app/assets/stylesheets/skins/default.scss */
html .btn-dark.disabled,
html .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
}

/* line 6467, app/assets/stylesheets/skins/default.scss */
html .btn-dark:active,
html .btn-dark.active {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}

/* line 6474, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2 {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000000;
  color: #ffffff;
}

/* line 6480, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #1b1f22;
  border-color: #212529 #212529 #0a0c0d;
  color: #ffffff;
}

/* line 6487, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
  box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}

/* line 6493, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000000;
}

/* line 6499, app/assets/stylesheets/skins/default.scss */
html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
  background-color: #000000 !important;
  background-image: none !important;
  border-color: #000000 #000000 #000000 !important;
}

/* line 6506, app/assets/stylesheets/skins/default.scss */
html .show > .btn-dark.dropdown-toggle,
html .show > .btn-dark-scale-2.dropdown-toggle {
  background-color: #101214 !important;
  background-image: none !important;
  border-color: #0a0c0d #0a0c0d #000000 !important;
}

/* line 6513, app/assets/stylesheets/skins/default.scss */
html .btn-light {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
  color: #777777;
}

/* line 6519, app/assets/stylesheets/skins/default.scss */
html .btn-light:hover,
html .btn-light.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #ffffff;
  color: #777777;
}

/* line 6526, app/assets/stylesheets/skins/default.scss */
html .btn-light:focus,
html .btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 6532, app/assets/stylesheets/skins/default.scss */
html .btn-light.disabled,
html .btn-light:disabled {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #e6e6e6;
}

/* line 6538, app/assets/stylesheets/skins/default.scss */
html .btn-light:active,
html .btn-light.active {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

/* line 6545, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  color: #777777;
}

/* line 6551, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #f9f9f9;
  border-color: #ffffff #ffffff #e6e6e6;
  color: #777777;
}

/* line 6558, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
  box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}

/* line 6564, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
}

/* line 6570, app/assets/stylesheets/skins/default.scss */
html .btn-light-scale-2:active,
html .btn-light-scale-2.active {
  background-color: #d2d2d2 !important;
  background-image: none !important;
  border-color: #cccccc #cccccc #b3b3b3 !important;
}

/* line 6577, app/assets/stylesheets/skins/default.scss */
html .show > .btn-light.dropdown-toggle,
html .show > .btn-light-scale-2.dropdown-toggle {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

/* line 6584, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary {
  color: #eddfd4;
  background-color: transparent;
  background-image: none;
  border-color: #eddfd4;
}

/* line 6591, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
  color: #ffffff;
  background-color: #eddfd4;
  border-color: #eddfd4;
}

/* line 6598, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 6604, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
  color: #eddfd4;
  background-color: transparent;
}

/* line 6610, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
  color: #ffffff !important;
  background-color: #eddfd4 !important;
  border-color: #eddfd4 !important;
}

/* line 6617, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #eddfd4 !important;
  border-color: #eddfd4 !important;
}

/* line 6623, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary {
  color: #e36159;
  background-color: transparent;
  background-image: none;
  border-color: #e36159;
}

/* line 6630, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
  color: #ffffff;
  background-color: #e36159;
  border-color: #e36159;
}

/* line 6637, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

/* line 6643, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
  color: #e36159;
  background-color: transparent;
}

/* line 6649, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}

/* line 6656, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-secondary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}

/* line 6662, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary {
  color: #2baab1;
  background-color: transparent;
  background-image: none;
  border-color: #2baab1;
}

/* line 6669, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
  color: #ffffff;
  background-color: #2baab1;
  border-color: #2baab1;
}

/* line 6676, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

/* line 6682, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
  color: #2baab1;
  background-color: transparent;
}

/* line 6688, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active {
  color: #ffffff !important;
  background-color: #2baab1 !important;
  border-color: #2baab1 !important;
}

/* line 6695, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-tertiary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #2baab1 !important;
  border-color: #2baab1 !important;
}

/* line 6701, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary {
  color: #383f48;
  background-color: transparent;
  background-image: none;
  border-color: #383f48;
}

/* line 6708, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
  color: #ffffff;
  background-color: #383f48;
  border-color: #383f48;
}

/* line 6715, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

/* line 6721, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
  color: #383f48;
  background-color: transparent;
}

/* line 6727, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active {
  color: #ffffff !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}

/* line 6734, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-quaternary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}

/* line 6740, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}

/* line 6747, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}

/* line 6754, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 6760, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 6766, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
  color: #ffffff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

/* line 6773, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #ffffff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

/* line 6779, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}

/* line 6786, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
  color: #777777;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 6793, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 6799, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light.disabled,
html .btn-outline.btn-light:disabled {
  color: #ffffff;
  background-color: transparent;
}

/* line 6805, app/assets/stylesheets/skins/default.scss */
html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/* line 6812, app/assets/stylesheets/skins/default.scss */
html .show > .btn-outline.btn-light.dropdown-toggle {
  color: #777777 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/* line 6818, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #eddfd4;
}

/* line 6824, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #eddfd4 !important;
}

/* line 6830, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary span {
  background-color: #eddfd4;
  -webkit-box-shadow: 2px 3px 18px -3px #eddfd4;
  box-shadow: 2px 3px 18px -3px #eddfd4;
}

/* line 6836, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary.btn-outline {
  border-color: #eddfd4 !important;
}

/* line 6840, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-primary.btn-outline:hover span {
  background-color: #0099e6 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6846, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #e36159;
}

/* line 6852, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #e36159 !important;
}

/* line 6858, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary span {
  background-color: #e36159;
  -webkit-box-shadow: 2px 3px 18px -3px #e36159;
  box-shadow: 2px 3px 18px -3px #e36159;
}

/* line 6864, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary.btn-outline {
  border-color: #e36159 !important;
}

/* line 6868, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-secondary.btn-outline:hover span {
  background-color: #e7766f !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6874, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #2baab1;
}

/* line 6880, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #2baab1 !important;
}

/* line 6886, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary span {
  background-color: #2baab1;
  -webkit-box-shadow: 2px 3px 18px -3px #2baab1;
  box-shadow: 2px 3px 18px -3px #2baab1;
}

/* line 6892, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary.btn-outline {
  border-color: #2baab1 !important;
}

/* line 6896, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
  background-color: #30bec6 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6902, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary {
  background-color: transparent;
  border-color: transparent;
  color: #383f48;
}

/* line 6908, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #383f48 !important;
}

/* line 6914, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary span {
  background-color: #383f48;
  -webkit-box-shadow: 2px 3px 18px -3px #383f48;
  box-shadow: 2px 3px 18px -3px #383f48;
}

/* line 6920, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary.btn-outline {
  border-color: #383f48 !important;
}

/* line 6924, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
  background-color: #434c56 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6930, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark {
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}

/* line 6936, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #212529 !important;
}

/* line 6942, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark span {
  background-color: #212529;
  -webkit-box-shadow: 2px 3px 18px -3px #212529;
  box-shadow: 2px 3px 18px -3px #212529;
}

/* line 6948, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark.btn-outline {
  border-color: #212529 !important;
}

/* line 6952, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-dark.btn-outline:hover span {
  background-color: #2c3237 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6958, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}

/* line 6964, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

/* line 6970, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light span {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 3px 18px -3px #ffffff;
  box-shadow: 2px 3px 18px -3px #ffffff;
}

/* line 6976, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light.btn-outline {
  border-color: #ffffff !important;
}

/* line 6980, app/assets/stylesheets/skins/default.scss */
html .btn-with-arrow.btn-light.btn-outline:hover span {
  background-color: #ffffff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6986, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
  color: #ffffff;
}

/* line 6991, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  color: #ffffff;
}

/* line 6997, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 7003, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
}

/* line 7008, app/assets/stylesheets/skins/default.scss */
.btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active {
  background: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important;
  color: #ffffff !important;
}

/* line 7014, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline {
  -o-border-image: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
  color: #eddfd4;
}

/* line 7020, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  border-image: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  color: #00a1f2;
}

/* line 7027, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 7033, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
}

/* line 7039, app/assets/stylesheets/skins/default.scss */
.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important;
  border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important;
  color: #006ea6;
}

/* line 7046, app/assets/stylesheets/skins/default.scss */
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #eddfd4;
}

/* line 7055, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #eddfd4 !important;
  border-color: #eddfd4;
}

/* line 7066, app/assets/stylesheets/skins/default.scss */
body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: #eddfd4;
}

/* line 7075, app/assets/stylesheets/skins/default.scss */
body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: #eddfd4;
  border-color: #eddfd4;
}

/* line 7085, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 7092, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
  background-color: #3F8841;
  border-color: #00aaff #00aaff #eddfd4;
  color: #ffffff;
}

/* line 7101, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 7109, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
}

/* line 7117, app/assets/stylesheets/skins/default.scss */
.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
}

/* line 7126, app/assets/stylesheets/skins/default.scss */
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #eddfd4;
}

/* line 7131, app/assets/stylesheets/skins/default.scss */
html .alert-primary {
  background-color: #eddfd4;
  border-color: #007ebd;
  color: #ffffff;
}

/* line 7137, app/assets/stylesheets/skins/default.scss */
html .alert-primary .alert-link {
  color: #ffffff;
}

/* line 7141, app/assets/stylesheets/skins/default.scss */
html .alert-secondary {
  background-color: #e36159;
  border-color: #e1554c;
  color: #ffffff;
}

/* line 7147, app/assets/stylesheets/skins/default.scss */
html .alert-secondary .alert-link {
  color: #ffffff;
}

/* line 7151, app/assets/stylesheets/skins/default.scss */
html .alert-tertiary {
  background-color: #2baab1;
  border-color: #289ea5;
  color: #ffffff;
}

/* line 7157, app/assets/stylesheets/skins/default.scss */
html .alert-tertiary .alert-link {
  color: #ffffff;
}

/* line 7161, app/assets/stylesheets/skins/default.scss */
html .alert-quaternary {
  background-color: #383f48;
  border-color: #31373f;
  color: #ffffff;
}

/* line 7167, app/assets/stylesheets/skins/default.scss */
html .alert-quaternary .alert-link {
  color: #ffffff;
}

/* line 7171, app/assets/stylesheets/skins/default.scss */
html .alert-dark {
  background-color: #212529;
  border-color: #1a1d21;
  color: #ffffff;
}

/* line 7177, app/assets/stylesheets/skins/default.scss */
html .alert-dark .alert-link {
  color: #ffffff;
}

/* line 7181, app/assets/stylesheets/skins/default.scss */
html .alert-light {
  background-color: #ffffff;
  border-color: #f7f7f7;
  color: #777777;
}

/* line 7187, app/assets/stylesheets/skins/default.scss */
html .alert-light .alert-link {
  color: #777777;
}

/* line 7191, app/assets/stylesheets/skins/default.scss */
html .progress-bar-primary {
  background-color: #eddfd4;
}

/* line 7195, app/assets/stylesheets/skins/default.scss */
html .progress-bar-secondary {
  background-color: #e36159;
}

/* line 7199, app/assets/stylesheets/skins/default.scss */
html .progress-bar-tertiary {
  background-color: #2baab1;
}

/* line 7203, app/assets/stylesheets/skins/default.scss */
html .progress-bar-quaternary {
  background-color: #383f48;
}

/* line 7207, app/assets/stylesheets/skins/default.scss */
html .progress-bar-dark {
  background-color: #212529;
}

/* line 7211, app/assets/stylesheets/skins/default.scss */
html .progress-bar-light {
  background-color: #ffffff;
}

/* line 7215, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-primary .word-rotator-words::after {
  background-color: #eddfd4;
}

/* line 7219, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-secondary .word-rotator-words::after {
  background-color: #e36159;
}

/* line 7223, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
  background-color: #2baab1;
}

/* line 7227, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
  background-color: #383f48;
}

/* line 7231, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-dark .word-rotator-words::after {
  background-color: #212529;
}

/* line 7235, app/assets/stylesheets/skins/default.scss */
html .word-rotator.loading-bar-light .word-rotator-words::after {
  background-color: #ffffff;
}

/* line 7239, app/assets/stylesheets/skins/default.scss */
.process .process-step-circle {
  border-color: #eddfd4;
}

/* line 7243, app/assets/stylesheets/skins/default.scss */
.process .process-step:hover .process-step-circle {
  background-color: #eddfd4;
}

/* line 7247, app/assets/stylesheets/skins/default.scss */
.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #ffffff !important;
}

/* line 7251, app/assets/stylesheets/skins/default.scss */
html section.section-primary {
  background-color: #eddfd4 !important;
  border-color: #0077b3 !important;
}

/* line 7256, app/assets/stylesheets/skins/default.scss */
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: #ffffff;
}

/* line 7265, app/assets/stylesheets/skins/default.scss */
html section.section-primary p {
  color: #e6e6e6;
}

/* line 7269, app/assets/stylesheets/skins/default.scss */
html section.section-primary-scale-2 {
  background-color: #006699 !important;
  border-color: #005580 !important;
}

/* line 7274, app/assets/stylesheets/skins/default.scss */
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #006699;
}

/* line 7278, app/assets/stylesheets/skins/default.scss */
html section.section-secondary {
  background-color: #e36159 !important;
  border-color: #df4c43 !important;
}

/* line 7283, app/assets/stylesheets/skins/default.scss */
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #ffffff;
}

/* line 7292, app/assets/stylesheets/skins/default.scss */
html section.section-secondary p {
  color: #e6e6e6;
}

/* line 7296, app/assets/stylesheets/skins/default.scss */
html section.section-secondary-scale-2 {
  background-color: #dc372d !important;
  border-color: #cd2c23 !important;
}

/* line 7301, app/assets/stylesheets/skins/default.scss */
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #dc372d;
}

/* line 7305, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary {
  background-color: #2baab1 !important;
  border-color: #26969c !important;
}

/* line 7310, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: #ffffff;
}

/* line 7319, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary p {
  color: #e6e6e6;
}

/* line 7323, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary-scale-2 {
  background-color: #218388 !important;
  border-color: #1c6f73 !important;
}

/* line 7328, app/assets/stylesheets/skins/default.scss */
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #218388;
}

/* line 7332, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary {
  background-color: #383f48 !important;
  border-color: #2d323a !important;
}

/* line 7337, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
  color: #ffffff;
}

/* line 7346, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary p {
  color: #e6e6e6;
}

/* line 7350, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary-scale-2 {
  background-color: #22262b !important;
  border-color: #17191d !important;
}

/* line 7355, app/assets/stylesheets/skins/default.scss */
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #22262b;
}

/* line 7359, app/assets/stylesheets/skins/default.scss */
html section.section-dark {
  background-color: #212529 !important;
  border-color: #16181b !important;
}

/* line 7364, app/assets/stylesheets/skins/default.scss */
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: #ffffff;
}

/* line 7373, app/assets/stylesheets/skins/default.scss */
html section.section-dark p {
  color: #e6e6e6;
}

/* line 7377, app/assets/stylesheets/skins/default.scss */
html section.section-dark-scale-2 {
  background-color: #0a0c0d !important;
  border-color: #000000 !important;
}

/* line 7382, app/assets/stylesheets/skins/default.scss */
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #0a0c0d;
}

/* line 7386, app/assets/stylesheets/skins/default.scss */
html section.section-light {
  background-color: #ffffff !important;
  border-color: #f2f2f2 !important;
}

/* line 7391, app/assets/stylesheets/skins/default.scss */
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: #777777;
}

/* line 7400, app/assets/stylesheets/skins/default.scss */
html section.section-light p {
  color: #5e5e5e;
}

/* line 7404, app/assets/stylesheets/skins/default.scss */
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}

/* line 7409, app/assets/stylesheets/skins/default.scss */
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #e6e6e6;
}

/* line 7413, app/assets/stylesheets/skins/default.scss */
section.section.section-background-half-primary-half-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eddfd4), color-stop(50%, #e36159));
  background: linear-gradient(to right, #eddfd4 50%, #e36159 50%);
}

/* line 7418, app/assets/stylesheets/skins/default.scss */
section.section.section-overlay-opacity-gradient:before {
  background: linear-gradient(135deg, #eddfd4 0%, #e36159 80%);
}

/* line 7422, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-1 {
  background-color: #f7f7f7 !important;
}

/* line 7426, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-1,
html .bg-color-light-scale-border-top-1 {
  border-top-color: #efefef !important;
}

/* line 7431, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-2 {
  background-color: #e8e8e8 !important;
}

/* line 7435, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-2,
html .bg-color-light-scale-border-top-2 {
  border-top-color: #e0e0e0 !important;
}

/* line 7440, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-3 {
  background-color: #e0e0e0 !important;
}

/* line 7444, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-3,
html .bg-color-light-scale-border-top-3 {
  border-top-color: #d8d8d8 !important;
}

/* line 7449, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-4 {
  background-color: #d8d8d8 !important;
}

/* line 7453, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-4,
html .bg-color-light-scale-border-top-4 {
  border-top-color: #d1d1d1 !important;
}

/* line 7458, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-5 {
  background-color: #d1d1d1 !important;
}

/* line 7462, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-5,
html .bg-color-light-scale-border-top-5 {
  border-top-color: #c9c9c9 !important;
}

/* line 7467, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-6 {
  background-color: #c9c9c9 !important;
}

/* line 7471, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-6,
html .bg-color-light-scale-border-top-6 {
  border-top-color: #c1c1c1 !important;
}

/* line 7476, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-7 {
  background-color: #c1c1c1 !important;
}

/* line 7480, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-7,
html .bg-color-light-scale-border-top-7 {
  border-top-color: #bababa !important;
}

/* line 7485, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-8 {
  background-color: #bababa !important;
}

/* line 7489, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-8,
html .bg-color-light-scale-border-top-8 {
  border-top-color: #b2b2b2 !important;
}

/* line 7494, app/assets/stylesheets/skins/default.scss */
html .bg-color-light-scale-9 {
  background-color: #b2b2b2 !important;
}

/* line 7498, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-light-scale-9,
html .bg-color-light-scale-border-top-9 {
  border-top-color: #ababab !important;
}

/* line 7503, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-1 {
  background-color: #212529 !important;
}

/* line 7507, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-1,
html .bg-color-dark-scale-border-top-1 {
  border-top-color: #1a1d21 !important;
}

/* line 7512, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-2 {
  background-color: #1c2023 !important;
}

/* line 7516, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-2,
html .bg-color-dark-scale-border-top-2 {
  border-top-color: #16181b !important;
}

/* line 7521, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-3 {
  background-color: #181b1e !important;
}

/* line 7525, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-3,
html .bg-color-dark-scale-border-top-3 {
  border-top-color: #111315 !important;
}

/* line 7530, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-4 {
  background-color: #131618 !important;
}

/* line 7534, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-4,
html .bg-color-dark-scale-border-top-4 {
  border-top-color: #0d0e10 !important;
}

/* line 7539, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-5 {
  background-color: #0f1112 !important;
}

/* line 7543, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-5,
html .bg-color-dark-scale-border-top-5 {
  border-top-color: #08090a !important;
}

/* line 7548, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-6 {
  background-color: #0a0c0d !important;
}

/* line 7552, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-6,
html .bg-color-dark-scale-border-top-6 {
  border-top-color: #030404 !important;
}

/* line 7557, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-7 {
  background-color: #060607 !important;
}

/* line 7561, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-7,
html .bg-color-dark-scale-border-top-7 {
  border-top-color: #000000 !important;
}

/* line 7566, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-8 {
  background-color: #010101 !important;
}

/* line 7570, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-8,
html .bg-color-dark-scale-border-top-8 {
  border-top-color: #000000 !important;
}

/* line 7575, app/assets/stylesheets/skins/default.scss */
html .bg-color-dark-scale-9 {
  background-color: #000000 !important;
}

/* line 7579, app/assets/stylesheets/skins/default.scss */
html .section.bg-color-dark-scale-9,
html .bg-color-dark-scale-border-top-9 {
  border-top-color: #000000 !important;
}

/* line 7584, app/assets/stylesheets/skins/default.scss */
section.page-header .page-header-title-border {
  background-color: #eddfd4 !important;
}

/* line 7588, app/assets/stylesheets/skins/default.scss */
section.page-header.custom-product {
  background-color: #0077b3;
  border-top-color: #0081c2;
}

/* line 7593, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary {
  background-color: #eddfd4;
  border-bottom-color: #eddfd4;
  color: #ffffff;
}

/* line 7599, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary h1 {
  color: #ffffff;
}

/* line 7603, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary h1 span {
  color: #ffffff;
}

/* line 7607, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary a {
  color: #ffffff;
}

/* line 7611, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #ffffff;
}

/* line 7615, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary {
  background-color: #e36159;
  border-bottom-color: #e36159;
  color: #ffffff;
}

/* line 7621, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary h1 {
  color: #ffffff;
}

/* line 7625, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary h1 span {
  color: #ffffff;
}

/* line 7629, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary a {
  color: #ffffff;
}

/* line 7633, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #ffffff;
}

/* line 7637, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary {
  background-color: #2baab1;
  border-bottom-color: #2baab1;
  color: #ffffff;
}

/* line 7643, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary h1 {
  color: #ffffff;
}

/* line 7647, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary h1 span {
  color: #ffffff;
}

/* line 7651, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary a {
  color: #ffffff;
}

/* line 7655, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #ffffff;
}

/* line 7659, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary {
  background-color: #383f48;
  border-bottom-color: #383f48;
  color: #ffffff;
}

/* line 7665, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary h1 {
  color: #ffffff;
}

/* line 7669, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary h1 span {
  color: #ffffff;
}

/* line 7673, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary a {
  color: #ffffff;
}

/* line 7677, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: #ffffff;
}

/* line 7681, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark {
  background-color: #212529;
  border-bottom-color: #212529;
  color: #ffffff;
}

/* line 7687, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark h1 {
  color: #ffffff;
}

/* line 7691, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark h1 span {
  color: #ffffff;
}

/* line 7695, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark a {
  color: #ffffff;
}

/* line 7699, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #ffffff;
}

/* line 7703, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  color: #777777;
}

/* line 7709, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light h1 {
  color: #777777;
}

/* line 7713, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light h1 span {
  color: #777777;
}

/* line 7717, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light a {
  color: #777777;
}

/* line 7721, app/assets/stylesheets/skins/default.scss */
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777777;
}

/* line 7725, app/assets/stylesheets/skins/default.scss */
html .toggle-primary .toggle label {
  color: #eddfd4;
  border-left-color: #eddfd4;
  border-right-color: #eddfd4;
}

/* line 7731, app/assets/stylesheets/skins/default.scss */
html .toggle-primary .toggle.active > label {
  background-color: #eddfd4;
  border-color: #eddfd4;
  color: #ffffff;
}

/* line 7737, app/assets/stylesheets/skins/default.scss */
html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #eddfd4;
}

/* line 7741, app/assets/stylesheets/skins/default.scss */
html .toggle-primary.toggle-minimal .toggle.active > label {
  color: #eddfd4;
}

/* line 7745, app/assets/stylesheets/skins/default.scss */
html .toggle-secondary .toggle label {
  color: #e36159;
  border-left-color: #e36159;
  border-right-color: #e36159;
}

/* line 7751, app/assets/stylesheets/skins/default.scss */
html .toggle-secondary .toggle.active > label {
  background-color: #e36159;
  border-color: #e36159;
  color: #ffffff;
}

/* line 7757, app/assets/stylesheets/skins/default.scss */
html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #e36159;
}

/* line 7761, app/assets/stylesheets/skins/default.scss */
html .toggle-secondary.toggle-minimal .toggle.active > label {
  color: #e36159;
}

/* line 7765, app/assets/stylesheets/skins/default.scss */
html .toggle-tertiary .toggle label {
  color: #2baab1;
  border-left-color: #2baab1;
  border-right-color: #2baab1;
}

/* line 7771, app/assets/stylesheets/skins/default.scss */
html .toggle-tertiary .toggle.active > label {
  background-color: #2baab1;
  border-color: #2baab1;
  color: #ffffff;
}

/* line 7777, app/assets/stylesheets/skins/default.scss */
html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #2baab1;
}

/* line 7781, app/assets/stylesheets/skins/default.scss */
html .toggle-tertiary.toggle-minimal .toggle.active > label {
  color: #2baab1;
}

/* line 7785, app/assets/stylesheets/skins/default.scss */
html .toggle-quaternary .toggle label {
  color: #383f48;
  border-left-color: #383f48;
  border-right-color: #383f48;
}

/* line 7791, app/assets/stylesheets/skins/default.scss */
html .toggle-quaternary .toggle.active > label {
  background-color: #383f48;
  border-color: #383f48;
  color: #ffffff;
}

/* line 7797, app/assets/stylesheets/skins/default.scss */
html .toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: #383f48;
}

/* line 7801, app/assets/stylesheets/skins/default.scss */
html .toggle-quaternary.toggle-minimal .toggle.active > label {
  color: #383f48;
}

/* line 7805, app/assets/stylesheets/skins/default.scss */
html .toggle-dark .toggle label {
  color: #212529;
  border-left-color: #212529;
  border-right-color: #212529;
}

/* line 7811, app/assets/stylesheets/skins/default.scss */
html .toggle-dark .toggle.active > label {
  background-color: #212529;
  border-color: #212529;
  color: #ffffff;
}

/* line 7817, app/assets/stylesheets/skins/default.scss */
html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #212529;
}

/* line 7821, app/assets/stylesheets/skins/default.scss */
html .toggle-dark.toggle-minimal .toggle.active > label {
  color: #212529;
}

/* line 7825, app/assets/stylesheets/skins/default.scss */
html .toggle-light .toggle label {
  color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

/* line 7831, app/assets/stylesheets/skins/default.scss */
html .toggle-light .toggle.active > label {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #777777;
}

/* line 7837, app/assets/stylesheets/skins/default.scss */
html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #ffffff;
}

/* line 7841, app/assets/stylesheets/skins/default.scss */
html .toggle-light.toggle-minimal .toggle.active > label {
  color: #ffffff;
}

/* line 7845, app/assets/stylesheets/skins/default.scss */
.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
  background-color: #eddfd4;
}

/* line 7854, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #eddfd4;
}

/* line 7858, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-primary i {
  color: #ffffff;
}

/* line 7862, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #e36159;
}

/* line 7866, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #ffffff;
}

/* line 7870, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #2baab1;
}

/* line 7874, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #ffffff;
}

/* line 7878, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #383f48;
}

/* line 7882, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #ffffff;
}

/* line 7886, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #212529;
}

/* line 7890, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-dark i {
  color: #ffffff;
}

/* line 7894, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-light {
  background-color: #ffffff;
}

/* line 7898, app/assets/stylesheets/skins/default.scss */
html .thumb-info .thumb-info-action-icon-light i {
  color: #777777;
}

/* line 7902, app/assets/stylesheets/skins/default.scss */
.thumb-info-ribbon:before {
  border-right-color: #005580;
  border-left-color: #005580;
}

/* line 7907, app/assets/stylesheets/skins/default.scss */
.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
  background: rgba(0, 136, 204, 0.9);
}

/* line 7911, app/assets/stylesheets/skins/default.scss */
.inverted {
  background-color: #eddfd4;
}

/* line 7915, app/assets/stylesheets/skins/default.scss */
html .inverted-primary {
  background-color: #eddfd4;
}

/* line 7919, app/assets/stylesheets/skins/default.scss */
html .inverted-secondary {
  background-color: #e36159;
}

/* line 7923, app/assets/stylesheets/skins/default.scss */
html .inverted-tertiary {
  background-color: #2baab1;
}

/* line 7927, app/assets/stylesheets/skins/default.scss */
html .inverted-quaternary {
  background-color: #383f48;
}

/* line 7931, app/assets/stylesheets/skins/default.scss */
html .inverted-dark {
  background-color: #212529;
}

/* line 7935, app/assets/stylesheets/skins/default.scss */
html .inverted-light {
  background-color: #ffffff;
}

/* line 7939, app/assets/stylesheets/skins/default.scss */
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #0074ad;
}

/* line 7944, app/assets/stylesheets/skins/default.scss */
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
  color: #eddfd4;
}

/* line 7950, app/assets/stylesheets/skins/default.scss */
.owl-carousel .owl-nav button[class*="owl-"] {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 7956, app/assets/stylesheets/skins/default.scss */
.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
  background-color: #3F8841;
  border-color: #00aaff #00aaff #eddfd4;
}

/* line 7962, app/assets/stylesheets/skins/default.scss */
.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
  background-color: #006ea6;
  background-image: none;
  border-color: #006699 #006699 #004466;
}

/* line 7969, app/assets/stylesheets/skins/default.scss */
.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: rgba(0, 136, 204, 0.4);
}

/* line 7973, app/assets/stylesheets/skins/default.scss */
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  color: #eddfd4 !important;
}

/* line 7978, app/assets/stylesheets/skins/default.scss */
.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
  border-color: #eddfd4;
}

/* line 7985, app/assets/stylesheets/skins/default.scss */
html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
  color: #eddfd4;
}

/* line 7994, app/assets/stylesheets/skins/default.scss */
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #eddfd4;
}

/* line 8007, app/assets/stylesheets/skins/default.scss */
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
  border-bottom-color: #eddfd4;
}

/* line 8018, app/assets/stylesheets/skins/default.scss */
html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
  border-left-color: #eddfd4;
}

/* line 8029, app/assets/stylesheets/skins/default.scss */
html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
  border-right-color: #eddfd4;
}

/* line 8040, app/assets/stylesheets/skins/default.scss */
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
  border-top-color: #eddfd4;
  color: #eddfd4;
}

/* line 8052, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  color: #eddfd4;
}

/* line 8063, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #eddfd4;
}

/* line 8070, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #eddfd4;
  color: #eddfd4;
}

/* line 8086, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #eddfd4;
}

/* line 8105, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #eddfd4;
}

/* line 8116, app/assets/stylesheets/skins/default.scss */
html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #eddfd4;
}

/* line 8127, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  color: #e36159;
}

/* line 8138, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #e36159;
}

/* line 8145, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #e36159;
  color: #e36159;
}

/* line 8161, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #e36159;
}

/* line 8180, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #e36159;
}

/* line 8191, app/assets/stylesheets/skins/default.scss */
html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #e36159;
}

/* line 8202, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  color: #2baab1;
}

/* line 8213, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #2baab1;
}

/* line 8220, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #2baab1;
  color: #2baab1;
}

/* line 8236, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #2baab1;
}

/* line 8255, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #2baab1;
}

/* line 8266, app/assets/stylesheets/skins/default.scss */
html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #2baab1;
}

/* line 8277, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  color: #383f48;
}

/* line 8288, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #383f48;
}

/* line 8295, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #383f48;
  color: #383f48;
}

/* line 8311, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #383f48;
}

/* line 8330, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #383f48;
}

/* line 8341, app/assets/stylesheets/skins/default.scss */
html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #383f48;
}

/* line 8352, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  color: #212529;
}

/* line 8363, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #212529;
}

/* line 8370, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #212529;
  color: #212529;
}

/* line 8386, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #212529;
}

/* line 8405, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #212529;
}

/* line 8416, app/assets/stylesheets/skins/default.scss */
html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #212529;
}

/* line 8427, app/assets/stylesheets/skins/default.scss */
html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  color: #ffffff;
}

/* line 8438, app/assets/stylesheets/skins/default.scss */
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
  border-top-color: #ffffff;
}

/* line 8445, app/assets/stylesheets/skins/default.scss */
html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
  border-top-color: #ffffff;
  color: #ffffff;
}

/* line 8461, app/assets/stylesheets/skins/default.scss */
html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
  border-bottom-color: #ffffff;
}

/* line 8480, app/assets/stylesheets/skins/default.scss */
html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
  border-left-color: #ffffff;
}

/* line 8491, app/assets/stylesheets/skins/default.scss */
html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
  border-right-color: #ffffff;
}

/* line 8502, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
  border-right-color: #eddfd4;
  border-left-color: transparent;
}

/* line 8510, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
  border-right-color: transparent;
  border-left-color: #eddfd4;
}

/* line 8518, app/assets/stylesheets/skins/default.scss */
.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: #eddfd4;
  border-color: #eddfd4;
}

/* line 8526, app/assets/stylesheets/skins/default.scss */
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #eddfd4;
}

/* line 8533, app/assets/stylesheets/skins/default.scss */
.list.list-ordened li:before {
  color: #eddfd4;
  border-color: #eddfd4;
}

/* line 8538, app/assets/stylesheets/skins/default.scss */
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #eddfd4;
}

/* line 8542, app/assets/stylesheets/skins/default.scss */
html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #eddfd4;
  border-color: #eddfd4;
}

/* line 8550, app/assets/stylesheets/skins/default.scss */
html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #eddfd4;
  color: #ffffff;
}

/* line 8558, app/assets/stylesheets/skins/default.scss */
html .list-primary.list-ordened li:before {
  color: #eddfd4;
}

/* line 8562, app/assets/stylesheets/skins/default.scss */
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #eddfd4;
  color: #ffffff;
}

/* line 8567, app/assets/stylesheets/skins/default.scss */
html .list-secondary.list-icons li > [class*="fa-"]:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: #e36159;
  border-color: #e36159;
}

/* line 8575, app/assets/stylesheets/skins/default.scss */
html .list-secondary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #e36159;
  color: #ffffff;
}

/* line 8583, app/assets/stylesheets/skins/default.scss */
html .list-secondary.list-ordened li:before {
  color: #e36159;
}

/* line 8587, app/assets/stylesheets/skins/default.scss */
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #e36159;
  color: #ffffff;
}

/* line 8592, app/assets/stylesheets/skins/default.scss */
html .list-tertiary.list-icons li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: #2baab1;
  border-color: #2baab1;
}

/* line 8600, app/assets/stylesheets/skins/default.scss */
html .list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #2baab1;
  color: #ffffff;
}

/* line 8608, app/assets/stylesheets/skins/default.scss */
html .list-tertiary.list-ordened li:before {
  color: #2baab1;
}

/* line 8612, app/assets/stylesheets/skins/default.scss */
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #2baab1;
  color: #ffffff;
}

/* line 8617, app/assets/stylesheets/skins/default.scss */
html .list-quaternary.list-icons li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: #383f48;
  border-color: #383f48;
}

/* line 8625, app/assets/stylesheets/skins/default.scss */
html .list-quaternary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #383f48;
  color: #ffffff;
}

/* line 8633, app/assets/stylesheets/skins/default.scss */
html .list-quaternary.list-ordened li:before {
  color: #383f48;
}

/* line 8637, app/assets/stylesheets/skins/default.scss */
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #383f48;
  color: #ffffff;
}

/* line 8642, app/assets/stylesheets/skins/default.scss */
html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #212529;
  border-color: #212529;
}

/* line 8650, app/assets/stylesheets/skins/default.scss */
html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #212529;
  color: #ffffff;
}

/* line 8658, app/assets/stylesheets/skins/default.scss */
html .list-dark.list-ordened li:before {
  color: #212529;
}

/* line 8662, app/assets/stylesheets/skins/default.scss */
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #212529;
  color: #ffffff;
}

/* line 8667, app/assets/stylesheets/skins/default.scss */
html .list-light.list-icons li > [class*="fa-"]:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #ffffff;
  border-color: #ffffff;
}

/* line 8675, app/assets/stylesheets/skins/default.scss */
html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #ffffff;
  color: #777777;
}

/* line 8683, app/assets/stylesheets/skins/default.scss */
html .list-light.list-ordened li:before {
  color: #ffffff;
}

/* line 8687, app/assets/stylesheets/skins/default.scss */
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #ffffff;
  color: #777777;
}

/* line 8692, app/assets/stylesheets/skins/default.scss */
.parallax blockquote i.fa-quote-left {
  color: #eddfd4;
}

/* line 8696, app/assets/stylesheets/skins/default.scss */
section.video blockquote i.fa-quote-left {
  color: #eddfd4;
}

/* line 8700, app/assets/stylesheets/skins/default.scss */
.accordion .card-header a {
  color: #eddfd4;
}

/* line 8704, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-primary .card-header {
  background-color: #eddfd4 !important;
}

/* line 8708, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-primary .card-header a {
  color: #ffffff;
}

/* line 8712, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-secondary .card-header {
  background-color: #e36159 !important;
}

/* line 8716, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-secondary .card-header a {
  color: #ffffff;
}

/* line 8720, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-tertiary .card-header {
  background-color: #2baab1 !important;
}

/* line 8724, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-tertiary .card-header a {
  color: #ffffff;
}

/* line 8728, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-quaternary .card-header {
  background-color: #383f48 !important;
}

/* line 8732, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-quaternary .card-header a {
  color: #ffffff;
}

/* line 8736, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-dark .card-header {
  background-color: #212529 !important;
}

/* line 8740, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-dark .card-header a {
  color: #ffffff;
}

/* line 8744, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-light .card-header {
  background-color: #ffffff !important;
}

/* line 8748, app/assets/stylesheets/skins/default.scss */
html .accordion.accordion-light .card-header a {
  color: #777777;
}

/* line 8752, app/assets/stylesheets/skins/default.scss */
html .divider.divider-primary [class*="fa-"],
html .divider.divider-primary .icons {
  color: #eddfd4;
}

/* line 8757, app/assets/stylesheets/skins/default.scss */
html .divider.divider-primary.divider-small hr {
  background: #eddfd4;
}

/* line 8761, app/assets/stylesheets/skins/default.scss */
html .divider.divider-secondary [class*="fa-"],
html .divider.divider-secondary .icons {
  color: #e36159;
}

/* line 8766, app/assets/stylesheets/skins/default.scss */
html .divider.divider-secondary.divider-small hr {
  background: #e36159;
}

/* line 8770, app/assets/stylesheets/skins/default.scss */
html .divider.divider-tertiary [class*="fa-"],
html .divider.divider-tertiary .icons {
  color: #2baab1;
}

/* line 8775, app/assets/stylesheets/skins/default.scss */
html .divider.divider-tertiary.divider-small hr {
  background: #2baab1;
}

/* line 8779, app/assets/stylesheets/skins/default.scss */
html .divider.divider-quaternary [class*="fa-"],
html .divider.divider-quaternary .icons {
  color: #383f48;
}

/* line 8784, app/assets/stylesheets/skins/default.scss */
html .divider.divider-quaternary.divider-small hr {
  background: #383f48;
}

/* line 8788, app/assets/stylesheets/skins/default.scss */
html .divider.divider-dark [class*="fa-"],
html .divider.divider-dark .icons {
  color: #212529;
}

/* line 8793, app/assets/stylesheets/skins/default.scss */
html .divider.divider-dark.divider-small hr {
  background: #212529;
}

/* line 8797, app/assets/stylesheets/skins/default.scss */
html .divider.divider-light [class*="fa-"],
html .divider.divider-light .icons {
  color: #ffffff;
}

/* line 8802, app/assets/stylesheets/skins/default.scss */
html .divider.divider-light.divider-small hr {
  background: #ffffff;
}

/* line 8806, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-primary [class*="fa-"],
html .divider.divider-style-2.divider-primary .icons {
  background: #eddfd4;
  color: #ffffff;
}

/* line 8812, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-secondary [class*="fa-"],
html .divider.divider-style-2.divider-secondary .icons {
  background: #e36159;
  color: #ffffff;
}

/* line 8818, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-tertiary [class*="fa-"],
html .divider.divider-style-2.divider-tertiary .icons {
  background: #2baab1;
  color: #ffffff;
}

/* line 8824, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-quaternary [class*="fa-"],
html .divider.divider-style-2.divider-quaternary .icons {
  background: #383f48;
  color: #ffffff;
}

/* line 8830, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-dark [class*="fa-"],
html .divider.divider-style-2.divider-dark .icons {
  background: #212529;
  color: #ffffff;
}

/* line 8836, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-2.divider-light [class*="fa-"],
html .divider.divider-style-2.divider-light .icons {
  background: #ffffff;
  color: #777777;
}

/* line 8842, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-primary [class*="fa-"],
html .divider.divider-style-3.divider-primary .icons {
  border-color: #eddfd4;
}

/* line 8847, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-secondary [class*="fa-"],
html .divider.divider-style-3.divider-secondary .icons {
  border-color: #e36159;
}

/* line 8852, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-tertiary [class*="fa-"],
html .divider.divider-style-3.divider-tertiary .icons {
  border-color: #2baab1;
}

/* line 8857, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-quaternary [class*="fa-"],
html .divider.divider-style-3.divider-quaternary .icons {
  border-color: #383f48;
}

/* line 8862, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-dark [class*="fa-"],
html .divider.divider-style-3.divider-dark .icons {
  border-color: #212529;
}

/* line 8867, app/assets/stylesheets/skins/default.scss */
html .divider.divider-style-3.divider-light [class*="fa-"],
html .divider.divider-style-3.divider-light .icons {
  border-color: #ffffff;
}

/* line 8872, app/assets/stylesheets/skins/default.scss */
#header .tip {
  background: #eddfd4;
  color: #ffffff;
}

/* line 8877, app/assets/stylesheets/skins/default.scss */
#header .tip:before {
  border-right-color: #eddfd4;
  border-left-color: transparent;
}

/* line 8882, app/assets/stylesheets/skins/default.scss */
html #header .tip-primary {
  background: #eddfd4 !important;
  color: #ffffff !important;
}

/* line 8887, app/assets/stylesheets/skins/default.scss */
html #header .tip-primary:before {
  border-right-color: #eddfd4 !important;
}

/* line 8891, app/assets/stylesheets/skins/default.scss */
html #header .tip-secondary {
  background: #e36159 !important;
  color: #ffffff !important;
}

/* line 8896, app/assets/stylesheets/skins/default.scss */
html #header .tip-secondary:before {
  border-right-color: #e36159 !important;
}

/* line 8900, app/assets/stylesheets/skins/default.scss */
html #header .tip-tertiary {
  background: #2baab1 !important;
  color: #ffffff !important;
}

/* line 8905, app/assets/stylesheets/skins/default.scss */
html #header .tip-tertiary:before {
  border-right-color: #2baab1 !important;
}

/* line 8909, app/assets/stylesheets/skins/default.scss */
html #header .tip-quaternary {
  background: #383f48 !important;
  color: #ffffff !important;
}

/* line 8914, app/assets/stylesheets/skins/default.scss */
html #header .tip-quaternary:before {
  border-right-color: #383f48 !important;
}

/* line 8918, app/assets/stylesheets/skins/default.scss */
html #header .tip-dark {
  background: #212529 !important;
  color: #ffffff !important;
}

/* line 8923, app/assets/stylesheets/skins/default.scss */
html #header .tip-dark:before {
  border-right-color: #212529 !important;
}

/* line 8927, app/assets/stylesheets/skins/default.scss */
html #header .tip-light {
  background: #ffffff !important;
  color: #777777 !important;
}

/* line 8932, app/assets/stylesheets/skins/default.scss */
html #header .tip-light:before {
  border-right-color: #ffffff !important;
}

/* line 8936, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip:before {
  border-left-color: #eddfd4;
}

/* line 8940, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #eddfd4;
}

/* line 8944, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-primary:before {
  border-left-color: #eddfd4 !important;
  border-right-color: transparent !important;
}

/* line 8949, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-secondary:before {
  border-left-color: #e36159 !important;
  border-right-color: transparent !important;
}

/* line 8954, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-tertiary:before {
  border-left-color: #2baab1 !important;
  border-right-color: transparent !important;
}

/* line 8959, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-quaternary:before {
  border-left-color: #383f48 !important;
  border-right-color: transparent !important;
}

/* line 8964, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-dark:before {
  border-left-color: #212529 !important;
  border-right-color: transparent !important;
}

/* line 8969, app/assets/stylesheets/skins/default.scss */
html[dir="rtl"] #header .tip-light:before {
  border-left-color: #ffffff !important;
  border-right-color: transparent !important;
}

/* line 8974, app/assets/stylesheets/skins/default.scss */
#header .header-btn-collapse-nav {
  background: #eddfd4;
}

@media (min-width: 992px) {
  /* line 8979, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li > a {
    color: #eddfd4;
  }
  /* line 8983, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #eddfd4;
  }
  /* line 8988, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #eddfd4;
  }
  /* line 8992, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #eddfd4;
  }
  /* line 8997, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #eddfd4;
  }
  /* line 9001, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
    color: #eddfd4;
  }
  /* line 9005, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #eddfd4;
    color: #ffffff;
  }
  /* line 9010, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
  #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #eddfd4;
  }
  /* line 9015, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    background-color: #eddfd4;
  }
  /* line 9019, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
    color: #eddfd4;
  }
  /* line 9023, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #eddfd4;
  }
  /* line 9027, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #eddfd4;
  }
  /* line 9031, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #eddfd4 !important;
  }
  /* line 9035, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #eddfd4;
  }
  /* line 9039, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #eddfd4;
  }
  /* line 9043, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #eddfd4;
  }
  /* line 9047, app/assets/stylesheets/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
    background: #eddfd4;
  }
  /* line 9051, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a,
  #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a {
    color: #eddfd4;
  }
  /* line 9056, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
    color: #eddfd4;
  }
  /* line 9060, app/assets/stylesheets/skins/default.scss */
  html.side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  html.side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
    border-left-color: #eddfd4;
  }
  /* line 9065, app/assets/stylesheets/skins/default.scss */
  html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
    border-right-color: #eddfd4;
  }
}

@media (min-width: 992px) {
  /* line 9072, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
    background-color: #eddfd4;
  }
  /* line 9076, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #007ebd;
  }
  /* line 9081, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
    background: #0092db;
  }
  /* line 9085, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
    border-bottom-color: #eddfd4;
    background: #eddfd4;
  }
  /* line 9091, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 9096, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    background: #eddfd4;
    color: #ffffff;
  }
  /* line 9101, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 9105, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    background: #eddfd4;
    color: #ffffff;
  }
  /* line 9110, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
    color: #eddfd4;
  }
  /* line 9115, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before {
    background-color: #eddfd4;
  }
  /* line 9120, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    color: #eddfd4;
  }
  /* line 9124, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
    background: #eddfd4;
  }
  /* line 9129, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    color: #eddfd4;
  }
  /* line 9133, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
    background-color: #eddfd4;
  }
  /* line 9137, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: #eddfd4;
  }
  /* line 9141, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
    color: #eddfd4;
  }
  /* line 9146, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    color: #eddfd4;
  }
  /* line 9150, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    color: #eddfd4;
  }
  /* line 9154, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
    background-color: #e36159;
  }
  /* line 9158, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #e1554c;
  }
  /* line 9163, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
    background: #e56d66;
  }
  /* line 9167, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
    border-bottom-color: #e36159;
    background: #e36159;
  }
  /* line 9173, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 9178, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    background: #e36159;
    color: #ffffff;
  }
  /* line 9183, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 9187, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
    background: #e36159;
    color: #ffffff;
  }
  /* line 9192, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
    color: #e36159;
  }
  /* line 9197, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover:before {
    background-color: #e36159;
  }
  /* line 9202, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    color: #e36159;
  }
  /* line 9206, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
    background: #e36159;
  }
  /* line 9211, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
    color: #e36159;
  }
  /* line 9215, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before {
    background-color: #e36159;
  }
  /* line 9219, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
    color: #e36159;
  }
  /* line 9223, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
    color: #e36159;
  }
  /* line 9228, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    color: #e36159;
  }
  /* line 9232, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
    color: #e36159;
  }
  /* line 9236, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
    background-color: #2baab1;
  }
  /* line 9240, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #289ea5;
  }
  /* line 9245, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
    background: #2eb6bd;
  }
  /* line 9249, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
    border-bottom-color: #2baab1;
    background: #2baab1;
  }
  /* line 9255, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 9260, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    background: #2baab1;
    color: #ffffff;
  }
  /* line 9265, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 9269, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
    background: #2baab1;
    color: #ffffff;
  }
  /* line 9274, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
    color: #2baab1;
  }
  /* line 9279, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover:before {
    background-color: #2baab1;
  }
  /* line 9284, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    color: #2baab1;
  }
  /* line 9288, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
    background: #2baab1;
  }
  /* line 9293, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
    color: #2baab1;
  }
  /* line 9297, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before {
    background-color: #2baab1;
  }
  /* line 9301, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
    color: #2baab1;
  }
  /* line 9305, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
    color: #2baab1;
  }
  /* line 9310, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    color: #2baab1;
  }
  /* line 9314, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
    color: #2baab1;
  }
  /* line 9318, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
    background-color: #383f48;
  }
  /* line 9322, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #31373f;
  }
  /* line 9327, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
    background: #3f4751;
  }
  /* line 9331, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
    border-bottom-color: #383f48;
    background: #383f48;
  }
  /* line 9337, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 9342, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    background: #383f48;
    color: #ffffff;
  }
  /* line 9347, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 9351, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
    background: #383f48;
    color: #ffffff;
  }
  /* line 9356, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
    color: #383f48;
  }
  /* line 9361, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover:before {
    background-color: #383f48;
  }
  /* line 9366, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    color: #383f48;
  }
  /* line 9370, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
    background: #383f48;
  }
  /* line 9375, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
    color: #383f48;
  }
  /* line 9379, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before {
    background-color: #383f48;
  }
  /* line 9383, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
    color: #383f48;
  }
  /* line 9387, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
    color: #383f48;
  }
  /* line 9392, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    color: #383f48;
  }
  /* line 9396, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
    color: #383f48;
  }
  /* line 9400, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
    background-color: #212529;
  }
  /* line 9404, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
    color: #ffffff;
    border-bottom-color: #1a1d21;
  }
  /* line 9409, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
    background: #282d31;
  }
  /* line 9413, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
    border-bottom-color: #212529;
    background: #212529;
  }
  /* line 9419, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
    color: #ffffff;
    opacity: 0.70;
  }
  /* line 9424, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    background: #212529;
    color: #ffffff;
  }
  /* line 9429, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
    color: #ffffff;
  }
  /* line 9433, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
    background: #212529;
    color: #ffffff;
  }
  /* line 9438, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
    color: #212529;
  }
  /* line 9443, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover:before {
    background-color: #212529;
  }
  /* line 9448, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    color: #212529;
  }
  /* line 9452, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
    background: #212529;
  }
  /* line 9457, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
    color: #212529;
  }
  /* line 9461, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active:before {
    background-color: #212529;
  }
  /* line 9465, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
    color: #212529;
  }
  /* line 9469, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
    color: #212529;
  }
  /* line 9474, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    color: #212529;
  }
  /* line 9478, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
    color: #212529;
  }
  /* line 9482, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
    background-color: #ffffff;
  }
  /* line 9486, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
    color: #777777;
    border-bottom-color: #f7f7f7;
  }
  /* line 9491, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
    background: #ffffff;
  }
  /* line 9495, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
    border-bottom-color: #ffffff;
    background: #ffffff;
  }
  /* line 9501, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
    color: #777777;
    opacity: 0.70;
  }
  /* line 9506, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    background: #ffffff;
    color: #777777;
  }
  /* line 9511, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
    color: #777777;
  }
  /* line 9515, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
    background: #ffffff;
    color: #777777;
  }
  /* line 9520, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
    color: #ffffff;
  }
  /* line 9525, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover:before {
    background-color: #ffffff;
  }
  /* line 9530, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    color: #ffffff;
  }
  /* line 9534, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
    background: #ffffff;
  }
  /* line 9539, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
    color: #ffffff;
  }
  /* line 9543, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active:before {
    background-color: #ffffff;
  }
  /* line 9547, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
    color: #ffffff;
  }
  /* line 9551, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
    color: #ffffff;
  }
  /* line 9556, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    color: #ffffff;
  }
  /* line 9560, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  /* line 9566, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a,
  html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
    color: #eddfd4 !important;
  }
  /* line 9571, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active,
  html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
    color: #eddfd4 !important;
  }
}

@media (max-width: 991px) {
  /* line 9578, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #eddfd4;
  }
  /* line 9582, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
    color: #eddfd4;
  }
  /* line 9586, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
    background: #eddfd4;
  }
  /* line 9590, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus,
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
    background: #eddfd4;
  }
  /* line 9595, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    background: #eddfd4;
  }
  /* line 9599, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus,
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
    background: #eddfd4;
  }
  /* line 9604, app/assets/stylesheets/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    color: #eddfd4 !important;
  }
  /* line 9608, app/assets/stylesheets/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
    background-color: #eddfd4;
  }
  /* line 9612, app/assets/stylesheets/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
    color: #eddfd4 !important;
  }
  /* line 9616, app/assets/stylesheets/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
    color: #eddfd4 !important;
  }
}

@media (max-width: 991px) {
  /* line 9622, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
    color: #eddfd4;
  }
  /* line 9626, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
    background: #eddfd4 !important;
    color: #ffffff !important;
  }
  /* line 9631, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
    color: #e36159;
  }
  /* line 9635, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
    background: #e36159 !important;
    color: #ffffff !important;
  }
  /* line 9640, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
    color: #2baab1;
  }
  /* line 9644, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
    background: #2baab1 !important;
    color: #ffffff !important;
  }
  /* line 9649, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
    color: #383f48;
  }
  /* line 9653, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
    background: #383f48 !important;
    color: #ffffff !important;
  }
}

/* line 9659, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary {
  background: #eddfd4;
  border-top-color: #0077b3;
}

/* line 9664, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #0099e6;
}

/* line 9668, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
  background: #0099e6;
}

/* line 9675, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary .dropdown-menu {
  background: #0099e6;
  border-color: #0099e6;
}

/* line 9680, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
  background: #00aaff !important;
}

/* line 9685, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary {
  background: #e36159;
  border-top-color: #df4c43;
}

/* line 9690, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  background: #e7766f;
}

/* line 9694, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
  background: #e7766f;
}

/* line 9701, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary .dropdown-menu {
  background: #e7766f;
  border-color: #e7766f;
}

/* line 9706, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
  background: #ea8b85 !important;
}

/* line 9711, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary {
  background: #2baab1;
  border-top-color: #26969c;
}

/* line 9716, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  background: #30bec6;
}

/* line 9720, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
  background: #30bec6;
}

/* line 9727, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary .dropdown-menu {
  background: #30bec6;
  border-color: #30bec6;
}

/* line 9732, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
  background: #3fc9d0 !important;
}

/* line 9737, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary {
  background: #383f48;
  border-top-color: #2d323a;
}

/* line 9742, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
  background: #434c56;
}

/* line 9746, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
  background: #434c56;
}

/* line 9753, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary .dropdown-menu {
  background: #434c56;
  border-color: #434c56;
}

/* line 9758, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
  background: #4e5865 !important;
}

/* line 9763, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark {
  background: #212529;
  border-top-color: #16181b;
}

/* line 9768, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  background: #2c3237;
}

/* line 9772, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
  background: #2c3237;
}

/* line 9779, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark .dropdown-menu {
  background: #2c3237;
  border-color: #2c3237;
}

/* line 9784, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
  background: #383f45 !important;
}

/* line 9789, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light {
  background: #ffffff;
  border-top-color: #f2f2f2;
}

/* line 9794, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
  background: #ffffff;
}

/* line 9798, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
  background: #ffffff;
}

/* line 9805, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light .dropdown-menu {
  background: #ffffff;
  border-color: #ffffff;
}

/* line 9810, app/assets/stylesheets/skins/default.scss */
html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
  background: #ffffff !important;
}

@media (min-width: 992px) {
  /* line 9816, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-primary {
    background: #eddfd4 !important;
    color: #ffffff !important;
  }
  /* line 9821, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-secondary {
    background: #e36159 !important;
    color: #ffffff !important;
  }
  /* line 9826, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-tertiary {
    background: #2baab1 !important;
    color: #ffffff !important;
  }
  /* line 9831, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-quaternary {
    background: #383f48 !important;
    color: #ffffff !important;
  }
  /* line 9836, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-dark {
    background: #212529 !important;
    color: #ffffff !important;
  }
  /* line 9841, app/assets/stylesheets/skins/default.scss */
  html #header .header-nav-bar-light {
    background: #ffffff !important;
    color: #777777 !important;
  }
}

@media (min-width: 992px) {
  /* line 9848, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    color: #eddfd4;
  }
  /* line 9853, app/assets/stylesheets/skins/default.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #eddfd4;
  }
}

/* line 9858, app/assets/stylesheets/skins/default.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
  border-bottom-color: #eddfd4;
}

/* line 9862, app/assets/stylesheets/skins/default.scss */
.testimonial blockquote {
  background: #0099e6;
}

/* line 9866, app/assets/stylesheets/skins/default.scss */
.testimonial .testimonial-arrow-down {
  border-top-color: #0099e6;
}

/* line 9870, app/assets/stylesheets/skins/default.scss */
html .testimonial-primary blockquote {
  background: #0099e6;
}

/* line 9874, app/assets/stylesheets/skins/default.scss */
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #0099e6;
}

/* line 9878, app/assets/stylesheets/skins/default.scss */
html .testimonial-primary.testimonial-style-7 {
  background: #0099e6;
}

/* line 9882, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-primary blockquote:before,
html .testimonial-quotes-primary blockquote:after {
  color: #eddfd4 !important;
}

/* line 9887, app/assets/stylesheets/skins/default.scss */
html .testimonial-secondary blockquote {
  background: #e7766f;
}

/* line 9891, app/assets/stylesheets/skins/default.scss */
html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #e7766f;
}

/* line 9895, app/assets/stylesheets/skins/default.scss */
html .testimonial-secondary.testimonial-style-7 {
  background: #e7766f;
}

/* line 9899, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-secondary blockquote:before,
html .testimonial-quotes-secondary blockquote:after {
  color: #eddfd4 !important;
}

/* line 9904, app/assets/stylesheets/skins/default.scss */
html .testimonial-tertiary blockquote {
  background: #30bec6;
}

/* line 9908, app/assets/stylesheets/skins/default.scss */
html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}

/* line 9912, app/assets/stylesheets/skins/default.scss */
html .testimonial-tertiary.testimonial-style-7 {
  background: #30bec6;
}

/* line 9916, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-tertiary blockquote:before,
html .testimonial-quotes-tertiary blockquote:after {
  color: #eddfd4 !important;
}

/* line 9921, app/assets/stylesheets/skins/default.scss */
html .testimonial-quaternary blockquote {
  background: #434c56;
}

/* line 9925, app/assets/stylesheets/skins/default.scss */
html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}

/* line 9929, app/assets/stylesheets/skins/default.scss */
html .testimonial-quaternary.testimonial-style-7 {
  background: #434c56;
}

/* line 9933, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-quaternary blockquote:before,
html .testimonial-quotes-quaternary blockquote:after {
  color: #eddfd4 !important;
}

/* line 9938, app/assets/stylesheets/skins/default.scss */
html .testimonial-dark blockquote {
  background: #2c3237;
}

/* line 9942, app/assets/stylesheets/skins/default.scss */
html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}

/* line 9946, app/assets/stylesheets/skins/default.scss */
html .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}

/* line 9950, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-dark blockquote:before,
html .testimonial-quotes-dark blockquote:after {
  color: #eddfd4 !important;
}

/* line 9955, app/assets/stylesheets/skins/default.scss */
html .testimonial-light blockquote {
  background: #ffffff;
}

/* line 9959, app/assets/stylesheets/skins/default.scss */
html .testimonial-light .testimonial-arrow-down {
  border-top-color: #ffffff;
}

/* line 9963, app/assets/stylesheets/skins/default.scss */
html .testimonial-light.testimonial-style-7 {
  background: #ffffff;
}

/* line 9967, app/assets/stylesheets/skins/default.scss */
html .testimonial-quotes-light blockquote:before,
html .testimonial-quotes-light blockquote:after {
  color: #eddfd4 !important;
}

/* line 9972, app/assets/stylesheets/skins/default.scss */
.circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons {
  color: #eddfd4;
}

/* line 9977, app/assets/stylesheets/skins/default.scss */
html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #eddfd4;
}

/* line 9983, app/assets/stylesheets/skins/default.scss */
html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: #e36159;
}

/* line 9989, app/assets/stylesheets/skins/default.scss */
html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
  color: #2baab1;
}

/* line 9995, app/assets/stylesheets/skins/default.scss */
html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
  color: #383f48;
}

/* line 10001, app/assets/stylesheets/skins/default.scss */
html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: #212529;
}

/* line 10007, app/assets/stylesheets/skins/default.scss */
html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: #ffffff;
}

/* line 10013, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-primary > span > span {
  color: #eddfd4;
}

/* line 10017, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-secondary > span > span {
  color: #e36159;
}

/* line 10021, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-tertiary > span > span {
  color: #2baab1;
}

/* line 10025, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-quaternary > span > span {
  color: #383f48;
}

/* line 10029, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-dark > span > span {
  color: #212529;
}

/* line 10033, app/assets/stylesheets/skins/default.scss */
html .countdown.countdown-light > span > span {
  color: #ffffff;
}

/* line 10037, app/assets/stylesheets/skins/default.scss */
.icon-featured {
  background-color: #eddfd4;
}

/* line 10041, app/assets/stylesheets/skins/default.scss */
html .featured-box-primary .icon-featured {
  background-color: #eddfd4;
}

/* line 10045, app/assets/stylesheets/skins/default.scss */
html .featured-box-primary h4 {
  color: #eddfd4;
}

/* line 10049, app/assets/stylesheets/skins/default.scss */
html .featured-box-primary .box-content {
  border-top-color: #eddfd4;
}

/* line 10053, app/assets/stylesheets/skins/default.scss */
html .featured-box-primary .box-content-border-bottom {
  border-bottom-color: #eddfd4;
}

/* line 10057, app/assets/stylesheets/skins/default.scss */
html .featured-box-secondary .icon-featured {
  background-color: #e36159;
}

/* line 10061, app/assets/stylesheets/skins/default.scss */
html .featured-box-secondary h4 {
  color: #e36159;
}

/* line 10065, app/assets/stylesheets/skins/default.scss */
html .featured-box-secondary .box-content {
  border-top-color: #e36159;
}

/* line 10069, app/assets/stylesheets/skins/default.scss */
html .featured-box-secondary .box-content-border-bottom {
  border-bottom-color: #e36159;
}

/* line 10073, app/assets/stylesheets/skins/default.scss */
html .featured-box-tertiary .icon-featured {
  background-color: #2baab1;
}

/* line 10077, app/assets/stylesheets/skins/default.scss */
html .featured-box-tertiary h4 {
  color: #2baab1;
}

/* line 10081, app/assets/stylesheets/skins/default.scss */
html .featured-box-tertiary .box-content {
  border-top-color: #2baab1;
}

/* line 10085, app/assets/stylesheets/skins/default.scss */
html .featured-box-tertiary .box-content-border-bottom {
  border-bottom-color: #2baab1;
}

/* line 10089, app/assets/stylesheets/skins/default.scss */
html .featured-box-quaternary .icon-featured {
  background-color: #383f48;
}

/* line 10093, app/assets/stylesheets/skins/default.scss */
html .featured-box-quaternary h4 {
  color: #383f48;
}

/* line 10097, app/assets/stylesheets/skins/default.scss */
html .featured-box-quaternary .box-content {
  border-top-color: #383f48;
}

/* line 10101, app/assets/stylesheets/skins/default.scss */
html .featured-box-quaternary .box-content-border-bottom {
  border-bottom-color: #383f48;
}

/* line 10105, app/assets/stylesheets/skins/default.scss */
html .featured-box-dark .icon-featured {
  background-color: #212529;
}

/* line 10109, app/assets/stylesheets/skins/default.scss */
html .featured-box-dark h4 {
  color: #212529;
}

/* line 10113, app/assets/stylesheets/skins/default.scss */
html .featured-box-dark .box-content {
  border-top-color: #212529;
}

/* line 10117, app/assets/stylesheets/skins/default.scss */
html .featured-box-dark .box-content-border-bottom {
  border-bottom-color: #212529;
}

/* line 10121, app/assets/stylesheets/skins/default.scss */
html .featured-box-light .icon-featured {
  background-color: #ffffff;
}

/* line 10125, app/assets/stylesheets/skins/default.scss */
html .featured-box-light h4 {
  color: #ffffff;
}

/* line 10129, app/assets/stylesheets/skins/default.scss */
html .featured-box-light .box-content {
  border-top-color: #ffffff;
}

/* line 10133, app/assets/stylesheets/skins/default.scss */
html .featured-box-light .box-content-border-bottom {
  border-bottom-color: #ffffff;
}

/* line 10137, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #eddfd4;
  color: #eddfd4;
}

/* line 10142, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}

/* line 10147, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}

/* line 10152, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}

/* line 10157, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}

/* line 10162, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}

/* line 10167, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #eddfd4;
  color: #eddfd4;
}

/* line 10172, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}

/* line 10177, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2baab1;
  color: #2baab1;
}

/* line 10182, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}

/* line 10187, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}

/* line 10192, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #ffffff;
  color: #ffffff;
}

/* line 10197, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #eddfd4;
}

/* line 10201, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}

/* line 10205, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}

/* line 10209, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}

/* line 10213, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}

/* line 10217, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}

/* line 10221, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #eddfd4;
}

/* line 10225, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}

/* line 10229, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}

/* line 10233, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}

/* line 10237, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}

/* line 10241, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}

/* line 10245, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #eddfd4;
}

/* line 10249, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}

/* line 10253, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #2baab1;
}

/* line 10257, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}

/* line 10261, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}

/* line 10265, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #ffffff;
}

/* line 10269, app/assets/stylesheets/skins/default.scss */
.featured-boxes-modern-style-primary .featured-box {
  background: #eddfd4;
  background: linear-gradient(135deg, #eddfd4 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$pole-skin-primary-color', endColorstr='#383f48', GradientType=1);
}

/* line 10275, app/assets/stylesheets/skins/default.scss */
.featured-boxes-modern-style-secondary .featured-box {
  background: #e36159;
  background: linear-gradient(135deg, #e36159 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36159', endColorstr='#383f48', GradientType=1);
}

/* line 10281, app/assets/stylesheets/skins/default.scss */
.featured-boxes-modern-style-tertiary .featured-box {
  background: #2baab1;
  background: linear-gradient(135deg, #2baab1 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2baab1', endColorstr='#383f48', GradientType=1);
}

/* line 10287, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #eddfd4;
  box-shadow: 0 0 0 3px #eddfd4;
}

/* line 10292, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #e36159;
  box-shadow: 0 0 0 3px #e36159;
}

/* line 10297, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #2baab1;
  box-shadow: 0 0 0 3px #2baab1;
}

/* line 10302, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #383f48;
  box-shadow: 0 0 0 3px #383f48;
}

/* line 10307, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #212529;
  box-shadow: 0 0 0 3px #212529;
}

/* line 10312, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  -webkit-box-shadow: 0 0 0 3px #ffffff;
  box-shadow: 0 0 0 3px #ffffff;
}

/* line 10317, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #eddfd4;
  box-shadow: 0 0 0 10px #eddfd4;
}

/* line 10322, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #eddfd4 !important;
}

/* line 10326, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #e36159;
  box-shadow: 0 0 0 10px #e36159;
}

/* line 10331, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #e36159 !important;
}

/* line 10335, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #2baab1;
  box-shadow: 0 0 0 10px #2baab1;
}

/* line 10340, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2baab1 !important;
}

/* line 10344, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #383f48;
  box-shadow: 0 0 0 10px #383f48;
}

/* line 10349, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}

/* line 10353, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #212529;
  box-shadow: 0 0 0 10px #212529;
}

/* line 10358, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #212529 !important;
}

/* line 10362, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  -webkit-box-shadow: 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 10px #ffffff;
}

/* line 10367, app/assets/stylesheets/skins/default.scss */
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #ffffff !important;
}

/* line 10371, app/assets/stylesheets/skins/default.scss */
.feature-box .feature-box-icon {
  background-color: #eddfd4;
}

/* line 10375, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary .feature-box-icon {
  background-color: #eddfd4;
}

/* line 10379, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary .feature-box-icon {
  background-color: #e36159;
}

/* line 10383, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary .feature-box-icon {
  background-color: #2baab1;
}

/* line 10387, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary .feature-box-icon {
  background-color: #383f48;
}

/* line 10391, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark .feature-box-icon {
  background-color: #212529;
}

/* line 10395, app/assets/stylesheets/skins/default.scss */
html .feature-box-light .feature-box-icon {
  background-color: #ffffff;
}

/* line 10399, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 10404, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 10409, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #e36159;
}

/* line 10414, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 10419, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #383f48;
}

/* line 10424, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #212529;
}

/* line 10429, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 10434, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #eddfd4;
}

/* line 10438, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 10443, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #eddfd4;
}

/* line 10447, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 10452, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #e36159;
}

/* line 10456, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: #e36159;
}

/* line 10461, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #2baab1;
}

/* line 10465, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 10470, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #383f48;
}

/* line 10474, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: #383f48;
}

/* line 10479, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #212529;
}

/* line 10483, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: #212529;
}

/* line 10488, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #ffffff;
}

/* line 10492, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 10497, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 10502, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 10507, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #e36159;
}

/* line 10512, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 10517, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #383f48;
}

/* line 10522, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #212529;
}

/* line 10527, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 10532, app/assets/stylesheets/skins/default.scss */
.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-5 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 10537, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 10542, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
  color: #e36159;
}

/* line 10547, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 10552, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
  color: #383f48;
}

/* line 10557, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
  color: #212529;
}

/* line 10562, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 10567, app/assets/stylesheets/skins/default.scss */
html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
  color: #eddfd4;
}

/* line 10572, app/assets/stylesheets/skins/default.scss */
html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
  color: #e36159;
}

/* line 10577, app/assets/stylesheets/skins/default.scss */
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
  color: #2baab1;
}

/* line 10582, app/assets/stylesheets/skins/default.scss */
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
  color: #383f48;
}

/* line 10587, app/assets/stylesheets/skins/default.scss */
html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
  color: #212529;
}

/* line 10592, app/assets/stylesheets/skins/default.scss */
html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
  color: #ffffff;
}

/* line 10597, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
  background-color: #006699;
}

/* line 10601, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
  background-color: #0077b3;
}

/* line 10605, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
  background-color: #eddfd4;
}

/* line 10609, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
  background-color: #0099e6;
}

/* line 10613, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
  background-color: #00aaff;
}

/* line 10617, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
  background-color: #1ab2ff;
}

/* line 10621, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-primary {
  background-color: #eddfd4;
  color: #ffffff;
}

/* line 10626, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #e36159;
  color: #ffffff;
}

/* line 10631, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #2baab1;
  color: #ffffff;
}

/* line 10636, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #383f48;
  color: #ffffff;
}

/* line 10641, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-dark {
  background-color: #212529;
  color: #ffffff;
}

/* line 10646, app/assets/stylesheets/skins/default.scss */
html .featured-boxes-full .featured-box-full-light {
  background-color: #ffffff;
  color: #777777;
}

/* line 10651, app/assets/stylesheets/skins/default.scss */
.pricing-table .most-popular {
  border-color: #eddfd4;
}

/* line 10655, app/assets/stylesheets/skins/default.scss */
.pricing-table .most-popular h3 {
  background-color: #eddfd4;
}

/* line 10659, app/assets/stylesheets/skins/default.scss */
.pricing-table.princig-table-flat .plan h3 {
  background-color: #eddfd4;
}

/* line 10663, app/assets/stylesheets/skins/default.scss */
.pricing-table.princig-table-flat .plan h3 span {
  background: #eddfd4;
}

/* line 10667, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-primary {
  border-top-color: #eddfd4;
}

/* line 10671, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-primary {
  background: #eddfd4;
}

/* line 10675, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-primary {
  border-color: #eddfd4;
}

/* line 10679, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-primary {
  background: #eddfd4;
}

/* line 10683, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #ffffff;
}

/* line 10688, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}

/* line 10692, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}

/* line 10696, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-secondary {
  border-color: #e36159;
}

/* line 10700, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}

/* line 10704, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #ffffff;
}

/* line 10709, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-tertiary {
  border-top-color: #2baab1;
}

/* line 10713, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}

/* line 10717, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-tertiary {
  border-color: #2baab1;
}

/* line 10721, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-tertiary {
  background: #2baab1;
}

/* line 10725, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: #ffffff;
}

/* line 10730, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-quaternary {
  border-top-color: #383f48;
}

/* line 10734, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}

/* line 10738, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-quaternary {
  border-color: #383f48;
}

/* line 10742, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}

/* line 10746, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: #ffffff;
}

/* line 10751, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-dark {
  border-top-color: #212529;
}

/* line 10755, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-dark {
  background: #212529;
}

/* line 10759, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-dark {
  border-color: #212529;
}

/* line 10763, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-dark {
  background: #212529;
}

/* line 10767, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #ffffff;
}

/* line 10772, app/assets/stylesheets/skins/default.scss */
html .call-to-action.featured.featured-light {
  border-top-color: #ffffff;
}

/* line 10776, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-light {
  background: #ffffff;
}

/* line 10780, app/assets/stylesheets/skins/default.scss */
html .call-to-action.with-full-borders-light {
  border-color: #ffffff;
}

/* line 10784, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-light {
  background: #ffffff;
}

/* line 10788, app/assets/stylesheets/skins/default.scss */
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777777;
}

/* line 10793, app/assets/stylesheets/skins/default.scss */
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #eddfd4;
  -webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #eddfd4;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #eddfd4;
}

/* line 10800, app/assets/stylesheets/skins/default.scss */
ul.history li .featured-box .box-content {
  border-top-color: #eddfd4;
}

/* line 10804, app/assets/stylesheets/skins/default.scss */
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #eddfd4;
}

/* line 10809, app/assets/stylesheets/skins/default.scss */
.recent-posts .date .day,
article.post .post-date .day {
  color: #eddfd4;
}

/* line 10814, app/assets/stylesheets/skins/default.scss */
.slider .tp-bannertimer {
  background-color: #eddfd4;
}

/* line 10818, app/assets/stylesheets/skins/default.scss */
.home-concept strong {
  color: #eddfd4;
}

/* line 10822, app/assets/stylesheets/skins/default.scss */
html .home-intro-primary {
  background: #eddfd4;
}

/* line 10826, app/assets/stylesheets/skins/default.scss */
html .home-intro-secondary {
  background: #e36159;
}

/* line 10830, app/assets/stylesheets/skins/default.scss */
html .home-intro-tertiary {
  background: #2baab1;
}

/* line 10834, app/assets/stylesheets/skins/default.scss */
html .home-intro-quaternary {
  background: #383f48;
}

/* line 10838, app/assets/stylesheets/skins/default.scss */
html .home-intro-dark {
  background: #212529;
}

/* line 10842, app/assets/stylesheets/skins/default.scss */
html .home-intro-light {
  background: #ffffff;
}

/* line 10846, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-primary .slotholder:after {
  background-color: #eddfd4 !important;
}

/* line 10850, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-primary {
  background: #eddfd4;
}

/* line 10854, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(0, 136, 204, 0.4);
}

/* line 10858, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-primary .tp-bullet:hover,
html .tp-bullets.bullets-color-primary .tp-bullet.selected {
  background: #eddfd4;
}

/* line 10863, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-secondary .slotholder:after {
  background-color: #e36159 !important;
}

/* line 10867, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-secondary {
  background: #e36159;
}

/* line 10871, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(227, 97, 89, 0.4);
}

/* line 10875, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-secondary .tp-bullet:hover,
html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
  background: #e36159;
}

/* line 10880, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-tertiary .slotholder:after {
  background-color: #2baab1 !important;
}

/* line 10884, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-tertiary {
  background: #2baab1;
}

/* line 10888, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(43, 170, 177, 0.4);
}

/* line 10892, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-tertiary .tp-bullet:hover,
html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
  background: #2baab1;
}

/* line 10897, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-quaternary .slotholder:after {
  background-color: #383f48 !important;
}

/* line 10901, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-quaternary {
  background: #383f48;
}

/* line 10905, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(56, 63, 72, 0.4);
}

/* line 10909, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-quaternary .tp-bullet:hover,
html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
  background: #383f48;
}

/* line 10914, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-dark .slotholder:after {
  background-color: #212529 !important;
}

/* line 10918, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-dark {
  background: #212529;
}

/* line 10922, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(33, 37, 41, 0.4);
}

/* line 10926, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-dark .tp-bullet:hover,
html .tp-bullets.bullets-color-dark .tp-bullet.selected {
  background: #212529;
}

/* line 10931, app/assets/stylesheets/skins/default.scss */
html .slide-overlay-light .slotholder:after {
  background-color: #ffffff !important;
}

/* line 10935, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-light {
  background: #ffffff;
}

/* line 10939, app/assets/stylesheets/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4);
}

/* line 10943, app/assets/stylesheets/skins/default.scss */
html .tp-bullets.bullets-color-light .tp-bullet:hover,
html .tp-bullets.bullets-color-light .tp-bullet.selected {
  background: #ffffff;
}

/* line 10948, app/assets/stylesheets/skins/default.scss */
html .slide-overlay.slide-overlay-gradient .slotholder:after {
  background-color: #2baab1 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#2baab1), to(#383f48)) !important;
  background-image: linear-gradient(to right, #2baab1 0%, #383f48 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2baab1', endColorstr='#383f48', GradientType=1);
}

/* line 10955, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
  color: #ffffff;
}

/* line 10962, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover,
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover {
  background-color: #3F8841;
  border-color: #00aaff #00aaff #eddfd4;
  color: #ffffff;
}

/* line 10971, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 10979, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
  background-color: #eddfd4;
  border-color: #eddfd4 #eddfd4 #006699;
}

/* line 10987, app/assets/stylesheets/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow.active {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
}

/* line 10996, app/assets/stylesheets/skins/default.scss */
.tparrows.arrows-primary:before {
  color: #eddfd4;
}

/* line 11000, app/assets/stylesheets/skins/default.scss */
.shop .products .product .onsale {
  background-color: #eddfd4;
  border-bottom-color: #006da3;
}

/* line 11005, app/assets/stylesheets/skins/default.scss */
.shop .star-rating span,
.shop .cart-totals tr.total .amount {
  color: #eddfd4;
}

/* line 11010, app/assets/stylesheets/skins/default.scss */
#footer .footer-ribbon {
  background: #eddfd4;
}

/* line 11014, app/assets/stylesheets/skins/default.scss */
#footer .footer-ribbon:before {
  border-right-color: #005580;
  border-left-color: #005580;
}

/* line 11019, app/assets/stylesheets/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
  color: #eddfd4 !important;
}

/* line 11023, app/assets/stylesheets/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
  background: #eddfd4 !important;
}

/* line 11027, app/assets/stylesheets/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
  color: #eddfd4 !important;
}

/* line 11031, app/assets/stylesheets/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
  background: #eddfd4 !important;
}

/* line 11035, app/assets/stylesheets/skins/default.scss */
.scrollable.colored-slider .scrollable-slider {
  background: #eddfd4;
}

/* line 11039, app/assets/stylesheets/skins/default.scss */
.sample-icon-list .sample-icon a:hover {
  background-color: #eddfd4;
}

/* line 11043, app/assets/stylesheets/skins/default.scss */
html.boxed .body {
  border-top-color: #eddfd4;
}

/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
/* line 9, app/assets/stylesheets/cookieBar.scss */
.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 85px 0 20px;
  background: #FFD600;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 9999;
}

/* line 18, app/assets/stylesheets/cookieBar.scss */
.cookie-message a {
  position: absolute;
  bottom: 3px;
  right: 20px;
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/cookieBar.scss */
.cookie-message p, .cookie-message a {
  color: #000;
  font: bold 11px/18px Arial;
  margin: 0.6em 0;
}

/* line 28, app/assets/stylesheets/cookieBar.scss */
.cookie-message {
  padding: 1em 1em;
  color: black;
}

/* line 31, app/assets/stylesheets/cookieBar.scss */
.cookie-message p {
  font-size: 1em;
}

/* line 34, app/assets/stylesheets/cookieBar.scss */
.cookie-message a {
  color: #3F8841 !important;
}

/* line 37, app/assets/stylesheets/cookieBar.scss */
.cookie-message .cookiebar-close {
  color: black;
}

/* Add here all your CSS customizations */
/* line 8, app/assets/stylesheets/dev.scss */
.dev-bg-red {
  background-color: #ffb3ba;
}

/* line 11, app/assets/stylesheets/dev.scss */
.dev-bg-orange {
  background-color: #ffdfba;
}

/* line 14, app/assets/stylesheets/dev.scss */
.dev-bg-yellow {
  background-color: #ffffba;
}

/* line 17, app/assets/stylesheets/dev.scss */
.dev-bg-green {
  background-color: #baffc9;
}

/* line 20, app/assets/stylesheets/dev.scss */
.dev-bg-blue {
  background-color: #bae1ff;
}

/* line 23, app/assets/stylesheets/dev.scss */
.developinspect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background: white;
  padding: 20px;
  font-size: 12px;
  color: #2b2b2b;
  font-family: Tahoma,Arial,sans-serif;
  width: 40%;
  border: 1px solid #dedede;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.4);
}

/* line 39, app/assets/stylesheets/dev.scss */
.developinspect .inspect {
  border-bottom: 1px solid #cecece;
}

/* line 41, app/assets/stylesheets/dev.scss */
.developinspect .inspect strong {
  font-weight: bold;
  color: #820002;
}

@media only screen and (max-width: 570px) {
  /* line 43, app/assets/stylesheets/pole.scss */
  .pole-topsearch .form-control::-webkit-input-placeholder,
  .pole-topsearch input[type="search"]::-webkit-input-placeholder {
    color: #eddfd4;
    font-size: 0.7em;
  }
  /* line 48, app/assets/stylesheets/pole.scss */
  .pole-topsearch .form-control::-moz-placeholder,
  .pole-topsearch input[type="search"]::-moz-placeholder {
    color: #eddfd4;
    font-size: 0.7em;
  }
  /* line 53, app/assets/stylesheets/pole.scss */
  .pole-topsearch .form-control:-ms-input-placeholder,
  .pole-topsearch input[type="search"]:-ms-input-placeholder {
    color: #eddfd4;
    font-size: 0.7em;
  }
  /* line 59, app/assets/stylesheets/pole.scss */
  .pole-responsive-text-on-slider {
    font-size: 140% !important;
  }
  /* line 65, app/assets/stylesheets/pole.scss */
  .pole-menu-top > li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 69, app/assets/stylesheets/pole.scss */
  .pole-menu-top > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 76, app/assets/stylesheets/pole.scss */
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 10px 5px !important;
    position: relative;
  }
}

/* line 87, app/assets/stylesheets/pole.scss */
.bg-primary-2 {
  background-color: #fdd55c;
}

/* line 89, app/assets/stylesheets/pole.scss */
.bg-primary-2 p, .bg-primary-2 span, .bg-primary-2 .learn-more {
  color: black !important;
}

/* line 92, app/assets/stylesheets/pole.scss */
html #header.pole-header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}

/* line 98, app/assets/stylesheets/pole.scss */
.pole-primary-bg-color {
  background-color: #eddfd4 !important;
}

/* line 101, app/assets/stylesheets/pole.scss */
.pole-rotator-primary-bg-color {
  background-color: #eddfd4 !important;
  border-color: #eddfd4 !important;
}

/* line 104, app/assets/stylesheets/pole.scss */
.pole-rotator-primary-bg-color b, .pole-rotator-primary-bg-color span {
  background-color: #eddfd4 !important;
  border-color: #eddfd4 !important;
}

/* line 110, app/assets/stylesheets/pole.scss */
.pole-pt-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 115, app/assets/stylesheets/pole.scss */
.pole-font-fat {
  font-size: 50px;
  line-height: 62px;
}

/* line 121, app/assets/stylesheets/pole.scss */
.pole-menu-top li a {
  text-decoration: none;
}

/* line 123, app/assets/stylesheets/pole.scss */
.pole-menu-top li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  /* line 131, app/assets/stylesheets/pole.scss */
  .pole-menu-top > li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 135, app/assets/stylesheets/pole.scss */
  .pole-menu-top > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 142, app/assets/stylesheets/pole.scss */
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 10px 5px !important;
    position: relative;
  }
}

@media only screen and (max-width: 992px) {
  /* line 154, app/assets/stylesheets/pole.scss */
  .pole-menu-top > li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 158, app/assets/stylesheets/pole.scss */
  .pole-menu-top > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 165, app/assets/stylesheets/pole.scss */
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 10px 5px !important;
    position: relative;
  }
}

/* line 176, app/assets/stylesheets/pole.scss */
.pole-pb-40 {
  margin-bottom: 90px;
}

/* line 182, app/assets/stylesheets/pole.scss */
.pole-color {
  color: #3F8841;
}

/* line 193, app/assets/stylesheets/pole.scss */
.product-pole .product-pole-link {
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
  border-radius: 5px !important;
}

/* line 200, app/assets/stylesheets/pole.scss */
.product-pole .product-pole-link .product-pole-image {
  transition: transform 2.2s 0s;
}

/* line 203, app/assets/stylesheets/pole.scss */
.product-pole .product-pole-link .product-pole-polish-title {
  width: 100%;
  background-color: #3F8841;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1em;
  line-height: 1.4em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  /* line 253, app/assets/stylesheets/pole.scss */
  .product-pole .product-pole-link:hover .product-pole-image {
    transform: scale(1.2);
  }
}

/* line 259, app/assets/stylesheets/pole.scss */
.product-pole .product-pole-link:hover .product-pole-polish-title {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 265, app/assets/stylesheets/pole.scss */
.product-pole .product-pole-container-price {
  font-size: 1.2em;
}

/* line 268, app/assets/stylesheets/pole.scss */
.product-pole .shop-product-title {
  line-height: 1.3em;
  min-height: 2em;
  max-height: 6em;
  height: 2em;
  font-size: 1.105em !important;
}

/* line 275, app/assets/stylesheets/pole.scss */
.product-pole .product-basket-add {
  background-color: #3F8841 !important;
  border-color: #3F8841;
  color: white !important;
  font-weight: bold;
}

/* line 280, app/assets/stylesheets/pole.scss */
.product-pole .product-basket-add i {
  color: white;
}

/* line 287, app/assets/stylesheets/pole.scss */
.shop-cart-icon {
  position: relative;
}

/* line 290, app/assets/stylesheets/pole.scss */
.shop-cart-icon .cart-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1;
}

/* line 301, app/assets/stylesheets/pole.scss */
.shop-cart-icon .cart-info .cart-qty {
  position: absolute;
  top: -16px;
  right: -8px;
  width: 19px;
  height: 19px;
  display: block;
  padding: 0px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: #ed5348;
  text-align: center;
  line-height: 17px;
  border-radius: 25px;
  -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 318, app/assets/stylesheets/pole.scss */
.shop-cart-icon .cart-info .cart-qty.cart-qty-detail {
  width: 26px;
  height: 26px;
  top: 5px;
  right: -8px;
  line-height: 25px;
}

/* line 325, app/assets/stylesheets/pole.scss */
.shop-cart-icon .cart-info .cart-qty.cart-qty-wholesale {
  width: 26px;
  height: 26px;
  top: 5px;
  right: -8px;
  line-height: 25px;
}

/* line 344, app/assets/stylesheets/pole.scss */
.scroll-to-top {
  background-color: #3F8841 !important;
  color: white;
}

@media (max-width: 1199.98px) {
  /* line 356, app/assets/stylesheets/pole.scss */
  .product-pole-polish-title {
    opacity: 1 !important;
  }
}

/* line 362, app/assets/stylesheets/pole.scss */
.product {
  padding-bottom: 15px;
}

/* line 365, app/assets/stylesheets/pole.scss */
.product-bottom-line {
  height: 1px;
  width: 100%;
  margin: 20px auto 0px auto;
  background: #e2e2e2;
}

@media only screen and (max-width: 570px) {
  /* line 373, app/assets/stylesheets/pole.scss */
  .product-pole-image {
    width: 100% !important;
  }
  /* line 376, app/assets/stylesheets/pole.scss */
  #shop-cart-list {
    padding: 2px !important;
  }
  /* line 379, app/assets/stylesheets/pole.scss */
  #shop-cart-col {
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 386, app/assets/stylesheets/pole.scss */
  .shop_table th, .shop_table td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

/* line 396, app/assets/stylesheets/pole.scss */
.has-danger input {
  background: #FFE6EF;
}

/* line 401, app/assets/stylesheets/pole.scss */
.hide {
  display: none;
}

/* line 405, app/assets/stylesheets/pole.scss */
.fsize-2 {
  font-size: 2em;
}

/* line 408, app/assets/stylesheets/pole.scss */
.btn-view-of-plants {
  cursor: pointer;
}

/* line 411, app/assets/stylesheets/pole.scss */
.view-active, .results-pagination-active {
  color: #3F8841 !important;
  color: black !important;
  font-weight: bold;
}

/* line 416, app/assets/stylesheets/pole.scss */
.view-inactive, .results-pagination-inactive {
  color: #999 !important;
}

/* line 420, app/assets/stylesheets/pole.scss */
.pagination {
  text-align: right !important;
  max-width: 100% !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 430, app/assets/stylesheets/pole.scss */
.pagination .page, .pagination .first, .pagination .prev, .pagination .last, .pagination .next {
  display: inline-block !important;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #cecece;
  float: none;
}

/* line 438, app/assets/stylesheets/pole.scss */
.pagination .page a, .pagination .first a, .pagination .prev a, .pagination .last a, .pagination .next a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 443, app/assets/stylesheets/pole.scss */
.pagination .page a:hover, .pagination .first a:hover, .pagination .prev a:hover, .pagination .last a:hover, .pagination .next a:hover {
  background: #e2e2e2;
  color: #3F8841;
}

/* line 449, app/assets/stylesheets/pole.scss */
.pagination .page.current, .pagination .first.current, .pagination .prev.current, .pagination .last.current, .pagination .next.current {
  background: #3F8841;
  color: white;
}

/* line 454, app/assets/stylesheets/pole.scss */
.pagination .page {
  border-left: 0px none;
}

/* line 456, app/assets/stylesheets/pole.scss */
.pagination .page:first-child {
  border-left: 1px solid #cecece;
}

/* line 460, app/assets/stylesheets/pole.scss */
.pagination .next {
  border-left: 0px none;
}

/* line 464, app/assets/stylesheets/pole.scss */
.pagination .first a, .pagination .prev a, .pagination .last a, .pagination .next a {
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
}

/* line 472, app/assets/stylesheets/pole.scss */
.pagination .first, .pagination .last, .pagination .gap {
  display: none !important;
}

/* line 478, app/assets/stylesheets/pole.scss */
.list-of-plants {
  list-style: none;
}

/* line 480, app/assets/stylesheets/pole.scss */
.list-of-plants .in-basket {
  color: #3F8841 !important;
}

/* line 485, app/assets/stylesheets/pole.scss */
.btn-addprd {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  background: #3F8841;
  line-height: 12px;
  text-align: center;
  color: white !important;
  padding: 5px !important;
  font-size: 19px;
  font-weight: bold;
  overflow: hidden;
}

/* line 500, app/assets/stylesheets/pole.scss */
.btn-addprd .fa {
  font-size: 19px !important;
}

/* line 509, app/assets/stylesheets/pole.scss */
#btn-close-order:hover {
  background-color: #E36159 !important;
  border-color: #E36159 !important;
  color: white !important;
}

/* line 515, app/assets/stylesheets/pole.scss */
.pole-cart-remove {
  cursor: pointer;
}

/* line 517, app/assets/stylesheets/pole.scss */
.pole-cart-remove:hover {
  color: #3F8841 !important;
}

/* line 523, app/assets/stylesheets/pole.scss */
.wsnw {
  white-space: nowrap;
}

/* line 527, app/assets/stylesheets/pole.scss */
.big-search-header {
  position: relative;
}

/* line 529, app/assets/stylesheets/pole.scss */
.big-search-header #searchresults {
  height: 50vh;
  z-index: 9999;
  background: white;
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 541, app/assets/stylesheets/pole.scss */
.big-search-header #searchresults .sss {
  height: 100%;
}

/* line 544, app/assets/stylesheets/pole.scss */
.big-search-header #searchresults .container {
  background: white;
}

/* line 554, app/assets/stylesheets/pole.scss */
.btn-primary {
  color: white !important;
}

/* line 560, app/assets/stylesheets/pole.scss */
.product-list-item {
  min-height: 4em;
  vertical-align: middle;
}

/* line 565, app/assets/stylesheets/pole.scss */
.item-list-latin {
  line-height: 1.2em !important;
  color: #3F8841 !important;
}

/* line 569, app/assets/stylesheets/pole.scss */
.item-container {
  color: black;
  font-size: 1.0em;
  font-weight: bold;
  padding-top: 0.5em;
}

/* line 575, app/assets/stylesheets/pole.scss */
.item-bar {
  color: #242424;
  font-size: 1.0em;
  color: black;
  font-weight: bold;
  padding-top: 0.5em;
}

/* line 582, app/assets/stylesheets/pole.scss */
.item-price {
  color: black;
  font-size: 1.0em;
  color: black;
  font-weight: bold;
  padding-top: 0.5em;
}

/* line 593, app/assets/stylesheets/pole.scss */
.row-list-plants:hover .item-list-latin {
  color: black !important;
}

/* line 599, app/assets/stylesheets/pole.scss */
.tparrows {
  display: none;
}

/* line 603, app/assets/stylesheets/pole.scss */
.scroll-to-top:hover {
  color: white !important;
}

/* line 609, app/assets/stylesheets/pole.scss */
#bgsearch {
  position: absolute;
  width: 100vw;
  height: 100vv;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1002;
  display: none;
}

/* line 622, app/assets/stylesheets/pole.scss */
.product-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
}

/* line 637, app/assets/stylesheets/pole.scss */
.product-circle .product-circle-wrapper {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: white;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: black;
  font-family: Tahoma,sans-serif;
  font-size: 15px;
}

/* line 649, app/assets/stylesheets/pole.scss */
.product-circle.hit {
  width: 70px;
  height: 70px;
  left: 10px;
  background-color: #3F8841;
}

/* line 655, app/assets/stylesheets/pole.scss */
.product-circle.hit .product-circle-wrapper {
  color: white;
  font-size: 13px;
  background-color: #3F8841;
}

/* line 662, app/assets/stylesheets/pole.scss */
.product-circle.rebate {
  width: 70px;
  height: 70px;
  left: 10px;
  bottom: 10px;
  background-color: #ED5348;
}

/* line 669, app/assets/stylesheets/pole.scss */
.product-circle.rebate .product-circle-wrapper {
  color: white;
  font-size: 16px;
  background-color: #ED5348;
}

/* line 679, app/assets/stylesheets/pole.scss */
.view-active {
  color: #3F8841 !important;
}

/* line 683, app/assets/stylesheets/pole.scss */
.footer-bg-color-pole {
  background-color: #3F8841 !important;
  animation: none !important;
  transition: none !important;
}

/* line 689, app/assets/stylesheets/pole.scss */
.footer-bg-color-pole2 {
  background-color: #347236 !important;
}

/* line 695, app/assets/stylesheets/pole.scss */
#footer {
  border-top: 0px none;
}

/* line 696, app/assets/stylesheets/pole.scss */
#footer p, #footer span, #footer strong {
  color: white !important;
}

/* line 721, app/assets/stylesheets/pole.scss */
.slider-container {
  background-color: white !important;
}

/* line 728, app/assets/stylesheets/pole.scss */
.contact-container a:hover {
  text-decoration: none !important;
  color: #3F8841 !important;
}

/* line 735, app/assets/stylesheets/pole.scss */
.thumb-portfolio .thumb-info-wrapper:after {
  content: "";
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}

/* line 752, app/assets/stylesheets/pole.scss */
#footer .footer-ribbon {
  top: 29px;
  background: #fdd55c;
}

/* line 755, app/assets/stylesheets/pole.scss */
#footer .footer-ribbon span {
  color: #666666 !important;
}

/* line 760, app/assets/stylesheets/pole.scss */
#footer .footer-ribbon:before {
  border-right-color: #C8A800;
  border-left-color: #C8A800;
}

/* line 766, app/assets/stylesheets/pole.scss */
.hover-color-pole:hover {
  color: #3F8841 !important;
}

/* line 772, app/assets/stylesheets/pole.scss */
.no-text-decoaration:hover {
  text-decoration: none;
}

/* line 777, app/assets/stylesheets/pole.scss */
.link-grey {
  color: #999999 !important;
}

/* line 781, app/assets/stylesheets/pole.scss */
.hover-bgcolor-pole {
  background-color: #3F8841 !important;
  animation: none !important;
}

/* line 784, app/assets/stylesheets/pole.scss */
.hover-bgcolor-pole:hover {
  background-color: #3F8841 !important;
  animation: none !important;
}

/* line 789, app/assets/stylesheets/pole.scss */
.text-color-white {
  color: white !important;
}

@media (min-width: 992px) {
  /* line 808, app/assets/stylesheets/pole.scss */
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

/* line 815, app/assets/stylesheets/pole.scss */
.circle-link {
  background: red;
  text-align: center;
}

/* line 818, app/assets/stylesheets/pole.scss */
.circle-link:hover {
  text-decoration: none;
}

/* line 821, app/assets/stylesheets/pole.scss */
.circle-link p {
  line-height: 30px;
  color: white !important;
  background: #3F8841;
  display: block;
  width: 30px;
  height: 30px;
}

/* line 831, app/assets/stylesheets/pole.scss */
.boxshow {
  padding: 5px 10px;
  background-color: red !important;
  color: white;
  margin: 5px;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 575.98px) {
  /* line 841, app/assets/stylesheets/pole.scss */
  .slider-scroll-button {
    width: 60px;
    height: 60px;
  }
  /* line 845, app/assets/stylesheets/pole.scss */
  #arrowslid {
    font-size: 2em;
  }
}

/* line 850, app/assets/stylesheets/pole.scss */
.btn-index {
  text-align: left;
  border: 1px solid #eaeaea !important;
  color: #495057 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 13.6px !important;
}

/* line 856, app/assets/stylesheets/pole.scss */
.btn-index:hover {
  background-color: white !important;
}

/* line 861, app/assets/stylesheets/pole.scss */
.filter-button:hover {
  background-color: #3F8841 !important;
  border: 1px solid #3F8841 !important;
}

/* line 867, app/assets/stylesheets/pole.scss */
#searchside label {
  color: #495057 !important;
}

/* line 871, app/assets/stylesheets/pole.scss */
#filterbtn {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 12px !important;
}

/* line 876, app/assets/stylesheets/pole.scss */
.dashboard-order-link {
  text-decoration: none;
}

/* line 878, app/assets/stylesheets/pole.scss */
.dashboard-order-link:hover {
  text-decoration: none;
  background-color: #FFF9B7 !important;
  color: #3F8841;
}

/* line 882, app/assets/stylesheets/pole.scss */
.dashboard-order-link:hover .row > .col {
  background-color: #FDD55C !important;
}

/* line 894, app/assets/stylesheets/pole.scss */
#fsearch {
  font-size: 1.4em;
  border: 0px none;
  width: 100%;
  border-bottom: 1px solid #3F8841;
}

/* line 899, app/assets/stylesheets/pole.scss */
#fsearch:focus {
  border: 0px none;
  outline: none;
}

/* line 905, app/assets/stylesheets/pole.scss */
#fsearch-head {
  position: relative;
}

/* line 907, app/assets/stylesheets/pole.scss */
#fsearch-head #fsearch-close {
  position: absolute;
  top: 20px;
  right: 10px;
}

/* line 911, app/assets/stylesheets/pole.scss */
#fsearch-head #fsearch-close:hover {
  color: #3F8841;
}

/* line 918, app/assets/stylesheets/pole.scss */
.product-link-search {
  color: inherit;
}

/* line 921, app/assets/stylesheets/pole.scss */
.product-link-search .product-search .latin-name {
  color: #3F8841 !important;
  font-size: 1.1em;
  line-height: 1.1em;
  min-height: 2em;
}

/* line 927, app/assets/stylesheets/pole.scss */
.product-link-search .product-search .polish-name {
  color: #999999 !important;
}

/* line 931, app/assets/stylesheets/pole.scss */
.product-link-search:hover {
  color: inherit;
  text-decoration: none;
}

/* line 936, app/assets/stylesheets/pole.scss */
.query-button, .filter-button, .letter-button, .genre-button {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 12px !important;
}

/* line 940, app/assets/stylesheets/pole.scss */
#fserach-more {
  background-color: #3F8841 !important;
  border: 1px solid #3F8841 !important;
  outline: none !important;
  color: white !important;
}

/* line 945, app/assets/stylesheets/pole.scss */
#fserach-more:hover {
  border: 1px solid #3F8841 !important;
  outline: none !important;
  background-color: #3F8841 !important;
  animation: none !important;
  transition: none !important;
  box-shadow: none !important;
}

/* line 955, app/assets/stylesheets/pole.scss */
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #3F8841 !important;
  border-color: #3F8841 #3F8841 #3F8841 !important;
  color: #ffffff;
}

/* line 962, app/assets/stylesheets/pole.scss */
.oldprice {
  text-decoration: line-through;
  color: #9b9b9b;
}

/* line 968, app/assets/stylesheets/pole.scss */
#largeModal .modal-content {
  margin-top: 30vh;
  border-top: 6px solid #3F8841;
  border-radius: 15px;
}

/* line 975, app/assets/stylesheets/pole.scss */
#phoneModal .modal-content {
  margin-top: 30vh;
  border-top: 6px solid #3F8841;
  border-radius: 15px;
}

/* line 982, app/assets/stylesheets/pole.scss */
#popupModal .modal-content {
  margin-top: 30vh;
  border-top: 6px solid #3F8841;
  border-radius: 15px;
}

/* line 988, app/assets/stylesheets/pole.scss */
.alert-cart {
  background-color: #E36159 !important;
  color: white !important;
  font-weight: normal;
}

/* line 995, app/assets/stylesheets/pole.scss */
.product-add-detail-list .cart {
  margin-top: 10px;
}

/* line 1000, app/assets/stylesheets/pole.scss */
.product-add-detail-list .quantity {
  width: 120px;
}

/* line 1003, app/assets/stylesheets/pole.scss */
.product-add-detail-list .pole-cart-inc-btn, .product-add-detail-list .pole-cart-dec-btn {
  padding: 3px !important;
  width: 28px !important;
  height: 28px !important;
}

/* line 1007, app/assets/stylesheets/pole.scss */
.product-add-detail-list .pole-cart-inc-btn:hover, .product-add-detail-list .pole-cart-dec-btn:hover {
  background: #3F8841 !important;
}

/* line 1011, app/assets/stylesheets/pole.scss */
.product-add-detail-list .pole-cart-qty-field {
  padding: 3px 0px !important;
  height: 28px !important;
  text-align: center;
  width: 40px !important;
  margin-left: 30px;
}

/* line 1019, app/assets/stylesheets/pole.scss */
.text-grey {
  color: #999999 !important;
}

/* line 1023, app/assets/stylesheets/pole.scss */
.quantity-single input {
  position: absolute;
}

/* line 1026, app/assets/stylesheets/pole.scss */
.quantity-single .qty-order-detail {
  right: 28px;
}

/* line 1029, app/assets/stylesheets/pole.scss */
.quantity-single .pole-cart-inc-btn {
  right: 68px;
}

/* line 1035, app/assets/stylesheets/pole.scss */
.no-spinners {
  -moz-appearance: textfield;
}

/* line 1039, app/assets/stylesheets/pole.scss */
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1045, app/assets/stylesheets/pole.scss */
.label-modal {
  cursor: pointer;
}

/* line 1049, app/assets/stylesheets/pole.scss */
input.pole-cart-qty-field {
  border-radius: 0px !important;
  border-left: 0px none !important;
  border-right: 0px none !important;
}

/* line 1057, app/assets/stylesheets/pole.scss */
.quantity-single-grid .quantity {
  width: 120px;
}

/* line 1060, app/assets/stylesheets/pole.scss */
.quantity-single-grid .pole-cart-inc-btn, .quantity-single-grid .pole-cart-dec-btn {
  padding: 3px !important;
  width: 28px !important;
  height: 28px !important;
}

/* line 1064, app/assets/stylesheets/pole.scss */
.quantity-single-grid .pole-cart-inc-btn:hover, .quantity-single-grid .pole-cart-dec-btn:hover {
  background: #3F8841 !important;
}

/* line 1068, app/assets/stylesheets/pole.scss */
.quantity-single-grid .pole-cart-qty-field {
  padding: 3px 0px !important;
  height: 28px !important;
  text-align: center;
  width: 40px !important;
  margin-left: 30px;
  border-left: 0px none !important;
  border-right: 0px none !important;
}

/* line 1078, app/assets/stylesheets/pole.scss */
.quantity-single-grid input {
  position: absolute;
}

/* line 1081, app/assets/stylesheets/pole.scss */
.quantity-single-grid .qty-order-detail {
  right: 28px;
}

/* line 1084, app/assets/stylesheets/pole.scss */
.quantity-single-grid .pole-cart-inc-btn {
  right: 68px;
}

/* line 1092, app/assets/stylesheets/pole.scss */
.pole-cart-inc-btn:hover, .pole-cart-dec-btn:hover {
  background: #3F8841 !important;
  color: white !important;
}

/* line 1100, app/assets/stylesheets/pole.scss */
.no-hover:hover {
  color: #3F8841 !important;
  text-decoration: none;
}

/* line 1106, app/assets/stylesheets/pole.scss */
.alert-empty {
  background-color: #E36159 !important;
  color: white !important;
}

@media only screen and (max-width: 570px) {
  /* line 1113, app/assets/stylesheets/pole.scss */
  .product-quantitya {
    padding-right: 0px !important;
  }
}

/* line 1120, app/assets/stylesheets/pole.scss */
.grey-focus:focus {
  color: #999999 !important;
}

/* line 1127, app/assets/stylesheets/pole.scss */
.grey-no-hover:hover {
  color: #999999 !important;
  text-decoration: none;
}

/* line 1134, app/assets/stylesheets/pole.scss */
.no-blue-focus:focus {
  color: #3F8841 !important;
}

/* line 1138, app/assets/stylesheets/pole.scss */
.qta {
  float: right !important;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: right !important;
  margin-right: 3px !important;
}

/* line 1147, app/assets/stylesheets/pole.scss */
.round-img {
  border-radius: 3px;
}

/* line 1150, app/assets/stylesheets/pole.scss */
.top-search-icon {
  font-size: 26px !important;
}

/* line 1156, app/assets/stylesheets/pole.scss */
.web-content-offer p {
  line-height: 1.8rem !important;
  font-weight: 300 !important;
  letter-spacing: -.05em !important;
  font-size: 1.2em !important;
  margin-bottom: 0.5rem !important;
}

/* line 1163, app/assets/stylesheets/pole.scss */
.web-content-offer h2 {
  color: #212529 !important;
  font-weight: 400 !important;
  font-size: 1.50em !important;
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* line 1170, app/assets/stylesheets/pole.scss */
.web-content-offer h2 strong {
  font-weight: 900 !important;
}

/* line 1177, app/assets/stylesheets/pole.scss */
.scroll-to-top:active {
  color: #ffffff !important;
}

/* line 1180, app/assets/stylesheets/pole.scss */
.scroll-to-top:focus {
  color: #ffffff !important;
}

/* line 1185, app/assets/stylesheets/pole.scss */
.bg-grey {
  background-color: #F7F7F7 !important;
}

/* line 1190, app/assets/stylesheets/pole.scss */
.cascading-images-wrapper {
  display: inline-block;
  padding: 12% 20%;
}

/* line 1191, app/assets/stylesheets/pole.scss */
.cascading-images-wrapper .cascading-images {
  transform: translate3d(0, -35%, 0);
}

/* line 1192, app/assets/stylesheets/pole.scss */
.cascading-images-wrapper .cascading-images img {
  max-width: 100%;
}

/* line 1199, app/assets/stylesheets/pole.scss */
.bg-relative {
  position: relative;
}

/* line 1201, app/assets/stylesheets/pole.scss */
.bg-relative .bg-absolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(63, 136, 65, 0.5);
}

/* line 1210, app/assets/stylesheets/pole.scss */
.bg-green-pole {
  background-color: #3F8841 !important;
}

/* line 1213, app/assets/stylesheets/pole.scss */
.bg-penn {
  min-height: 46.67vw;
  width: 100%;
  background: url(//pole-web.dev.mescal.pl/assets/new/panorama_www-cec71d6eaf45cc53dea697d8a0c5677e671975d4182a9762cef60d272e118282.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 768px) {
  /* line 1221, app/assets/stylesheets/pole.scss */
  .bg-penn {
    min-height: 560px;
  }
}

@-webkit-keyframes navItemUp {
  0% {
    position: relative;
    top: -1px;
  }
  50% {
    position: relative;
    top: 3px;
  }
  100% {
    position: relative;
    top: -1px;
  }
}

@keyframes navItemUp {
  0% {
    position: relative;
    top: -1px;
  }
  50% {
    position: relative;
    top: 3px;
  }
  100% {
    position: relative;
    top: -1px;
  }
}

/* line 1262, app/assets/stylesheets/pole.scss */
.portfolio-up:hover [class*="fa-"] {
  -webkit-animation: navItemUp 600ms ease;
  animation: navItemUp 600ms ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse */
/* line 1274, app/assets/stylesheets/pole.scss */
.wrapper-pulse {
  margin-top: -60px;
}

/* line 1278, app/assets/stylesheets/pole.scss */
.cssload-pulse-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 3em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #3F8841 !important;
}

/* line 1289, app/assets/stylesheets/pole.scss */
.cssload-pulse-loader,
.cssload-pulse-loader:before,
.cssload-pulse-loader:after {
  -webkit-animation: 1.15s infinite ease-in-out;
  animation: 1.15s infinite ease-in-out;
  margin: 0 !important;
}

/* line 1297, app/assets/stylesheets/pole.scss */
.cssload-pulse-loader:before,
.cssload-pulse-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1307, app/assets/stylesheets/pole.scss */
.cssload-pulse-loader {
  -webkit-animation-name: cssload-pulse-loader;
  animation-name: cssload-pulse-loader;
}

@-webkit-keyframes cssload-pulse-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes cssload-pulse-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 1336, app/assets/stylesheets/pole.scss */
.curp {
  cursor: pointer;
}

/* line 1340, app/assets/stylesheets/pole.scss */
.btn-offer-seasson {
  color: white !important;
  -webkit-animation: 1.15s infinite ease-in-out;
  animation: 1.15s infinite ease-in-out;
}

/* line 1349, app/assets/stylesheets/pole.scss */
.btn-offer-seasson.clicked {
  background-color: #2C602E !important;
}

/* line 1351, app/assets/stylesheets/pole.scss */
.btn-offer-seasson.clicked:hover {
  background-color: #2C602E !important;
}

/* line 1359, app/assets/stylesheets/pole.scss */
.offer-containers-row {
  margin-top: -230px;
}

@media only screen and (max-width: 992px) {
  /* line 1359, app/assets/stylesheets/pole.scss */
  .offer-containers-row {
    margin-top: -160px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1359, app/assets/stylesheets/pole.scss */
  .offer-containers-row {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 570px) {
  /* line 1359, app/assets/stylesheets/pole.scss */
  .offer-containers-row {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 570px) {
  /* line 1371, app/assets/stylesheets/pole.scss */
  .scale-2 {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  /* line 1375, app/assets/stylesheets/pole.scss */
  .scale-2 img {
    margin-top: -20px !important;
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
  }
}

@media only screen and (max-width: 570px) {
  /* line 1384, app/assets/stylesheets/pole.scss */
  .cpi-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 570px) {
  /* line 1391, app/assets/stylesheets/pole.scss */
  #header .header-nav-main nav {
    max-height: 80vh;
  }
}

/* line 1396, app/assets/stylesheets/pole.scss */
.row-flex-b {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1406, app/assets/stylesheets/pole.scss */
.btn-show-number span {
  color: white !important;
}

/* line 1408, app/assets/stylesheets/pole.scss */
.btn-show-number span:hover {
  color: #ffffff !important;
}

/* line 21, app/assets/stylesheets/newest-variables.scss */
.montserrat-font {
  font-family: 'Montserrat', sans-serif;
}

/* line 25, app/assets/stylesheets/newest-variables.scss */
.fs-large {
  font-size: large;
}

/* line 28, app/assets/stylesheets/newest-variables.scss */
.fs-bit-small {
  font-size: 0.9rem;
}

/* line 31, app/assets/stylesheets/newest-variables.scss */
html .pole-bg-white {
  background-color: #ffffff !important;
}

/* line 34, app/assets/stylesheets/newest-variables.scss */
html .pole-color-grey {
  color: #777 !important;
}

/* line 37, app/assets/stylesheets/newest-variables.scss */
html .pole-color-alert {
  color: #b80c00 !important;
}

/* line 41, app/assets/stylesheets/newest-variables.scss */
html .pole-color-black {
  color: #121212 !important;
}

/* line 44, app/assets/stylesheets/newest-variables.scss */
html .page-header h1 {
  color: #121212 !important;
}

/* line 47, app/assets/stylesheets/newest-variables.scss */
.pole-circle-icon-bg {
  background-color: #e1bfa4 !important;
}

/* line 50, app/assets/stylesheets/newest-variables.scss */
.circle-link p {
  background-color: #e1bfa4 !important;
}

/* line 53, app/assets/stylesheets/newest-variables.scss */
a.hover-color-pole {
  color: #8a6863;
}

/* line 56, app/assets/stylesheets/newest-variables.scss */
a.hover-color-pole:hover {
  color: #8a6863 !important;
}

/* line 59, app/assets/stylesheets/newest-variables.scss */
.hover-bgcolor-pole {
  background-color: #EAE0D5 !important;
  color: #121212 !important;
}

/* line 63, app/assets/stylesheets/newest-variables.scss */
.product-pole-polish-title {
  background-color: #EAE0D5 !important;
  color: #121212 !important;
}

/* line 68, app/assets/stylesheets/newest-variables.scss */
html .pole-color-dark-beige {
  color: #8a6863 !important;
}

/* line 71, app/assets/stylesheets/newest-variables.scss */
html .pole-color-dark-hover:hover {
  color: #121212 !important;
}

/* line 74, app/assets/stylesheets/newest-variables.scss */
.pagination .page.current {
  background-color: #EAE0D5 !important;
  color: #121212 !important;
}

/* line 78, app/assets/stylesheets/newest-variables.scss */
.pagination .page a:hover, .pagination .next a:hover, .pagination .prev a:hover {
  background-color: #EAE0D5 !important;
  color: #121212 !important;
}

/* line 82, app/assets/stylesheets/newest-variables.scss */
.pagination .page a, .pagination .prev a, .pagination .next a {
  color: #121212 !important;
}

/* line 316, app/assets/stylesheets/newest-variables.scss */
#header .header-nav-features:not(.header-nav-features-no-border)::before {
  content: '';
  display: none !important;
}

/* line 6, app/assets/stylesheets/newest.scss */
.dshape {
  position: absolute;
  background-color: transparent;
  top: 50%;
  left: 50px;
  width: 800px;
  height: 300px;
  z-index: 9999;
  transform: translateY(-60%);
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/newest.scss */
  .dshape {
    width: 85vw;
    left: 0;
    height: 260px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/newest.scss */
  .dshape {
    width: 85vw;
    left: 0;
    height: 260px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/newest.scss */
  .dshape {
    width: 85vw;
    left: 0;
    height: 280px;
  }
}

/* line 39, app/assets/stylesheets/newest.scss */
.dshape__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  height: inherit;
}

/* line 44, app/assets/stylesheets/newest.scss */
.dshape__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: transparent;
  z-index: 100000;
  color: white;
  padding: 1rem;
  padding-left: 3rem;
  padding-right: 70px;
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 44, app/assets/stylesheets/newest.scss */
  .dshape__wrapper {
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 44, app/assets/stylesheets/newest.scss */
  .dshape__wrapper {
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 44, app/assets/stylesheets/newest.scss */
  .dshape__wrapper {
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 2rem;
  }
}

/* line 82, app/assets/stylesheets/newest.scss */
.dshape__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 86, app/assets/stylesheets/newest.scss */
.dshape__list__item {
  display: none;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  overflow: hidden;
}

/* line 93, app/assets/stylesheets/newest.scss */
.dshape__list__item.active {
  display: flex;
  align-items: center;
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 86, app/assets/stylesheets/newest.scss */
  .dshape__list__item {
    height: 140px;
    min-height: 140px;
    max-height: 140px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 86, app/assets/stylesheets/newest.scss */
  .dshape__list__item {
    height: 140px;
    min-height: 140px;
    max-height: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 86, app/assets/stylesheets/newest.scss */
  .dshape__list__item {
    height: 140px;
    min-height: 140px;
    max-height: 140px;
  }
}

/* line 115, app/assets/stylesheets/newest.scss */
.dshape__title {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #1e1e1e;
  font-weight: bold;
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 115, app/assets/stylesheets/newest.scss */
  .dshape__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 115, app/assets/stylesheets/newest.scss */
  .dshape__title {
    font-size: 2.0rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 115, app/assets/stylesheets/newest.scss */
  .dshape__title {
    font-size: 2.5rem;
  }
}

/* line 134, app/assets/stylesheets/newest.scss */
.dshape__action {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  gap: 1rem;
  width: 100%;
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 134, app/assets/stylesheets/newest.scss */
  .dshape__action {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 134, app/assets/stylesheets/newest.scss */
  .dshape__action {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 152, app/assets/stylesheets/newest.scss */
.dshape__action__item--text {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.0;
  color: #1e1e1e;
  font-weight: normal;
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 152, app/assets/stylesheets/newest.scss */
  .dshape__action__item--text {
    font-size: 1.0rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 152, app/assets/stylesheets/newest.scss */
  .dshape__action__item--text {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 152, app/assets/stylesheets/newest.scss */
  .dshape__action__item--text {
    font-size: 1.5rem;
  }
}

/* line 169, app/assets/stylesheets/newest.scss */
.dshape__action__item--button {
  background-color: transparent;
  color: #1e1e1e;
  font-size: 1.0rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.0;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  border: 1px solid #1e1e1e;
  cursor: pointer;
  transition: all 0.3s;
}

/* line 181, app/assets/stylesheets/newest.scss */
.dshape__action__item--button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}

/* line 188, app/assets/stylesheets/newest.scss */
.dshape__item {
  background-color: #eddfd4;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  align-self: stretch;
  /* Rozciąga ten element na całą wysokość */
}

/* line 197, app/assets/stylesheets/newest.scss */
.dshape__item--left {
  border-right: none;
}

/* line 200, app/assets/stylesheets/newest.scss */
.dshape__item--right {
  box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  border-top-right-radius: 125%;
  border-bottom-right-radius: 125%;
  border-left: none;
}

/* line 231, app/assets/stylesheets/newest.scss */
.dshape__list__item {
  opacity: 1;
  /* Domyślnie widoczny */
  transition: opacity 0.5s ease-in-out;
  /* Płynna zmiana przezroczystości */
  position: relative;
  /* Zapobiega przesunięciom */
  display: none;
  /* Upewnia się, że elementy są w normalnym układzie */
}

/* line 238, app/assets/stylesheets/newest.scss */
.dshape__list__item.fade-in {
  opacity: 0;
  /* Start od niewidoczności */
  animation: fadeIn 1.8s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 254, app/assets/stylesheets/newest.scss */
#logosvg {
  width: 340px;
  height: auto;
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 259, app/assets/stylesheets/newest.scss */
  #logosvg {
    width: 140px;
    height: auto;
  }
}

/* SVG ICONS */
/* line 269, app/assets/stylesheets/newest.scss */
#logo-svg .st0 {
  fill: #1d1d1b;
}

/* line 274, app/assets/stylesheets/newest.scss */
#basket-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 283, app/assets/stylesheets/newest.scss */
#lupka-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 292, app/assets/stylesheets/newest.scss */
#pinezka-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 301, app/assets/stylesheets/newest.scss */
#mail-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 310, app/assets/stylesheets/newest.scss */
#globus-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 319, app/assets/stylesheets/newest.scss */
#clock-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 328, app/assets/stylesheets/newest.scss */
#phone-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.3px;
}

/* line 337, app/assets/stylesheets/newest.scss */
#krzyz-svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 345, app/assets/stylesheets/newest.scss */
#strzalka-lewo-svg {
  cursor: pointer;
}

/* line 347, app/assets/stylesheets/newest.scss */
#strzalka-lewo-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 13.4;
  stroke-width: 19.1px;
}

/* line 355, app/assets/stylesheets/newest.scss */
#strzalka-lewo-svg:hover path.st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 19.8px;
}

/* line 362, app/assets/stylesheets/newest.scss */
#strzalka-lewo-svg:hover circle.st0 {
  stroke: none;
  fill: #eee1d5 !important;
}

/* line 368, app/assets/stylesheets/newest.scss */
#strzalka-prawo-svg {
  cursor: pointer;
}

/* line 370, app/assets/stylesheets/newest.scss */
#strzalka-prawo-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 13.4;
  stroke-width: 19.1px;
}

/* line 378, app/assets/stylesheets/newest.scss */
#strzalka-prawo-svg:hover path.st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 19.8px;
}

/* line 385, app/assets/stylesheets/newest.scss */
#strzalka-prawo-svg:hover circle.st0 {
  stroke: none;
  fill: #eee1d5 !important;
}

/* line 392, app/assets/stylesheets/newest.scss */
#hamburger-svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
  fill: none;
}

/* line 401, app/assets/stylesheets/newest.scss */
#new-svg {
  height: auto !important;
}

/* line 402, app/assets/stylesheets/newest.scss */
#new-svg .cls-1 {
  fill: #fff;
}

/* line 405, app/assets/stylesheets/newest.scss */
#new-svg .cls-2 {
  fill: #e6007e;
}

/* line 412, app/assets/stylesheets/newest.scss */
#optimal-container-svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6px;
}

/* line 420, app/assets/stylesheets/newest.scss */
#optimal-container-svg .cls-2 {
  fill: #eee1d5;
}

/* line 426, app/assets/stylesheets/newest.scss */
#mobile1-svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14.27px;
}

/* line 435, app/assets/stylesheets/newest.scss */
#mobile2-svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14.27px;
}

/* line 444, app/assets/stylesheets/newest.scss */
#mobile3-svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14.27px;
}

/* line 454, app/assets/stylesheets/newest.scss */
#device-pc-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 463, app/assets/stylesheets/newest.scss */
#device-tablet-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 472, app/assets/stylesheets/newest.scss */
#device-smartphone-svg .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 481, app/assets/stylesheets/newest.scss */
#plant-svg * {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14.3px;
  stroke: #121212 !important;
}

/* line 485, app/assets/stylesheets/newest.scss */
#camera-svg * {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.273px;
  stroke: #121212 !important;
}

/* line 489, app/assets/stylesheets/newest.scss */
#star-svg * {
  fill: none;
  stroke: #121212 !important;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 496, app/assets/stylesheets/newest.scss */
#smile-svg * {
  fill: none;
  stroke: #121212 !important;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 503, app/assets/stylesheets/newest.scss */
#logo-footer-svg {
  width: 100px;
  height: auto;
}

/* line 506, app/assets/stylesheets/newest.scss */
#logo-footer-svg #logo-footer {
  fill: #1d1d1b;
}

/* line 510, app/assets/stylesheets/newest.scss */
#grass-footer-icon {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 517, app/assets/stylesheets/newest.scss */
#ferns-footer-icon {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 524, app/assets/stylesheets/newest.scss */
#perennial-footer-icon {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 535, app/assets/stylesheets/newest.scss */
#arrow-down-svg {
  transition: all 0.3s ease;
}

/* line 537, app/assets/stylesheets/newest.scss */
#arrow-down-svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14.81px;
}

/* line 544, app/assets/stylesheets/newest.scss */
#arrow-down-svg .cls-2 {
  fill: #eee1d5;
}

/* line 549, app/assets/stylesheets/newest.scss */
#arrow-down-svg:hover .cls-2 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 561, app/assets/stylesheets/newest.scss */
#view-grid-icon-svg {
  transition: all 0.3s ease;
  width: 28px;
  height: 28px;
}

/* line 565, app/assets/stylesheets/newest.scss */
#view-grid-icon-svg #view-grid-icon {
  transition: all 0.3s ease;
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 572, app/assets/stylesheets/newest.scss */
#view-grid-icon-svg #view-grid-icon:hover {
  fill: #eee1d5;
}

/* line 576, app/assets/stylesheets/newest.scss */
#view-grid-icon-svg:hover {
  cursor: pointer;
}

/* line 578, app/assets/stylesheets/newest.scss */
#view-grid-icon-svg:hover #view-grid-icon {
  fill: #eee1d5;
  stroke: none;
}

/* line 584, app/assets/stylesheets/newest.scss */
#view-list-icon-svg {
  transition: all 0.3s ease;
  width: 28px;
  height: 28px;
}

/* line 588, app/assets/stylesheets/newest.scss */
#view-list-icon-svg #view-list-icon {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 594, app/assets/stylesheets/newest.scss */
#view-list-icon-svg #view-list-icon:hover {
  fill: #eee1d5;
}

/* line 598, app/assets/stylesheets/newest.scss */
#view-list-icon-svg:hover {
  cursor: pointer;
}

/* line 600, app/assets/stylesheets/newest.scss */
#view-list-icon-svg:hover #view-list-icon {
  fill: #eee1d5;
  stroke: none;
}

/* line 607, app/assets/stylesheets/newest.scss */
#view-list-icon {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 14.27px;
}

/* line 613, app/assets/stylesheets/newest.scss */
#view-list-icon:hover {
  fill: #eee1d5;
}

/* line 617, app/assets/stylesheets/newest.scss */
#view-list-icon-svg:hover {
  cursor: pointer;
}

/* line 619, app/assets/stylesheets/newest.scss */
#view-list-icon-svg:hover #view-list-icon {
  fill: #eee1d5;
  stroke: none;
}

/* line 626, app/assets/stylesheets/newest.scss */
.view-active #view-grid-icon {
  fill: #eee1d5 !important;
  stroke: none !important;
}

/* line 630, app/assets/stylesheets/newest.scss */
.view-active #view-list-icon {
  fill: #eee1d5 !important;
  stroke: none !important;
}

/* COUNTERS */
/* line 637, app/assets/stylesheets/newest.scss */
.counters {
  background-color: #ffffff !important;
}

/* line 641, app/assets/stylesheets/newest.scss */
.counters__counter {
  color: #121212 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  margin-bottom: 0.9rem;
  margin-top: 1rem;
}

/* line 649, app/assets/stylesheets/newest.scss */
.counters__label {
  color: #121212 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem !important;
}

/* line 659, app/assets/stylesheets/newest.scss */
.clients__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/* FOOTER */
/* line 667, app/assets/stylesheets/newest.scss */
.footer {
  background-color: #EAE0D5 !important;
  color: black;
}

/* line 671, app/assets/stylesheets/newest.scss */
.footer * {
  color: black !important;
}

/* line 674, app/assets/stylesheets/newest.scss */
.footer__copyright {
  background-color: #EAE0D5 !important;
}

/* line 677, app/assets/stylesheets/newest.scss */
.footer--black {
  color: #121212 !important;
}

/* line 679, app/assets/stylesheets/newest.scss */
.footer--black * {
  color: #121212 !important;
}

/* line 683, app/assets/stylesheets/newest.scss */
.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  padding: 1rem;
}

/* line 688, app/assets/stylesheets/newest.scss */
.footer__grid__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 693, app/assets/stylesheets/newest.scss */
.footer__grid__item--contact {
  margin-top: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  display: grid !important;
}

@media (max-width: 1199.98px) {
  /* line 693, app/assets/stylesheets/newest.scss */
  .footer__grid__item--contact {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* line 706, app/assets/stylesheets/newest.scss */
.footer__grid__item--contact--item {
  font-size: 0.8rem;
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 706, app/assets/stylesheets/newest.scss */
  .footer__grid__item--contact--item {
    width: 100%;
    text-align: center;
    justify-content: center !important;
  }
}

/* line 720, app/assets/stylesheets/newest.scss */
.footer--icon {
  width: 40px;
}

/* line 723, app/assets/stylesheets/newest.scss */
.footer__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* line 757, app/assets/stylesheets/newest.scss */
.menutop__root__item2 {
  min-width: 190px;
}

/* line 759, app/assets/stylesheets/newest.scss */
.menutop__root__item2 a {
  justify-content: center !important;
  text-align: center !important;
}

/* line 770, app/assets/stylesheets/newest.scss */
.menutop__root__item {
  position: relative;
  overflow: hidden;
  transition: color 0.1s ease;
  margin: 0 0.1rem;
  min-width: 90px;
}

/* line 776, app/assets/stylesheets/newest.scss */
.menutop__root__item > a {
  font-family: "Montserrat", sans-serif;
  color: #222529 !important;
  font-weight: 600 !important;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  padding: 0px !important;
}

/* line 790, app/assets/stylesheets/newest.scss */
.menutop__root__item > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//pole-web.dev.mescal.pl/assets/d_shape_menu-11d350a52eddb1f16c91ef8d2ec87c2752ba71df57c719a0882e0eb216f02021.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: -1;
}

@media (max-width: 991.98px) {
  /* line 790, app/assets/stylesheets/newest.scss */
  .menutop__root__item > a::before {
    background-image: none !important;
  }
}

/* line 811, app/assets/stylesheets/newest.scss */
.menutop__root__item > a:hover::before {
  opacity: 1;
}

/* line 815, app/assets/stylesheets/newest.scss */
.menutop__root__item > a:hover {
  background-color: transparent !important;
  font-weight: 700 !important;
}

/* line 820, app/assets/stylesheets/newest.scss */
.menutop__root__item.active {
  background-color: transparent !important;
  color: #222529 !important;
}

/* line 823, app/assets/stylesheets/newest.scss */
.menutop__root__item.active > a {
  font-weight: 700 !important;
}

/* line 825, app/assets/stylesheets/newest.scss */
.menutop__root__item.active > a::before {
  opacity: 1;
}

/* line 831, app/assets/stylesheets/newest.scss */
.menutop__root__item:hover {
  background-color: transparent !important;
  color: #222529 !important;
}

/* line 838, app/assets/stylesheets/newest.scss */
.menutop__root__item--dropdown > a {
  font-family: "Montserrat", sans-serif;
  color: #222529 !important;
  font-weight: 600 !important;
}

/* line 843, app/assets/stylesheets/newest.scss */
.menutop__root__item--dropdown > a:hover {
  background-color: transparent !important;
  background-image: url(//pole-web.dev.mescal.pl/assets/d_shape_menu-11d350a52eddb1f16c91ef8d2ec87c2752ba71df57c719a0882e0eb216f02021.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-weight: 700 !important;
  background-size: 30px !important;
}

@media (max-width: 991.98px) {
  /* line 843, app/assets/stylesheets/newest.scss */
  .menutop__root__item--dropdown > a:hover {
    background-image: none !important;
  }
}

/* line 856, app/assets/stylesheets/newest.scss */
.menutop__root__item--dropdown:hover > a,
.menutop__root__item--dropdown--subitem:hover > a {
  background-color: transparent !important;
  background-image: url(//pole-web.dev.mescal.pl/assets/d_shape_menu-11d350a52eddb1f16c91ef8d2ec87c2752ba71df57c719a0882e0eb216f02021.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-weight: 700 !important;
  background-size: 30px !important;
}

@media (max-width: 991.98px) {
  /* line 856, app/assets/stylesheets/newest.scss */
  .menutop__root__item--dropdown:hover > a,
  .menutop__root__item--dropdown--subitem:hover > a {
    background-image: none !important;
  }
}

/* line 896, app/assets/stylesheets/newest.scss */
.menutop__root:has(.menutop__root__item:not(.active):hover) .menutop__root__item.active {
  background-color: red !important;
}

/* line 898, app/assets/stylesheets/newest.scss */
.menutop__root:has(.menutop__root__item:not(.active):hover) .menutop__root__item.active > a {
  background-color: red !important;
}

/* line 905, app/assets/stylesheets/newest.scss */
.menutop__root.hide-before .menutop__root__item.active > a::before {
  opacity: 0 !important;
}

/* line 909, app/assets/stylesheets/newest.scss */
.menutop__root .menutop__root__item.active:hover > a::before {
  opacity: 1 !important;
}

/* line 926, app/assets/stylesheets/newest.scss */
#mainNav .menutop__root__item.active > a::before {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* line 932, app/assets/stylesheets/newest.scss */
#mainNav:hover .menutop__root__item.active > a::before {
  opacity: 0;
}

/* line 937, app/assets/stylesheets/newest.scss */
#mainNav:hover .menutop__root__item.active:hover > a::before {
  opacity: 1;
}

/* line 944, app/assets/stylesheets/newest.scss */
.list.list-ordened.list-ordened-style-3 li::before {
  background-color: #e1bfa4;
}

/* line 947, app/assets/stylesheets/newest.scss */
.footer-bg-color-pole {
  background-color: #eddfd4 !important;
}

/* line 952, app/assets/stylesheets/newest.scss */
.view-mode-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

/* filter-button */
/* line 963, app/assets/stylesheets/newest.scss */
body .btn-dark-beige, html .filter-button, html .genre-button, #filterbtn {
  background-color: #EAE0D5 !important;
  border: 1px solid #EAE0D5 !important;
  color: #121212 !important;
}

/* line 967, app/assets/stylesheets/newest.scss */
body .btn-dark-beige:hover, body .btn-dark-beige:active, html .filter-button:hover, html .filter-button:active, html .genre-button:hover, html .genre-button:active, #filterbtn:hover, #filterbtn:active {
  color: #ffffff !important;
  background-color: #8a6863 !important;
  border: 1px solid #8a6863 !important;
}

/* line 975, app/assets/stylesheets/newest.scss */
body .pole-cart-change-qty {
  background-color: transparent !important;
  color: #8a6863 !important;
}

/* line 978, app/assets/stylesheets/newest.scss */
body .pole-cart-change-qty:hover {
  color: #ffffff !important;
  background-color: #8a6863 !important;
  border: 1px solid #8a6863 !important;
}

/* line 984, app/assets/stylesheets/newest.scss */
.pole-cart-inc-btn, .pole-cart-dec-btn:hover {
  color: #ffffff !important;
  background-color: #8a6863 !important;
}

/* line 989, app/assets/stylesheets/newest.scss */
body .product-add-detail-list .pole-cart-dec-btn:hover,
body .product-add-detail-list .pole-cart-inc-btn:hover,
body .quantity-single-grid .pole-cart-inc-btn:hover,
body .quantity-single-grid .pole-cart-dec-btn:hover {
  color: #ffffff !important;
  background-color: #8a6863 !important;
}

/* line 997, app/assets/stylesheets/newest.scss */
html .item-list-latin {
  color: #121212 !important;
}

/* line 1001, app/assets/stylesheets/newest.scss */
body .cart-times-button:hover {
  background: transparent !important;
  border: none !important;
  color: #121212 !important;
}

/* line 1010, app/assets/stylesheets/newest.scss */
.footer__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  padding: 0rem;
  width: 100%;
}

/* line 1017, app/assets/stylesheets/newest.scss */
.footer__grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1023, app/assets/stylesheets/newest.scss */
.footer__grid__item--logo {
  justify-content: flex-start;
  grid-column: 1 / span 5;
}

@media (max-width: 1199.98px) {
  /* line 1023, app/assets/stylesheets/newest.scss */
  .footer__grid__item--logo {
    grid-column: 1 / span 12;
    justify-content: center;
  }
}

/* line 1031, app/assets/stylesheets/newest.scss */
.footer__grid__item--title {
  justify-content: flex-start;
  grid-column: 6 / -1;
}

@media (max-width: 1199.98px) {
  /* line 1031, app/assets/stylesheets/newest.scss */
  .footer__grid__item--title {
    grid-column: 1 / span 12;
  }
}

/* line 1037, app/assets/stylesheets/newest.scss */
.footer__grid__item--title--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  /* line 1037, app/assets/stylesheets/newest.scss */
  .footer__grid__item--title--wrapper {
    text-align: center;
  }
}

@media (max-width: 1199.98px) {
  /* line 1037, app/assets/stylesheets/newest.scss */
  .footer__grid__item--title--wrapper {
    font-size: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

/* line 1056, app/assets/stylesheets/newest.scss */
.footer__grid__item--plants {
  justify-content: flex-start;
  gap: 1rem;
  grid-column: 1 / span 5;
  margin-top: 3rem;
}

@media (max-width: 1199.98px) {
  /* line 1056, app/assets/stylesheets/newest.scss */
  .footer__grid__item--plants {
    grid-column: 1 / span 12;
    grid-row: 2;
    justify-content: center;
    gap: 0.6rem;
  }
}

/* line 1069, app/assets/stylesheets/newest.scss */
.footer__grid__item--contact {
  justify-content: space-between;
  grid-column: 6 / -1;
}

@media (max-width: 1199.98px) {
  /* line 1069, app/assets/stylesheets/newest.scss */
  .footer__grid__item--contact {
    gap: 1rem;
    grid-column: 1 / span 12;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 1078, app/assets/stylesheets/newest.scss */
.footer__grid__item--contact--item {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

@media (max-width: 1199.98px) {
  /* line 1078, app/assets/stylesheets/newest.scss */
  .footer__grid__item--contact--item {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6rem;
  }
  /* line 1088, app/assets/stylesheets/newest.scss */
  .footer__grid__item--contact--item--icon svg {
    width: 20px;
    height: 20px;
  }
}

/* line 1096, app/assets/stylesheets/newest.scss */
.footer__grid__item--copyright {
  grid-column: 1 / -1;
}

/* Pulse Loader */
/* line 1124, app/assets/stylesheets/newest.scss */
.cssload-pulse-loader {
  background-color: #EAE0D5 !important;
}

/* Scroll to top */
/* line 1130, app/assets/stylesheets/newest.scss */
.scroll-to-top {
  background-color: #8a6863 !important;
}

/* line 1135, app/assets/stylesheets/newest.scss */
.product-pole .product-basket-add, html .btn-addprd, .btn-pole {
  background-color: #8a6863 !important;
  border-color: #8a6863 !important;
}

/* line 1138, app/assets/stylesheets/newest.scss */
.product-pole .product-basket-add:hover, html .btn-addprd:hover, .btn-pole:hover {
  background-color: #EAE0D5 !important;
  border-color: #EAE0D5 !important;
  color: black !important;
}

/* line 1145, app/assets/stylesheets/newest.scss */
.product-pole .product-basket-add:hover, html .btn-addprd:hover {
  background-color: #8a6863 !important;
  border-color: #8a6863 !important;
  color: white !important;
}

/* line 1151, app/assets/stylesheets/newest.scss */
html .pole-btn-light {
  background-color: #EAE0D5 !important;
  border-color: #EAE0D5 !important;
  color: #121212 !important;
  font-family: "Montserrat", sans-serif;
}

/* line 1156, app/assets/stylesheets/newest.scss */
html .pole-btn-light:hover {
  background-color: #8a6863 !important;
  border-color: #8a6863 !important;
  color: #ffffff !important;
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 1164, app/assets/stylesheets/newest.scss */
  #logo-svg-wrapper {
    width: 170px !important;
    height: auto;
  }
}

/* line 1170, app/assets/stylesheets/newest.scss */
html #largeModal .modal-content {
  border-top-color: #8a6863 !important;
}

/* line 1173, app/assets/stylesheets/newest.scss */
html #popupModal .modal-content {
  border-top-color: #8a6863 !important;
}

/* line 1177, app/assets/stylesheets/newest.scss */
html #fsearch, html #fsearch:focus {
  border-bottom: 1px solid #8a6863;
}

/* line 1181, app/assets/stylesheets/newest.scss */
.product-link-search .product-search .latin-name {
  color: #8a6863 !important;
}

/* line 1186, app/assets/stylesheets/newest.scss */
html .no-blue-focus:focus {
  color: #121212 !important;
}

/* line 1190, app/assets/stylesheets/newest.scss */
html, body {
  font-family: "Montserrat", sans-serif;
}

/* line 1192, app/assets/stylesheets/newest.scss */
html *, body * {
  font-family: "Montserrat", sans-serif;
}

/* line 1197, app/assets/stylesheets/newest.scss */
.btn-offer-seasson2 {
  transition: all 0.3s ease;
  text-decoration: none !important;
  padding: 0.8rem 1rem;
  border-radius: 20px 20px 20px 20px;
  background-color: #EAE0D5;
  color: #121212;
  font-weight: bold;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
}

/* line 1207, app/assets/stylesheets/newest.scss */
.btn-offer-seasson2:hover {
  text-decoration: none !important;
  background-color: white !important;
  color: #121212;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 1218, app/assets/stylesheets/newest.scss */
.offer-hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 0) and (max-width: 575.98px) {
  /* line 1218, app/assets/stylesheets/newest.scss */
  .offer-hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* line 1228, app/assets/stylesheets/newest.scss */
.no-hover {
  background-color: inherit !important;
}

/* line 1232, app/assets/stylesheets/newest.scss */
#revolutionSlider4_forcefullwidth {
  top: -81px;
}

/* line 3, app/assets/stylesheets/_newest_buttons.scss */
.button--rounded {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none !important;
  padding: 0.3rem 1rem;
  border-radius: 20px 20px 20px 20px;
  background-color: #EAE0D5;
  color: #121212;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  width: fit-content;
  min-width: 6rem;
  text-align: center;
  border: 0px none;
}

/* line 18, app/assets/stylesheets/_newest_buttons.scss */
.button--rounded:hover {
  text-decoration: none !important;
  background-color: #8a6863;
  color: #ffffff;
}

/* line 23, app/assets/stylesheets/_newest_buttons.scss */
.button--rounded:focus {
  outline: none;
  color: #121212;
}

/* line 27, app/assets/stylesheets/_newest_buttons.scss */
.button--rounded:active {
  outline: none;
  color: #121212;
}
