@charset "UTF-8";
/* line 9, app/assets/stylesheets/dev.scss */
.dev-bg-red {
  background-color: rgba(255, 179, 189, 0.6) !important;
}

/* line 12, app/assets/stylesheets/dev.scss */
.dev-bg-orange {
  background-color: #ffdfba !important;
}

/* line 15, app/assets/stylesheets/dev.scss */
.dev-bg-yellow {
  background-color: rgba(255, 255, 186, 0.6) !important;
}

/* line 18, app/assets/stylesheets/dev.scss */
.dev-bg-green {
  background-color: rgba(186, 255, 201, 0.6) !important;
}

/* line 21, app/assets/stylesheets/dev.scss */
.dev-bg-blue {
  background-color: #bae1ff !important;
}

/* line 24, 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 40, app/assets/stylesheets/dev.scss */
.developinspect .inspect {
  border-bottom: 1px solid #cecece;
}

/* line 42, app/assets/stylesheets/dev.scss */
.developinspect .inspect strong {
  font-weight: bold;
  color: #820002;
}

/*! jQuery UI - v1.12.1 - 2019-05-05
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* line 7, app/assets/stylesheets/jquery-ui.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
/* line 13, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 16, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 26, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 36, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 42, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 45, app/assets/stylesheets/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 55, app/assets/stylesheets/jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 62, app/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
/* line 70, app/assets/stylesheets/jquery-ui.scss */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 80, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 90, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 97, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 100, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 107, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 111, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 118, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 125, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 132, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 139, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 146, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 153, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 160, app/assets/stylesheets/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 167, app/assets/stylesheets/jquery-ui.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 171, app/assets/stylesheets/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 176, app/assets/stylesheets/jquery-ui.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 180, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 188, app/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 193, app/assets/stylesheets/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 199, app/assets/stylesheets/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 206, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 209, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 215, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 219, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 226, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 232, app/assets/stylesheets/jquery-ui.scss */
.ui-menu-icons {
  position: relative;
}

/* line 235, app/assets/stylesheets/jquery-ui.scss */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
/* line 240, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 249, app/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 253, app/assets/stylesheets/jquery-ui.scss */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

/* line 271, app/assets/stylesheets/jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 280, app/assets/stylesheets/jquery-ui.scss */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
/* line 288, app/assets/stylesheets/jquery-ui.scss */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
/* line 293, app/assets/stylesheets/jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 301, app/assets/stylesheets/jquery-ui.scss */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 310, app/assets/stylesheets/jquery-ui.scss */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
/* line 320, app/assets/stylesheets/jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 329, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 334, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 338, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 346, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 349, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 352, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 355, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 358, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 361, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 364, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
/* line 369, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

/* line 375, app/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 379, app/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 384, app/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 391, app/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 399, app/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 402, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 407, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 411, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 418, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 422, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 425, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 428, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 431, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 434, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 443, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 448, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 452, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 456, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 462, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 468, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 472, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 479, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 487, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 495, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 500, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 503, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 506, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 510, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 513, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 516, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 519, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 523, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 526, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 533, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 536, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 540, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 544, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 548, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 552, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 555, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 558, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 562, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
/* line 569, app/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 577, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 584, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 588, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 596, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 605, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 612, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 619, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 622, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 626, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 630, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 634, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 638, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 642, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 649, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 653, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 657, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 661, app/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 665, app/assets/stylesheets/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 668, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 673, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 677, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

/* line 683, app/assets/stylesheets/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 686, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 694, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 699, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 708, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 711, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 717, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 722, app/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 726, app/assets/stylesheets/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 730, app/assets/stylesheets/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 739, app/assets/stylesheets/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 749, app/assets/stylesheets/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 754, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 757, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 761, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 765, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 768, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 772, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 776, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 781, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 785, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 788, app/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 791, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 798, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

/* line 808, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 822, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 827, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-up {
  top: 0;
}

/* line 830, app/assets/stylesheets/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0;
}

/* line 833, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 837, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 841, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 851, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 856, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 860, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 865, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 868, app/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 874, app/assets/stylesheets/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* line 880, app/assets/stylesheets/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 886, app/assets/stylesheets/jquery-ui.scss */
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 890, app/assets/stylesheets/jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 893, app/assets/stylesheets/jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 900, app/assets/stylesheets/jquery-ui.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

/* line 903, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

/* line 908, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 911, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/assets/ui/ui-bg_highlight-soft_75_cccccc_1x100-29491b49d4e509ab345bb649751a7f25ad0d811b0f7c435c016c9e1f2e0aeb5e.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 917, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 923, app/assets/stylesheets/jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/assets/ui/ui-bg_glass_75_e6e6e6_1x400-5babd185572217ed26e4da0c080e818f510f4c32d4f329ab92d5863dbac780c2.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 937, app/assets/stylesheets/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none;
}

/* line 947, app/assets/stylesheets/jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url(/assets/ui/ui-bg_glass_75_dadada_1x400-8d8c72c01b3f3baf5b9e4eab9068391bdb65bf29a9d1f353ee1544ccb5a6979c.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 960, app/assets/stylesheets/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}

/* line 974, app/assets/stylesheets/jquery-ui.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 977, app/assets/stylesheets/jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/ui/ui-bg_glass_65_ffffff_1x400-785dde0370a6968da5ed199b93e4378742a4cd1c57a3c767ed3ab143425d430b.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 988, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121;
}

/* line 993, app/assets/stylesheets/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 1002, app/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/assets/ui/ui-bg_glass_55_fbf9ee_1x400-642f861cad596b4650b7fb0f67a7535908a295728013c6c803134ad4592eebed.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 1009, app/assets/stylesheets/jquery-ui.scss */
.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

/* line 1013, app/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 1018, app/assets/stylesheets/jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/ui/ui-bg_glass_95_fef1ec_1x400-5f7894309e7591cd0eb59b0c9fe2d671c4cac7bea3bc9d1677176fc8ffe2702f.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 1025, app/assets/stylesheets/jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 1030, app/assets/stylesheets/jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 1035, app/assets/stylesheets/jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 1040, app/assets/stylesheets/jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 1047, app/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 1054, app/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 1062, app/assets/stylesheets/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 1066, app/assets/stylesheets/jquery-ui.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/ui/ui-icons_222222_256x240-b11196b3bfae704a390877531ec546e74a4990afcbeddd4ef50ee96557885a6e.png);
}

/* line 1070, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/ui/ui-icons_222222_256x240-b11196b3bfae704a390877531ec546e74a4990afcbeddd4ef50ee96557885a6e.png);
}

/* line 1073, app/assets/stylesheets/jquery-ui.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/assets/ui/ui-icons_454545_256x240-51cb315b31a0bab4499960201fe72285733ed932547ab3a4634e70db83b7d8d5.png);
}

/* line 1079, app/assets/stylesheets/jquery-ui.scss */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/assets/ui/ui-icons_454545_256x240-51cb315b31a0bab4499960201fe72285733ed932547ab3a4634e70db83b7d8d5.png);
}

/* line 1083, app/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/ui/ui-icons_2e83ff_256x240-a445424f6cde5ebab42ee5289febd09c056101a9ba59c6b28c3679d72d5dcf9b.png);
}

/* line 1087, app/assets/stylesheets/jquery-ui.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/ui/ui-icons_cd0a0a_256x240-47833ca2cc030da7d6a376731b97cd60dad29b2c6f448169c00cd0ffb91fd118.png);
}

/* line 1091, app/assets/stylesheets/jquery-ui.scss */
.ui-button .ui-icon {
  background-image: url(/assets/ui/ui-icons_888888_256x240-cf53b6de6d60741baed03c398ecd6ea5097698682ba9e09bf6b1c2780c14cabc.png);
}

/* positioning */
/* line 1096, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 1097, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 1098, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 1099, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 1100, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 1101, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 1102, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 1103, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 1104, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 1105, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 1106, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 1107, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 1108, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 1109, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 1110, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 1111, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 1112, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 1113, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 1114, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 1115, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 1116, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 1117, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 1118, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 1119, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 1120, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 1121, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 1122, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 1123, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 1124, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 1125, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 1126, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 1127, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 1128, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 1129, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 1130, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 1131, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 1132, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 1133, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 1134, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 1135, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 1136, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1137, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1138, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1139, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1140, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1141, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1142, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1143, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1144, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1145, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1146, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1147, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1148, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1149, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1150, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1151, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1152, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1153, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1154, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1155, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1156, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1157, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1158, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1159, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1160, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1161, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1162, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1163, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1164, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1165, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1166, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1167, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1168, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1169, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1170, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1171, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1172, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1173, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1174, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1175, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1176, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1177, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1178, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1179, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1180, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1181, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1182, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1183, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1184, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1185, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1186, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1187, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1188, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1189, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1190, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1191, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1192, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1193, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1194, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1195, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1196, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1197, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1198, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1199, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1200, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1201, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1202, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1203, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1204, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1205, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1206, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1207, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1208, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1209, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1210, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1211, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1212, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1213, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1214, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1215, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1216, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1217, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1218, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1219, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1220, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1221, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1222, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1223, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1224, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1225, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1226, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1227, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1228, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1229, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1230, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1231, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1232, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1234, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1235, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1236, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1237, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1238, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1239, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1240, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1241, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1242, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1243, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1244, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1245, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1246, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1247, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1248, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1249, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1250, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1251, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1252, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1253, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1254, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1255, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1256, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1257, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1258, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1259, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1260, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1261, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1262, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1263, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1264, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1265, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1266, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1267, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1268, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1269, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1270, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1271, app/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1278, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 1284, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 1290, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 1296, app/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 1304, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 1309, app/assets/stylesheets/jquery-ui.scss */
.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaaaaa;
  box-shadow: -8px -8px 8px #aaaaaa;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, app/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 199, 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 208, app/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, 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 226, app/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 337, app/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

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

/* line 358, app/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 365, 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 373, app/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

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

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

/* line 448, app/assets/stylesheets/bootstrap/_reboot.scss */
[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-weight: 500;
  line-height: 1.2;
}

/* 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: 1200px;
  }
}

/* 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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  /* line 31, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 50, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 53, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 59, app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 59, 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;
  color: #212529;
}

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

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

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

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

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

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

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

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

/* line 75, 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 {
  color: #212529;
  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 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

/* line 32, 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 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

/* line 32, 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 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

/* line 32, 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 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

/* line 32, 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 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

/* line 32, 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 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

/* line 32, 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 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

/* line 32, 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 14, app/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

/* line 32, 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 32, 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 114, app/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

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

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

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

/* line 145, 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 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

/* line 179, 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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

/* line 82, 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 90, 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 97, 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 110, 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 122, 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 137, app/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 229, 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 54, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

/* line 71, 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 {
  display: block;
}

/* line 80, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 90, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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 104, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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 115, 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 125, 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 129, 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 139, 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 142, 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 {
  border-color: #28a745;
}

/* line 147, 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 153, 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 {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 160, 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 0.2rem rgba(40, 167, 69, 0.25);
}

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

/* line 175, 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 179, 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 185, 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 {
  border-color: #28a745;
  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 54, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

/* line 71, 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 {
  display: block;
}

/* line 80, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

/* line 99, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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 104, app/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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 115, 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 125, 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 129, 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 139, 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 142, 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 {
  border-color: #dc3545;
}

/* line 147, 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 153, 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 {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 160, 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 0.2rem rgba(220, 53, 69, 0.25);
}

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

/* line 175, 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 179, 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 185, 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 {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 576px) {
  /* line 272, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, 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 289, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 307, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 322, app/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 326, 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;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  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 (prefers-reduced-motion: reduce) {
  /* line 7, app/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 25, 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 32, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

/* line 60, 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(38, 143, 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 40, 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 50, 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(38, 143, 255, 0.5);
}

/* line 60, 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(130, 138, 145, 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 40, 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 50, 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(130, 138, 145, 0.5);
}

/* line 60, 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(72, 180, 97, 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 40, 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 50, 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(72, 180, 97, 0.5);
}

/* line 60, 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(58, 176, 195, 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 40, 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 50, 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(58, 176, 195, 0.5);
}

/* line 60, 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(222, 170, 12, 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 40, 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 50, 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(222, 170, 12, 0.5);
}

/* line 60, 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(225, 83, 97, 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 40, 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 50, 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(225, 83, 97, 0.5);
}

/* line 60, 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(216, 217, 219, 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 40, 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 50, 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(216, 217, 219, 0.5);
}

/* line 60, 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(82, 88, 93, 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 40, 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 50, 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(82, 88, 93, 0.5);
}

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

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

/* line 71, 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 76, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 82, 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 89, 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 66, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

/* line 71, 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 76, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 82, 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 89, 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 66, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

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

/* line 71, 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 76, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 82, 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 89, 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 66, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 71, 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 76, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, 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 89, 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 66, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

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

/* line 71, 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 76, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, 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 89, 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 66, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

/* line 71, 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 76, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 82, 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 89, 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 66, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

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

/* line 71, 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 76, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 82, 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 89, 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 66, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

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

/* line 71, 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 76, app/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 82, 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 89, 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 77, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

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

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

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

/* line 107, 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 111, 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 120, app/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

/* line 9, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  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 58, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, 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 42, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

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

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

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

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

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

/* line 57, 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;
  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 58, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, 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;
  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 58, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 87, 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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

/* line 49, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  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 58, app/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 106, 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 116, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, 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 153, app/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

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

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

/* line 177, 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 187, 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: 1 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 28, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

/* line 46, 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 51, 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 69, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, 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 79, app/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

/* line 121, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, 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 132, 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 152, app/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, 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 > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, 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 > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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 33, 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 40, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, 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 47, 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 52, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 56, 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 58, 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 69, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 76, 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:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 85, 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 93, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

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

/* line 102, 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 118, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 135, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 147, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 152, app/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

/* line 177, 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 186, 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;
  border-color: #007bff;
  background-color: #007bff;
}

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

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

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

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

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

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

/* line 75, 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: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 90, 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: no-repeat 50% / 50% 50%;
}

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

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

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

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

/* line 130, 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 133, 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 144, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

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

/* line 156, 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 167, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 171, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 179, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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 (prefers-reduced-motion: reduce) {
  /* line 179, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

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

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

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

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

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

/* line 250, 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 257, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 263, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 268, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 276, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

/* line 305, 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 310, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

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

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

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

/* line 342, 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: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 366, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

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

/* line 378, 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 379, 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 380, 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 383, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 387, 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 (prefers-reduced-motion: reduce) {
  /* line 387, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

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

/* line 403, 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 414, 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 (prefers-reduced-motion: reduce) {
  /* line 414, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

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

/* line 429, 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 440, 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 (prefers-reduced-motion: reduce) {
  /* line 440, app/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

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

/* line 458, 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 469, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

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

/* line 485, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

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

/* line 493, app/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

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

/* line 503, 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 (prefers-reduced-motion: reduce) {
  /* line 503, 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;
  pointer-events: none;
  cursor: default;
}

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

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

/* line 41, 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 49, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, 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 63, app/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

/* line 117, 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 123, 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 142, 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 140, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 142, 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 140, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 142, 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 140, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 142, 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 140, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, app/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 286, 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 42, app/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

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

/* line 51, 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 60, app/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 69, 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 76, app/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

/* line 87, 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 92, app/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 102, 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 109, app/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

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

/* line 130, 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 135, 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 143, app/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  /* line 143, app/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 156, 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 173, app/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  /* line 173, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 187, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 192, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 199, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 202, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 207, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 214, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 217, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 222, app/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

/* line 262, app/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

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

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

/* line 276, 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 281, app/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, app/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* 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 34, 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 40, 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 45, app/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 52, 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;
  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 (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

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

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

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

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

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

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

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

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

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

/* 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 13, 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 9, 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 19, 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 (prefers-reduced-motion: reduce) {
  /* line 19, app/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 36, app/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* 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 {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

/* line 44, 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 54, 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 58, 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 63, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 71, 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-horizontal {
  flex-direction: row;
}

/* line 91, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

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

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

@media (min-width: 576px) {
  /* line 88, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 91, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 91, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 91, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 91, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 100, app/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

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

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

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

/* line 134, app/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  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 13, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

/* line 39, app/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

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

/* line 14, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 42, app/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* 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;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  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, -50px);
}

@media (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: none;
}

/* line 53, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 67, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

/* line 85, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 90, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, 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 119, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

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

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

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

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

/* line 167, app/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

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

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

@media (min-width: 576px) {
  /* line 192, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 197, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 200, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 205, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 208, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 217, app/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

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

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

/* 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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 44, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

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

/* line 61, 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 67, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

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

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

/* line 93, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, 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 113, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, 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 122, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, app/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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 163, app/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

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

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

/* line 18, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

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

/* line 2, app/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

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

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

/* line 39, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

/* line 61, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, 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 {
  z-index: 1;
  opacity: 1;
}

/* line 74, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

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

/* 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: 0.9;
}

/* line 111, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 135, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, app/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, app/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, 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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, app/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, app/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 40, app/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 52, app/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* 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-sm {
  border-radius: 0.2rem !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, app/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, 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 12, 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 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, 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 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, 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 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, 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 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, 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 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, 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 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, 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 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, app/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, app/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, app/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, app/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, 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 16, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, app/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 56, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 56, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 60, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 68, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 56, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* line 60, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 64, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 68, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 56, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 60, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 68, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 20, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 34, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 35, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 39, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 43, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 47, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 55, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 56, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 60, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, app/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 68, 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 !important;
}

/* 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-wrap {
  white-space: normal !important;
}

/* line 13, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, app/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, 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: #0056b3 !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: #494f54 !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: #19692c !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: #0f6674 !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: #ba8b00 !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: #a71d2a !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: #cbd3da !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: #121416 !important;
}

/* line 51, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, app/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, 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;
  }
}

/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 4, app/assets/stylesheets/fontawesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, 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-both, .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,
:root .fa-flip-both {
  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-airbnb:before {
  content: "\f834";
}

/* line 18, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 19, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 20, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 21, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 22, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 23, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 24, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 25, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 26, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 27, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 28, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 29, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 30, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 31, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 32, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 33, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 34, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 35, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 36, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 37, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 38, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 39, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 40, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 41, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 42, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 43, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 44, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 45, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 46, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 47, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 48, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 49, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 50, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 51, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 52, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 53, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 54, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 55, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 56, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 57, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 58, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 59, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 60, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 61, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 62, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 63, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 64, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 65, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 66, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 67, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 68, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 69, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 70, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 71, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 72, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 73, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 74, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 75, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 76, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 77, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 78, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 79, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 80, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 81, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 82, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 83, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 84, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 85, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 86, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 87, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 88, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 89, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 90, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 91, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 92, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 93, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 94, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 95, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 96, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 97, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 98, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 99, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 100, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 101, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 102, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 103, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 104, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 105, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 106, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 107, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 108, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 109, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 110, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 111, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 112, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 113, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 114, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 115, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 116, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 117, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 118, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 119, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 120, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 121, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 122, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 123, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 124, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 125, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 126, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 127, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 128, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 129, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 130, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 131, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 132, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 133, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 134, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 135, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 136, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 137, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 138, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 139, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 140, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 141, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 142, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 143, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 144, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 145, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 146, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 147, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 148, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 149, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 150, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 151, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 152, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 153, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 154, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 155, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 156, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 157, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 158, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 159, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 160, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 161, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 162, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 163, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 164, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 165, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 166, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 167, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 168, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 169, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 170, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 171, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 172, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 173, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 174, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 175, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 176, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 177, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 178, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 179, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 180, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 181, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 182, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 183, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 184, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 185, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 186, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 187, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 188, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 189, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 190, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 191, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 192, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 193, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 194, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 195, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 196, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 197, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 198, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 199, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 200, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 201, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 202, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 203, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 204, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 205, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 206, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 207, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 208, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 209, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 210, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 211, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 212, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 213, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 214, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 215, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 216, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 217, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 218, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 219, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 220, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 221, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 222, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 223, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 224, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 225, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 226, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 227, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 228, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 229, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 230, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 231, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 232, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 233, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 234, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 235, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 236, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 237, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 238, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 239, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 240, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 241, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 242, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 243, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 244, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 245, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 246, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 247, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 248, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 249, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 250, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 251, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 252, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 253, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 254, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 255, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 256, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 257, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 258, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 259, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 260, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 261, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 262, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 263, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 264, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 265, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 266, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 267, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 268, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 269, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 270, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 271, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 272, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 273, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 274, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 275, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 276, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 277, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 278, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 279, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 280, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 281, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 282, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 283, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 284, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 285, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 286, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 287, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 288, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 289, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 290, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 291, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 292, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 293, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 294, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 295, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 296, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 297, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 298, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 299, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 300, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 301, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 302, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 303, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 304, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 305, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 306, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 307, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 308, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 309, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 310, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 311, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 312, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 313, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 314, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 315, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 316, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 317, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 318, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 319, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 320, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 321, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 322, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 323, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 324, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 325, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 326, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 327, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 328, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 329, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 330, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 331, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 332, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 333, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 334, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 335, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 336, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 337, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 338, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 339, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 340, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 341, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 342, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 343, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 344, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 345, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 346, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 347, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 348, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 349, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 350, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 351, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 352, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 353, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 354, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 355, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 356, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 357, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 358, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 359, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 360, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 361, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 362, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 363, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 364, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 365, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 366, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 367, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 368, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 369, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 370, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 371, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 372, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 373, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 374, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 375, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 376, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 377, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 378, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 379, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 380, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 381, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 382, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 383, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 384, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 385, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 386, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 387, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 388, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 389, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 390, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 391, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 392, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 393, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 394, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 395, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 396, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 397, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 398, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 399, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 400, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 401, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 402, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 403, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 404, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 405, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 406, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 407, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 408, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 409, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 410, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 411, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 412, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 413, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 414, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 415, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 416, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 417, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 418, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 419, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 420, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 421, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 422, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 423, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 424, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 425, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 426, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 427, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 428, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 429, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 430, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 431, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 432, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 433, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 434, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 435, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 436, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 437, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 438, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 439, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 440, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 441, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 442, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 443, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 444, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 445, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 446, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 447, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 448, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 449, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 450, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 451, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 452, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 453, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 454, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 455, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 456, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 457, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 458, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 459, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 460, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 461, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 462, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 463, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 464, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 465, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 466, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 467, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 468, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 469, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 470, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 471, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 472, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 473, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 474, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 475, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 476, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 477, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 478, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 479, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 480, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 481, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 482, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 483, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 484, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 485, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 486, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 487, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 488, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 489, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 490, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 491, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 492, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 493, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 494, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 495, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 496, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 497, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 498, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 499, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 500, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 501, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 502, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 503, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 504, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 505, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 506, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 507, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 508, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 509, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 510, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 511, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 512, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 513, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 514, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 515, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 516, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 517, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 518, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 519, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 520, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 521, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 522, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 523, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 524, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 525, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 526, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 527, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 528, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 529, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 530, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 531, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 532, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 533, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 534, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 535, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 536, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 537, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 538, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 539, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 540, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 541, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 542, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 543, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 544, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 545, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 546, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 547, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 548, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 549, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 550, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 551, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 552, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 553, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 554, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 555, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 556, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 557, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 558, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 559, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 560, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 561, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 562, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 563, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 564, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 565, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 566, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 567, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 568, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 569, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 570, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 571, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 572, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 573, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 574, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 575, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 576, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 577, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 578, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 579, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 580, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 581, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 582, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 583, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 584, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 585, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 586, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 587, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 588, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 589, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 590, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 591, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 592, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 593, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 594, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 595, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 596, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 597, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 598, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 599, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 600, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 601, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 602, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 603, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 604, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 605, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 606, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 607, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 608, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 609, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 610, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 611, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 612, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 613, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 614, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 615, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 616, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 617, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 618, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 619, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 620, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 621, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 622, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 623, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 624, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 625, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 626, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 627, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 628, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 629, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 630, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 631, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 632, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 633, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 634, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 635, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 636, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 637, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 638, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 639, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 640, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 641, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 642, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 643, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 644, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 645, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 646, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 647, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 648, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 649, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 650, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 651, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 652, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 653, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 654, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 655, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 656, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 657, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 658, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 659, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 660, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 661, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 662, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 663, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 664, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 665, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 666, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 667, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 668, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 669, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 670, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 671, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 672, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 673, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 674, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 675, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 676, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 677, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 678, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 679, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 680, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 681, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 682, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 683, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 684, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 685, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 686, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 687, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 688, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 689, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 690, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 691, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 692, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 693, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 694, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 695, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 696, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 697, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 698, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 699, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 700, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 701, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 702, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 703, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 704, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 705, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 706, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 707, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 708, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 709, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 710, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 711, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 712, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 713, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 714, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 715, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 716, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 717, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 718, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 719, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 720, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 721, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 722, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 723, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 724, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 725, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 726, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 727, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 728, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 729, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 730, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 731, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 732, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 733, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 734, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 735, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 736, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 737, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 738, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 739, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 740, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 741, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 742, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 743, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 744, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 745, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 746, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 747, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 748, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 749, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 750, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 751, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 752, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 753, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 754, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 755, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 756, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 757, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 758, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 759, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 760, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 762, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 763, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 764, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 765, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 766, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 767, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 768, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 769, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 770, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 771, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 772, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 773, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 774, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 775, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 776, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 777, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 778, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 779, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 780, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 781, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 782, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 783, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 784, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 785, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 786, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 787, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 788, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 789, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 790, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 791, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 792, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 793, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 794, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 795, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 796, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 797, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 798, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 799, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 800, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 801, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 802, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 803, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 804, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 805, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 806, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 807, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 808, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 809, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 810, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 811, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 812, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 813, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 814, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 815, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 816, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 817, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 818, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 819, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 820, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 821, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 822, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 823, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 824, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 825, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 826, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 827, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 828, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 829, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 830, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 831, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 832, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 833, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 834, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 835, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 836, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 837, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 838, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 839, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 840, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 841, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 842, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 843, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 844, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 845, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 846, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 847, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 848, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 849, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 850, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 851, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 852, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 853, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 854, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 855, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 856, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 857, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 858, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 859, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 860, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 861, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 862, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 863, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 864, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 865, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 866, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 867, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 868, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 869, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 870, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 871, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 872, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 873, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 874, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 875, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 876, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 877, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 878, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 879, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 880, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 881, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 882, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 883, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 884, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 885, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 886, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 887, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 888, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 889, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 890, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 891, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 892, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 893, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 894, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 895, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 896, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 897, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 898, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 899, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 900, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 901, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 902, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 903, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 904, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 905, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 906, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 907, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 908, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 909, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 910, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 911, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 912, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 913, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 914, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 915, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 916, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 917, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 918, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 919, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 920, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 921, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 922, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 923, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 924, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 925, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 926, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 927, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 928, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 929, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 930, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 931, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 932, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 933, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 934, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 935, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 936, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 937, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 938, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 939, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 940, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 941, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 942, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 943, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 944, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 945, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 946, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 947, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 948, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 949, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 950, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 951, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 952, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 953, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 954, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 955, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 956, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 957, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 958, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 959, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 960, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 961, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 962, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 963, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 964, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 965, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 966, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 967, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 968, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 969, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 970, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 971, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 972, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 973, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 974, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 975, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 976, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 977, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 978, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 979, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 980, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 981, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 982, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 983, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 984, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 985, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 986, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 987, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 988, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 989, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 990, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 991, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 992, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 993, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 994, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 995, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 996, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 997, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 998, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 999, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1000, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1001, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1002, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1003, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1004, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1005, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1006, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1007, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1008, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1009, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1010, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1011, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1012, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1013, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1014, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1015, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1016, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1017, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1018, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1019, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1020, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1021, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1022, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1023, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1024, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1025, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1026, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1027, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1028, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1029, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1030, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1031, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1032, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1033, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1034, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1035, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1036, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1037, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1038, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1039, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1040, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1041, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1042, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1043, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1044, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1045, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1046, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1047, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1048, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1049, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1050, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1051, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1052, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1053, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1054, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1055, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1056, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1057, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1058, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1059, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1060, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1061, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1062, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1063, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1064, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1065, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1066, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1067, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1068, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1069, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1070, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1071, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1072, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1073, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1074, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1075, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1076, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1077, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1078, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1079, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1080, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1081, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1082, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1083, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1084, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1085, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1086, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1087, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1088, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1089, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1090, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1091, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1092, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1093, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1094, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1095, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1096, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1097, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1098, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1099, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1100, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1101, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1102, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1103, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1104, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1105, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1106, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1107, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1108, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1109, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1110, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1111, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1112, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1113, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1114, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1115, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1116, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1117, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1118, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1119, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1120, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1121, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1122, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1123, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1124, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1125, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1126, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1127, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1128, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1129, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1130, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1131, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1132, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1133, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1134, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1135, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1136, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1137, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1138, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1139, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1140, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1141, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1142, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1143, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1144, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1145, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1146, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1147, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1148, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1149, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1150, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1151, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1152, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1153, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1154, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1155, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1156, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1157, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1158, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1159, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1160, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1161, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1162, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1163, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1164, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1165, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1166, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1167, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1168, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1169, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1170, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1171, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1172, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1173, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1174, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1175, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1176, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1177, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1178, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1179, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1180, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1181, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1182, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1183, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1184, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1185, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1186, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1187, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1188, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1189, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1190, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1191, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1192, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1193, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1194, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1195, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1196, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1197, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1198, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1199, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1200, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1201, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1202, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1203, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1204, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1205, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1206, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1207, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1208, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1209, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1210, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1211, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1212, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1213, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1214, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1215, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1216, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1217, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1218, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1219, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1220, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1221, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1222, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1223, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1224, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1225, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1226, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1227, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1228, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1229, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1230, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1231, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1232, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1233, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1234, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1235, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1236, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1237, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1238, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1239, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1240, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1241, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1242, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1243, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1244, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1245, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1246, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1247, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1248, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1249, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1250, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1251, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1252, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1253, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1254, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1255, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1256, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1257, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1258, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1259, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1260, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1261, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1262, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1263, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1264, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1265, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1266, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1267, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1268, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1269, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1270, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1271, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1272, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1273, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1274, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1275, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1276, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1277, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1278, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1279, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1280, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1281, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1282, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1283, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1284, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1285, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1286, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1287, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1288, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1289, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1290, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1291, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1292, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1293, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1294, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1295, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1296, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1297, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1298, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1299, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1300, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1301, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1302, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1303, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1304, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1305, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1306, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1307, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1308, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1309, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1310, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1311, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1312, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1313, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1314, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1315, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1316, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1317, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1318, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1319, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1320, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1321, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1322, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1323, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1324, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1325, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1326, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1327, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1328, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1329, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1330, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1331, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1332, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1333, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1334, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1335, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1336, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1337, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1338, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1339, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1340, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1341, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1342, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1343, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1344, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1345, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1346, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1347, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1348, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1349, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1350, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1351, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1352, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1353, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1354, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1355, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1356, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1357, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1358, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1359, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1360, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1361, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1362, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1363, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1364, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1365, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1366, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1367, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1368, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1369, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1370, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1371, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1372, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1373, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1374, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1375, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1376, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1377, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1378, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1379, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1380, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1381, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1382, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1383, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1384, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1385, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1386, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1387, app/assets/stylesheets/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1388, 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 47, 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 Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  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 20, app/assets/stylesheets/fontawesome/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  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 20, app/assets/stylesheets/fontawesome/regular.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/assets/fa-brands-400.eot");
  src: url("/assets/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/assets/fa-brands-400.woff2") format("woff2"), url("/assets/fa-brands-400.woff") format("woff"), url("/assets/fa-brands-400.ttf") format("truetype"), url("/assets/fa-brands-400.svg#fontawesome") format("svg");
}

/* line 20, app/assets/stylesheets/fontawesome/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
/* line 8, app/assets/stylesheets/main/animate.scss */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

/* line 13, app/assets/stylesheets/main/animate.scss */
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 21, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 25, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

/* line 31, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

/* line 37, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

/* line 43, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

/* line 49, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

/* line 55, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

/* line 61, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

/* line 67, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

/* line 73, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

/* line 79, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

/* line 85, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

/* line 91, app/assets/stylesheets/main/animate.scss */
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  /* line 98, app/assets/stylesheets/main/animate.scss */
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  /* line 106, app/assets/stylesheets/main/animate.scss */
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  20%,
  53%,
  from,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  20%,
  53%,
  from,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

/* line 178, app/assets/stylesheets/main/animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

/* line 206, app/assets/stylesheets/main/animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-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 238, app/assets/stylesheets/main/animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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 304, app/assets/stylesheets/main/animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  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 shakeX {
  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 352, app/assets/stylesheets/main/animate.scss */
.shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

/* line 400, app/assets/stylesheets/main/animate.scss */
.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-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 456, app/assets/stylesheets/main/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 506, app/assets/stylesheets/main/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 568, app/assets/stylesheets/main/animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-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 632, app/assets/stylesheets/main/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1%,
  from,
  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 {
  11.1%,
  from,
  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 708, app/assets/stylesheets/main/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 758, app/assets/stylesheets/main/animate.scss */
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 802, app/assets/stylesheets/main/animate.scss */
.backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 840, app/assets/stylesheets/main/animate.scss */
.backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 878, app/assets/stylesheets/main/animate.scss */
.backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 916, app/assets/stylesheets/main/animate.scss */
.backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

/* line 954, app/assets/stylesheets/main/animate.scss */
.backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

/* line 992, app/assets/stylesheets/main/animate.scss */
.backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

/* line 1030, app/assets/stylesheets/main/animate.scss */
.backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

/* line 1068, app/assets/stylesheets/main/animate.scss */
.backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  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 {
  20%,
  40%,
  60%,
  80%,
  from,
  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 1148, app/assets/stylesheets/main/animate.scss */
.bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1220, app/assets/stylesheets/main/animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1288, app/assets/stylesheets/main/animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1356, app/assets/stylesheets/main/animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1424, app/assets/stylesheets/main/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 1462, app/assets/stylesheets/main/animate.scss */
.bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

/* line 1504, app/assets/stylesheets/main/animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

/* line 1532, app/assets/stylesheets/main/animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

/* line 1560, app/assets/stylesheets/main/animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

/* line 1598, app/assets/stylesheets/main/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 1618, app/assets/stylesheets/main/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 1646, app/assets/stylesheets/main/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 1674, app/assets/stylesheets/main/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 1702, app/assets/stylesheets/main/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 1730, app/assets/stylesheets/main/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 1758, app/assets/stylesheets/main/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 1786, app/assets/stylesheets/main/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 1814, app/assets/stylesheets/main/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 1842, app/assets/stylesheets/main/animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1870, app/assets/stylesheets/main/animate.scss */
.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1898, app/assets/stylesheets/main/animate.scss */
.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1926, app/assets/stylesheets/main/animate.scss */
.fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1954, app/assets/stylesheets/main/animate.scss */
.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1974, app/assets/stylesheets/main/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 1998, app/assets/stylesheets/main/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 2022, app/assets/stylesheets/main/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 2046, app/assets/stylesheets/main/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 2070, app/assets/stylesheets/main/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 2094, app/assets/stylesheets/main/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 2118, app/assets/stylesheets/main/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 2142, app/assets/stylesheets/main/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 2166, app/assets/stylesheets/main/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

/* line 2194, app/assets/stylesheets/main/animate.scss */
.fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

/* line 2222, app/assets/stylesheets/main/animate.scss */
.fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

/* line 2250, app/assets/stylesheets/main/animate.scss */
.fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

/* line 2278, app/assets/stylesheets/main/animate.scss */
.fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-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 2346, app/assets/stylesheets/main/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 2408, app/assets/stylesheets/main/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 2470, app/assets/stylesheets/main/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 2508, app/assets/stylesheets/main/animate.scss */
.flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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 2550, app/assets/stylesheets/main/animate.scss */
.flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  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 lightSpeedInRight {
  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 2600, app/assets/stylesheets/main/animate.scss */
.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  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 lightSpeedInLeft {
  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 2646, app/assets/stylesheets/main/animate.scss */
.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2672, app/assets/stylesheets/main/animate.scss */
.lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

/* line 2698, app/assets/stylesheets/main/animate.scss */
.lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2728, app/assets/stylesheets/main/animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2758, app/assets/stylesheets/main/animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2788, app/assets/stylesheets/main/animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2818, app/assets/stylesheets/main/animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2848, app/assets/stylesheets/main/animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2874, app/assets/stylesheets/main/animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2900, app/assets/stylesheets/main/animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2926, app/assets/stylesheets/main/animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2952, app/assets/stylesheets/main/animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2978, app/assets/stylesheets/main/animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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 3036, app/assets/stylesheets/main/animate.scss */
.hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-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 3090, app/assets/stylesheets/main/animate.scss */
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-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 3118, app/assets/stylesheets/main/animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-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 3142, app/assets/stylesheets/main/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 3166, app/assets/stylesheets/main/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 3202, app/assets/stylesheets/main/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 3238, app/assets/stylesheets/main/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 3274, app/assets/stylesheets/main/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 3310, app/assets/stylesheets/main/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 3340, app/assets/stylesheets/main/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-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-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 3376, app/assets/stylesheets/main/animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}

@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);
  }
}

/* line 3406, app/assets/stylesheets/main/animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-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);
  }
}

@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);
  }
}

/* line 3436, app/assets/stylesheets/main/animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-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-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-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 3474, app/assets/stylesheets/main/animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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 3502, app/assets/stylesheets/main/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 3528, app/assets/stylesheets/main/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 3554, app/assets/stylesheets/main/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 3580, app/assets/stylesheets/main/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 3606, app/assets/stylesheets/main/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 3632, app/assets/stylesheets/main/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 3658, app/assets/stylesheets/main/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 3684, app/assets/stylesheets/main/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
* Font Face
*/
@font-face {
  font-family: "simple-line-icons";
  src: url("/assets/Simple-Line-Icons.eot?v=2.4.0");
  src: url("/assets/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("/assets/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("/assets/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("/assets/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("/assets/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
 Use the following code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector,
 but it's slower.
*/
/* line 29, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 232, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-user:before {
  content: "\e005";
}

/* line 236, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-people:before {
  content: "\e001";
}

/* line 240, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-user-female:before {
  content: "\e000";
}

/* line 244, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-user-follow:before {
  content: "\e002";
}

/* line 248, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-user-following:before {
  content: "\e003";
}

/* line 252, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-user-unfollow:before {
  content: "\e004";
}

/* line 256, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-login:before {
  content: "\e066";
}

/* line 260, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-logout:before {
  content: "\e065";
}

/* line 264, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-emotsmile:before {
  content: "\e021";
}

/* line 268, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-phone:before {
  content: "\e600";
}

/* line 272, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-call-end:before {
  content: "\e048";
}

/* line 276, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-call-in:before {
  content: "\e047";
}

/* line 280, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-call-out:before {
  content: "\e046";
}

/* line 284, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-map:before {
  content: "\e033";
}

/* line 288, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-location-pin:before {
  content: "\e096";
}

/* line 292, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-direction:before {
  content: "\e042";
}

/* line 296, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-directions:before {
  content: "\e041";
}

/* line 300, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-compass:before {
  content: "\e045";
}

/* line 304, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-layers:before {
  content: "\e034";
}

/* line 308, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-menu:before {
  content: "\e601";
}

/* line 312, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-list:before {
  content: "\e067";
}

/* line 316, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-options-vertical:before {
  content: "\e602";
}

/* line 320, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-options:before {
  content: "\e603";
}

/* line 324, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-arrow-down:before {
  content: "\e604";
}

/* line 328, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-arrow-left:before {
  content: "\e605";
}

/* line 332, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-arrow-right:before {
  content: "\e606";
}

/* line 336, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-arrow-up:before {
  content: "\e607";
}

/* line 340, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-arrow-up-circle:before {
  content: "\e078";
}

/* line 344, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-arrow-left-circle:before {
  content: "\e07a";
}

/* line 348, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-arrow-right-circle:before {
  content: "\e079";
}

/* line 352, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-arrow-down-circle:before {
  content: "\e07b";
}

/* line 356, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-check:before {
  content: "\e080";
}

/* line 360, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-clock:before {
  content: "\e081";
}

/* line 364, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-plus:before {
  content: "\e095";
}

/* line 368, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-minus:before {
  content: "\e615";
}

/* line 372, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-close:before {
  content: "\e082";
}

/* line 376, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-event:before {
  content: "\e619";
}

/* line 380, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-exclamation:before {
  content: "\e617";
}

/* line 384, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-organization:before {
  content: "\e616";
}

/* line 388, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-trophy:before {
  content: "\e006";
}

/* line 392, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-screen-smartphone:before {
  content: "\e010";
}

/* line 396, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-screen-desktop:before {
  content: "\e011";
}

/* line 400, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-plane:before {
  content: "\e012";
}

/* line 404, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-notebook:before {
  content: "\e013";
}

/* line 408, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-mustache:before {
  content: "\e014";
}

/* line 412, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-mouse:before {
  content: "\e015";
}

/* line 416, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-magnet:before {
  content: "\e016";
}

/* line 420, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-energy:before {
  content: "\e020";
}

/* line 424, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-disc:before {
  content: "\e022";
}

/* line 428, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-cursor:before {
  content: "\e06e";
}

/* line 432, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-cursor-move:before {
  content: "\e023";
}

/* line 436, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-crop:before {
  content: "\e024";
}

/* line 440, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-chemistry:before {
  content: "\e026";
}

/* line 444, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-speedometer:before {
  content: "\e007";
}

/* line 448, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-shield:before {
  content: "\e00e";
}

/* line 452, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-screen-tablet:before {
  content: "\e00f";
}

/* line 456, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-magic-wand:before {
  content: "\e017";
}

/* line 460, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-hourglass:before {
  content: "\e018";
}

/* line 464, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-graduation:before {
  content: "\e019";
}

/* line 468, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-ghost:before {
  content: "\e01a";
}

/* line 472, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-game-controller:before {
  content: "\e01b";
}

/* line 476, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-fire:before {
  content: "\e01c";
}

/* line 480, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-eyeglass:before {
  content: "\e01d";
}

/* line 484, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-envelope-open:before {
  content: "\e01e";
}

/* line 488, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-envelope-letter:before {
  content: "\e01f";
}

/* line 492, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-bell:before {
  content: "\e027";
}

/* line 496, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-badge:before {
  content: "\e028";
}

/* line 500, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-anchor:before {
  content: "\e029";
}

/* line 504, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-wallet:before {
  content: "\e02a";
}

/* line 508, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-vector:before {
  content: "\e02b";
}

/* line 512, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-speech:before {
  content: "\e02c";
}

/* line 516, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-puzzle:before {
  content: "\e02d";
}

/* line 520, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-printer:before {
  content: "\e02e";
}

/* line 524, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-present:before {
  content: "\e02f";
}

/* line 528, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-playlist:before {
  content: "\e030";
}

/* line 532, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-pin:before {
  content: "\e031";
}

/* line 536, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-picture:before {
  content: "\e032";
}

/* line 540, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-handbag:before {
  content: "\e035";
}

/* line 544, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-globe-alt:before {
  content: "\e036";
}

/* line 548, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-globe:before {
  content: "\e037";
}

/* line 552, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-folder-alt:before {
  content: "\e039";
}

/* line 556, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-folder:before {
  content: "\e089";
}

/* line 560, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-film:before {
  content: "\e03a";
}

/* line 564, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-feed:before {
  content: "\e03b";
}

/* line 568, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-drop:before {
  content: "\e03e";
}

/* line 572, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-drawer:before {
  content: "\e03f";
}

/* line 576, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-docs:before {
  content: "\e040";
}

/* line 580, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-doc:before {
  content: "\e085";
}

/* line 584, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-diamond:before {
  content: "\e043";
}

/* line 588, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-cup:before {
  content: "\e044";
}

/* line 592, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-calculator:before {
  content: "\e049";
}

/* line 596, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-bubbles:before {
  content: "\e04a";
}

/* line 600, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-briefcase:before {
  content: "\e04b";
}

/* line 604, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-book-open:before {
  content: "\e04c";
}

/* line 608, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-basket-loaded:before {
  content: "\e04d";
}

/* line 612, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-basket:before {
  content: "\e04e";
}

/* line 616, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-bag:before {
  content: "\e04f";
}

/* line 620, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-action-undo:before {
  content: "\e050";
}

/* line 624, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-action-redo:before {
  content: "\e051";
}

/* line 628, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-wrench:before {
  content: "\e052";
}

/* line 632, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-umbrella:before {
  content: "\e053";
}

/* line 636, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-trash:before {
  content: "\e054";
}

/* line 640, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-tag:before {
  content: "\e055";
}

/* line 644, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-support:before {
  content: "\e056";
}

/* line 648, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-frame:before {
  content: "\e038";
}

/* line 652, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-size-fullscreen:before {
  content: "\e057";
}

/* line 656, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-size-actual:before {
  content: "\e058";
}

/* line 660, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-shuffle:before {
  content: "\e059";
}

/* line 664, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-share-alt:before {
  content: "\e05a";
}

/* line 668, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-share:before {
  content: "\e05b";
}

/* line 672, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-rocket:before {
  content: "\e05c";
}

/* line 676, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-question:before {
  content: "\e05d";
}

/* line 680, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-pie-chart:before {
  content: "\e05e";
}

/* line 684, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-pencil:before {
  content: "\e05f";
}

/* line 688, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-note:before {
  content: "\e060";
}

/* line 692, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-loop:before {
  content: "\e064";
}

/* line 696, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-home:before {
  content: "\e069";
}

/* line 700, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-grid:before {
  content: "\e06a";
}

/* line 704, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-graph:before {
  content: "\e06b";
}

/* line 708, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-microphone:before {
  content: "\e063";
}

/* line 712, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-music-tone-alt:before {
  content: "\e061";
}

/* line 716, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-music-tone:before {
  content: "\e062";
}

/* line 720, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-earphones-alt:before {
  content: "\e03c";
}

/* line 724, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-earphones:before {
  content: "\e03d";
}

/* line 728, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-equalizer:before {
  content: "\e06c";
}

/* line 732, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-like:before {
  content: "\e068";
}

/* line 736, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-dislike:before {
  content: "\e06d";
}

/* line 740, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-control-start:before {
  content: "\e06f";
}

/* line 744, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-control-rewind:before {
  content: "\e070";
}

/* line 748, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-control-play:before {
  content: "\e071";
}

/* line 752, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-control-pause:before {
  content: "\e072";
}

/* line 756, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-control-forward:before {
  content: "\e073";
}

/* line 760, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-control-end:before {
  content: "\e074";
}

/* line 764, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-volume-1:before {
  content: "\e09f";
}

/* line 768, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-volume-2:before {
  content: "\e0a0";
}

/* line 772, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-volume-off:before {
  content: "\e0a1";
}

/* line 776, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-calendar:before {
  content: "\e075";
}

/* line 780, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-bulb:before {
  content: "\e076";
}

/* line 784, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-chart:before {
  content: "\e077";
}

/* line 788, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-ban:before {
  content: "\e07c";
}

/* line 792, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-bubble:before {
  content: "\e07d";
}

/* line 796, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-camrecorder:before {
  content: "\e07e";
}

/* line 800, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-camera:before {
  content: "\e07f";
}

/* line 804, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-cloud-download:before {
  content: "\e083";
}

/* line 808, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-cloud-upload:before {
  content: "\e084";
}

/* line 812, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-envelope:before {
  content: "\e086";
}

/* line 816, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-eye:before {
  content: "\e087";
}

/* line 820, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-flag:before {
  content: "\e088";
}

/* line 824, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-heart:before {
  content: "\e08a";
}

/* line 828, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-info:before {
  content: "\e08b";
}

/* line 832, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-key:before {
  content: "\e08c";
}

/* line 836, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-link:before {
  content: "\e08d";
}

/* line 840, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-lock:before {
  content: "\e08e";
}

/* line 844, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-lock-open:before {
  content: "\e08f";
}

/* line 848, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-magnifier:before {
  content: "\e090";
}

/* line 852, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-magnifier-add:before {
  content: "\e091";
}

/* line 856, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-magnifier-remove:before {
  content: "\e092";
}

/* line 860, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-paper-clip:before {
  content: "\e093";
}

/* line 864, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-paper-plane:before {
  content: "\e094";
}

/* line 868, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-power:before {
  content: "\e097";
}

/* line 872, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-refresh:before {
  content: "\e098";
}

/* line 876, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-reload:before {
  content: "\e099";
}

/* line 880, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-settings:before {
  content: "\e09a";
}

/* line 884, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-star:before {
  content: "\e09b";
}

/* line 888, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-symbol-female:before {
  content: "\e09c";
}

/* line 892, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-symbol-male:before {
  content: "\e09d";
}

/* line 896, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-target:before {
  content: "\e09e";
}

/* line 900, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-credit-card:before {
  content: "\e025";
}

/* line 904, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-paypal:before {
  content: "\e608";
}

/* line 908, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-tumblr:before {
  content: "\e00a";
}

/* line 912, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-twitter:before {
  content: "\e009";
}

/* line 916, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-facebook:before {
  content: "\e00b";
}

/* line 920, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-instagram:before {
  content: "\e609";
}

/* line 924, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-linkedin:before {
  content: "\e60a";
}

/* line 928, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-pinterest:before {
  content: "\e60b";
}

/* line 932, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-github:before {
  content: "\e60c";
}

/* line 936, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-google:before {
  content: "\e60d";
}

/* line 940, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-reddit:before {
  content: "\e60e";
}

/* line 944, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-skype:before {
  content: "\e60f";
}

/* line 948, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-dribbble:before {
  content: "\e00d";
}

/* line 952, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-behance:before {
  content: "\e610";
}

/* line 956, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-foursqare:before {
  content: "\e611";
}

/* line 960, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-soundcloud:before {
  content: "\e612";
}

/* line 964, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-spotify:before {
  content: "\e613";
}

/* line 968, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-stumbleupon:before {
  content: "\e614";
}

/* line 972, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-youtube:before {
  content: "\e008";
}

/* line 976, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-dropbox:before {
  content: "\e00c";
}

/* line 980, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-vkontakte:before {
  content: "\e618";
}

/* line 984, app/assets/stylesheets/main/simple-line-icons.scss */
.icon-social-steam:before {
  content: "\e620";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *	Owl Carousel - Core
 */
/* line 9, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 22, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 29, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 34, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 42, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 49, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 52, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 55, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 64, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 72, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 74, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 77, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 79, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 81, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 88, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 91, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 93, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 97, app/assets/stylesheets/main/owl.carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *	Owl Carousel - Animate Plugin
 */
/* line 103, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 107, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 110, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 113, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 125, app/assets/stylesheets/main/owl.carousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 131, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 136, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 139, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 141, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 147, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 152, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 166, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 170, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 174, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 182, app/assets/stylesheets/main/owl.carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 9, app/assets/stylesheets/main/owl.theme.default.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 13, app/assets/stylesheets/main/owl.theme.default.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 22, app/assets/stylesheets/main/owl.theme.default.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/main/owl.theme.default.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 30, app/assets/stylesheets/main/owl.theme.default.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 33, app/assets/stylesheets/main/owl.theme.default.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 36, app/assets/stylesheets/main/owl.theme.default.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 40, app/assets/stylesheets/main/owl.theme.default.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 49, app/assets/stylesheets/main/owl.theme.default.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Magnific Popup CSS */
/* line 2, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 86, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, app/assets/stylesheets/main/magnific-popup.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, app/assets/stylesheets/main/magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 146, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 204, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 213, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, app/assets/stylesheets/main/magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 258, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 279, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, app/assets/stylesheets/main/magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  /* line 304, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 307, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 309, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 312, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 315, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 323, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 325, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 328, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 340, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 343, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 346, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 349, app/assets/stylesheets/main/magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	@@version
*/
/* line 1, app/assets/stylesheets/main/theme/base/_base.scss */
html {
  direction: ltr;
  overflow-x: hidden;
  box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
}

/* line 8, app/assets/stylesheets/main/theme/base/_base.scss */
body {
  background-color: #FFF;
  color: #777;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

/* line 19, app/assets/stylesheets/main/theme/base/_base.scss */
body a {
  outline: none !important;
}

/* line 25, app/assets/stylesheets/main/theme/base/_base.scss */
.body {
  background-color: #FFF;
}

/* line 29, app/assets/stylesheets/main/theme/base/_base.scss */
html.safari:not(.no-safari-overflow-x-fix) .body {
  overflow-x: hidden;
}

/* line 33, app/assets/stylesheets/main/theme/base/_base.scss */
html[dir="rtl"] .body {
  overflow-x: hidden;
}

/* line 37, app/assets/stylesheets/main/theme/base/_base.scss */
li {
  line-height: 24px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 44, app/assets/stylesheets/main/theme/base/_base.scss */
  body {
    font-size: 13px;
  }
}

/* line 50, app/assets/stylesheets/main/theme/base/_base.scss */
pre {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 15px;
}

/* Header */
/* line 2, app/assets/stylesheets/main/theme/base/_header.scss */
#header {
  position: relative;
  z-index: 1030;
}

/* line 7, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-body {
  display: flex;
  flex-direction: column;
  background: #FFF;
  transition: min-height 0.3s ease;
  width: 100%;
  border-top: 3px solid #EDEDED;
  border-bottom: 1px solid transparent;
  z-index: 1001;
}

/* line 16, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-body.header-body-bottom-border-fixed {
  border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

/* line 19, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-body[class*="border-color-"] {
  border-bottom: 0 !important;
}

/* line 25, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: ease height 300ms;
}

@media (max-width: 991px) {
  /* line 33, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-container:not(.container):not(.container-fluid) .header-nav-main {
    padding: 0 0.75rem;
  }
}

/* line 38, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-container.header-container-height-xs {
  height: 80px;
}

/* line 41, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-container.header-container-height-sm {
  height: 100px;
}

/* line 44, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-container.header-container-height-md {
  height: 125px;
}

/* line 47, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-container.header-container-height-lg {
  height: 145px;
}

/* line 53, app/assets/stylesheets/main/theme/base/_header.scss */
#header .container {
  position: relative;
}

@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .container {
    width: 100%;
  }
}

/* line 61, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}

/* line 70, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}

/* line 76, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column.header-column-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 79, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column.header-column-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 82, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column .header-row {
  justify-content: inherit;
}

/* line 85, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column .header-extra-info {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* line 89, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column .header-extra-info li {
  display: inline-flex;
  margin-left: 25px;
}

/* line 92, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column .header-extra-info li .header-extra-info-icon {
  font-size: 2rem;
  margin-right: 10px;
}

/* line 97, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column .header-extra-info li .header-extra-info-text label {
  display: block;
  margin: 0;
  color: #999;
  font-size: 0.75rem;
  line-height: 1.2;
}

/* line 104, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column .header-extra-info li .header-extra-info-text strong {
  display: block;
  margin: 0;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.3;
}

/* line 111, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column .header-extra-info li .header-extra-info-text a {
  color: #333;
}

/* line 116, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column .header-extra-info li .feature-box p {
  margin: 0;
}

/* line 119, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-column .header-extra-info li .feature-box small {
  position: relative;
  top: -4px;
  font-size: 80%;
}

/* line 130, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-no-min-height .header-body {
  min-height: 0 !important;
}

/* line 136, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  min-height: 47px;
}

/* line 142, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-light-border-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 146, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-simple-border-bottom {
  border-bottom-width: 1px;
}

/* line 150, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-default {
  background: #f7f7f7;
}

/* line 154, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-borders {
  border-bottom-width: 1px;
}

/* line 156, app/assets/stylesheets/main/theme/base/_header.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 160, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-borders .nav-item-borders:first-child {
  padding-left: 0;
}

/* line 163, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-borders .nav-item-borders:last-child {
  border-right: 0;
}

/* line 169, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-light-borders {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 173, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders {
  border-right-color: rgba(255, 255, 255, 0.2);
}

/* line 179, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-light-2-borders {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

/* line 183, app/assets/stylesheets/main/theme/base/_header.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 189, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-bottom-containered-border {
  border-bottom: 0;
}

/* line 192, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-bottom-containered-border > .container > .header-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 198, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-top.header-top-small-minheight {
  min-height: 38px;
}

/* line 204, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-logo {
  margin: 1rem 0;
  position: relative;
  z-index: 1;
}

/* line 208, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-logo img {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
}

/* line 218, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav {
  padding: 1rem 0;
  min-height: 70px;
}

/* line 224, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top {
  display: flex;
  align-self: stretch;
  align-items: center;
}

/* line 230, app/assets/stylesheets/main/theme/base/_header.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;
  letter-spacing: -0.5px;
}

/* line 236, app/assets/stylesheets/main/theme/base/_header.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 242, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li > a {
  text-decoration: none;
}

/* line 244, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
  background: transparent;
}

/* line 250, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li.open > .dropdown-menu-toggle, #header .header-nav-top .nav > li.accessibility-open > .dropdown-menu-toggle {
  border-radius: 4px 4px 0 0;
}

/* line 254, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li + .nav-item-left-border {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

/* line 258, app/assets/stylesheets/main/theme/base/_header.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%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}

/* line 270, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li + .nav-item-right-border {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

/* line 274, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li + .nav-item-right-border:before {
  background: rgba(0, 0, 0, 0.08);
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
}

/* line 287, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-remove:after {
  content: none;
}

/* line 292, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li.nav-item-left-border.nav-item-right-border-remove:before {
  content: none;
}

@media (max-width: 575px) {
  /* line 297, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li:not(.d-none) {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 303, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-left-border-remove.d-none {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 307, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-right-border-remove.d-none {
    margin-left: 0;
    padding-left: 0;
  }
}

/* line 319, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-show:after {
  content: '';
}

/* line 324, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-show:after {
  content: '';
}

@media (min-width: 576px) {
  /* line 319, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-sm-show:after {
    content: '';
  }
  /* line 324, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-sm-show:after {
    content: '';
  }
}

@media (min-width: 768px) {
  /* line 319, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-md-show:after {
    content: '';
  }
  /* line 324, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-md-show:after {
    content: '';
  }
}

@media (min-width: 992px) {
  /* line 319, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-lg-show:after {
    content: '';
  }
  /* line 324, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-lg-show:after {
    content: '';
  }
}

@media (min-width: 1200px) {
  /* line 319, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-xl-show:after {
    content: '';
  }
  /* line 324, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-top .nav > li.nav-item-right-border.nav-item-right-border-xl-show:after {
    content: '';
  }
}

/* line 332, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link {
  background: transparent;
}

/* line 338, app/assets/stylesheets/main/theme/base/_header.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 347, app/assets/stylesheets/main/theme/base/_header.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 {
  animation: navItemArrow 600ms ease;
  animation-iteration-count: infinite;
}

/* line 357, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .dropdown .dropdown-item {
  font-size: 0.75em;
}

/* line 361, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .dropdown-menu {
  border: 0;
  margin-top: -2px;
  margin-left: -2px;
  padding: 0;
  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;
  transition: opacity .2s ease-out;
  border-radius: 0;
}

/* line 375, app/assets/stylesheets/main/theme/base/_header.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;
  transform: translate3d(-7px, -6px, 0);
}

/* line 389, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .dropdown-menu.dropdow-menu-arrow-right:before {
  right: auto;
  left: 20px;
}

/* line 394, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .dropdown-menu a {
  color: #999;
  padding: 5px 12px;
  font-size: 0.9em;
}

/* line 398, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .dropdown-menu a:active {
  color: #FFF;
}

/* line 403, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-top .flag {
  margin-right: 2px;
  position: relative;
  top: -1px;
}

/* line 411, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}

/* line 415, app/assets/stylesheets/main/theme/base/_header.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%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}

/* line 428, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features.header-nav-features-divisor-lg:before, #header .header-nav-features.header-nav-features-divisor-lg:after {
  height: 72px;
}

/* line 433, app/assets/stylesheets/main/theme/base/_header.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 438, app/assets/stylesheets/main/theme/base/_header.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 443, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features:not(.header-nav-features-no-border):after {
  display: none;
}

/* line 452, app/assets/stylesheets/main/theme/base/_header.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 452, app/assets/stylesheets/main/theme/base/_header.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 452, app/assets/stylesheets/main/theme/base/_header.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 452, app/assets/stylesheets/main/theme/base/_header.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 452, app/assets/stylesheets/main/theme/base/_header.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 459, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features.header-nav-features-start {
  padding-left: 0;
  margin-left: 0;
  padding-right: 20px;
  margin-right: 10px;
}

/* line 464, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features.header-nav-features-start:not(.header-nav-features-no-border):before {
  left: auto;
  right: 0;
}

/* line 470, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features.header-nav-features-center {
  padding-left: 20px;
  margin-left: 10px;
  padding-right: 20px;
  margin-right: 10px;
}

/* line 478, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features.header-nav-features-center:after {
  display: block;
  left: auto;
  right: 0;
}

/* line 485, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon-img {
  font-size: 0.8rem;
  position: relative;
  top: -1px;
  color: #444;
}

/* line 494, app/assets/stylesheets/main/theme/base/_header.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 500, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-top-icon-img {
  top: -2px;
}

/* line 504, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-feature {
  position: relative;
}

/* line 508, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-dropdown {
  opacity: 0;
  top: -10000px;
  position: absolute;
  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;
  transition: opacity .2s ease-out;
  pointer-events: none;
}

/* line 522, app/assets/stylesheets/main/theme/base/_header.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;
  transform: translate3d(-7px, -6px, 0);
}

/* line 535, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-dropdown.show {
  opacity: 1;
  top: auto;
  pointer-events: all;
}

@media (min-width: 992px) {
  /* line 542, app/assets/stylesheets/main/theme/base/_header.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 547, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-reverse:before {
    right: auto;
    left: 5px;
    transform: translate3d(7px, -6px, 0);
  }
}

@media (max-width: 440px) {
  /* line 556, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed {
    position: fixed;
    right: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  /* line 561, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-mobile-fixed:before {
    content: none;
  }
}

/* line 567, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-force-right {
  margin-right: 6px !important;
  right: 0;
}

/* line 572, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark {
  background: #212529;
}

/* line 574, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-dropdown.header-nav-features-dropdown-dark:before {
  border-bottom-color: #212529;
}

/* line 580, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart {
  z-index: 2;
}

/* line 582, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
  padding: 20px;
}

/* line 585, app/assets/stylesheets/main/theme/base/_header.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 595, app/assets/stylesheets/main/theme/base/_header.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;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 612, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 616, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #EEE;
}

/* line 620, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li:first-child {
  margin-top: -15px;
}

/* line 623, app/assets/stylesheets/main/theme/base/_header.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 632, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img {
  max-width: 80px;
}

/* line 636, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details {
  margin-left: 0;
  line-height: 1.4;
}

/* line 639, app/assets/stylesheets/main/theme/base/_header.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 644, app/assets/stylesheets/main/theme/base/_header.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 649, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price {
  font-size: 0.8em;
}

/* line 651, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .qty-price .price {
  display: inline-block;
}

/* line 655, app/assets/stylesheets/main/theme/base/_header.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;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  line-height: 20px;
  font-size: 10px;
}

/* line 673, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .totals {
  padding: 15px 0 25px;
  overflow: hidden;
}

/* line 676, app/assets/stylesheets/main/theme/base/_header.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 683, app/assets/stylesheets/main/theme/base/_header.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 691, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .actions {
  padding: 0;
  margin: 0;
}

/* line 694, app/assets/stylesheets/main/theme/base/_header.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: 0.7rem;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 704, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart .actions .btn:first-child {
  float: left;
}

/* line 710, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .cart-info {
  margin-top: -9px;
  left: -4px;
}

/* line 714, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-cart.header-nav-features-cart-big .header-nav-features-dropdown {
  margin-right: -31px;
  top: 10px;
}

/* line 722, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user .header-nav-features-toggle {
  color: #444;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 727, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user .header-nav-features-toggle .far {
  font-size: 0.95rem;
  margin: 0px 2px 0 0;
  position: relative;
  top: 1px;
}

/* line 733, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user .header-nav-features-toggle:hover {
  text-decoration: none;
}

/* line 737, app/assets/stylesheets/main/theme/base/_header.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 744, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
    min-width: 320px;
  }
}

/* line 749, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user .actions {
  padding: 0;
  margin: 0;
}

/* line 752, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user .actions .btn {
  display: inline-block;
  min-width: 125px;
  margin: 5px 0;
  font-size: 0.7rem;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 762, app/assets/stylesheets/main/theme/base/_header.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 768, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user .extra-actions p {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}

/* line 775, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user.signin .signin-form {
  display: block;
}

/* line 778, app/assets/stylesheets/main/theme/base/_header.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 783, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user.signup .signin-form {
  display: none;
}

/* line 786, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user.signup .signup-form {
  display: block;
}

/* line 789, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user.signup .recover-form {
  display: none;
}

/* line 794, app/assets/stylesheets/main/theme/base/_header.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 799, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-user.header-nav-features-user-logged .header-nav-features-dropdown {
  min-width: 320px;
}

/* line 805, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal-container {
  display: flex;
  align-items: center;
  min-height: 42px;
}

/* line 812, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal .simple-search {
  display: none;
}

/* line 815, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-hide-icon {
  display: none;
  text-decoration: none;
}

/* line 819, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal .header-nav-features-search-show-icon {
  display: inline-flex;
  text-decoration: none;
}

/* line 824, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-hide-icon {
  display: inline-flex;
  margin-left: 10px;
  align-items: center;
}

/* line 829, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-show-icon {
  display: none;
}

/* line 832, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal.show .simple-search {
  display: inline-flex;
}

/* line 838, app/assets/stylesheets/main/theme/base/_header.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 847, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header {
  align-items: center;
}

/* line 850, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-decoration, #header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-cancel-button, #header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-results-button, #header .header-nav-features .header-nav-features-search-reveal-big-search .big-search-header input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* line 859, app/assets/stylesheets/main/theme/base/_header.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;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

/* line 870, app/assets/stylesheets/main/theme/base/_header.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 878, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .header-nav-features-search-hide-icon i {
  font-size: 20px;
}

/* line 882, app/assets/stylesheets/main/theme/base/_header.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 886, app/assets/stylesheets/main/theme/base/_header.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 898, app/assets/stylesheets/main/theme/base/_header.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 901, app/assets/stylesheets/main/theme/base/_header.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 906, app/assets/stylesheets/main/theme/base/_header.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 916, app/assets/stylesheets/main/theme/base/_header.scss */
#header.search-show .header-nav-features .header-nav-features-search-reveal-big-search {
  display: flex;
}

/* line 923, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-search {
  margin-left: 1rem;
}

/* line 925, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-search .form-control {
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  transition: width 0.3s ease;
  perspective: 1000px;
  width: 170px;
}

/* line 935, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-search .btn-light {
  background: transparent;
  border: 0 none;
  color: #CCC;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

/* line 943, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-search .btn-light:hover {
  color: #000;
}

/* line 950, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-social-icons {
  margin-left: 1rem;
}

/* line 955, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 959, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 963, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 967, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  /* line 973, app/assets/stylesheets/main/theme/base/_header.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 985, app/assets/stylesheets/main/theme/base/_header.scss */
#header .header-btn-collapse-nav {
  background: #CCC;
  color: #FFF;
  display: none;
  float: right;
  margin: 0 0 0 1rem;
}

/* line 995, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-narrow .header-body {
  min-height: 0;
}

/* line 998, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-narrow .header-logo {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1002, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-narrow .header-nav {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1010, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-no-border-bottom .header-body {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

/* line 1022, app/assets/stylesheets/main/theme/base/_header.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 1033, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-effect-shrink {
  transition: ease height 300ms;
}

/* line 1035, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-effect-shrink .header-top {
  transition: ease height 300ms;
}

/* line 1038, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-effect-shrink .header-container {
  min-height: 100px;
}

/* line 1041, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-effect-shrink .header-logo {
  display: flex;
  align-items: center;
}

/* line 1048, app/assets/stylesheets/main/theme/base/_header.scss */
#header.header-dark .header-body {
  background: #212529;
}

/* line 1055, app/assets/stylesheets/main/theme/base/_header.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 1071, app/assets/stylesheets/main/theme/base/_header.scss */
  html.mobile-menu-opened #header .header-body[class*="border-color-"] {
    border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
  }
}

/* line 1083, app/assets/stylesheets/main/theme/base/_header.scss */
html:not(.boxed) #header.header-floating-bar {
  position: absolute;
  top: 45px;
  width: 100%;
}

/* line 1088, app/assets/stylesheets/main/theme/base/_header.scss */
html:not(.boxed) #header.header-floating-bar .header-body {
  border: medium none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: auto;
}

/* line 1100, app/assets/stylesheets/main/theme/base/_header.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 1111, app/assets/stylesheets/main/theme/base/_header.scss */
  html:not(.boxed) #header.header-floating-bar {
    top: 0;
  }
}

@media (max-width: 991px) {
  /* line 1122, app/assets/stylesheets/main/theme/base/_header.scss */
  html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-body {
    margin: 10px;
  }
  /* line 1125, app/assets/stylesheets/main/theme/base/_header.scss */
  html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-nav-main:before {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 1141, app/assets/stylesheets/main/theme/base/_header.scss */
  html:not(.sticky-header-active) #header.header-floating-bar .header-body {
    max-width: 1140px;
    right: 15px;
  }
  /* line 1145, app/assets/stylesheets/main/theme/base/_header.scss */
  html:not(.sticky-header-active) #header.header-floating-bar .header-container {
    padding-right: 0px;
    padding-left: 30px;
  }
}

/* line 1160, app/assets/stylesheets/main/theme/base/_header.scss */
html:not(.boxed) #header.header-full-width .header-container {
  width: 100%;
  max-width: none;
}

/* line 1172, app/assets/stylesheets/main/theme/base/_header.scss */
html #header.header-bottom-slider {
  position: absolute;
  bottom: 0;
}

/* line 1175, app/assets/stylesheets/main/theme/base/_header.scss */
html #header.header-bottom-slider .header-body {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 1179, app/assets/stylesheets/main/theme/base/_header.scss */
html #header.header-bottom-slider.header-transparent-light-top-border .header-body {
  border-top: 1px solid rgba(68, 68, 68, 0.4);
}

/* line 1184, app/assets/stylesheets/main/theme/base/_header.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 1189, app/assets/stylesheets/main/theme/base/_header.scss */
html #header.header-bottom-slider.header-transparent-dark-top-border .header-body {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 1194, app/assets/stylesheets/main/theme/base/_header.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 1203, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-active #header.header-bottom-slider .header-body {
  border-top-color: transparent;
}

@media (max-width: 991px) {
  /* line 1215, app/assets/stylesheets/main/theme/base/_header.scss */
  html #header.header-bottom-slider .header-nav-main {
    top: calc(100% + 15px);
  }
  /* line 1223, app/assets/stylesheets/main/theme/base/_header.scss */
  html.sticky-header-active #header.header-bottom-slider .header-nav-main {
    top: 100%;
  }
}

/* line 1235, app/assets/stylesheets/main/theme/base/_header.scss */
html #header.header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}

/* line 1239, app/assets/stylesheets/main/theme/base/_header.scss */
html #header.header-transparent .header-body:not(.header-border-bottom) {
  border-bottom: 0;
}

/* line 1247, app/assets/stylesheets/main/theme/base/_header.scss */
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
  background-color: transparent !important;
}

/* line 1252, app/assets/stylesheets/main/theme/base/_header.scss */
html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 1257, app/assets/stylesheets/main/theme/base/_header.scss */
html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
  background-color: rgba(68, 68, 68, 0.4) !important;
}

/* line 1262, app/assets/stylesheets/main/theme/base/_header.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 1267, app/assets/stylesheets/main/theme/base/_header.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 1272, app/assets/stylesheets/main/theme/base/_header.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 1277, app/assets/stylesheets/main/theme/base/_header.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 1289, app/assets/stylesheets/main/theme/base/_header.scss */
  html #header.header-transparent .header-body {
    overflow: hidden;
  }
  /* line 1294, app/assets/stylesheets/main/theme/base/_header.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 1301, app/assets/stylesheets/main/theme/base/_header.scss */
  html #header.header-transparent .header-nav-main:before {
    width: calc(100% - 30px);
  }
  /* line 1304, app/assets/stylesheets/main/theme/base/_header.scss */
  html #header.header-transparent .header-nav-main nav {
    padding: 0 30px;
  }
  /* line 1314, app/assets/stylesheets/main/theme/base/_header.scss */
  html.sticky-header-active #header.header-transparent .header-nav-main nav {
    padding: 0 15px;
  }
}

/* line 1327, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: rgba(234, 234, 234, 0.5);
  box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}

/* line 1331, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-active #header .header-body.header-body-bottom-border {
  border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

/* line 1336, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-active #header.header-effect-shrink .header-body {
  position: relative;
}

/* line 1347, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-reveal.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
}

/* line 1359, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-enabled #header .header-logo-sticky-change {
  position: relative;
}

/* line 1361, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-enabled #header .header-logo-sticky-change img {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1366, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
  opacity: 1 !important;
}

/* line 1369, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {
  opacity: 0 !important;
}

/* line 1377, app/assets/stylesheets/main/theme/base/_header.scss */
html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
  opacity: 0 !important;
}

/* line 1380, app/assets/stylesheets/main/theme/base/_header.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 5, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main {
    display: flex !important;
    height: auto !important;
  }
  /* line 8, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav {
    display: flex !important;
  }
  /* line 11, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li {
    height: 100%;
    align-self: stretch;
    margin-left: 2px;
  }
  /* line 19, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #CCC;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    padding: 0.5rem 1rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
  /* line 32, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li > a:after {
    display: none;
  }
  /* line 36, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li > a:active {
    background-color: transparent;
    text-decoration: none;
    color: #CCC;
  }
  /* line 43, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
    display: none;
  }
  /* line 48, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li > a.active {
    background-color: transparent;
  }
  /* line 54, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li.accessibility-open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #CCC;
    color: #FFF;
  }
  /* line 60, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    margin: 0;
    min-width: 200px;
    padding: 5px 0;
    text-align: left;
  }
  /* line 79, app/assets/stylesheets/main/theme/base/_header-nav-main.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 88, app/assets/stylesheets/main/theme/base/_header-nav-main.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 93, app/assets/stylesheets/main/theme/base/_header-nav-main.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, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a {
    background-color: #f8f9fa;
  }
  /* line 97, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  /* line 100, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
    display: none;
  }
  /* line 103, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transform: translateY(-50%);
    transition: all .2s ease-out;
  }
  /* line 119, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transform: translate3d(0, 0, 0);
  }
  /* line 130, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-open > a:after, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a:after {
    opacity: 1;
    right: 15px;
  }
  /* line 135, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  /* line 143, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > a:after {
    right: 30px;
    transform: translateY(-50%) rotateY(180deg);
  }
  /* line 148, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    left: auto;
    right: 100%;
    transform: translate3d(0, 0, 0);
  }
  /* line 156, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  /* line 163, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
    border-radius: 4px 4px 0 0;
    position: relative;
  }
  /* line 166, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown.accessibility-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 176, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }
  /* line 183, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* line 191, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }
  /* line 193, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 4px;
    left: 15px;
    right: 15px;
    width: auto;
  }
  /* line 199, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 1.6rem;
  }
  /* line 202, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #333333;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: none;
    letter-spacing: -0.5px;
  }
  /* line 211, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }
  /* line 215, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/main/theme/base/_header-nav-main.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 236, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:active > a, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:focus > a {
    background: #f7f7f7;
  }
  /* line 245, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > .dropdown-item {
    padding: 0.5rem 0.8rem;
  }
  /* line 252, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main nav > ul > li .wrapper-items-cloned i {
    display: none;
  }
  /* line 265, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li > a {
    border-radius: 0 !important;
  }
  /* line 269, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    border-radius: 0 !important;
  }
  /* line 273, app/assets/stylesheets/main/theme/base/_header-nav-main.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 279, app/assets/stylesheets/main/theme/base/_header-nav-main.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 284, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0 !important;
  }
  /* line 289, app/assets/stylesheets/main/theme/base/_header-nav-main.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 306, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu {
    border: 0 !important;
    border-radius: 4px;
  }
  /* line 310, app/assets/stylesheets/main/theme/base/_header-nav-main.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 326, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-font-sm nav > ul > li > a {
    font-size: 0.7rem;
  }
  /* line 339, app/assets/stylesheets/main/theme/base/_header-nav-main.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 355, app/assets/stylesheets/main/theme/base/_header-nav-main.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 371, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-font-lg-upper nav > ul > li > a {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  /* line 387, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-font-lg-upper-2 nav > ul > li > a {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  /* line 403, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-font-alternative nav > ul > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
  }
  /* line 419, app/assets/stylesheets/main/theme/base/_header-nav-main.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 424, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transition: all .2s ease-out;
    left: 0;
  }
  /* line 430, app/assets/stylesheets/main/theme/base/_header-nav-main.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 436, app/assets/stylesheets/main/theme/base/_header-nav-main.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 453, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-dropdown-center nav > ul > li.dropdown:not(.dropdown-mega) > .dropdown-menu {
    transform: translate3d(-50%, 10px, 0) !important;
  }
  /* line 457, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-dropdown-center nav > ul > li.dropdown:not(.dropdown-mega):hover > .dropdown-menu {
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0) !important;
  }
  /* line 473, app/assets/stylesheets/main/theme/base/_header-nav-main.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 490, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item {
    position: relative;
  }
  /* line 492, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transform: translate3d(-7px, 10px, 0);
    bottom: 14px;
    margin-top: auto;
    z-index: 1001;
    opacity: 0;
    transition: ease transform 300ms;
  }
  /* line 512, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-open > .dropdown-menu, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -14px !important;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
  }
  /* line 517, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-open > .dropdown-item:before, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-item:before {
    opacity: 1 !important;
    transform: translate3d(-7px, 0, 0);
  }
  /* line 534, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-dark nav > ul > li > a {
    color: #444;
  }
  /* line 548, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transition: ease transform 300ms;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  /* line 560, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > a.dropdown-toggle:after {
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  /* line 566, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > a.item-original {
    display: none;
  }
  /* line 571, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span {
    display: flex;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  /* line 577, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a {
    display: flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    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%;
    transition: ease all 300ms;
    transform: translateY(0%);
  }
  /* line 597, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.dropdown-toggle:after {
    display: none;
  }
  /* line 601, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a .fa-caret-down {
    display: none;
  }
  /* line 606, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.active:first-child {
    transform: translateY(-40%);
    opacity: 0;
  }
  /* line 611, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a.active.item-two {
    transform: translateY(0);
    opacity: 1;
  }
  /* line 618, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li > span .item-two {
    position: absolute;
    transform: translateY(40%);
    opacity: 0;
    width: auto;
    left: 0;
  }
  /* line 630, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a:first-child {
    transform: translateY(-40%);
    opacity: 0;
  }
  /* line 635, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span .item-two {
    transform: translateY(0%);
    opacity: 1;
  }
  /* line 652, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-transition nav > ul > li > a {
    transition: ease all 300ms;
  }
  /* line 665, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a {
    text-transform: capitalize;
  }
  /* line 678, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-text-size-2 nav > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
  }
  /* line 693, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-text-size-3 nav > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
  }
  /* line 708, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-text-weight-600 nav > ul > li > a {
    font-weight: 600;
  }
  /* line 718, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(-20px, 0, 0);
  }
  /* line 731, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
    background: #FFF;
    display: block;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 4px;
    text-align: left;
    width: 190px;
  }
  /* line 742, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
    transition: all 6s linear 0s;
    width: 182px;
    height: 136px;
    min-height: 0;
  }
  /* line 750, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main a:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
  }
  /* line 761, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
    transform: translate3d(20px, 0, 0);
    right: 100%;
    left: auto;
    padding-left: 0;
    margin-right: 10px;
  }
  /* line 769, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
  }
  /* line 778, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-bar {
    z-index: 1;
  }
  /* line 780, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-bar.header-nav-bar-top-border {
    border-top: 1px solid #EDEDED;
  }
  /* line 783, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-bar .header-container {
    min-height: 0;
    height: auto !important;
  }
  /* line 786, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-bar .header-container .header-container-md {
    height: 120px;
  }
  /* line 790, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-bar .header-nav {
    min-height: 60px;
  }
  /* line 800, app/assets/stylesheets/main/theme/base/_header-nav-main.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 808, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-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 822, app/assets/stylesheets/main/theme/base/_header-nav-main.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 826, app/assets/stylesheets/main/theme/base/_header-nav-main.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 828, app/assets/stylesheets/main/theme/base/_header-nav-main.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 836, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-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 849, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
  }
  /* line 857, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe {
    padding: 0;
  }
  /* line 859, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe .header-nav-main {
    align-self: stretch;
    margin-top: -1px;
    min-height: 0;
  }
  /* line 864, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe nav {
    display: flex;
  }
  /* line 867, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe nav > ul > li {
    display: inline-flex;
    align-self: stretch;
  }
  /* line 870, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe nav > ul > li > a {
    background: transparent;
    padding: 0 .9rem;
    margin: 1px 0 0;
    height: 100%;
  }
  /* line 875, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe nav > ul > li > a.active {
    color: #333;
    background: transparent;
  }
  /* line 881, app/assets/stylesheets/main/theme/base/_header-nav-main.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, #header .header-nav.header-nav-stripe nav > ul > li.accessibility-open > a, #header .header-nav.header-nav-stripe nav > ul > li.accessibility-open > a.active {
    color: #FFF;
    padding-bottom: 0;
  }
  /* line 890, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  /* line 894, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 1px;
  }
  /* line 902, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
    left: auto;
  }
  /* line 916, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe.header-nav-main-dark nav > ul > li:hover > a {
    color: #FFF !important;
  }
  /* line 931, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    color: #FFF !important;
  }
  /* line 940, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active {
    color: #FFF !important;
  }
  /* line 950, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    padding: 0;
  }
  /* line 953, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main {
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }
  /* line 961, app/assets/stylesheets/main/theme/base/_header-nav-main.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 973, app/assets/stylesheets/main/theme/base/_header-nav-main.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-links nav > ul > li.accessibility-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, #header .header-nav.header-nav-line nav > ul > li.accessibility-open > a:before {
    opacity: 1;
  }
  /* line 980, app/assets/stylesheets/main/theme/base/_header-nav-main.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 982, app/assets/stylesheets/main/theme/base/_header-nav-main.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 990, app/assets/stylesheets/main/theme/base/_header-nav-main.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 995, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-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.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: 0;
  }
  /* line 1011, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1024, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1037, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1039, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1044, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1058, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1073, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
    opacity: 1 !important;
  }
  /* line 1087, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1104, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1120, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li > a:before {
    transition: all .3s ease;
    width: 0%;
    left: 50%;
  }
  /* line 1128, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li:hover > a:before {
    left: 0;
    width: 100%;
  }
  /* line 1145, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transform: translateY(-3px);
  }
  /* line 1165, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav > ul > li:hover > a:before {
    margin-top: 12px;
    transform: none;
  }
  /* line 1179, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1196, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a:before {
    transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
    right: 100%;
  }
  /* line 1201, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1209, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1222, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1230, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1243, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul > li:hover > a {
    color: #FFF !important;
  }
  /* line 1249, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul:not(:hover) li > a.active {
    color: #FFF !important;
  }
  /* line 1261, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul > li:hover > a {
    color: #444 !important;
  }
  /* line 1267, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul:not(:hover) li > a.active {
    color: #444 !important;
  }
  /* line 1285, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -1px;
  }
  /* line 1303, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1320, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1329, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1346, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1361, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-divisor nav > ul > li {
    margin: 0;
  }
  /* line 1363, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-divisor nav > ul > li > a {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
  }
  /* line 1367, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-divisor nav > ul > li:last-child > a {
    border-right: 0;
  }
  /* line 1381, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1396, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-first-item-no-padding nav > ul > li:first-child > a {
    padding-left: 0 !important;
  }
  /* line 1410, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown > a:before {
    border-bottom: 0;
  }
  /* line 1415, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
    border-bottom-color: #2a2a2a;
  }
  /* line 1419, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
    background: #1e1e1e;
    margin-top: 0;
  }
  /* line 1423, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #adadad;
  }
  /* line 1427, app/assets/stylesheets/main/theme/base/_header-nav-main.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, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.open > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.accessibility-open > a {
    background: #282828;
    color: #FFF;
  }
  /* line 1435, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    color: #FFF;
  }
  /* line 1440, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li > a {
    color: #adadad;
  }
  /* line 1444, app/assets/stylesheets/main/theme/base/_header-nav-main.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, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.open > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li.accessibility-open > a {
    color: #FFF;
    background: #282828;
  }
  /* line 1464, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }
  /* line 1473, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1491, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span {
    margin-top: -0.5rem;
  }
  /* line 1505, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
    transition: ease padding-bottom 300ms;
  }
  /* line 1507, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a.active {
    padding-bottom: 15px;
  }
  /* line 1509, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1515, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transform: translate3d(0, -50%, 0);
    transition: ease opacity 200ms, ease top 300ms;
  }
  /* line 1527, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1529, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1547, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1554, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li:last-child > a {
    border-bottom: 0;
  }
  /* line 1558, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown {
    position: static;
  }
  /* line 1560, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown > .dropdown-item {
    position: relative;
  }
  /* line 1562, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    display: block !important;
  }
  /* line 1580, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-links-side-header nav > ul > li.dropdown:hover > .dropdown-item:before {
    right: 15px;
    opacity: 1 !important;
  }
  /* line 1597, app/assets/stylesheets/main/theme/base/_header-nav-main.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 {
    transition: opacity .2s ease-out;
  }
  /* line 1602, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown:hover:not(.open) .dropdown-menu {
    top: -10000px;
    opacity: 0;
  }
  /* line 1609, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown > .dropdown-toggle > .fa-chevron-down {
    display: block;
    opacity: 0;
    position: absolute;
    right: 12px;
  }
  /* line 1621, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1648, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1683, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-dark-text nav > .nav-pills > li > a {
    color: #333;
  }
}

/* Header Nav Main Colors */
@media (min-width: 992px) {
  /* line 1708, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color .dropdown-menu {
    border-top: 0;
  }
  /* line 1711, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1738, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-rounded nav > .nav-pills > li > a {
    justify-content: center;
    align-self: center;
    border-radius: 1.5rem;
  }
  /* line 1742, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-rounded nav > .nav-pills > li > a:before {
    display: none !important;
  }
  /* line 1750, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-rounded nav > ul > li.dropdown.open > a, #header .header-nav-main-rounded nav > ul > li.dropdown.accessibility-open > a, #header .header-nav-main-rounded nav > ul > li.dropdown:hover > a {
    border-radius: 1.5rem;
  }
  /* line 1753, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-rounded nav > ul > li.dropdown .dropdown-menu {
    border-radius: 4px;
  }
}

/* Header Nav Main Stretch */
@media (min-width: 992px) {
  /* line 1770, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-stretch {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1773, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-stretch .header-nav-main {
    align-self: stretch;
  }
  /* line 1778, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-stretch nav > ul > li {
    display: inline-flex;
    align-self: stretch;
  }
  /* line 1784, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-stretch nav > ul > li.dropdown.open > a:before, #header .header-nav-stretch nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav-stretch nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  /* line 1788, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-stretch nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-stretch nav > ul > li.dropdown.accessibility-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 1820, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1841, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1844, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1856, app/assets/stylesheets/main/theme/base/_header-nav-main.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: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    font-size: 0.5rem;
  }
  /* line 1867, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1880, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1889, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1902, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1908, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1914, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1923, app/assets/stylesheets/main/theme/base/_header-nav-main.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 #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu,
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-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,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    position: relative;
    box-shadow: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    left: auto;
    right: auto;
    transform: none;
    min-width: auto;
    width: 100%;
    opacity: 1 !important;
  }
  /* line 1938, app/assets/stylesheets/main/theme/base/_header-nav-main.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 #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-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,
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.accessibility-open > .dropdown-menu li.dropdown-submenu.open > a:after {
    right: 20px;
  }
  /* line 1945, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1948, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1950, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    flex: none;
  }
  /* line 1956, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1960, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1969, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1975, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1978, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1981, app/assets/stylesheets/main/theme/base/_header-nav-main.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 1983, app/assets/stylesheets/main/theme/base/_header-nav-main.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 {
    box-shadow: none;
    top: 50% !important;
    transform: translateY(-50%);
    left: 10000px;
    margin-left: -15px;
    margin-top: 10px;
    opacity: 0;
    transition: margin-left .2s ease-out, opacity .2s ease-out;
  }
  /* line 1993, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2006, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2008, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transition: margin-left .2s ease-out, opacity .2s ease-out;
    transform: translate3d(10000px, 0, 0);
  }
  /* line 2016, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2021, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transform: translateY(-50%);
  }
  /* line 2029, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2033, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2042, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2050, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2055, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2061, app/assets/stylesheets/main/theme/base/_header-nav-main.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%;
    justify-content: center;
  }
  /* line 2064, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2068, app/assets/stylesheets/main/theme/base/_header-nav-main.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%;
    justify-content: center;
  }
  /* line 2071, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2075, app/assets/stylesheets/main/theme/base/_header-nav-main.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 {
    transform: translate3d(0, 0, 0);
    transition: ease all 300ms;
  }
  /* line 2080, app/assets/stylesheets/main/theme/base/_header-nav-main.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 {
    transform: translate3d(-100%, 0, 0);
  }
  /* line 2087, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2090, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2093, app/assets/stylesheets/main/theme/base/_header-nav-main.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: 1px;
    left: 5px;
    transform: none;
  }
  /* line 2107, app/assets/stylesheets/main/theme/base/_header-nav-main.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 {
    animation: sideMenuArrow 600ms ease;
    animation-iteration-count: infinite;
  }
  /* line 2114, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2116, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transform: none;
  }
  /* line 2123, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2127, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2131, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2136, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2139, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2145, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2149, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2162, app/assets/stylesheets/main/theme/base/_header-nav-main.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 {
    animation: sideMenuArrowBack 600ms ease;
    animation-iteration-count: infinite;
  }
  /* line 2172, app/assets/stylesheets/main/theme/base/_header-nav-main.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: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 50% !important;
    left: 100%;
    padding: 0;
    margin: 0 !important;
    opacity: 1;
    border-top: none;
    box-shadow: none;
    transform: translate3d(0, -50%, 0) !important;
  }
  /* line 2187, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2190, app/assets/stylesheets/main/theme/base/_header-nav-main.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 {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(204, 204, 204, 0.5);
  }
  /* line 2196, app/assets/stylesheets/main/theme/base/_header-nav-main.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 {
    transform: translate3d(-100%, -50%, 0) !important;
  }
  /* line 2203, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2209, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2225, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
#header.header-floating-icons .nav {
  flex-direction: column;
}

/* line 2232, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
#header.header-floating-icons .header-nav-main nav > ul > li {
  flex: 0 0 auto;
  margin-left: 0;
}

/* line 2236, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
#header.header-floating-icons .header-nav-main nav > ul > li > a > i {
  pointer-events: none;
}

/* line 2239, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
#header.header-floating-icons .header-nav-main nav > ul > li > a.active {
  background: #FFF !important;
}

/* line 2242, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
#header.header-floating-icons .header-nav-main nav > ul > li > a.active:after {
  background: #FFF;
}

/* line 2254, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
#header.header-floating-icons .header-nav-main nav > ul > li.open > a:after, #header.header-floating-icons .header-nav-main nav > ul > li.accessibility-open > a:after, #header.header-floating-icons .header-nav-main nav > ul > li.active > a:after, #header.header-floating-icons .header-nav-main nav > ul > li:hover > a:after, #header.header-floating-icons .header-nav-main nav > ul > li:active > a:after, #header.header-floating-icons .header-nav-main nav > ul > li:focus > a:after {
  background: #FFF;
}

@media (min-width: 992px) {
  /* line 2266, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons {
    background: transparent;
    height: 0;
    min-height: 0 !important;
  }
  /* line 2274, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li {
    height: auto;
  }
  /* line 2281, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-row {
    display: block;
    position: absolute;
    top: 12px;
    left: -60px;
  }
  /* line 2288, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-body {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    min-height: 0;
    padding: 0;
    border: none;
  }
  /* line 2298, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav {
    padding: 0 !important;
  }
  /* line 2302, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main {
    margin: 0;
    box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.3);
  }
  /* line 2308, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li {
    border-bottom: 1px solid #CCC;
  }
  /* line 2310, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li:hover > a {
    background: #FFF;
  }
  /* line 2312, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li:hover > a > span {
    opacity: 1;
    transform: rotateY(0deg);
  }
  /* line 2321, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a {
    font-size: 25px;
    padding: 18px;
    perspective: 770px;
    background: #F7F7F7;
    border-radius: 0;
    transform: translateZ(0);
  }
  /* line 2329, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2340, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transition: ease transform 300ms;
    box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.15);
    transform-origin: -19% 0%;
    transform: rotateY(88deg);
  }
  /* line 2364, app/assets/stylesheets/main/theme/base/_header-nav-main.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;
    transform: translate(0, -50%) rotate(45deg);
  }
}

@media (min-width: 992px) and (max-width: 1281px) {
  /* line 2386, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-row {
    left: -19px;
  }
  /* line 2394, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a {
    padding: 9.8px;
    perspective: 450px;
  }
  /* line 2398, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a > span {
    line-height: 3;
  }
}

@media (max-width: 991px) {
  /* line 2410, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons {
    position: fixed;
    top: 23px;
    right: 10px;
  }
  /* line 2415, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-body {
    background: transparent;
    border: none;
    min-height: 0;
  }
  /* line 2421, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-btn-collapse-nav {
    padding: 15px 20px;
    margin: 0;
  }
  /* line 2426, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main {
    position: absolute;
    right: 0px;
    top: 77px;
    max-width: 53px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(62, 62, 62, 0.2);
  }
  /* line 2434, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main:before {
    content: none;
  }
  /* line 2438, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav {
    padding: 0;
    margin: 0 !important;
    max-height: none;
  }
  /* line 2442, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul {
    display: block;
    padding: 0;
  }
  /* line 2445, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li {
    display: inline-block;
    border: none;
  }
  /* line 2449, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2457, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li > a > span {
    display: none;
  }
  /* line 2462, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header.header-floating-icons .header-nav-main nav > ul > li:last-child > a {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 2481, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a {
    color: #FFF;
  }
  /* line 2484, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #CCC;
    background: #FFF;
  }
  /* line 2490, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-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 2493, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-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;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
  }
  /* line 2497, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-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 2504, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
    background: #FFF;
  }
  /* line 2511, app/assets/stylesheets/main/theme/base/_header-nav-main.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.accessibility-open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #FFF;
  }
  /* line 2522, app/assets/stylesheets/main/theme/base/_header-nav-main.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 2543, app/assets/stylesheets/main/theme/base/_header-nav-main.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 {
    transition: transform .2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  /* line 2552, app/assets/stylesheets/main/theme/base/_header-nav-main.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, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open .dropdown-mega-sub-nav li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open .dropdown-mega-sub-nav li a {
    transform: translate3d(0, 0, 0);
  }
  /* line 2560, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  /* line 2565, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
    transform: translate3d(0, 2px, 0);
  }
  /* line 2587, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .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-links .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .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-line .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .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.open > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 2612, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    transition: opacity .2s ease-out;
    opacity: 0;
  }
  /* line 2617, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  /* line 2639, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(0, 10px, 0);
  }
  /* line 2644, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 2666, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(-10px, 0, 0);
  }
  /* line 2671, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 2693, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-5 nav > ul > li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(0, -10px, 0);
  }
  /* line 2698, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-5 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-5 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-5 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 2720, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-6 nav > ul > li.dropdown .dropdown-menu {
    transition: transform .2s ease-out;
    transform: translate3d(10px, 0, 0);
  }
  /* line 2725, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-effect-6 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-6 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-6 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 2750, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
  /* line 2759, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.accessibility-open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  /* line 2766, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(10px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  /* line 2774, app/assets/stylesheets/main/theme/base/_header-nav-main.scss */
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse.open > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse.accessibility-open > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* Header Nav Main Mobile */
@media (max-width: 991px) {
  /* line 5, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  /* line 12, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #FFF;
    z-index: -1;
    transform: translateX(-50%);
  }
  /* line 24, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
    transition: ease all 500ms;
  }
  /* line 30, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav.collapsing {
    overflow-y: hidden;
  }
  /* line 33, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav::-webkit-scrollbar {
    width: 5px;
  }
  /* line 36, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(204, 204, 204, 0.5);
  }
  /* line 42, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
  }
  /* line 46, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 54, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 62, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 71, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li a.dropdown-toggle {
    position: relative;
  }
  /* line 73, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li a.dropdown-toggle:after {
    content: none;
  }
  /* line 76, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
  }
  /* line 88, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li a:active {
    background-color: #f8f9fa;
    color: inherit;
  }
  /* line 94, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
  }
  /* line 108, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a {
    position: relative;
  }
  /* line 110, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    content: none;
  }
  /* line 113, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
  }
  /* line 126, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  /* line 135, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  /* line 142, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
    text-align: left;
  }
  /* line 147, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 152, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    display: block;
    text-decoration: none;
  }
  /* line 159, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }
  /* line 164, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #CCC;
  }
  /* line 170, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul > li > a:active {
    color: #CCC;
  }
  /* line 174, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav > ul > li > a.active {
    color: #FFF !important;
    background: #CCC;
  }
  /* line 177, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 186, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main nav .not-included {
    margin: 0;
  }
  /* line 193, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main a > .thumb-info-preview {
    display: none !important;
  }
  /* line 203, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-square nav > ul > li a {
    border-radius: 0 !important;
  }
  /* line 213, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-slide .wrapper-items-cloned {
    display: none;
  }
  /* line 221, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-bar .header-container {
    min-height: 0;
    height: auto !important;
  }
  /* line 225, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-bar .header-nav {
    min-height: 60px !important;
    padding: 0;
  }
  /* line 231, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  /* line 240, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav.header-nav-stripe {
    min-height: 90px;
  }
  /* line 244, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    min-height: 70px;
  }
  /* line 249, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav.header-nav-dropdowns-dark {
    min-height: 70px;
  }
  /* line 260, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 284, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-mobile-dark:before {
    background-color: #212529;
  }
  /* line 290, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a {
    color: #dedede;
  }
  /* line 292, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    color: #FFF;
  }
  /* line 298, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a {
    color: #969696;
  }
  /* line 300, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a.active {
    color: #FFF;
  }
  /* line 307, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul li {
    border-bottom: 1px solid #3e3e3e;
  }
  /* line 309, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul li:last-child {
    border-bottom: 0;
  }
  /* line 313, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 319, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 342, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  #header .header-nav-main.header-nav-main-dark-text nav > ul > li > a {
    color: #333;
  }
  /* line 344, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 363, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header #header.side-header .side-header-scrollable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  /* line 370, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header #header.side-header .side-header-scrollable .scrollable-content {
    right: 0 !important;
    overflow: visible;
  }
  /* line 374, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header #header.side-header .side-header-scrollable .scrollable-pane {
    display: none !important;
  }
}

/* Side Header Hamburguer Sidebar */
@media (max-width: 991px) {
  /* line 390, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-row-side-header {
    width: 100%;
  }
  /* line 394, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable {
    height: 100%;
  }
  /* line 396, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 402, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable .scrollable-pane {
    display: none !important;
  }
  /* line 407, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav {
    height: 100%;
  }
  /* line 410, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav .header-nav-main {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  /* line 419, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav nav {
    display: block !important;
    max-height: 69vh;
    padding: 0 8px 0 0;
  }
  /* line 425, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  /* line 429, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main {
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }
  /* line 439, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 442, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 448, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 450, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 457, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 460, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 472, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 485, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.dropdown-toggle:after {
    content: none;
  }
  /* line 490, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
    color: #CCC;
    background: transparent;
  }
  /* line 498, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 504, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul li {
    border-bottom: 0;
  }
  /* line 506, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul li a {
    color: #444;
    font-size: 12px;
  }
  /* line 521, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 528, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 532, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links-side-header nav > ul > li.dropdown {
    position: static;
  }
  /* line 547, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 553, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 562, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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;
    box-shadow: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    min-width: auto;
    width: 100%;
    opacity: 1 !important;
  }
  /* line 578, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 581, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 583, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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;
    flex: none;
  }
  /* line 589, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 598, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 607, app/assets/stylesheets/main/theme/base/_header-nav-main-mobile.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 1397, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-body:not(.h-100) {
    height: auto !important;
  }
}

@media (max-width: 991px) {
  /* line 1407, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-logo img {
    z-index: 1;
  }
  /* line 1412, app/assets/stylesheets/main/theme/base/_header.scss */
  #header .header-nav {
    display: flex;
    align-items: center;
  }
  /* line 1419, app/assets/stylesheets/main/theme/base/_header.scss */
  #header.header-narrow .header-nav.header-nav-stripe {
    min-height: 70px;
  }
}

/* Mega Menu (Signin/SignUp) */
/* line 3, app/assets/stylesheets/main/theme/base/_header-shop.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 9, app/assets/stylesheets/main/theme/base/_header-shop.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
  width: 100%;
  margin-top: 0;
}

/* line 14, app/assets/stylesheets/main/theme/base/_header-shop.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 20, app/assets/stylesheets/main/theme/base/_header-shop.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
  float: right;
}

/* line 23, app/assets/stylesheets/main/theme/base/_header-shop.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 32, app/assets/stylesheets/main/theme/base/_header-shop.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
  margin-right: 5px;
}

/* line 35, app/assets/stylesheets/main/theme/base/_header-shop.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
  width: 120px;
}

/* line 38, app/assets/stylesheets/main/theme/base/_header-shop.scss */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
  text-align: right;
  width: 80px;
}

/* line 42, app/assets/stylesheets/main/theme/base/_header-shop.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 47, app/assets/stylesheets/main/theme/base/_header-shop.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 56, app/assets/stylesheets/main/theme/base/_header-shop.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 1436, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header .main .container, html.side-header #footer .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px;
  }
  /* line 1443, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header:not(.side-header-above) body > .body {
    margin: 0 0 0 255px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  /* line 1449, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header:not(.side-header-above) body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    width: 100% !important;
    left: auto !important;
  }
  /* line 1458, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header.side-header-above #header.side-header {
    transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 1467, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header.side-header-change-container .main .container, html.side-header.side-header-change-container #footer .container {
    transform: translateX(125px);
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  /* line 1473, app/assets/stylesheets/main/theme/base/_header.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 1480, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header.side-header-change-container .home-concept {
    transform: translateX(125px);
  }
  /* line 1482, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header.side-header-change-container .home-concept .container {
    transform: translateX(0);
  }
}

@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1440px) {
  /* line 1491, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header.side-header-change-container .home-concept .container > .row {
    margin-left: -6rem;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 1502, app/assets/stylesheets/main/theme/base/_header.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 {
    transform: translateX(-125px);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 1509, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header.side-header-change-container.side-header-right .home-concept {
    transform: translateX(-125px);
  }
}

@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1440px) {
  /* line 1517, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header.side-header-change-container.side-header-right .home-concept .container > .row {
    margin-left: -6rem;
  }
}

@media (min-width: 992px) {
  /* line 1526, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header {
    position: fixed;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    top: 0;
    left: 0;
    max-width: 255px;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
  }
  /* line 1537, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header:not(.header-transparent) {
    background: #FFF;
  }
  /* line 1541, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header.side-header-lg {
    max-width: 355px;
  }
  /* line 1545, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header.side-header-hide {
    transform: translateX(100%);
  }
  /* line 1549, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-body {
    border-top: 0;
  }
  /* line 1552, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-container {
    width: 100%;
  }
  /* line 1555, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-row {
    flex-direction: column;
  }
  /* line 1558, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-search {
    width: 100%;
    margin: 0.7rem 0;
  }
  /* line 1565, app/assets/stylesheets/main/theme/base/_header.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 1571, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-logo {
    margin: 2rem 0;
  }
  /* line 1574, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-nav {
    flex-direction: column;
  }
  /* line 1580, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-nav.header-nav-links nav > ul > li > a {
    height: auto;
  }
  /* line 1588, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-nav.header-nav-links-vertical-expand .header-nav-main {
    overflow: hidden;
  }
  /* line 1593, app/assets/stylesheets/main/theme/base/_header.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 1598, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .nav {
    flex-direction: column;
    width: 100%;
  }
  /* line 1605, app/assets/stylesheets/main/theme/base/_header.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;
    transform: translate3d(0, -50%, 0);
  }
  /* line 1617, app/assets/stylesheets/main/theme/base/_header.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.accessibility-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 1626, app/assets/stylesheets/main/theme/base/_header.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 1631, app/assets/stylesheets/main/theme/base/_header.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.accessibility-open > a, html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 0.5rem;
  }
  /* line 1633, app/assets/stylesheets/main/theme/base/_header.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.accessibility-open > a:before, html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  /* line 1639, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown-mega {
    position: relative !important;
  }
  /* line 1641, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
    min-width: 720px;
  }
  /* line 1645, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li {
    margin-top: 1px;
  }
  /* line 1647, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-nav-main nav > ul > li > a {
    display: flex;
  }
  /* line 1653, app/assets/stylesheets/main/theme/base/_header.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 1658, app/assets/stylesheets/main/theme/base/_header.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 1673, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-right:not(.side-header-above) body > .body {
    margin: 0 255px 0 0;
  }
  /* line 1677, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-right #header.side-header {
    left: auto;
    right: 0;
  }
  /* line 1684, app/assets/stylesheets/main/theme/base/_header.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 1687, app/assets/stylesheets/main/theme/base/_header.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 1694, app/assets/stylesheets/main/theme/base/_header.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.accessibility-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: flex;
    justify-content: center;
    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 1717, app/assets/stylesheets/main/theme/base/_header.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.accessibility-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 1728, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-right #header.side-header.side-header-hide {
    transform: translateX(-100%);
  }
  /* line 1741, app/assets/stylesheets/main/theme/base/_header.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 1743, app/assets/stylesheets/main/theme/base/_header.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 1768, app/assets/stylesheets/main/theme/base/_header.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 1784, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-semi-transparent body > .body {
    margin: 0;
  }
  /* line 1787, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-semi-transparent #header.side-header {
    background: rgba(0, 0, 0, 0.3);
  }
  /* line 1789, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-semi-transparent #header.side-header .header-body {
    background: transparent !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1802, app/assets/stylesheets/main/theme/base/_header.scss */
  html:not(.side-header-disable-offcanvas).side-header:not(.side-header-above) body > .body {
    margin: 0;
  }
  /* line 1806, app/assets/stylesheets/main/theme/base/_header.scss */
  html:not(.side-header-disable-offcanvas).side-header #header.side-header {
    left: -255px;
    z-index: 20 !important;
  }
  /* line 1813, app/assets/stylesheets/main/theme/base/_header.scss */
  html:not(.side-header-disable-offcanvas).side-header.side-header-right #header.side-header {
    left: auto;
    right: -255px;
  }
}

@media (min-width: 1200px) {
  /* line 1825, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header.side-header-hide #header.side-header {
    left: 0;
    transform: translateX(0);
  }
  /* line 1834, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header.side-header-right.side-header-hide #header.side-header {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  /* line 1849, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header #header.side-header .header-container {
    height: auto !important;
  }
}

@media (max-height: 768px) {
  /* line 1864, app/assets/stylesheets/main/theme/base/_header.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.accessibility-open > .dropdown-menu,
  html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
  }
}

/* line 1882, app/assets/stylesheets/main/theme/base/_header.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 1889, app/assets/stylesheets/main/theme/base/_header.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 1895, app/assets/stylesheets/main/theme/base/_header.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 1904, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar.side-header-above #header.side-header {
  transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
}

/* line 1909, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header {
  background: #FFF;
  position: fixed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  max-width: 255px;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  z-index: 9991;
}

/* line 1921, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header.side-header-lg {
  max-width: 355px;
}

/* line 1925, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header.side-header-hide {
  transform: translateX(-100%);
}

/* line 1929, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header.header-transparent {
  background: transparent;
}

/* line 1933, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header .side-header-scrollable {
  height: 100%;
}

/* line 1937, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-body {
  border-top: 0;
  height: 100% !important;
}

/* line 1941, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-container {
  width: 100%;
  height: 100% !important;
}

/* line 1945, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-row {
  flex-direction: column;
}

/* line 1948, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-search {
  width: 100%;
  margin: 0.7rem 0;
}

/* line 1955, app/assets/stylesheets/main/theme/base/_header.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 1961, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-logo {
  margin: 2rem 0;
}

/* line 1964, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-nav {
  flex-direction: column;
}

/* line 1970, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a {
  height: auto;
}

/* line 1978, app/assets/stylesheets/main/theme/base/_header.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 1983, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar #header.side-header .nav {
  flex-direction: column;
  width: 100%;
}

/* line 1992, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header {
  left: auto;
  right: 0;
}

/* line 1995, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right #header.side-header.side-header-hide {
  transform: translateX(100%);
}

/* line 2003, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push body > .body {
  margin: 0;
  overflow: visible;
  transition: ease right 300ms;
  right: 0;
}

/* line 2009, app/assets/stylesheets/main/theme/base/_header.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 2022, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-push #header.side-header {
  transform: none;
  transition: ease left 300ms;
  left: -355px;
}

/* line 2032, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push body > .body {
  position: relative;
  transition: ease left 300ms;
  left: 0;
  right: auto;
}

/* line 2038, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar.side-header-hamburguer-sidebar-right.side-header-hamburguer-sidebar-push #header.side-header {
  transition: ease right 300ms, ease transform 300ms;
  right: -355px;
  left: auto;
}

/* line 2052, app/assets/stylesheets/main/theme/base/_header.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 2055, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push body > .body {
  position: relative;
  right: -355px;
}

/* line 2059, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push .body-overlay {
  opacity: 1;
  height: 100%;
}

/* line 2063, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar:not(.side-header-hide).side-header-hamburguer-sidebar-push #header.side-header {
  z-index: 11;
  left: 0;
}

/* line 2071, app/assets/stylesheets/main/theme/base/_header.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 2075, app/assets/stylesheets/main/theme/base/_header.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 2087, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen body > .body {
  margin: 0;
  width: auto;
  overflow-x: hidden;
  overflow-y: visible;
}

/* line 2093, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  width: 100% !important;
  left: auto !important;
}

/* line 2100, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header {
  display: flex;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.99);
  position: fixed;
  box-shadow: 0 0 18px rgba(68, 68, 68, 0.07);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: ease opacity 300ms, ease visibility 300ms;
}

/* line 2115, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header:not(.side-header-hide) {
  opacity: 1;
  visibility: visible;
  transition: ease opacity 300ms, ease visibility 300ms;
}

/* line 2121, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-container:after {
  content: none;
}

/* line 2125, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-body {
  background-color: transparent;
  border: 0;
}

/* line 2129, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-row-side-header {
  flex: 0 0 50%;
  margin: 0 auto;
}

/* line 2133, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav {
  flex-direction: column;
}

/* line 2139, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav.header-nav-links nav > ul > li > a {
  height: auto;
}

/* line 2147, app/assets/stylesheets/main/theme/base/_header.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 2152, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .nav {
  flex-direction: column;
  width: 100%;
}

/* line 2156, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main {
  position: relative;
}

/* line 2158, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main:before {
  content: none;
}

/* line 2162, app/assets/stylesheets/main/theme/base/_header.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 2167, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a {
  display: inline-block;
  border: 0;
  font-size: 1.8rem;
  text-transform: none;
  color: #FFF;
  padding: 15px 0 !important;
  font-weight: 600;
}

/* line 2175, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a:after {
  top: -2px !important;
}

/* line 2178, app/assets/stylesheets/main/theme/base/_header.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.accessibility-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 2183, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li a .fa-chevron-down {
  display: none !important;
}

/* line 2188, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item {
  transition: ease left 300ms;
  position: relative;
  left: 0;
}

/* line 2192, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:after {
  display: none;
}

/* line 2195, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:before {
  display: none !important;
}

/* line 2198, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:hover {
  left: 5px;
}

/* line 2202, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  position: static;
  background: transparent !important;
  box-shadow: none;
  display: none !important;
}

/* line 2208, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  border: 0;
  font-size: 1.1rem;
  color: #FFF;
}

/* line 2212, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:after {
  display: none;
}

/* line 2218, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu {
  position: static;
}

/* line 2221, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu .dropdown-menu a {
  font-size: 0.75rem;
  opacity: 0.7;
}

/* line 2230, app/assets/stylesheets/main/theme/base/_header.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.accessibility-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;
  transform: none;
  position: static;
}

/* line 2240, app/assets/stylesheets/main/theme/base/_header.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.accessibility-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 2247, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content {
  padding: 1.6rem 0 0;
}

/* line 2249, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content > .row {
  flex-direction: column;
  align-items: center;
}

/* line 2252, app/assets/stylesheets/main/theme/base/_header.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 2255, app/assets/stylesheets/main/theme/base/_header.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 2260, app/assets/stylesheets/main/theme/base/_header.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 2264, app/assets/stylesheets/main/theme/base/_header.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 2267, app/assets/stylesheets/main/theme/base/_header.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 2289, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-overlay-full-screen.ie #header .header-nav-main nav > ul > li.dropdown.dropdown-mega .dropdown-mega-content > .row > [class*="col-"] {
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  /* line 2309, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .header-row-side-header {
    flex: 0 0 100%;
  }
  /* line 2312, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .side-header-scrollable {
    height: 100% !important;
  }
  /* line 2314, app/assets/stylesheets/main/theme/base/_header.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 2320, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .side-header-scrollable .scrollable-pane {
    display: none !important;
  }
  /* line 2324, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .header-nav {
    height: 100%;
  }
  /* line 2327, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .header-nav-main {
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 2331, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav {
    max-height: 80vh;
  }
  /* line 2337, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:hover {
    left: 0;
  }
  /* line 2343, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul li {
    border-bottom: 0;
  }
  /* line 2345, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul li a {
    text-align: center;
  }
  /* line 2350, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul li.dropdown.dropdown-mega .dropdown-mega-content {
    padding: 0;
  }
  /* line 2353, app/assets/stylesheets/main/theme/base/_header.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 2358, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-overlay-full-screen #header .header-nav-main nav > ul li.dropdown.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0;
  }
}

/* line 2375, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar-narrow-bar .body {
  margin-left: 90px;
}

/* line 2378, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar-narrow-bar #header.side-header {
  transform: translateX(90px);
}

/* line 2381, app/assets/stylesheets/main/theme/base/_header.scss */
html.side-header-hamburguer-sidebar-narrow-bar .slider-container {
  left: -45px !important;
  width: calc(100% + 90px) !important;
}

/* line 2388, app/assets/stylesheets/main/theme/base/_header.scss */
.side-header-narrow-bar {
  display: flex;
  flex-direction: column;
  background: #FFF;
  width: 90px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9992;
}

/* line 2398, app/assets/stylesheets/main/theme/base/_header.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 2413, app/assets/stylesheets/main/theme/base/_header.scss */
.side-header-narrow-bar .side-header-narrow-bar-content .side-header-narrow-bar-content-vertical {
  transform: rotate(-90deg);
  white-space: nowrap;
  text-transform: uppercase;
  margin-left: -18%;
}

@media (max-width: 991px) {
  /* line 2428, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-hamburguer-sidebar-narrow-bar .body {
    padding-left: 90px;
    margin-left: 0;
  }
  /* line 2432, app/assets/stylesheets/main/theme/base/_header.scss */
  html.side-header-hamburguer-sidebar-narrow-bar #header {
    padding-left: 90px;
    left: -90px !important;
  }
}

/* line 2443, app/assets/stylesheets/main/theme/base/_header.scss */
body[data-plugin-section-scroll] #header .header-body {
  background: transparent;
}

/* line 2453, app/assets/stylesheets/main/theme/base/_header.scss */
html[dir="rtl"] #header .header-search .btn-light {
  right: -35px;
}

/* line 2466, app/assets/stylesheets/main/theme/base/_header.scss */
html.ie #header .header-column .header-extra-info .feature-box .feature-box-info {
  flex: none;
}

@media (max-width: 991px) {
  /* line 2477, app/assets/stylesheets/main/theme/base/_header.scss */
  html.safari #header .header-body {
    overflow: visible !important;
  }
}

/* Page Header */
/* line 2, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header {
  background-color: #212529;
  margin: 0 0 35px 0;
  padding: 30px 0;
  position: relative;
  text-align: left;
}

/* line 9, app/assets/stylesheets/main/theme/base/_page-header.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 21, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header .sub-title {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  opacity: 0.8;
  color: #fff;
}

/* line 31, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header .page-header-extra-button {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 5;
}

/* line 41, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-sm {
  padding: 30px 0;
}

/* line 43, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-sm h1 {
  font-size: 22px;
}

/* line 49, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-lg {
  padding: 50px 0;
}

/* line 51, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-lg h1 {
  font-size: 40px;
}

/* line 58, app/assets/stylesheets/main/theme/base/_page-header.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 67, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-classic .page-header-title-border {
  width: 0;
  height: 5px;
  position: absolute;
  bottom: 0;
  background: transparent;
  z-index: 1;
}

/* line 79, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern h1 {
  font-size: 28px;
}

/* line 83, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern.page-header-sm h1 {
  font-size: 22px;
}

/* line 87, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern.page-header-md {
  padding: 50px 0;
}

/* line 90, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern.page-header-lg {
  padding: 65px 0;
}

/* line 92, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern.page-header-lg h1 {
  font-size: 32px;
}

/* line 98, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern.page-header-background {
  padding: 130px 0;
  background-size: cover;
}

/* line 102, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern.page-header-background.page-header-background-pattern {
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}

/* line 108, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern.page-header-background.page-header-background-sm {
  padding: 50px 0;
}

/* line 112, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern.page-header-background.page-header-background-md {
  padding: 150px 0;
}

/* line 116, app/assets/stylesheets/main/theme/base/_page-header.scss */
.page-header.page-header-modern.page-header-background.page-header-background-lg {
  padding: 250px 0;
}

/* Position */
/* line 2, app/assets/stylesheets/main/theme/base/_helpers.scss */
.p-relative {
  position: relative !important;
}

/* line 6, app/assets/stylesheets/main/theme/base/_helpers.scss */
.p-absolute {
  position: absolute !important;
}

/* line 10, app/assets/stylesheets/main/theme/base/_helpers.scss */
.p-fixed {
  position: fixed !important;
}

/* line 14, app/assets/stylesheets/main/theme/base/_helpers.scss */
.p-static {
  position: static !important;
}

/* Box Shadow */
/* line 19, app/assets/stylesheets/main/theme/base/_helpers.scss */
.box-shadow-none {
  box-shadow: none !important;
}

/* Background Clip */
/* line 24, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bclip-border-box {
  background-clip: border-box !important;
}

/* Inverted */
/* line 29, app/assets/stylesheets/main/theme/base/_helpers.scss */
.inverted {
  color: #FFF;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 36, app/assets/stylesheets/main/theme/base/_helpers.scss */
h1 .inverted {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 41, app/assets/stylesheets/main/theme/base/_helpers.scss */
h2 .inverted {
  padding-left: 7px;
  padding-right: 7px;
}

/* line 46, app/assets/stylesheets/main/theme/base/_helpers.scss */
h3 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 51, app/assets/stylesheets/main/theme/base/_helpers.scss */
h4 .inverted {
  padding-left: 4px;
  padding-right: 4px;
}

/* line 56, app/assets/stylesheets/main/theme/base/_helpers.scss */
h5 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 61, app/assets/stylesheets/main/theme/base/_helpers.scss */
h6 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

/* Letter Spacing */
/* line 67, app/assets/stylesheets/main/theme/base/_helpers.scss */
.ls-0 {
  letter-spacing: 0 !important;
}

/* line 71, app/assets/stylesheets/main/theme/base/_helpers.scss */
.negative-ls-05 {
  letter-spacing: -0.05em;
}

/* line 75, app/assets/stylesheets/main/theme/base/_helpers.scss */
.negative-ls-1 {
  letter-spacing: -1px;
}

/* line 79, app/assets/stylesheets/main/theme/base/_helpers.scss */
.negative-ls-2 {
  letter-spacing: -2px;
}

/* line 83, app/assets/stylesheets/main/theme/base/_helpers.scss */
.negative-ls-3 {
  letter-spacing: -2.5px;
}

/* line 87, app/assets/stylesheets/main/theme/base/_helpers.scss */
.positive-ls-1 {
  letter-spacing: 1px;
}

/* line 91, app/assets/stylesheets/main/theme/base/_helpers.scss */
.positive-ls-2 {
  letter-spacing: 2px;
}

/* line 95, app/assets/stylesheets/main/theme/base/_helpers.scss */
.positive-ls-3 {
  letter-spacing: 2.5px;
}

/* Cursor */
/* line 100, app/assets/stylesheets/main/theme/base/_helpers.scss */
.cur-pointer {
  cursor: pointer;
}

/* Pointer Events */
/* line 105, app/assets/stylesheets/main/theme/base/_helpers.scss */
.p-events-none {
  pointer-events: none;
}

/* Font Size */
/* line 114, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-0 {
  font-size: .7em !important;
}

/* line 118, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-1 {
  font-size: .8em !important;
}

/* line 122, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-2 {
  font-size: .9em !important;
}

/* line 126, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-2-3,
.text-2-5 {
  font-size: .95em !important;
}

/* line 131, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-3 {
  font-size: 1em !important;
}

/* line 135, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-3-4,
.text-3-5 {
  font-size: 1.1em !important;
}

/* line 140, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-4 {
  font-size: 1.2em !important;
}

/* line 144, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-4-5 {
  font-size: 1.35em !important;
}

/* line 148, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-5 {
  font-size: 1.50em !important;
}

/* line 152, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-5-6,
.text-5-5 {
  font-size: 1.65em !important;
}

/* line 157, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-6 {
  font-size: 1.80em !important;
}

/* line 161, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-6-7,
.text-6-5 {
  font-size: 1.9em !important;
}

/* line 166, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-7 {
  font-size: 2em !important;
}

/* line 170, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-8 {
  font-size: 2.30em !important;
}

/* line 174, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-9 {
  font-size: 2.50em !important;
}

/* line 178, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-10 {
  font-size: 2.75em !important;
}

/* line 182, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-11 {
  font-size: 3em !important;
}

/* line 186, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-12 {
  font-size: 3.5em !important;
}

/* line 190, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-12-13,
.text-12-5 {
  font-size: 3.75em !important;
}

/* line 195, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-13 {
  font-size: 4em !important;
}

/* line 199, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-14 {
  font-size: 4.5em !important;
}

/* line 203, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-15 {
  font-size: 5em !important;
}

@media (min-width: 576px) {
  /* line 114, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-0 {
    font-size: .7em !important;
  }
  /* line 118, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-1 {
    font-size: .8em !important;
  }
  /* line 122, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-2 {
    font-size: .9em !important;
  }
  /* line 126, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-2-3,
  .text-sm-2-5 {
    font-size: .95em !important;
  }
  /* line 131, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-3 {
    font-size: 1em !important;
  }
  /* line 135, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-3-4,
  .text-sm-3-5 {
    font-size: 1.1em !important;
  }
  /* line 140, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-4 {
    font-size: 1.2em !important;
  }
  /* line 144, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-4-5 {
    font-size: 1.35em !important;
  }
  /* line 148, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-5 {
    font-size: 1.50em !important;
  }
  /* line 152, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-5-6,
  .text-sm-5-5 {
    font-size: 1.65em !important;
  }
  /* line 157, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-6 {
    font-size: 1.80em !important;
  }
  /* line 161, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-6-7,
  .text-sm-6-5 {
    font-size: 1.9em !important;
  }
  /* line 166, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-7 {
    font-size: 2em !important;
  }
  /* line 170, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-8 {
    font-size: 2.30em !important;
  }
  /* line 174, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-9 {
    font-size: 2.50em !important;
  }
  /* line 178, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-10 {
    font-size: 2.75em !important;
  }
  /* line 182, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-11 {
    font-size: 3em !important;
  }
  /* line 186, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-12 {
    font-size: 3.5em !important;
  }
  /* line 190, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-12-13,
  .text-sm-12-5 {
    font-size: 3.75em !important;
  }
  /* line 195, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-13 {
    font-size: 4em !important;
  }
  /* line 199, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-14 {
    font-size: 4.5em !important;
  }
  /* line 203, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-sm-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 768px) {
  /* line 114, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-0 {
    font-size: .7em !important;
  }
  /* line 118, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-1 {
    font-size: .8em !important;
  }
  /* line 122, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-2 {
    font-size: .9em !important;
  }
  /* line 126, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-2-3,
  .text-md-2-5 {
    font-size: .95em !important;
  }
  /* line 131, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-3 {
    font-size: 1em !important;
  }
  /* line 135, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-3-4,
  .text-md-3-5 {
    font-size: 1.1em !important;
  }
  /* line 140, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-4 {
    font-size: 1.2em !important;
  }
  /* line 144, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-4-5 {
    font-size: 1.35em !important;
  }
  /* line 148, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-5 {
    font-size: 1.50em !important;
  }
  /* line 152, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-5-6,
  .text-md-5-5 {
    font-size: 1.65em !important;
  }
  /* line 157, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-6 {
    font-size: 1.80em !important;
  }
  /* line 161, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-6-7,
  .text-md-6-5 {
    font-size: 1.9em !important;
  }
  /* line 166, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-7 {
    font-size: 2em !important;
  }
  /* line 170, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-8 {
    font-size: 2.30em !important;
  }
  /* line 174, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-9 {
    font-size: 2.50em !important;
  }
  /* line 178, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-10 {
    font-size: 2.75em !important;
  }
  /* line 182, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-11 {
    font-size: 3em !important;
  }
  /* line 186, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-12 {
    font-size: 3.5em !important;
  }
  /* line 190, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-12-13,
  .text-md-12-5 {
    font-size: 3.75em !important;
  }
  /* line 195, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-13 {
    font-size: 4em !important;
  }
  /* line 199, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-14 {
    font-size: 4.5em !important;
  }
  /* line 203, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-md-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 992px) {
  /* line 114, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-0 {
    font-size: .7em !important;
  }
  /* line 118, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-1 {
    font-size: .8em !important;
  }
  /* line 122, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-2 {
    font-size: .9em !important;
  }
  /* line 126, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-2-3,
  .text-lg-2-5 {
    font-size: .95em !important;
  }
  /* line 131, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-3 {
    font-size: 1em !important;
  }
  /* line 135, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-3-4,
  .text-lg-3-5 {
    font-size: 1.1em !important;
  }
  /* line 140, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-4 {
    font-size: 1.2em !important;
  }
  /* line 144, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-4-5 {
    font-size: 1.35em !important;
  }
  /* line 148, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-5 {
    font-size: 1.50em !important;
  }
  /* line 152, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-5-6,
  .text-lg-5-5 {
    font-size: 1.65em !important;
  }
  /* line 157, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-6 {
    font-size: 1.80em !important;
  }
  /* line 161, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-6-7,
  .text-lg-6-5 {
    font-size: 1.9em !important;
  }
  /* line 166, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-7 {
    font-size: 2em !important;
  }
  /* line 170, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-8 {
    font-size: 2.30em !important;
  }
  /* line 174, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-9 {
    font-size: 2.50em !important;
  }
  /* line 178, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-10 {
    font-size: 2.75em !important;
  }
  /* line 182, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-11 {
    font-size: 3em !important;
  }
  /* line 186, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-12 {
    font-size: 3.5em !important;
  }
  /* line 190, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-12-13,
  .text-lg-12-5 {
    font-size: 3.75em !important;
  }
  /* line 195, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-13 {
    font-size: 4em !important;
  }
  /* line 199, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-14 {
    font-size: 4.5em !important;
  }
  /* line 203, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-lg-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-0 {
    font-size: .7em !important;
  }
  /* line 118, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-1 {
    font-size: .8em !important;
  }
  /* line 122, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-2 {
    font-size: .9em !important;
  }
  /* line 126, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-2-3,
  .text-xl-2-5 {
    font-size: .95em !important;
  }
  /* line 131, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-3 {
    font-size: 1em !important;
  }
  /* line 135, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-3-4,
  .text-xl-3-5 {
    font-size: 1.1em !important;
  }
  /* line 140, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-4 {
    font-size: 1.2em !important;
  }
  /* line 144, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-4-5 {
    font-size: 1.35em !important;
  }
  /* line 148, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-5 {
    font-size: 1.50em !important;
  }
  /* line 152, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-5-6,
  .text-xl-5-5 {
    font-size: 1.65em !important;
  }
  /* line 157, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-6 {
    font-size: 1.80em !important;
  }
  /* line 161, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-6-7,
  .text-xl-6-5 {
    font-size: 1.9em !important;
  }
  /* line 166, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-7 {
    font-size: 2em !important;
  }
  /* line 170, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-8 {
    font-size: 2.30em !important;
  }
  /* line 174, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-9 {
    font-size: 2.50em !important;
  }
  /* line 178, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-10 {
    font-size: 2.75em !important;
  }
  /* line 182, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-11 {
    font-size: 3em !important;
  }
  /* line 186, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-12 {
    font-size: 3.5em !important;
  }
  /* line 190, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-12-13,
  .text-xl-12-5 {
    font-size: 3.75em !important;
  }
  /* line 195, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-13 {
    font-size: 4em !important;
  }
  /* line 199, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-14 {
    font-size: 4.5em !important;
  }
  /* line 203, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .text-xl-15 {
    font-size: 5em !important;
  }
}

/* line 210, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-1rem {
  font-size: 1rem !important;
}

/* Line Height */
/* line 219, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-initial {
  line-height: initial !important;
}

/* line 223, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-1 {
  line-height: 1 !important;
}

/* line 227, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-1-1 {
  line-height: 1.1 !important;
}

/* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-2 {
  line-height: 1.2 !important;
}

/* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-3 {
  line-height: 1.3 !important;
}

/* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-4 {
  line-height: 1.4 !important;
}

/* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-5 {
  line-height: 1.5 !important;
}

/* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-6 {
  line-height: 1.6 !important;
}

/* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-7 {
  line-height: 1.7 !important;
}

/* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-8 {
  line-height: 1.8 !important;
}

/* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
.line-height-9 {
  line-height: 1.9 !important;
}

@media (min-width: 576px) {
  /* line 219, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-initial {
    line-height: initial !important;
  }
  /* line 223, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-1 {
    line-height: 1 !important;
  }
  /* line 227, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-1-1 {
    line-height: 1.1 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-2 {
    line-height: 1.2 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-3 {
    line-height: 1.3 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-4 {
    line-height: 1.4 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-5 {
    line-height: 1.5 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-6 {
    line-height: 1.6 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-7 {
    line-height: 1.7 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-8 {
    line-height: 1.8 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-sm-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 768px) {
  /* line 219, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-initial {
    line-height: initial !important;
  }
  /* line 223, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-1 {
    line-height: 1 !important;
  }
  /* line 227, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-1-1 {
    line-height: 1.1 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-2 {
    line-height: 1.2 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-3 {
    line-height: 1.3 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-4 {
    line-height: 1.4 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-5 {
    line-height: 1.5 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-6 {
    line-height: 1.6 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-7 {
    line-height: 1.7 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-8 {
    line-height: 1.8 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-md-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 992px) {
  /* line 219, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-initial {
    line-height: initial !important;
  }
  /* line 223, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-1 {
    line-height: 1 !important;
  }
  /* line 227, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-1-1 {
    line-height: 1.1 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-2 {
    line-height: 1.2 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-3 {
    line-height: 1.3 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-4 {
    line-height: 1.4 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-5 {
    line-height: 1.5 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-6 {
    line-height: 1.6 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-7 {
    line-height: 1.7 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-8 {
    line-height: 1.8 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-lg-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 1200px) {
  /* line 219, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-initial {
    line-height: initial !important;
  }
  /* line 223, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-1 {
    line-height: 1 !important;
  }
  /* line 227, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-1-1 {
    line-height: 1.1 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-2 {
    line-height: 1.2 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-3 {
    line-height: 1.3 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-4 {
    line-height: 1.4 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-5 {
    line-height: 1.5 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-6 {
    line-height: 1.6 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-7 {
    line-height: 1.7 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-8 {
    line-height: 1.8 !important;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .line-height-xl-9 {
    line-height: 1.9 !important;
  }
}

/* Opacity */
/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-0 {
  opacity: 0.0 !important;
}

/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-1 {
  opacity: 0.1 !important;
}

/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-2 {
  opacity: 0.2 !important;
}

/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-3 {
  opacity: 0.3 !important;
}

/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-4 {
  opacity: 0.4 !important;
}

/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-5 {
  opacity: 0.5 !important;
}

/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-6 {
  opacity: 0.6 !important;
}

/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-7 {
  opacity: 0.7 !important;
}

/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-8 {
  opacity: 0.8 !important;
}

/* line 242, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-9 {
  opacity: 0.9 !important;
}

/* line 247, app/assets/stylesheets/main/theme/base/_helpers.scss */
.opacity-10 {
  opacity: 1 !important;
}

/* Scale */
/* line 253, app/assets/stylesheets/main/theme/base/_helpers.scss */
.scale-1 {
  transform: scale(1.1) !important;
}

/* line 253, app/assets/stylesheets/main/theme/base/_helpers.scss */
.scale-2 {
  transform: scale(1.2) !important;
}

/* line 253, app/assets/stylesheets/main/theme/base/_helpers.scss */
.scale-3 {
  transform: scale(1.3) !important;
}

/* line 253, app/assets/stylesheets/main/theme/base/_helpers.scss */
.scale-4 {
  transform: scale(1.4) !important;
}

/* line 253, app/assets/stylesheets/main/theme/base/_helpers.scss */
.scale-5 {
  transform: scale(1.5) !important;
}

/* line 253, app/assets/stylesheets/main/theme/base/_helpers.scss */
.scale-6 {
  transform: scale(1.6) !important;
}

/* Top / Bottom / Left / Right */
/* line 259, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-auto {
  top: auto !important;
}

/* line 263, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-50pct {
  top: 50%;
}

/* line 267, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-auto {
  top: auto !important;
}

/* line 271, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-50pct {
  left: 50%;
}

/* line 275, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-100pct {
  left: 100%;
}

/* line 279, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-100pct {
  right: 100%;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-0 {
  top: 0px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-0 {
  bottom: 0px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-0 {
  left: 0px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-0 {
  right: 0px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-1 {
  top: 1px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-1 {
  bottom: 1px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-1 {
  left: 1px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-1 {
  right: 1px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-2 {
  top: 2px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-2 {
  bottom: 2px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-2 {
  left: 2px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-2 {
  right: 2px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-3 {
  top: 3px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-3 {
  bottom: 3px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-3 {
  left: 3px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-3 {
  right: 3px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-4 {
  top: 4px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-4 {
  bottom: 4px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-4 {
  left: 4px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-4 {
  right: 4px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-5 {
  top: 5px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-5 {
  bottom: 5px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-5 {
  left: 5px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-5 {
  right: 5px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-6 {
  top: 6px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-6 {
  bottom: 6px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-6 {
  left: 6px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-6 {
  right: 6px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-7 {
  top: 7px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-7 {
  bottom: 7px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-7 {
  left: 7px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-7 {
  right: 7px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-8 {
  top: 8px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-8 {
  bottom: 8px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-8 {
  left: 8px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-8 {
  right: 8px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-9 {
  top: 9px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-9 {
  bottom: 9px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-9 {
  left: 9px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-9 {
  right: 9px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-10 {
  top: 10px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-10 {
  bottom: 10px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-10 {
  left: 10px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-10 {
  right: 10px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-11 {
  top: 11px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-11 {
  bottom: 11px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-11 {
  left: 11px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-11 {
  right: 11px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-12 {
  top: 12px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-12 {
  bottom: 12px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-12 {
  left: 12px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-12 {
  right: 12px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-13 {
  top: 13px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-13 {
  bottom: 13px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-13 {
  left: 13px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-13 {
  right: 13px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-14 {
  top: 14px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-14 {
  bottom: 14px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-14 {
  left: 14px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-14 {
  right: 14px !important;
}

/* line 284, app/assets/stylesheets/main/theme/base/_helpers.scss */
.top-15 {
  top: 15px !important;
}

/* line 288, app/assets/stylesheets/main/theme/base/_helpers.scss */
.bottom-15 {
  bottom: 15px !important;
}

/* line 292, app/assets/stylesheets/main/theme/base/_helpers.scss */
.left-15 {
  left: 15px !important;
}

/* line 296, app/assets/stylesheets/main/theme/base/_helpers.scss */
.right-15 {
  right: 15px !important;
}

/* Transform */
/* line 302, app/assets/stylesheets/main/theme/base/_helpers.scss */
.transform3dx-n50 {
  transform: translate3d(-50%, 0, 0);
}

/* line 306, app/assets/stylesheets/main/theme/base/_helpers.scss */
.transform3dy-n50 {
  transform: translate3d(0, -50%, 0);
}

/* line 310, app/assets/stylesheets/main/theme/base/_helpers.scss */
.transform3dxy-n50 {
  transform: translate3d(-50%, -50%, 0);
}

/* Outline */
/* line 315, app/assets/stylesheets/main/theme/base/_helpers.scss */
.outline-none {
  outline: 0 !important;
}

/* Text Decoration */
/* line 320, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 324, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* Text Transform */
/* line 329, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 333, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 337, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 341, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-transform-none {
  text-transform: none !important;
}

/* States */
/* line 346, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-muted {
  color: #999 !important;
}

/* line 351, app/assets/stylesheets/main/theme/base/_helpers.scss */
html.dark .text-muted {
  color: #505461 !important;
}

/* Overflow */
/* line 357, app/assets/stylesheets/main/theme/base/_helpers.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 361, app/assets/stylesheets/main/theme/base/_helpers.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* Z-Index */
/* line 366, app/assets/stylesheets/main/theme/base/_helpers.scss */
.z-index-0 {
  z-index: 0 !important;
}

/* line 370, app/assets/stylesheets/main/theme/base/_helpers.scss */
.z-index-1 {
  z-index: 1 !important;
}

/* line 374, app/assets/stylesheets/main/theme/base/_helpers.scss */
.z-index-2 {
  z-index: 2 !important;
}

/* line 378, app/assets/stylesheets/main/theme/base/_helpers.scss */
.z-index-3 {
  z-index: 3 !important;
}

@media (max-width: 991px) {
  /* line 383, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .z-index-mobile-0 {
    z-index: 0 !important;
  }
}

/* Colors */
/* line 389, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-dark {
  color: #212529 !important;
}

/* line 393, app/assets/stylesheets/main/theme/base/_helpers.scss */
.text-light {
  color: #FFF !important;
}

/* Weights */
/* line 398, app/assets/stylesheets/main/theme/base/_helpers.scss */
.font-weight-thin {
  font-weight: 100 !important;
}

/* line 402, app/assets/stylesheets/main/theme/base/_helpers.scss */
.font-weight-extralight,
.font-weight-extra-light {
  font-weight: 200 !important;
}

/* line 407, app/assets/stylesheets/main/theme/base/_helpers.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 411, app/assets/stylesheets/main/theme/base/_helpers.scss */
.font-weight-regular,
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 416, app/assets/stylesheets/main/theme/base/_helpers.scss */
.font-weight-medium {
  font-weight: 500 !important;
}

/* line 420, app/assets/stylesheets/main/theme/base/_helpers.scss */
.font-weight-semibold,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

/* line 425, app/assets/stylesheets/main/theme/base/_helpers.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 429, app/assets/stylesheets/main/theme/base/_helpers.scss */
.font-weight-extrabold,
.font-weight-extra-bold {
  font-weight: 800 !important;
}

/* line 434, app/assets/stylesheets/main/theme/base/_helpers.scss */
.font-weight-black {
  font-weight: 900 !important;
}

/* Letter Space */
/* line 439, app/assets/stylesheets/main/theme/base/_helpers.scss */
.letter-spacing-minus-1 {
  letter-spacing: -1px;
}

/* Borders */
/* line 444, app/assets/stylesheets/main/theme/base/_helpers.scss */
.no-borders {
  border: none !important;
}

/* line 448, app/assets/stylesheets/main/theme/base/_helpers.scss */
.rounded {
  border-radius: 5px !important;
}

/* line 452, app/assets/stylesheets/main/theme/base/_helpers.scss */
.b-thin {
  border-width: 3px !important;
}

/* line 456, app/assets/stylesheets/main/theme/base/_helpers.scss */
.b-normal {
  border-width: 5px !important;
}

/* line 460, app/assets/stylesheets/main/theme/base/_helpers.scss */
.b-thick {
  border-width: 7px !important;
}

/* General Helpers */
/* line 465, app/assets/stylesheets/main/theme/base/_helpers.scss */
.ws-nowrap {
  white-space: nowrap !important;
}

/* line 469, app/assets/stylesheets/main/theme/base/_helpers.scss */
.ws-normal {
  white-space: normal !important;
}

/* line 473, app/assets/stylesheets/main/theme/base/_helpers.scss */
.wb-all {
  word-break: break-all !important;
}

/* Width */
/* line 482, app/assets/stylesheets/main/theme/base/_helpers.scss */
.w-auto {
  width: auto !important;
}

/* line 486, app/assets/stylesheets/main/theme/base/_helpers.scss */
.w-25pct {
  width: 25% !important;
}

/* line 490, app/assets/stylesheets/main/theme/base/_helpers.scss */
.w-50pct {
  width: 50% !important;
}

/* line 494, app/assets/stylesheets/main/theme/base/_helpers.scss */
.w-75pct {
  width: 75% !important;
}

/* line 498, app/assets/stylesheets/main/theme/base/_helpers.scss */
.w-100pct {
  width: 100% !important;
}

@media (min-width: 576px) {
  /* line 482, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 486, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-sm-25pct {
    width: 25% !important;
  }
  /* line 490, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-sm-50pct {
    width: 50% !important;
  }
  /* line 494, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-sm-75pct {
    width: 75% !important;
  }
  /* line 498, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-sm-100pct {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  /* line 482, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 486, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-md-25pct {
    width: 25% !important;
  }
  /* line 490, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-md-50pct {
    width: 50% !important;
  }
  /* line 494, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-md-75pct {
    width: 75% !important;
  }
  /* line 498, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-md-100pct {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  /* line 482, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 486, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-lg-25pct {
    width: 25% !important;
  }
  /* line 490, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-lg-50pct {
    width: 50% !important;
  }
  /* line 494, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-lg-75pct {
    width: 75% !important;
  }
  /* line 498, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-lg-100pct {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  /* line 482, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 486, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-xl-25pct {
    width: 25% !important;
  }
  /* line 490, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-xl-50pct {
    width: 50% !important;
  }
  /* line 494, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-xl-75pct {
    width: 75% !important;
  }
  /* line 498, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-xl-100pct {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  /* line 506, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-auto-mobile {
    width: auto !important;
  }
  /* line 510, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .w-100-mobile {
    width: 100% !important;
  }
}

/* line 515, app/assets/stylesheets/main/theme/base/_helpers.scss */
.min-width-0 {
  min-width: 0 !important;
}

/* Grid */
/* line 521, app/assets/stylesheets/main/theme/base/_helpers.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 529, app/assets/stylesheets/main/theme/base/_helpers.scss */
.col-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 533, app/assets/stylesheets/main/theme/base/_helpers.scss */
.col-2-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

/* line 537, app/assets/stylesheets/main/theme/base/_helpers.scss */
.col-3-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

/* line 541, app/assets/stylesheets/main/theme/base/_helpers.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 546, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-sm-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 550, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-sm-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 554, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-sm-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 558, app/assets/stylesheets/main/theme/base/_helpers.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 564, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 568, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-md-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 572, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-md-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 576, app/assets/stylesheets/main/theme/base/_helpers.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 582, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-lg-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 586, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-lg-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 590, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-lg-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 594, app/assets/stylesheets/main/theme/base/_helpers.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 600, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-xl-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 604, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-xl-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 608, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-xl-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 612, app/assets/stylesheets/main/theme/base/_helpers.scss */
  .col-xl-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

/* RTL */
/* #Footer */
/* line 2, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer {
  background: #212529;
  border-top: 4px solid #212529;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 0;
  position: relative;
  clear: both;
}

/* line 12, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-ribbon {
  background: #999;
  position: absolute;
  margin: -44px 0 0 0;
  padding: 10px 20px 6px 20px;
}

/* line 17, app/assets/stylesheets/main/theme/base/_footer.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 28, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-ribbon span {
  color: #FFF;
  font-size: 1.6em;
  font-family: "Shadows Into Light", cursive;
}

/* line 36, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #FFF;
}

/* line 41, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css) {
  color: #777;
  transition: all 0.1s ease-in-out;
}

/* line 45, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css):hover {
  text-decoration: none;
  color: #FFF;
}

/* line 50, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css):focus, #footer a:not(.btn):not(.no-footer-css):active {
  color: #CCC;
}

/* line 55, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css).text-color-light {
  color: #FFF !important;
}

/* line 58, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css).text-color-light:hover {
  color: #e6e6e6 !important;
}

/* line 62, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css).text-color-light:focus, #footer a:not(.btn):not(.no-footer-css).text-color-light:active {
  color: #cccccc !important;
}

/* line 68, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css).text-color-default {
  color: #777 !important;
}

/* line 71, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css).text-color-default:hover {
  color: #919191 !important;
}

/* line 75, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css).text-color-default:focus, #footer a:not(.btn):not(.no-footer-css).text-color-default:active {
  color: #5e5e5e !important;
}

/* line 81, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
  position: relative;
  left: 0px;
  transition: all 0.1s ease-in-out;
}

/* line 85, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
  left: 3px;
}

/* line 94, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer ul.nav-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 20px;
  padding-bottom: 11px;
}

/* line 99, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer ul.nav-list > li:last-child a {
  border-bottom: 0;
}

/* line 102, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer ul.nav-list > li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 106, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer ul.list.icons li {
  margin-bottom: 5px;
}

/* line 113, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer.footer-texts-more-lighten p, #footer.footer-texts-more-lighten span, #footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css), #footer.footer-texts-more-lighten li {
  color: #a8a8a8;
}

/* line 117, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css):hover {
  text-decoration: none;
  color: #FFF;
}

/* line 126, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-nav nav {
  display: flex;
}

/* line 128, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-nav nav > ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 134, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-nav nav > ul > li {
  position: relative;
  height: 100%;
  align-self: stretch;
}

/* line 138, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-nav nav > ul > li > a {
  position: relative;
  background: transparent;
  padding: 0 .9rem;
  margin: 0;
  height: 100%;
  display: inline-flex;
  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 165, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a {
  padding-left: 0;
}

/* line 167, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a:before {
  left: 0;
}

@media (min-width: 768px) {
  /* line 185, app/assets/stylesheets/main/theme/base/_footer.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;
    transform: translate3d(0, -50%, 0);
  }
}

@media (max-width: 991px) {
  /* line 209, app/assets/stylesheets/main/theme/base/_footer.scss */
  #footer .footer-nav {
    width: 100%;
  }
  /* line 211, app/assets/stylesheets/main/theme/base/_footer.scss */
  #footer .footer-nav nav {
    text-align: center;
  }
  /* line 213, app/assets/stylesheets/main/theme/base/_footer.scss */
  #footer .footer-nav nav > ul {
    width: 100%;
  }
  /* line 216, app/assets/stylesheets/main/theme/base/_footer.scss */
  #footer .footer-nav nav > ul > li > a {
    text-align: center;
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  /* line 228, app/assets/stylesheets/main/theme/base/_footer.scss */
  #footer .footer-nav {
    width: 100%;
  }
  /* line 230, app/assets/stylesheets/main/theme/base/_footer.scss */
  #footer .footer-nav nav {
    text-align: center;
  }
  /* line 232, app/assets/stylesheets/main/theme/base/_footer.scss */
  #footer .footer-nav nav > ul {
    width: 100%;
  }
  /* line 234, app/assets/stylesheets/main/theme/base/_footer.scss */
  #footer .footer-nav nav > ul > li {
    height: auto;
    width: 100%;
  }
  /* line 237, app/assets/stylesheets/main/theme/base/_footer.scss */
  #footer .footer-nav nav > ul > li > a {
    text-align: center;
    padding: 1em 0;
  }
}

/* line 248, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer form {
  opacity: 0.85;
}

/* line 250, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer form label.error {
  line-height: 16px;
  margin: 5px 0 -5px;
  display: block;
  clear: both;
}

/* line 256, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer form .alert {
  padding: 6px;
  text-align: center;
}

/* line 264, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .logo img {
  position: relative;
  top: 2px;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
}

/* line 274, app/assets/stylesheets/main/theme/base/_footer.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 283, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter .meta {
  color: #999;
  display: block;
  font-size: 0.9em;
  padding-top: 3px;
  opacity: 0.5;
}

/* line 290, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 294, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter ul li {
  padding-bottom: 20px;
  padding-left: 30px;
}

/* line 297, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter ul li:last-child {
  padding-bottom: 0;
}

/* line 303, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter.twitter-dark [class*="fa-"], #footer .twitter.twitter-dark .icons {
  color: #333;
}

/* line 307, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter.twitter-dark .meta a {
  color: #333;
}

/* line 312, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter.twitter-light {
  color: #FFF;
}

/* line 314, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter.twitter-light [class*="fa-"], #footer .twitter.twitter-light .icons {
  color: #FFF;
}

/* line 318, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter.twitter-light .meta a {
  color: #FFF;
  opacity: 0.7;
}

/* line 326, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter-account {
  color: #FFF;
  display: block;
  font-size: 0.9em;
  margin: -15px 0 5px;
  opacity: 0.55;
}

/* line 332, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .twitter-account:hover {
  opacity: 1;
}

/* line 338, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-bg-color-2 {
  background: #1c2023;
}

/* line 343, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright {
  background: #1c2023;
}

/* line 345, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright nav {
  font-size: 0.9em;
}

/* line 347, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 351, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright nav ul li {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

/* line 356, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

/* line 360, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright nav ul li:last-child {
  padding-right: 0;
}

/* line 366, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright p {
  color: #555;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

/* line 374, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright.footer-copyright-style-2 {
  background: #212529;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 379, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright.footer-copyright-border-grey {
  border-top: 1px solid #E5E5E5;
}

/* line 383, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer .footer-copyright.footer-copyright-full-width-border-top {
  position: relative;
  border-top: 0;
}

/* line 386, app/assets/stylesheets/main/theme/base/_footer.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);
  transform: translate3d(-50%, 0, 0);
}

/* line 399, app/assets/stylesheets/main/theme/base/_footer.scss */
#footer.footer-reveal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}

/* line 409, app/assets/stylesheets/main/theme/base/_footer.scss */
.footer-top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* line 413, app/assets/stylesheets/main/theme/base/_footer.scss */
.footer-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* line 417, app/assets/stylesheets/main/theme/base/_footer.scss */
.footer-left-border {
  border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* line 421, app/assets/stylesheets/main/theme/base/_footer.scss */
.footer-right-border {
  border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* line 425, app/assets/stylesheets/main/theme/base/_footer.scss */
.footer-top-light-border {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* line 429, app/assets/stylesheets/main/theme/base/_footer.scss */
.footer-bottom-light-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* line 433, app/assets/stylesheets/main/theme/base/_footer.scss */
.footer-left-light-border {
  border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* line 437, app/assets/stylesheets/main/theme/base/_footer.scss */
.footer-right-light-border {
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* line 442, app/assets/stylesheets/main/theme/base/_footer.scss */
.map-above {
  min-height: 630px;
  position: relative;
}

/* line 445, app/assets/stylesheets/main/theme/base/_footer.scss */
.map-above .map-above-map {
  position: absolute;
  top: 0;
  min-height: 630px;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 445, app/assets/stylesheets/main/theme/base/_footer.scss */
  .map-above .map-above-map {
    position: relative;
  }
}

/* line 456, app/assets/stylesheets/main/theme/base/_footer.scss */
.map-above .map-above-content {
  background: transparent;
}

/* Dark Version */
/* line 4, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark body, html.dark .body {
  background-color: #212529;
}

/* line 9, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark.boxed .body {
  background-color: #212529;
}

/* line 16, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark #header .header-top {
  background: #2c3237;
  border-bottom-color: #333940;
}

/* line 22, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark #header .header-search .form-control {
  background: #262a2f;
}

/* line 26, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark #header .header-body {
  background: #212529;
  border-top-color: #333940;
}

/* line 30, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark #header .header-nav-bar {
  background-color: #262a2f;
}

/* line 37, app/assets/stylesheets/main/theme/layouts/_dark.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 43, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark #header .header-nav-top .dropdown-menu {
  background: #262a2f;
  border-color: #262a2f;
}

/* line 46, app/assets/stylesheets/main/theme/layouts/_dark.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 54, app/assets/stylesheets/main/theme/layouts/_dark.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 58, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark #header .header-nav-features .header-nav-features-dropdown {
  background: #262a2f;
}

/* line 60, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark #header .header-nav-features .header-nav-features-dropdown:before {
  border-bottom-color: #262a2f;
}

/* line 69, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark.sticky-header-active #header .header-body {
  border-bottom-color: #333940;
  box-shadow: none;
}

/* line 77, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
  color: #FFF;
}

/* line 79, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark h1.card-title, html.dark h2.card-title, html.dark h3.card-title, html.dark h4.card-title, html.dark h5.card-title, html.dark h6.card-title {
  color: #FFF;
}

/* line 84, app/assets/stylesheets/main/theme/layouts/_dark.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 89, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark blockquote {
  border-color: #2c3237;
}

/* line 94, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.featured {
  background-color: #1c2023;
  border-top-color: #333940;
}

/* line 100, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.section {
  background-color: #262a2f;
  border-top-color: #2c3237;
}

/* line 108, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .dropdown-menu > li a {
  color: #FFF;
}

/* line 110, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .dropdown-menu > li a:hover, html.dark .dropdown-menu > li a:focus {
  background-color: #333940;
}

/* line 118, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .simple-search .input-group-append {
  border-color: #2c3237;
}

/* line 124, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .home-intro {
  background-color: #262a2f;
}

/* line 131, app/assets/stylesheets/main/theme/layouts/_dark.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 139, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .tabs .nav-tabs li a:hover {
  border-top-color: #808697;
}

/* line 144, app/assets/stylesheets/main/theme/layouts/_dark.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 152, app/assets/stylesheets/main/theme/layouts/_dark.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 159, app/assets/stylesheets/main/theme/layouts/_dark.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 165, app/assets/stylesheets/main/theme/layouts/_dark.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 172, app/assets/stylesheets/main/theme/layouts/_dark.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 177, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .tabs .nav-tabs {
  border-color: #2c3237;
}

/* line 181, app/assets/stylesheets/main/theme/layouts/_dark.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 192, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .tabs .nav-tabs.nav-justified li.active a {
  border-bottom-color: #333940;
}

/* line 196, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .tabs.tabs-vertical {
  border-top-color: #333940;
}

/* line 202, app/assets/stylesheets/main/theme/layouts/_dark.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 208, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #808697;
  border-top-color: #333940;
}

/* line 214, app/assets/stylesheets/main/theme/layouts/_dark.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 224, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .tabs .tab-content {
  background: #333940;
  border-color: #333940;
}

/* line 236, app/assets/stylesheets/main/theme/layouts/_dark.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 247, app/assets/stylesheets/main/theme/layouts/_dark.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 254, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .tab-content {
  background: #333940;
  border-color: #212529;
}

/* line 260, app/assets/stylesheets/main/theme/layouts/_dark.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 268, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .nav > li > a:hover,
html.dark .nav > li > a:focus {
  background-color: #333940;
}

/* line 276, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .call-to-action.call-to-action-default {
  background: #2c3237;
}

/* line 280, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .call-to-action.call-to-action-dark {
  background: #333940;
}

/* line 284, app/assets/stylesheets/main/theme/layouts/_dark.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 291, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .call-to-action.with-full-borders {
  border-color: #333940;
}

/* line 295, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .call-to-action.featured {
  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 303, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .call-to-action.call-to-action-in-footer:before {
  border-top-color: #212529;
}

/* line 312, app/assets/stylesheets/main/theme/layouts/_dark.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 320, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .counters.counters-text-dark .counter {
  color: #FFF !important;
}

/* line 322, app/assets/stylesheets/main/theme/layouts/_dark.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 331, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.timeline:after {
  background: #505050;
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}

/* line 335, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.timeline .timeline-date {
  background-color: #2c3237;
  border-color: #2c3237;
  text-shadow: none;
}

/* line 340, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.timeline .timeline-title {
  background: #2c3237;
}

/* line 343, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.timeline .timeline-box {
  border-color: #2c3237;
  background: #2c3237;
}

/* line 347, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.timeline .timeline-box.left:before {
  box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237;
}

/* line 350, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.timeline .timeline-box.left:after {
  background: #2c3237;
  border-right-color: #2c3237;
  border-top-color: #2c3237;
}

/* line 357, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.timeline .timeline-box.right:before {
  box-shadow: 0 0 0 3px #2c3237, 0 0 0 6px #2c3237;
}

/* line 360, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.timeline .timeline-box.right:after {
  background: #2c3237;
  border-left-color: #2c3237;
  border-bottom-color: #2c3237;
}

/* line 371, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark form:not(.form-style-4) .form-control {
  background-color: #2c3237;
  border-color: #2c3237;
}

/* line 379, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark form.form-style-4 .form-control {
  border-bottom-color: #3c3c3c;
}

/* line 386, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .btn-light {
  background-color: #2c3237;
  border-color: #2c3237;
  color: #FFF;
}

/* line 394, app/assets/stylesheets/main/theme/layouts/_dark.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 403, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .pagination > li > a,
html.dark .pagination > li > span {
  background-color: #2c3237;
  border-color: #282d31;
}

/* line 410, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.section-custom-map {
  background-color: #212529;
}

/* line 412, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.section-custom-map section.section {
  background: rgba(38, 42, 47, 0.8);
}

/* line 418, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .home-concept {
  background-image: url(../img/home/home-concept-dark.png);
}

/* line 420, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .home-concept .process-image {
  background-image: url(../img/home/home-concept-item-dark.png);
}

/* line 423, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .home-concept .project-image {
  background-image: url(../img/home/home-concept-item-dark.png);
}

/* line 426, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .home-concept .sun {
  background-image: url(../img/home/home-concept-icons-dark.png);
}

/* line 429, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .home-concept .cloud {
  background-image: url(../img/home/home-concept-icons-dark.png);
}

/* line 435, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .page-header {
  border-bottom-color: #1c2023;
}

/* line 439, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .page-header-light {
  background-color: #333940;
}

/* line 444, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .card {
  background-color: #1c2023;
}

/* line 450, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .accordion .card {
  background-color: #2c3237;
}

/* line 453, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .accordion .card-default {
  border-color: #2c3237;
}

/* line 456, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .accordion .card-header {
  background-color: #333940;
}

/* line 460, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .accordion .form-control {
  background-color: #262a2f;
  border-color: #262a2f;
}

/* line 467, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .accordion.accordion-modern .card .card-header {
  background-color: #262a2f;
}

/* line 470, app/assets/stylesheets/main/theme/layouts/_dark.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 481, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .toggle > label,
html.dark .toggle > .toggle-title {
  background-color: #333940;
}

/* line 487, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .toggle.toggle-simple .toggle > label,
html.dark .toggle.toggle-simple .toggle > .toggle-title {
  color: #FFF;
}

/* line 496, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-box {
  background: #333940;
  border-left-color: #333940;
  border-right-color: #333940;
  border-bottom-color: #333940;
}

/* line 501, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-box.secondary h4 {
  color: #FFF;
}

/* line 506, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-flat .featured-box .box-content {
  background: #333940;
}

/* line 514, app/assets/stylesheets/main/theme/layouts/_dark.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 523, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-2 .featured-box {
  background: transparent;
}

/* line 531, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-3 .featured-box .icon-featured {
  background: #212529;
}

/* line 539, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-4 .featured-box {
  background: transparent;
}

/* line 545, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-5 .featured-box {
  background: transparent;
}

/* line 548, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-5 .featured-box .icon-featured {
  background: #2c3237;
  border-color: #333940;
}

/* line 557, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-6 .featured-box {
  background: transparent;
}

/* line 560, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-6 .featured-box .icon-featured {
  background: #2c3237;
  border-color: #333940;
}

/* line 564, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
  border-color: #333940;
}

/* line 572, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-7 .featured-box {
  background: transparent;
}

/* line 575, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-7 .featured-box .icon-featured {
  background: #2c3237;
  border-color: #333940;
}

/* line 579, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
  box-shadow: 3px 3px #1a1d21;
}

/* line 589, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-boxes-style-8 .featured-box .icon-featured {
  background: #333940;
}

/* line 596, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .featured-box-effect-1 .icon-featured:after {
  box-shadow: 0 0 0 3px #333940;
}

/* line 605, app/assets/stylesheets/main/theme/layouts/_dark.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 610, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .feature-box.feature-box-style-6 .feature-box-icon {
  border-color: #333940;
}

/* line 612, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
  border-color: #333940;
}

/* line 622, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .owl-dots button.owl-dot span {
  background: #333940;
}

/* line 628, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .owl-carousel.top-border {
  border-top-color: #3F4247;
}

/* line 633, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .progress {
  background: #333940;
}

/* line 638, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .arrow {
  background-image: url(../img/arrows-dark.png);
}

/* line 643, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
  background-color: #2c3237;
  border-color: #2c3237;
}

/* line 653, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .thumb-info .thumb-info-wrapper:after {
  background-color: rgba(33, 37, 41, 0.9);
}

/* line 660, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .thumb-info-social-icons {
  border-top-color: #3c444b;
}

/* line 665, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark ul.nav-list > li a {
  border-bottom-color: #2c3237;
}

/* line 667, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark ul.nav-list > li a:hover {
  background-color: #2c3237;
}

/* line 675, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .content-grid .content-grid-item:before {
  border-left-color: #333940;
}

/* line 678, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .content-grid .content-grid-item:after {
  border-bottom-color: #333940;
}

/* line 685, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .content-grid.content-grid-dashed .content-grid-item:before {
  border-left-color: #333940;
}

/* line 688, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom-color: #333940;
}

/* line 697, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .testimonial .testimonial-author strong {
  color: #FFF;
}

/* line 701, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .testimonial.testimonial-style-3 blockquote {
  background: #333940 !important;
}

/* line 704, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
  border-top-color: #333940 !important;
}

/* line 708, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .testimonial.testimonial-style-4 {
  border-color: #333940 !important;
}

/* line 712, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .testimonial.testimonial-style-5 .testimonial-author {
  border-top-color: #333940 !important;
}

/* line 719, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover {
  background-color: #333940;
  border: 1px solid #2c3237;
}

/* line 722, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover.top > .arrow {
  border-top-color: #2c3237;
}

/* line 724, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover.top > .arrow:after {
  border-top-color: #333940;
}

/* line 728, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover.right > .arrow {
  border-right-color: #2c3237;
}

/* line 730, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover.right > .arrow:after {
  border-right-color: #333940;
}

/* line 734, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover.bottom > .arrow {
  border-bottom-color: #2c3237;
}

/* line 736, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover.bottom > .arrow:after {
  border-bottom-color: #333940;
}

/* line 741, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover.left > .arrow {
  border-left-color: #2c3237;
}

/* line 743, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover.left > .arrow:after {
  border-left-color: #333940;
}

/* line 749, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popover-title {
  background-color: #2c3237;
  border-bottom: #333940;
}

/* line 755, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .page-header {
  border-bottom-color: #2c3237;
}

/* line 759, app/assets/stylesheets/main/theme/layouts/_dark.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 769, app/assets/stylesheets/main/theme/layouts/_dark.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 774, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark pre {
  background-color: #2c3237;
  border-color: #2c3237;
  color: #777;
}

/* line 780, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .show-grid [class*="col-lg-"] .show-grid-block {
  background-color: #2c3237;
  border-color: #2c3237;
}

/* line 785, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .google-map-borders,
html.dark .embed-responsive-borders {
  border-color: #333940;
}

/* line 790, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .alert.alert-default {
  border-color: #333940;
  background-color: #2c3237;
}

/* line 796, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark hr {
  background-image: linear-gradient(to left, #212529, #3F4247, #212529);
}

/* line 798, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark hr.light {
  background-image: linear-gradient(to left, #212529, #3F4247, #212529);
}

/* line 801, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark hr.solid {
  background: #3F4247;
}

/* line 806, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider {
  background-image: linear-gradient(to left, transparent, #3F4247, transparent);
}

/* line 809, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider [class*="fa-"], html.dark .divider .icons {
  background: #212529;
}

/* line 813, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider.divider-solid {
  background: #3F4247;
}

/* line 818, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider.divider-style-2 [class*="fa-"], html.dark .divider.divider-style-2 .icons {
  background: #262a2f;
}

/* line 824, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider.divider-style-3 [class*="fa-"], html.dark .divider.divider-style-3 .icons {
  border-color: #3F4247;
}

/* line 830, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider.divider-style-4 [class*="fa-"], html.dark .divider.divider-style-4 .icons {
  border-color: #3F4247;
}

/* line 832, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider.divider-style-4 [class*="fa-"]:after, html.dark .divider.divider-style-4 .icons:after {
  border-color: #262a2f;
}

/* line 838, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider.divider-small {
  background: transparent;
}

/* line 840, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider.divider-small hr {
  background: #3F4247;
}

/* line 845, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .divider.divider-small.divider-light hr {
  background: #3F4247;
}

/* line 854, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark hr.dashed:after, html.dark .divider.dashed:after {
  border-color: #3F4247;
}

/* line 863, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .heading.heading-bottom-border h1 {
  border-bottom-color: #3f4247;
}

/* line 866, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 {
  border-bottom-color: #3f4247;
}

/* line 869, app/assets/stylesheets/main/theme/layouts/_dark.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 874, app/assets/stylesheets/main/theme/layouts/_dark.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 877, app/assets/stylesheets/main/theme/layouts/_dark.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 882, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .heading.heading-middle-border:before {
  border-top-color: #3f4247;
}

/* line 885, app/assets/stylesheets/main/theme/layouts/_dark.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 893, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .recent-posts .date .day,
html.dark section.section .recent-posts .date .day {
  background-color: #333940;
}

/* line 898, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .blog-posts article {
  border-color: #2c3237;
}

/* line 902, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
  background-color: #2c3237;
}

/* line 907, app/assets/stylesheets/main/theme/layouts/_dark.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 915, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark ul.simple-post-list li {
  border-bottom-color: #262a2f;
}

/* line 919, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .post-block {
  border-top-color: #1c2023;
}

/* line 923, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark ul.comments .comment-block {
  background-color: #2c3237;
}

/* line 927, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark ul.comments .comment-arrow {
  border-right-color: #2c3237;
}

/* line 933, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .pricing-table li {
  border-top-color: #262a2f;
}

/* line 936, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .pricing-table h3 {
  background-color: #262a2f;
  text-shadow: none;
}

/* line 939, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .pricing-table h3 span {
  background: #2c3237;
  border-color: #282d31;
  box-shadow: 0 5px 20px #282d31 inset, 0 3px 0 #2c3237 inset;
  color: #777;
}

/* line 946, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .pricing-table .most-popular {
  border-color: #2c3237;
}

/* line 948, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .pricing-table .most-popular h3 {
  background-color: #2c3237;
  color: #FFF;
  text-shadow: none;
}

/* line 955, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .pricing-table .plan-ribbon {
  background-color: #2c3237;
}

/* line 958, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .pricing-table .plan {
  background: #2c3237;
  border: 1px solid #2c3237;
  color: #777;
  text-shadow: none;
}

/* line 967, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .product-thumb-info {
  background-color: #2c3237;
  border-color: transparent;
}

/* line 972, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .shop .quantity .qty {
  background-color: #2c3237;
  border-color: transparent;
}

/* line 977, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
  background-color: #262a2f;
  border-color: transparent;
}

/* line 983, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
  border-color: #2c3237;
}

/* line 990, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .dialog {
  background-color: #212529;
}

/* line 995, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .modal-content {
  background-color: #212529;
}

/* line 999, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .modal-header {
  border-bottom-color: #2c3237;
}

/* line 1001, app/assets/stylesheets/main/theme/layouts/_dark.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 1004, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .modal-header .close {
  text-shadow: none;
  color: #FFF;
}

/* line 1010, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .modal-footer {
  border-top-color: #2c3237;
}

/* line 1014, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .popup-inline-content,
html.dark .mfp-content .ajax-container {
  background: #212529 !important;
}

/* line 1020, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .loading-overlay {
  background: #212529;
}

/* line 1025, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark .sort-destination-loader:after {
  background-color: #212529;
}

/* line 1034, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark #footer .newsletter form .btn-light {
  background-color: #262a2f;
  border-color: #262a2f;
  color: #777;
}

/* line 1039, app/assets/stylesheets/main/theme/layouts/_dark.scss */
html.dark #footer .newsletter form .form-control {
  border: 0;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 1059, app/assets/stylesheets/main/theme/layouts/_dark.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 1063, app/assets/stylesheets/main/theme/layouts/_dark.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 1067, app/assets/stylesheets/main/theme/layouts/_dark.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 1069, app/assets/stylesheets/main/theme/layouts/_dark.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 1077, app/assets/stylesheets/main/theme/layouts/_dark.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 1082, app/assets/stylesheets/main/theme/layouts/_dark.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 1094, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper {
    background: #333940;
  }
  /* line 1109, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
    color: #CCC;
  }
  /* line 1113, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    color: #FFF;
  }
  /* line 1128, app/assets/stylesheets/main/theme/layouts/_dark.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 1141, app/assets/stylesheets/main/theme/layouts/_dark.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 1157, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    background-color: #212529;
  }
}

@media (max-width: 991px) {
  /* line 1175, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark #header .header-nav-main:before {
    background-color: #212529;
  }
  /* line 1179, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
    border-color: transparent;
    background: #39404c;
  }
  /* line 1184, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark #header .header-nav-main nav > ul li {
    border-bottom-color: #333940;
  }
  /* line 1188, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark #header .header-nav-main nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
    color: #FFF;
  }
  /* line 1196, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark #header .header-nav-main nav ul li a:active {
    background-color: #1e1e1e;
    color: #FFF;
  }
  /* line 1209, app/assets/stylesheets/main/theme/layouts/_dark.scss */
  html.dark .home-concept {
    background-image: none;
  }
}

/* Boxed Layout */
/* line 3, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
html.boxed body {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat;
}

/* line 8, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
html.boxed .body {
  position: relative;
  background-color: transparent;
  border-radius: 5px;
  border-top: 5px solid #CCC;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
  max-width: 1200px;
  height: auto;
}

/* line 19, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
html.boxed #header .header-body {
  border-top-color: transparent;
  border-top: 0;
}

/* line 25, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
html.boxed #header.header-effect-shrink .header-body {
  max-width: 1200px;
}

/* line 39, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
html.boxed .main {
  background-color: #FFF;
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
html.boxed section.section.section-footer {
  padding-bottom: 100px;
}

/* line 48, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
html.boxed #footer {
  margin-top: 0;
  border-bottom: 4px solid #1A1C1E;
  border-radius: 0 0 5px 5px;
}

/* line 53, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
html.boxed .footer-reveal {
  max-width: 1200px;
  left: auto !important;
}

/* Responsive */
@media (min-width: 1200px) {
  /* line 66, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
  html.boxed.sticky-header-active #header .header-body {
    width: 100%;
    max-width: 1200px;
  }
  /* line 73, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
  html.boxed .footer-reveal {
    bottom: 25px !important;
  }
}

@media (max-width: 1199px) {
  /* line 82, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
  html.boxed .footer-reveal {
    border-bottom: none !important;
  }
}

@media (min-width: 992px) {
  /* line 94, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
  html.boxed #header .header-top.header-top-colored {
    margin-top: -18px;
    border-radius: 4px 4px 0 0;
  }
  /* line 105, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
  html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-body {
    position: fixed !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 110, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
  html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-nav-bar {
    margin: 0 -15px -9px;
  }
}

@media (max-width: 991px) {
  /* line 121, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
  html.boxed .body {
    margin: 0 auto;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  /* Boxed */
  /* line 132, app/assets/stylesheets/main/theme/layouts/_boxed.scss */
  html.boxed {
    background: none !important;
  }
}

/* line 2, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside .body {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 7, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside .main,
html.gap-outside #footer {
  margin-right: 25px;
  margin-left: 25px;
}

/* line 14, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside .slider-container {
  width: 100% !important;
  left: auto !important;
}

/* line 20, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside #header:not(.side-header) {
  margin-top: -25px;
}

/* line 22, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside #header:not(.side-header) .header-body {
  left: 0;
  padding-right: 25px;
  padding-left: 25px;
}

/* line 30, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside #header:not(.side-header) .header-container:after {
  content: none;
}

@media (max-width: 991px) {
  /* line 39, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
  html.gap-outside #header:not(.side-header) .header-nav-main:before {
    width: calc(100vw - 50px);
  }
}

/* line 47, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside .sticky-wrapper {
  left: 25px !important;
  width: calc(100vw - 67px) !important;
}

/* line 52, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside .pin-wrapper .sticky-wrapper {
  left: 25px !important;
  width: calc(100vw - 67px) !important;
}

/* line 55, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside .pin-wrapper .sticky-wrapper .sticky-body {
  width: calc(100vw - 67px) !important;
}

/* line 60, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active {
  top: -25px !important;
  left: 0 !important;
  width: 100% !important;
}

/* line 64, app/assets/stylesheets/main/theme/layouts/_gap-outside.scss */
html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body {
  width: 100% !important;
}

/* line 66, app/assets/stylesheets/main/theme/layouts/_gap-outside.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:	@@version
*/
/* Accordion */
/* line 2, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion {
  /* Modern */
}

/* line 3, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card {
  margin-top: 5px;
}

/* line 5, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card:first-child {
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_accordion.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 15, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: .25rem;
}

/* line 20, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card-title {
  font-size: 16px;
}

/* line 23, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card-header {
  padding: 0;
  border-radius: .25rem;
  border-bottom: 0;
  margin: -1px;
}

/* line 28, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card-header a {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
}

/* line 32, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card-header a:hover, .accordion .card-header a:focus {
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card-header a [class^="icon-"] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

/* line 40, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card-header a [class*="fa-"], .accordion .card-header a .icons {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/* line 46, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion .card-header a .icons {
  top: 1px;
}

/* line 53, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.accordion-sm .card-header a {
  padding: 5px 15px;
  font-size: 0.85em;
}

/* line 58, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.accordion-sm .card-body {
  font-size: 0.9em;
}

/* line 64, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.accordion-lg .card-header a {
  padding: 15px 15px;
  font-size: 1em;
  font-weight: 600;
}

/* line 72, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.without-bg .card-default {
  background: transparent !important;
}

/* line 74, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.without-bg .card-default > .card-header {
  background: transparent !important;
}

/* line 78, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.without-bg .card-body {
  padding-top: 0;
}

/* line 83, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.without-borders .card {
  border: 0 !important;
  box-shadow: none;
  border-radius: 0;
}

/* line 88, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.without-borders .card-header a {
  padding-left: 0;
  padding-right: 0;
}

/* line 92, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.without-borders .card-body {
  padding: 0;
}

/* line 100, app/assets/stylesheets/main/theme/gui/_accordion.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 105, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.accordion-modern .card .card-header {
  background-color: #F7F7F7;
  border-radius: 0;
}

/* line 115, app/assets/stylesheets/main/theme/gui/_accordion.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 120, app/assets/stylesheets/main/theme/gui/_accordion.scss */
.accordion.accordion-modern-grey-scale-1 .card .card-header {
  background-color: #EDEDED;
}

/* Animations */
/* line 2, app/assets/stylesheets/main/theme/gui/_animations.scss */
.appear-animation {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_animations.scss */
.appear-animation-visible {
  opacity: 1;
}

/* Transitions */
/* line 11, app/assets/stylesheets/main/theme/gui/_animations.scss */
.transition-2ms {
  transition: all 0.2s ease-in-out;
}

/* Side Header Arrow Animations */
@keyframes sideMenuArrow {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 5px;
  }
}

@keyframes sideMenuArrowBack {
  0% {
    right: 5px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 5px;
  }
}

/* Mask Up */
@keyframes maskUp {
  from {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0);
  }
}

/* Mask Right */
@keyframes maskRight {
  from {
    transform: translate(-100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

/* Mask Down */
@keyframes maskDown {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}

/* Mask Left */
@keyframes maskLeft {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

/* line 84, app/assets/stylesheets/main/theme/gui/_animations.scss */
.maskUp {
  animation-name: maskUp;
}

/* line 88, app/assets/stylesheets/main/theme/gui/_animations.scss */
.maskRight {
  animation-name: maskRight;
}

/* line 92, app/assets/stylesheets/main/theme/gui/_animations.scss */
.maskDown {
  animation-name: maskDown;
}

/* line 96, app/assets/stylesheets/main/theme/gui/_animations.scss */
.maskLeft {
  animation-name: maskLeft;
}

@keyframes headerReveal {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}

/* Fade In Up Shorter */
@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 123, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInUpShorter {
  animation-name: fadeInUpShorter;
}

/* Fade In Up Shorter Plus */
@keyframes fadeInUpShorterPlus {
  from {
    opacity: 0;
    transform: translate(0, 15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 140, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInUpShorterPlus {
  animation-name: fadeInUpShorterPlus;
}

/* Fade In Left Shorter */
@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 157, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInLeftShorter {
  animation-name: fadeInLeftShorter;
}

/* Fade In Left Shorter Plus */
@keyframes fadeInLeftShorterPlus {
  from {
    opacity: 0;
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 174, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInLeftShorterPlus {
  animation-name: fadeInLeftShorterPlus;
}

/* Fade In Right Shorter */
@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 191, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInRightShorter {
  animation-name: fadeInRightShorter;
}

/* Fade In Right Shorter Plus */
@keyframes fadeInRightShorterPlus {
  from {
    opacity: 0;
    transform: translate(-15px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 208, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInRightShorterPlus {
  animation-name: fadeInRightShorterPlus;
}

/* Fade In Right Shorter With Opacity */
@keyframes fadeInRightShorterOpacity {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 0.7;
    transform: none;
  }
}

/* line 225, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInRightShorterOpacity {
  animation-name: fadeInRightShorterOpacity;
}

/* Fade In Down Shorter */
@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 242, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInDownShorter {
  animation-name: fadeInDownShorter;
}

/* Fade In Down Shorter Plus */
@keyframes fadeInDownShorterPlus {
  from {
    opacity: 0;
    transform: translate(0, -15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 259, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInDownShorterPlus {
  animation-name: fadeInDownShorterPlus;
}

/* Fade In Right and Down Shorter */
@keyframes fadeInRightDownShorter {
  from {
    opacity: 0;
    transform: translate(-50px, -50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 276, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInRightDownShorter {
  animation-name: fadeInRightDownShorter;
}

/* Fade In Right and Up Shorter */
@keyframes fadeInRightUpShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 293, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInRightUpShorter {
  animation-name: fadeInRightUpShorter;
}

/* Fade In Left and Down Shorter */
@keyframes fadeInLeftDownShorter {
  from {
    opacity: 0;
    transform: translate(50px, -50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 310, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInLeftDownShorter {
  animation-name: fadeInLeftDownShorter;
}

/* Fade In Left and Up Shorter */
@keyframes fadeInLeftUpShorter {
  from {
    opacity: 0;
    transform: translate(50px, 50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 327, app/assets/stylesheets/main/theme/gui/_animations.scss */
.fadeInLeftUpShorter {
  animation-name: fadeInLeftUpShorter;
}

/* Expand In */
@keyframes expandIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 344, app/assets/stylesheets/main/theme/gui/_animations.scss */
.expandIn {
  animation-name: expandIn;
}

/* Gradient Transition */
@keyframes gradientTransition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Slider Scroll Button Animation */
@keyframes sliderScrollButton {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
  70% {
    opacity: 1;
    transform: translate3d(-50%, 10px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, 10px, 0);
  }
}

/* Arrow Left Right */
@keyframes arrowLeftRight {
  0% {
    transform: translate3d(-1px, 0, 0);
  }
  50% {
    transform: translate3d(1px, 0, 0);
  }
  100% {
    transform: translate3d(-1px, 0, 0);
  }
}

/* Nav Item Arrow */
@keyframes navItemArrow {
  0% {
    position: relative;
    left: -1px;
  }
  50% {
    position: relative;
    left: 3px;
  }
  100% {
    position: relative;
    left: -1px;
  }
}

/* Hover 3d Effect */
/* line 412, app/assets/stylesheets/main/theme/gui/_animations.scss */
.hover-in {
  transition: .1s ease-out !important;
}

/* line 416, app/assets/stylesheets/main/theme/gui/_animations.scss */
.hover-out {
  transition: .1s ease-in !important;
}

/* line 420, app/assets/stylesheets/main/theme/gui/_animations.scss */
.hover-3d {
  transition: none;
}

/* Hotspot */
@keyframes hotspot-pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  45% {
    transform: scale(1.75);
    opacity: 0;
  }
}

@keyframes stop-hotspot-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

/* Dot Pulse */
@keyframes dotPulse {
  from {
    opacity: 1;
    transform: scale(0.2);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

/* line 457, app/assets/stylesheets/main/theme/gui/_animations.scss */
.dotPulse {
  animation-name: dotPulse;
  animation-iteration-count: infinite;
  animation-duration: 4s;
}

/* Blur In */
@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}

/* line 477, app/assets/stylesheets/main/theme/gui/_animations.scss */
.blurIn {
  animation-name: blurIn;
}

/* Ken Burns To Right */
@keyframes kenBurnsToRight {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

/* line 491, app/assets/stylesheets/main/theme/gui/_animations.scss */
.kenBurnsToRight {
  animation-name: kenBurnsToRight;
  animation-timing-function: linear;
  transform-origin: right;
}

/* Ken Burns To Left */
@keyframes kenBurnsToLeft {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

/* line 507, app/assets/stylesheets/main/theme/gui/_animations.scss */
.kenBurnsToLeft {
  animation-name: kenBurnsToLeft;
  animation-timing-function: linear;
  transform-origin: left;
}

/* Ken Burns To Left and Top */
/* line 514, app/assets/stylesheets/main/theme/gui/_animations.scss */
.kenBurnsToLeftTop {
  animation-name: kenBurnsToLeft;
  animation-timing-function: linear;
  transform-origin: left top;
}

/* Moving From Top to Bottom */
@keyframes bgPositionBottomToTop {
  from {
    background-position: bottom;
  }
  to {
    background-position: top;
  }
}

/* line 530, app/assets/stylesheets/main/theme/gui/_animations.scss */
.bgPositionBottomToTop {
  animation-name: bgPositionBottomToTop;
  animation-timing-function: linear;
  transform-origin: right;
}

/* Pulse */
@keyframes pulseAnim {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* line 550, app/assets/stylesheets/main/theme/gui/_animations.scss */
.pulseAnim:not(:hover):after {
  animation-name: pulseAnim;
}

/* line 554, app/assets/stylesheets/main/theme/gui/_animations.scss */
.pulseAnim:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
}

/* line 567, app/assets/stylesheets/main/theme/gui/_animations.scss */
.pulseAnim.pulseAnimAnimated:after {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

/* line 575, app/assets/stylesheets/main/theme/gui/_animations.scss */
.pulseAnim:not(i):after {
  z-index: 0;
}

/* line 578, app/assets/stylesheets/main/theme/gui/_animations.scss */
.pulseAnim:not(i) * {
  position: relative;
  z-index: 1;
}

/* Basic Rotation */
@keyframes basicRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 595, app/assets/stylesheets/main/theme/gui/_animations.scss */
.basicRotation {
  animation-name: basicRotation;
}

/* Arrows */
/* line 2, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow {
  background: transparent url(../img/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow.arrow-light {
  background-image: url(../img/arrows-dark.png);
}

/* line 11, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}

/* line 21, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}

/* line 31, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}

/* line 41, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}

/* line 51, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}

/* line 61, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}

/* line 71, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}

/* line 81, app/assets/stylesheets/main/theme/gui/_arrows.scss */
.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 96, app/assets/stylesheets/main/theme/gui/_arrows.scss */
  .arrow {
    display: none;
  }
}

/* Background Scales Overlay */
/* line 2, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay {
  position: relative;
}

/* line 4, app/assets/stylesheets/main/theme/gui/_backgrounds.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 19, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay .bg-color-scale-overlay-wrapper {
  position: relative;
  z-index: 2;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay-1:before {
  opacity: 0.05 !important;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay-2:before {
  opacity: 0.1 !important;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay-3:before {
  opacity: 0.15 !important;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay-4:before {
  opacity: 0.2 !important;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay-5:before {
  opacity: 0.25 !important;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay-6:before {
  opacity: 0.3 !important;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay-7:before {
  opacity: 0.35 !important;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay-8:before {
  opacity: 0.4 !important;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-scale-overlay-9:before {
  opacity: 0.45 !important;
}

/* Background Transparent */
/* line 35, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.background-transparent,
.bg-transparent {
  background: transparent !important;
}

/* line 41, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-transparent-hover:hover {
  background-color: transparent !important;
}

/* line 46, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-transparent {
  background-color: transparent !important;
}

/* Background White and Black */
/* line 51, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-white {
  background: #FFF !important;
}

/* line 55, app/assets/stylesheets/main/theme/gui/_backgrounds.scss */
.bg-color-black {
  background: #000 !important;
}

/* Labels */
/* line 3, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge-primary {
  background-color: #CCC;
  color: #FFF;
}

/* line 3, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge-success {
  background-color: #28a745;
  color: #FFF;
}

/* line 3, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge-warning {
  background-color: #ffc107;
  color: #FFF;
}

/* line 3, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge-danger {
  background-color: #dc3545;
  color: #FFF;
}

/* line 3, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge-info {
  background-color: #17a2b8;
  color: #FFF;
}

/* line 3, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge-dark {
  background-color: #212529;
  color: #FFF;
}

/* line 10, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge.badge-xs {
  padding: 0.3em 0.5em;
}

/* line 13, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge.badge-sm {
  padding: 0.5em 0.8em;
}

/* line 16, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge.badge-md {
  padding: 1em 1.6em;
  font-size: 85%;
}

/* line 20, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge.badge-lg {
  padding: 1.5em 2em;
  font-size: 90%;
}

/* line 24, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge.badge-xl {
  padding: 2em 2.5em;
  font-size: 100%;
}

/* line 30, app/assets/stylesheets/main/theme/gui/_badges.scss */
.badge-ecommerce {
  font-size: 0.6rem;
  font-weight: 600;
  border-radius: 0;
  padding: 0.4rem 0.5rem;
}

/* Circular Bars */
/* line 2, app/assets/stylesheets/main/theme/gui/_bars.scss */
.circular-bar {
  text-align: center;
  margin-bottom: 25px;
}

/* line 5, app/assets/stylesheets/main/theme/gui/_bars.scss */
.circular-bar .circular-bar-chart {
  position: relative;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_bars.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 19, app/assets/stylesheets/main/theme/gui/_bars.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 32, app/assets/stylesheets/main/theme/gui/_bars.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 45, app/assets/stylesheets/main/theme/gui/_bars.scss */
.circular-bar.single-line strong {
  top: 40%;
}

/* line 51, app/assets/stylesheets/main/theme/gui/_bars.scss */
.circular-bar.circular-bar-sm label {
  font-size: 14px;
  top: 36%;
}

/* line 58, app/assets/stylesheets/main/theme/gui/_bars.scss */
.circular-bar.circular-bar-lg strong {
  font-size: 20px;
  top: 40%;
}

/* Progress */
/* line 67, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress {
  border-radius: 25px;
  height: 20px;
  background: #FAFAFA;
  overflow: visible;
}

/* line 73, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-border-radius {
  border-radius: 3px;
}

/* line 75, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-border-radius .progress-bar {
  border-radius: 3px;
}

/* line 80, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-no-border-radius {
  border-radius: 0;
}

/* line 82, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-no-border-radius .progress-bar {
  border-radius: 0;
}

/* line 87, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-xs {
  height: 5px;
}

/* line 89, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-xs .progress-bar {
  line-height: 5px;
  height: auto;
}

/* line 95, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-sm {
  height: 10px;
}

/* line 97, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-sm .progress-bar {
  line-height: 10px;
  height: auto;
}

/* line 103, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-lg {
  height: 35px;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-lg .progress-bar {
  font-size: 13px;
  line-height: 35px;
  height: auto;
}

/* line 112, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-dark {
  background: #333333;
}

/* line 116, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-right-side-value {
  position: relative;
  margin-right: 40px;
}

/* line 119, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress.progress-right-side-value .progress-bar-value {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(40px, -50%, 0);
}

/* line 128, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress-bar {
  background-color: #CCC;
  box-shadow: none;
  position: relative;
  border-radius: 25px;
  overflow: visible;
}

/* line 136, app/assets/stylesheets/main/theme/gui/_bars.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 149, app/assets/stylesheets/main/theme/gui/_bars.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 163, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress-bar-primary {
  background-color: #CCC;
  color: #FFF;
}

/* line 163, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress-bar-success {
  background-color: #28a745;
  color: #FFF;
}

/* line 163, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress-bar-warning {
  background-color: #ffc107;
  color: #FFF;
}

/* line 163, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress-bar-danger {
  background-color: #dc3545;
  color: #FFF;
}

/* line 163, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress-bar-info {
  background-color: #17a2b8;
  color: #FFF;
}

/* line 163, app/assets/stylesheets/main/theme/gui/_bars.scss */
.progress-bar-dark {
  background-color: #212529;
  color: #FFF;
}

/* Borders */
/* line 2, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-top {
  border-top: 1px solid #DADADA !important;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #DADADA !important;
}

/* line 10, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-left {
  border-left: 1px solid #DADADA !important;
}

/* line 14, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-right {
  border-right: 1px solid #DADADA !important;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-all {
  border: 1px solid #DADADA !important;
}

/* line 22, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 26, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 30, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-left-light {
  border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 34, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-right-light {
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 38, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-all-light {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-white {
  border-color: #FFF !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-1 {
  border-width: 1px !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-2 {
  border-width: 2px !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-3 {
  border-width: 3px !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-4 {
  border-width: 4px !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-5 {
  border-width: 5px !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-6 {
  border-width: 6px !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-7 {
  border-width: 7px !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-8 {
  border-width: 8px !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-9 {
  border-width: 9px !important;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_borders.scss */
.border-width-10 {
  border-width: 10px !important;
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/main/theme/gui/_borders.scss */
  .border-sm-none {
    border: 0 !important;
  }
}

/* Breadcrumb */
/* line 2, app/assets/stylesheets/main/theme/gui/_breadcrumb.scss */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_breadcrumb.scss */
.breadcrumb > li {
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  text-shadow: none;
}

/* line 13, app/assets/stylesheets/main/theme/gui/_breadcrumb.scss */
.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 29, app/assets/stylesheets/main/theme/gui/_breadcrumb.scss */
.breadcrumb.breadcrumb-dividers-no-opacity > li + li:before {
  opacity: 1;
}

/* line 37, app/assets/stylesheets/main/theme/gui/_breadcrumb.scss */
.breadcrumb.breadcrumb-style-2 > li + li:before {
  content: "/";
}

/* line 46, app/assets/stylesheets/main/theme/gui/_breadcrumb.scss */
.breadcrumb.breadcrumb-block {
  background: #212529;
  display: inline-block !important;
  padding: .45rem 1.2rem;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 54, app/assets/stylesheets/main/theme/gui/_breadcrumb.scss */
.breadcrumb.breadcrumb-light {
  color: #FFF;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_breadcrumb.scss */
.breadcrumb.breadcrumb-light a {
  color: #FFF;
}

/* line 59, app/assets/stylesheets/main/theme/gui/_breadcrumb.scss */
.breadcrumb.breadcrumb-light .active {
  opacity: 0.7;
}

/* Buttons */
/* line 2, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn {
  font-size: 0.8rem;
  padding: 0.533rem 0.933rem;
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-xs {
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
}

/* line 12, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-sm, .btn-group-sm > .btn {
  font-size: 0.8rem;
  padding: 0.3rem 0.65rem;
}

/* line 17, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-lg, .btn-group-lg > .btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 22, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-xl {
  font-size: 1rem;
  padding: 0.8rem 2rem;
}

/* line 28, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-px-1 {
  padding-left: .35rem;
  padding-right: .35rem;
}

/* line 33, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-px-2 {
  padding-left: .75rem;
  padding-right: .75rem;
}

/* line 38, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-px-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 43, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-px-4 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-px-5 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

/* line 53, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-py-1 {
  padding-top: .35rem;
  padding-bottom: .35rem;
}

/* line 58, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-py-2 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

/* line 63, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-py-3 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 68, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-py-4 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

/* line 73, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.btn-py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 82, app/assets/stylesheets/main/theme/gui/_buttons.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 {
  box-shadow: none !important;
}

/* Dropdown Buttons */
/* line 94, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn + .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
}

/* Default */
/* line 100, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none !important;
}

/* line 106, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* Outline */
/* line 114, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline {
  border-width: 2px;
  padding: 0.483rem 0.933rem;
}

/* line 118, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-xs {
  padding: 0.15rem 0.5rem;
}

/* line 122, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-sm, .btn-group-sm > .btn-outline.btn {
  padding: 0.25rem 0.65rem;
}

/* line 126, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-lg, .btn-group-lg > .btn-outline.btn {
  padding: 0.45rem 1rem;
}

/* line 130, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-xl {
  padding: 0.75rem 2rem;
}

/* line 134, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-outline-thin {
  border-width: 1px;
}

/* Modern */
/* line 140, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-modern {
  text-transform: uppercase;
  font-size: .8em;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
}

/* Rounded */
/* line 148, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-rounded {
  border-radius: 35px;
}

/* Rounded */
/* line 153, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-rounded-icon {
  border-radius: 50px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 162, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-rounded-icon[data-hash] > i {
  pointer-events: none;
}

/* 3d */
/* line 169, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-3d {
  border-bottom-width: 3px;
}

/* Arrow */
/* line 174, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-with-arrow {
  background-color: transparent;
  font-weight: 600;
}

/* line 178, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-with-arrow span {
  background-color: #ccc;
  display: inline-block;
  height: 25px;
  line-height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.1s linear;
}

/* line 190, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-with-arrow i {
  color: #FFF;
  font-size: 8px;
  top: -1px;
  position: relative;
}

/* line 198, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-with-arrow:hover span {
  transform: translateX(5px);
}

/* line 204, app/assets/stylesheets/main/theme/gui/_buttons.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 210, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-with-arrow.btn-xs span {
  line-height: 25px;
}

/* Icons  */
/* line 217, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-icon i {
  margin-right: 10px;
}

/* line 221, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

/* Dropdown Button */
/* line 229, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn.dropdown-toggle:after {
  margin-left: .155em;
  vertical-align: .155em;
}

/* Colors */
/* line 241, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-primary {
  background-color: #CCC;
  border-color: #CCC #CCC #b3b3b3;
  color: #FFF;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-primary:hover, .btn-primary.hover {
  background-color: #dfdfdf;
  border-color: #e6e6e6 #e6e6e6 #CCC;
  color: #FFF;
}

/* line 253, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

/* line 258, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #CCC;
  border-color: #CCC #CCC #b3b3b3;
}

/* line 264, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #b9b9b9;
  background-image: none;
  border-color: #b3b3b3 #b3b3b3 #999999;
}

/* line 273, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-primary {
  color: #CCC;
  background-color: transparent;
  background-image: none;
  border-color: #CCC;
}

/* line 279, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
}

/* line 286, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

/* line 291, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled {
  color: #CCC;
  background-color: transparent;
}

/* line 297, app/assets/stylesheets/main/theme/gui/_buttons.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 241, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-success {
  background-color: #28a745;
  border-color: #28a745 #28a745 #1e7e34;
  color: #FFF;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-success:hover, .btn-success.hover {
  background-color: #2fc652;
  border-color: #34ce57 #34ce57 #28a745;
  color: #FFF;
}

/* line 253, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

/* line 258, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745 #28a745 #1e7e34;
}

/* line 264, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34 #1e7e34 #145523;
}

/* line 273, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 279, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-success:hover, .btn-outline.btn-success.hover {
  color: #FFF;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 286, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-success:focus, .btn-outline.btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

/* line 291, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-success.disabled, .btn-outline.btn-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 297, app/assets/stylesheets/main/theme/gui/_buttons.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 241, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107 #ffc107 #d39e00;
  color: #FFF;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-warning:hover, .btn-warning.hover {
  background-color: #ffcb2d;
  border-color: #ffce3a #ffce3a #ffc107;
  color: #FFF;
}

/* line 253, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

/* line 258, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107 #ffc107 #d39e00;
}

/* line 264, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00 #d39e00 #a07800;
}

/* line 273, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 279, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-warning:hover, .btn-outline.btn-warning.hover {
  color: #FFF;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 286, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-warning:focus, .btn-outline.btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

/* line 291, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-warning.disabled, .btn-outline.btn-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 297, app/assets/stylesheets/main/theme/gui/_buttons.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 241, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545 #dc3545 #bd2130;
  color: #FFF;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-danger:hover, .btn-danger.hover {
  background-color: #e25663;
  border-color: #e4606d #e4606d #dc3545;
  color: #FFF;
}

/* line 253, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

/* line 258, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545 #dc3545 #bd2130;
}

/* line 264, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130 #bd2130 #921925;
}

/* line 273, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 279, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-danger:hover, .btn-outline.btn-danger.hover {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 286, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-danger:focus, .btn-outline.btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

/* line 291, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-danger.disabled, .btn-outline.btn-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 297, app/assets/stylesheets/main/theme/gui/_buttons.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 241, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8 #17a2b8 #117a8b;
  color: #FFF;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-info:hover, .btn-info.hover {
  background-color: #1bc0da;
  border-color: #1fc8e3 #1fc8e3 #17a2b8;
  color: #FFF;
}

/* line 253, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

/* line 258, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8 #17a2b8 #117a8b;
}

/* line 264, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b #117a8b #0c525d;
}

/* line 273, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 279, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-info:hover, .btn-outline.btn-info.hover {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 286, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-info:focus, .btn-outline.btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

/* line 291, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-info.disabled, .btn-outline.btn-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 297, app/assets/stylesheets/main/theme/gui/_buttons.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 241, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #FFF;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-dark:hover, .btn-dark.hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #FFF;
}

/* line 253, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 258, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
}

/* line 264, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #101214;
  background-image: none;
  border-color: #0a0c0d #0a0c0d black;
}

/* line 273, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}

/* line 279, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-dark:hover, .btn-outline.btn-dark.hover {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}

/* line 286, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-dark:focus, .btn-outline.btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 291, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-outline.btn-dark.disabled, .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 297, app/assets/stylesheets/main/theme/gui/_buttons.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 309, app/assets/stylesheets/main/theme/gui/_buttons.scss */
html body .btn-light,
html body .btn-outline.btn-light {
  border-color: #d9d9d9 #d9d9d9 #bfbfbf;
  color: #777;
}

/* line 314, app/assets/stylesheets/main/theme/gui/_buttons.scss */
html body .btn-light.btn-outline-light-opacity-2,
html body .btn-outline.btn-light.btn-outline-light-opacity-2 {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 318, app/assets/stylesheets/main/theme/gui/_buttons.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 325, app/assets/stylesheets/main/theme/gui/_buttons.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 {
  box-shadow: 0 0 0 3px rgba(191, 191, 191, 0.5);
}

/* line 330, app/assets/stylesheets/main/theme/gui/_buttons.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 335, app/assets/stylesheets/main/theme/gui/_buttons.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 342, app/assets/stylesheets/main/theme/gui/_buttons.scss */
html body .btn-light-2,
html body .btn-outline.btn-light-2 {
  border-color: #FFF;
  color: #FFF;
}

/* line 347, app/assets/stylesheets/main/theme/gui/_buttons.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 354, app/assets/stylesheets/main/theme/gui/_buttons.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 {
  box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
}

/* line 359, app/assets/stylesheets/main/theme/gui/_buttons.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 364, app/assets/stylesheets/main/theme/gui/_buttons.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 373, app/assets/stylesheets/main/theme/gui/_buttons.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 388, app/assets/stylesheets/main/theme/gui/_buttons.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 400, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn.hamburguer-btn-side-header {
  position: absolute;
  top: 15px;
  right: 8px;
}

/* line 406, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn.hamburguer-btn-side-header-overlay {
  right: 30px;
  z-index: 9999;
}

/* line 411, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn .hamburguer {
  pointer-events: none;
}

/* line 413, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn .hamburguer span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transition: ease width 300ms;
  transform: translateY(-50%);
  background: #333;
}

/* line 422, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn .hamburguer span:nth-child(1) {
  top: 30%;
}

/* line 425, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn .hamburguer span:nth-child(2) {
  transition-delay: 100ms;
}

/* line 428, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn .hamburguer span:nth-child(3) {
  top: 70%;
  transition-delay: 200ms;
}

/* line 435, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn .close {
  opacity: 0;
  pointer-events: none;
  transition: ease all 300ms;
}

/* line 439, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  background: #333;
  transition: ease all 300ms;
  transform-origin: 50% 0;
}

/* line 448, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn .close span:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}

/* line 451, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn .close span:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
}

/* line 458, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn.active .hamburguer {
  opacity: 0;
}

/* line 460, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn.active .hamburguer span {
  width: 0;
}

/* line 464, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn.active .close {
  opacity: 1;
  transition: ease all 300ms;
}

/* line 467, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn.active .close span {
  width: 80%;
  transition: ease all 300ms;
}

/* line 470, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn.active .close span:nth-child(2) {
  transition-delay: 300ms;
}

/* line 478, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.hamburguer-btn.hamburguer-btn-light .hamburguer span,
.hamburguer-btn.hamburguer-btn-light .close span {
  background: #FFF;
}

/* line 487, app/assets/stylesheets/main/theme/gui/_buttons.scss */
html.overflow-hidden .hamburguer-btn.hamburguer-btn-side-header-overlay {
  right: 13px;
}

/* Hamburguer Sticky Colors */
/* line 499, app/assets/stylesheets/main/theme/gui/_buttons.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 505, app/assets/stylesheets/main/theme/gui/_buttons.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 514, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-badge {
  position: relative;
}

/* line 516, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-badge .badge {
  top: -0.5rem;
  right: -0.5rem;
  position: absolute;
}

/* Gradient */
/* line 524, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-gradient:not(.btn-outline) {
  border: 0;
}

/* line 527, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
  border: 0;
}

/* line 532, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus {
  border: 0;
}

/* line 537, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
  border: 0;
}

/* line 542, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active {
  border: 0;
}

/* line 548, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-gradient.btn-outline {
  border: 2px solid transparent;
  background: transparent;
  border-image-slice: 1 !important;
}

/* line 553, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover {
  border: 2px solid transparent;
}

/* line 558, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
  border: 2px solid transparent;
}

/* line 563, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active {
  border: 2px solid transparent;
}

/* Play Button Size */
/* line 570, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.play-button-sm {
  width: 35px;
  height: 35px;
}

/* line 575, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.play-button-md {
  width: 60px;
  height: 60px;
}

/* line 580, app/assets/stylesheets/main/theme/gui/_buttons.scss */
.play-button-lg {
  width: 90px;
  height: 90px;
}

/* Call to Action */
/* line 2, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 32px 55px;
  clear: both;
}

/* line 8, app/assets/stylesheets/main/theme/config/_mixins.scss */
.call-to-action::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
  .call-to-action {
    padding: 10px 10px;
  }
}

/* line 12, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action h3 {
  text-transform: none;
  color: #212529;
  padding: 0;
  margin: 0 0 9px;
}

/* line 19, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action p {
  font-size: 1.2em;
}

/* line 23, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action > [class*="col-"] {
  display: flex;
  align-items: center;
}

/* line 26, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action > [class*="col-"]:nth-child(2) {
  justify-content: flex-end;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 26, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
  .call-to-action > [class*="col-"]:nth-child(2) {
    justify-content: center;
  }
}

/* line 37, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action .container > .row, .call-to-action .container-fluid > .row {
  display: flex;
  flex-wrap: wrap;
}

/* line 40, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] {
  display: flex;
  align-items: center;
}

/* line 43, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
  justify-content: flex-end;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
  .call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* line 56, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
  .call-to-action > [class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
  /* line 62, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
  .call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
}

/* line 69, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action .call-to-action-content {
  text-align: center;
}

/* line 73, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.call-to-action-big {
  padding: 63px 55px;
}

@media (max-width: 575px) {
  /* line 73, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
  .call-to-action.call-to-action-big {
    padding: 63px 0;
  }
}

/* line 80, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.call-to-action-front {
  z-index: 1;
}

/* line 84, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.call-to-action-default {
  background: #f7f7f7;
}

/* line 88, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.call-to-action-strong-grey {
  background: #EDEDED;
}

/* line 92, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.call-to-action-dark {
  background: #333940;
}

/* line 94, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
  color: #FFF;
}

/* line 99, app/assets/stylesheets/main/theme/gui/_call-to-action.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;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 107, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.with-full-borders {
  border: 2px solid #CCC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 112, app/assets/stylesheets/main/theme/gui/_call-to-action.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;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 122, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.featured.featured-primary {
  border-top-color: #CCC;
}

/* line 122, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}

/* line 122, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.featured.featured-tertiary {
  border-top-color: #2BAAB1;
}

/* line 122, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.featured.featured-quaternary {
  border-top-color: #333940;
}

/* line 129, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.with-button-arrow .call-to-action-btn {
  position: relative;
}

@media (min-width: 992px) {
  /* line 129, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
  .call-to-action.with-button-arrow .call-to-action-btn {
    left: -80px;
  }
}

/* line 134, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.with-button-arrow .call-to-action-btn .arrow {
  position: absolute;
}

@media (max-width: 991px) {
  /* line 134, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
  .call-to-action.with-button-arrow .call-to-action-btn .arrow {
    display: none;
  }
}

/* line 140, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.with-button-arrow .call-to-action-btn.no-left {
  left: 0;
}

@media (max-width: 991px) {
  /* line 140, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
  .call-to-action.with-button-arrow .call-to-action-btn.no-left {
    margin-top: -25px !important;
  }
}

/* line 149, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span {
  position: relative;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span .arrow {
  right: 50% !important;
}

/* line 160, app/assets/stylesheets/main/theme/gui/_call-to-action.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 167, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.button-centered .call-to-action-content {
  text-align: center;
  width: 100%;
  padding: 35px 0 0;
  margin: 0;
}

/* line 174, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.button-centered .call-to-action-btn {
  text-align: center;
  position: static;
  margin: 20px auto 25px;
  width: auto;
}

/* line 182, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.call-to-action-in-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 30px;
  margin-bottom: -50px !important;
}

/* line 187, app/assets/stylesheets/main/theme/gui/_call-to-action.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 203, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.no-top-arrow:before {
  display: none;
}

/* line 208, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.call-to-action.call-to-action-in-footer-margin-top {
  margin-top: 60px;
}

/* line 213, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
.container .call-to-action {
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 767px) {
  /* line 220, app/assets/stylesheets/main/theme/gui/_call-to-action.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 235, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
html.ie:not(.ie9) .call-to-action .call-to-action-content {
  width: 100%;
}

/* line 239, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
html.ie:not(.ie9) .call-to-action.button-centered > [class*="col-"] {
  display: block;
}

/* line 245, app/assets/stylesheets/main/theme/gui/_call-to-action.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 258, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
html.ie9 .call-to-action > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 262, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
html.ie9 .call-to-action > [class*="col-"]:nth-child(2) {
  text-align: right;
}

/* line 269, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
html.ie9 .call-to-action .container > .row, html.ie9 .call-to-action .container-fluid > .row {
  display: table;
  width: 100%;
}

/* line 272, app/assets/stylesheets/main/theme/gui/_call-to-action.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 276, app/assets/stylesheets/main/theme/gui/_call-to-action.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 284, app/assets/stylesheets/main/theme/gui/_call-to-action.scss */
html.ie9 .call-to-action.button-centered > [class*="col-"] {
  float: left;
}

/* line 290, app/assets/stylesheets/main/theme/gui/_call-to-action.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 2, app/assets/stylesheets/main/theme/gui/_cards.scss */
.card {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 7, app/assets/stylesheets/main/theme/gui/_cards.scss */
.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 11, app/assets/stylesheets/main/theme/gui/_cards.scss */
.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 15, app/assets/stylesheets/main/theme/gui/_cards.scss */
.card-body {
  padding: 2rem;
}

/* line 20, app/assets/stylesheets/main/theme/gui/_cards.scss */
.card-text-color-hover-light:hover * {
  color: #FFF !important;
}

/* line 25, app/assets/stylesheets/main/theme/gui/_cards.scss */
.card-background-image-hover {
  background-size: cover;
  background-position: center;
}

/* line 28, app/assets/stylesheets/main/theme/gui/_cards.scss */
.card-background-image-hover .card-body {
  background: rgba(255, 255, 255, 0.9);
  margin: 1rem;
  padding: 1rem;
}

/* Flip Card */
/* line 36, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card {
  position: relative;
  border: none;
  perspective: 1000px;
}

/* line 41, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card .flip-front,
.flip-card .flip-back {
  padding: 2rem;
  backface-visibility: hidden;
  background: #FFF;
  box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15);
  transform-style: preserve-3d;
  transition: ease transform 500ms;
}

/* line 50, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card .flip-front .flip-content,
.flip-card .flip-back .flip-content {
  transform: translate3d(0, 0, 1px);
  backface-visibility: hidden;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card .flip-front.overlay:before,
.flip-card .flip-back.overlay:before {
  transform: translate3d(0, 0, 0px);
  backface-visibility: hidden;
}

/* line 62, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card .flip-front {
  transform: translate3d(0, 0, 1px) rotateY(0deg);
}

/* line 65, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card .flip-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, -1px) rotateY(180deg);
}

/* line 75, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card:hover .flip-front {
  transform: translate3d(0, 0, -1px) rotateY(-180deg);
}

/* line 78, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card:hover .flip-back {
  transform: translate3d(0, 0, 1px) rotateY(0deg);
}

/* line 85, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card.flip-card-vertical .flip-front {
  transform: translate3d(0, 0, 1px) rotateX(0deg);
}

/* line 88, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card.flip-card-vertical .flip-back {
  transform: translate3d(0, 0, -1px) rotateX(180deg);
}

/* line 93, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card.flip-card-vertical:hover .flip-front {
  transform: translate3d(0, 0, -1px) rotateX(-180deg);
}

/* line 96, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card.flip-card-vertical:hover .flip-back {
  transform: translate3d(0, 0, 1px) rotateX(0deg);
}

/* line 105, app/assets/stylesheets/main/theme/gui/_cards.scss */
.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content {
  perspective: inherit;
  transform: translate3d(0, 0, 60px);
}

/* Owl Carousel */
/* line 2, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel {
  display: block;
  margin-bottom: 20px;
  opacity: 0;
  /* Navigation */
  /* Dots */
  /* Image Thumbnail */
}

/* line 7, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.owl-loaded {
  opacity: 1;
}

/* line 12, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span {
  display: none;
}

/* line 14, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div:first-child, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span:first-child {
  display: block;
}

/* line 21, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .owl-item img {
  transform-style: unset;
}

/* line 26, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .owl-item img[data-icon] {
  display: inline;
}

/* line 30, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .thumbnail {
  margin-right: 1px;
}

/* line 33, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .item-video {
  height: 300px;
}

/* line 36, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: 0;
  transform: translate3d(0, -50%, 0);
}

/* line 42, app/assets/stylesheets/main/theme/gui/_carousels.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;
  transform: translate3d(0, -50%, 0);
}

/* line 52, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

/* line 54, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .owl-nav button.owl-prev:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.5rem;
  content: "\f053";
  position: relative;
  left: -1px;
  top: -1px;
}

/* line 67, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

/* line 69, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .owl-nav button.owl-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.5rem;
  content: "\f054";
  position: relative;
  left: 1px;
  top: -1px;
}

/* line 85, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 86, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 95, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.stage-margin.stage-margin-sm .owl-stage-outer {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

/* line 102, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.stage-margin.stage-margin-md .owl-stage-outer {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

/* line 109, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* line 116, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.top-border {
  border-top: 1px solid #eaeaea;
  padding-top: 18px;
}

/* line 123, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-hover .owl-nav {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* line 126, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-hover .owl-nav button.owl-prev {
  left: -15px;
}

/* line 129, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-hover .owl-nav button.owl-next {
  right: -15px;
}

/* line 134, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-hover:hover .owl-nav {
  opacity: 1;
}

/* line 141, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-title .owl-nav {
  top: 0;
  right: 0;
  margin-top: -25px;
  width: auto;
}

/* line 146, app/assets/stylesheets/main/theme/gui/_carousels.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 151, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-title .owl-nav button.owl-prev {
  left: -40px;
}

/* line 155, app/assets/stylesheets/main/theme/gui/_carousels.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 162, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-title.show-nav-title-both-sides .owl-nav {
  width: 100%;
}

/* line 165, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-prev {
  left: 0;
}

/* line 169, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-next {
  right: 0;
}

/* line 174, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-nav-title.show-nav-title-both-sides-style-2 .owl-nav {
  margin-top: 15px;
}

/* line 182, app/assets/stylesheets/main/theme/gui/_carousels.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 189, app/assets/stylesheets/main/theme/gui/_carousels.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 196, app/assets/stylesheets/main/theme/gui/_carousels.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 207, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-bottom .owl-stage-outer {
  margin-bottom: 10px;
}

/* line 210, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-bottom .owl-nav {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
  transform: none;
}

/* line 216, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-bottom .owl-nav button.owl-prev, .owl-carousel.nav-bottom .owl-nav button.owl-next {
  position: static;
  transform: none;
}

/* line 220, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-bottom .owl-nav button.owl-prev {
  margin-right: 5px;
}

/* line 223, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-bottom .owl-nav button.owl-next {
  margin-left: 5px;
}

/* line 230, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-bottom-inside .owl-nav {
  position: relative;
  margin: -4.3rem 0 0 0;
  padding: 0;
  width: auto;
}

/* line 235, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-bottom-inside .owl-nav button.owl-prev, .owl-carousel.nav-bottom-inside .owl-nav button.owl-next {
  position: static;
}

/* line 243, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside .owl-nav button.owl-prev {
  left: 15px;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside .owl-nav button.owl-next {
  right: 15px;
}

/* line 253, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev {
  left: 0;
}

/* line 256, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next {
  right: 0;
}

/* line 264, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-prev {
  left: 30px;
}

/* line 267, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-next {
  right: 30px;
}

/* line 274, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside.nav-bottom .owl-nav {
  position: absolute;
  top: auto;
  bottom: 40px;
  width: 100%;
}

/* line 279, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-prev, .owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-next {
  position: relative;
}

/* line 282, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-prev {
  left: 0;
}

/* line 285, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside.nav-bottom .owl-nav button.owl-next {
  right: 0;
}

/* line 292, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-inside.nav-bottom.nav-style-2 .owl-nav button.owl-prev, .owl-carousel.nav-inside.nav-bottom.nav-style-2 .owl-nav button.owl-next {
  position: relative;
}

/* line 302, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-outside .owl-nav button.owl-prev {
  left: 0;
}

/* line 305, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-outside .owl-nav button.owl-next {
  right: 0;
}

@media (min-width: 992px) {
  /* line 312, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.nav-outside .owl-nav button.owl-prev {
    left: -50px;
  }
  /* line 315, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.nav-outside .owl-nav button.owl-next {
    right: -50px;
  }
}

/* line 324, app/assets/stylesheets/main/theme/gui/_carousels.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 329, app/assets/stylesheets/main/theme/gui/_carousels.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 333, app/assets/stylesheets/main/theme/gui/_carousels.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 342, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-2 .owl-nav .owl-next,
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
  background: transparent !important;
}

/* line 345, app/assets/stylesheets/main/theme/gui/_carousels.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;
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

/* line 358, app/assets/stylesheets/main/theme/gui/_carousels.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: 3px solid #CCC;
  width: 2.5em;
  position: absolute;
  top: 50%;
  font-size: inherit;
  transform: translate3d(0, -50%, 0);
}

/* line 369, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-2 .owl-nav .owl-next {
  transform: rotate(180deg) !important;
  transform-origin: 15px 8px;
}

/* line 376, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-2.nav-bottom.nav-inside .owl-nav .owl-next {
  transform-origin: 15px;
}

/* line 384, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-3 .owl-nav {
  top: 25%;
}

/* line 386, app/assets/stylesheets/main/theme/gui/_carousels.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 391, app/assets/stylesheets/main/theme/gui/_carousels.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 395, app/assets/stylesheets/main/theme/gui/_carousels.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 404, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-4 .owl-nav .owl-prev {
  left: 75px;
}

@media (max-width: 991px) {
  /* line 404, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.nav-style-4 .owl-nav .owl-prev {
    left: 40px;
  }
}

@media (max-width: 767px) {
  /* line 404, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.nav-style-4 .owl-nav .owl-prev {
    left: 13px;
  }
}

/* line 413, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-4 .owl-nav .owl-next {
  right: 75px;
}

@media (max-width: 991px) {
  /* line 413, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.nav-style-4 .owl-nav .owl-next {
    right: 40px;
  }
}

@media (max-width: 767px) {
  /* line 413, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.nav-style-4 .owl-nav .owl-next {
    right: 13px;
  }
}

/* line 422, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-4 .owl-nav .owl-prev, .owl-carousel.nav-style-4 .owl-nav .owl-next {
  background: #FFF;
  font-size: 0.7rem;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 100%;
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
}

/* line 430, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-4 .owl-nav .owl-next:hover {
  color: #FFF;
}

/* line 438, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-4.nav-style-4-pos-2 .owl-nav .owl-prev {
  left: 0px;
}

/* line 441, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-4.nav-style-4-pos-2 .owl-nav .owl-next {
  right: 0px;
}

/* line 450, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-diamond .owl-nav .owl-prev, .owl-carousel.nav-style-diamond .owl-nav .owl-next {
  transform: rotate(45deg);
  transform-origin: 100% 0%;
}

/* line 453, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-diamond .owl-nav .owl-prev:before, .owl-carousel.nav-style-diamond .owl-nav .owl-next:before {
  display: block;
  transform: rotate(-45deg);
  transform-origin: 60% 50%;
}

/* line 459, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-style-diamond .owl-nav .owl-next:before {
  transform-origin: 50%;
}

/* line 467, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next {
  width: 35px;
  height: 35px;
}

/* line 470, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev:before, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next:before {
  content: none;
}

/* line 473, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg {
  width: 2em;
}

/* line 475, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
  fill: #FFF;
  stroke: #FFF;
}

/* line 484, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg {
  transform: rotate(180deg);
}

/* line 502, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  background: transparent;
}

/* line 508, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-arrows-1 .owl-nav .owl-next:before {
  content: '\f061';
  font-size: inherit;
}

/* line 517, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-arrows-1 .owl-nav .owl-prev:before {
  content: '\f060';
  font-size: inherit;
}

/* line 532, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-arrows-thin .owl-nav .owl-prev:before, .owl-carousel.nav-arrows-thin .owl-nav .owl-next:before {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 543, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-arrows-thin .owl-nav .owl-next:before {
  content: "\e606";
  font-size: inherit;
}

/* line 552, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-arrows-thin .owl-nav .owl-prev:before {
  content: "\e605";
  font-size: inherit;
}

/* line 565, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-center-images-only .owl-nav {
  top: 37%;
}

/* line 571, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-center-outside .owl-nav {
  width: calc(100% + 90px);
  left: 49.9%;
  transform: translate3d(-50%, 0, 0);
}

/* line 580, app/assets/stylesheets/main/theme/gui/_carousels.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 584, app/assets/stylesheets/main/theme/gui/_carousels.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 587, app/assets/stylesheets/main/theme/gui/_carousels.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 595, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-squared .owl-nav button[class*="owl-"] {
  border-radius: 0;
}

/* line 603, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-md .owl-nav button.owl-prev,
.owl-carousel.nav-md .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
}

/* line 613, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-lg .owl-nav button.owl-prev,
.owl-carousel.nav-lg .owl-nav button.owl-next {
  width: 45px;
  height: 60px;
}

/* line 622, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-prev,
.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
}

/* line 633, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-font-size-sm .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-sm .owl-nav button.owl-next {
  font-size: 10px;
}

/* line 636, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-font-size-sm .owl-nav button.owl-prev:before,
.owl-carousel.nav-font-size-sm .owl-nav button.owl-next:before {
  font-size: inherit;
}

/* line 645, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-font-size-md .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-md .owl-nav button.owl-next {
  font-size: 14px;
}

/* line 648, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-font-size-md .owl-nav button.owl-prev:before,
.owl-carousel.nav-font-size-md .owl-nav button.owl-next:before {
  font-size: inherit;
}

/* line 657, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next {
  font-size: 19px;
}

/* line 660, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev:before,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next:before {
  font-size: inherit;
  left: 2px;
}

/* line 671, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #212529 !important;
}

/* line 675, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"]:hover {
  background-color: #FFF !important;
  border-color: #FFF !important;
}

/* line 679, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"]:active {
  background-color: #d2d2d2 !important;
  border-color: #d2d2d2 !important;
}

/* line 688, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).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 701, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav button[class*="owl-"] svg polygon {
  fill: #212529 !important;
  stroke: #212529 !important;
}

/* line 712, app/assets/stylesheets/main/theme/gui/_carousels.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 722, app/assets/stylesheets/main/theme/gui/_carousels.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 730, app/assets/stylesheets/main/theme/gui/_carousels.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 741, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-light.nav-svg-arrows-1 .owl-nav .owl-next svg polygon,
.owl-carousel.nav-light.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon {
  fill: #FFF !important;
  stroke: #FFF !important;
}

/* line 751, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-light.nav-arrows-1 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-arrows-1 .owl-nav .owl-prev {
  color: #FFF !important;
}

/* line 762, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] {
  background-color: #262a2f !important;
  border-color: #262a2f #262a2f #2c3237 !important;
  color: #FFF !important;
}

/* line 766, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"]:hover {
  background-color: #2c3237 !important;
  border-color: #2c3237 !important;
}

/* line 770, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"]:active {
  background-color: #212529 !important;
  border-color: #212529 !important;
}

/* line 779, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).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 792, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-svg-arrows-1 .owl-nav button[class*="owl-"] svg polygon {
  fill: #FFF !important;
  stroke: #FFF !important;
}

/* line 803, app/assets/stylesheets/main/theme/gui/_carousels.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 813, app/assets/stylesheets/main/theme/gui/_carousels.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 821, app/assets/stylesheets/main/theme/gui/_carousels.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 832, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-dark.nav-svg-arrows-1 .owl-nav .owl-next svg polygon,
.owl-carousel.nav-dark.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon {
  fill: #212529 !important;
  stroke: #212529 !important;
}

/* line 842, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.nav-dark.nav-arrows-1 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-arrows-1 .owl-nav .owl-prev {
  color: #212529 !important;
}

/* line 852, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .owl-dots .owl-dot {
  outline: 0;
}

/* line 854, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}

/* line 863, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-inside .owl-dots {
  position: absolute;
  bottom: 2px;
  right: 10px;
  margin-top: 0;
}

/* line 872, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-title .owl-dots {
  position: absolute;
  margin-top: 0 !important;
  top: -51px;
  left: 155px;
}

/* line 878, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-title .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}

/* line 887, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-title.dots-title-pos-2 .owl-dots {
  left: 235px;
}

/* line 896, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-light .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}

/* line 901, app/assets/stylesheets/main/theme/gui/_carousels.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 912, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-morphing .owl-dots .owl-dot span {
  width: 20px;
  height: 6px;
  transition: ease width 300ms;
}

/* line 920, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-morphing .owl-dots .owl-dot.active span, .owl-carousel.dots-morphing .owl-dots .owl-dot:hover span {
  width: 40px;
}

/* line 929, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-modern .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 933, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-modern .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}

/* line 938, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-modern .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  transition: ease all 300ms 300ms;
}

/* line 944, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-modern .owl-dots .owl-dot.active span {
  transition: ease all 300ms;
  transform: scale(2);
}

/* line 954, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-orientation-portrait .owl-dots {
  display: flex;
  flex-direction: column;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 963, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-align-left .owl-dots {
  text-align: left;
}

/* line 969, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-align-right .owl-dots {
  text-align: left;
}

/* line 975, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-horizontal-center .owl-dots {
  left: 0;
  right: 0;
  width: 100%;
}

/* line 983, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.dots-vertical-center .owl-dots {
  top: 50%;
  bottom: auto;
  margin: 0;
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 575px) {
  /* line 993, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.show-dots-xs .owl-dots {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /* line 1002, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.show-dots-sm .owl-dots {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1011, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.show-dots-md .owl-dots {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* line 1019, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-dots-hover .owl-dots {
  opacity: 0;
  visibility: hidden;
  transition: ease opacity 300ms;
}

/* line 1025, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.show-dots-hover:hover .owl-dots {
  opacity: 1;
  visibility: visible;
}

/* line 1034, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel .img-thumbnail.img-thumbnail-hover-icon {
  display: block;
}

/* Hover Items with Opacity */
/* line 1042, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel [class*="opacity-"] {
  transition: ease opacity 300ms;
}

/* line 1044, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel [class*="opacity-"]:hover {
  opacity: 1 !important;
}

/* Carousel Sync */
@media (min-width: 576px) {
  /* line 1052, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel.carousel-sync-style-1 {
    position: absolute;
    top: 50%;
    left: -30px;
    max-width: 355px;
    transform: translate3d(0, -50%, 0);
  }
}

/* Spaced */
/* line 1062, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel-spaced {
  margin-left: -5px;
}

/* line 1064, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel-spaced .owl-item > div {
  margin: 5px;
}

/* Testimonials */
/* line 1071, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.testimonials img {
  display: inline-block;
  height: 70px;
  width: 70px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 1081, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .owl-carousel-spaced {
    margin-left: 0;
  }
}

/* Carousel Areas */
/* line 1088, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.carousel-areas {
  background: #f2f2f2;
  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;
  box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.07);
}

/* line 1096, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.carousel-areas .owl-carousel {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 1099, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.carousel-areas .owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}

/* line 1102, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.carousel-areas .owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

/* line 1107, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.carousel-areas .owl-carousel:first-child img {
  border-radius: 6px 6px 0 0;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 1119, app/assets/stylesheets/main/theme/gui/_carousels.scss */
  .carousel-areas .owl-carousel .owl-nav {
    display: none;
  }
}

/* Carousel Center Active Item */
/* line 1129, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.carousel-center-active-item .owl-item {
  opacity: 0.2;
  transition: ease opacity 300ms;
}

/* line 1132, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.carousel-center-active-item .owl-item.current {
  opacity: 1 !important;
}

/* line 1138, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.carousel-center-active-item.carousel-center-active-item-style-2 .owl-item {
  opacity: 0.7;
}

/* Carousel Center Active Item 2 */
/* line 1147, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.carousel-center-active-item-2 .owl-stage-outer {
  overflow: visible;
}

/* line 1151, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.carousel-center-active-item-2 .owl-item > div {
  width: 66.6666%;
  margin-left: auto;
  padding: 3rem;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 70px -40px rgba(0, 0, 0, 0.2);
}

/* line 1160, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  margin-right: auto;
}

/* line 1162, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div * {
  color: #FFF !important;
}

/* line 1167, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel.carousel-center-active-item-2 .owl-item.active + .owl-item > div {
  margin-right: auto;
  margin-left: 0;
}

/* Owl Carousel Performance */
/* line 1179, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel-light.owl-carousel-light-init-fadeIn {
  transition: ease opacity 300ms;
}

/* line 1182, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel-light .owl-stage-outer,
.owl-carousel-light .owl-stage {
  height: 100%;
}

/* line 1186, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel-light .owl-item {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  transition: ease opacity 300ms;
}

/* line 1196, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel-light .owl-item.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* line 1204, app/assets/stylesheets/main/theme/gui/_carousels.scss */
.owl-carousel-light .owl-dots .owl-dot span {
  margin: 5px 2px;
}

/* Cascading Images */
/* line 2, app/assets/stylesheets/main/theme/gui/_cascading-images.scss */
.cascading-images-wrapper {
  display: inline-block;
  padding: 12% 20%;
}

/* line 5, app/assets/stylesheets/main/theme/gui/_cascading-images.scss */
.cascading-images-wrapper .cascading-images {
  transform: translate3d(0, -35%, 0);
}

/* line 7, app/assets/stylesheets/main/theme/gui/_cascading-images.scss */
.cascading-images-wrapper .cascading-images img {
  max-width: 100%;
}

/* Text */
/* line 2, app/assets/stylesheets/main/theme/gui/_colors.scss */
.text-color-grey {
  color: #969696 !important;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_colors.scss */
.text-color-grey-lighten {
  color: #a9a9aa !important;
}

/* line 10, app/assets/stylesheets/main/theme/gui/_colors.scss */
.text-color-white {
  color: #FFF !important;
}

/* line 14, app/assets/stylesheets/main/theme/gui/_colors.scss */
.text-color-hover-white:hover {
  color: #FFF !important;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_colors.scss */
.text-color-black {
  color: #000 !important;
}

/* line 22, app/assets/stylesheets/main/theme/gui/_colors.scss */
.text-color-hover-black:hover {
  color: #000 !important;
}

/* line 26, app/assets/stylesheets/main/theme/gui/_colors.scss */
.text-color-danger {
  color: #ff5b5b !important;
}

/* line 30, app/assets/stylesheets/main/theme/gui/_colors.scss */
.text-color-success {
  color: #0cc485 !important;
}

/* Grey */
/* line 35, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey {
  background-color: #F7F7F7 !important;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-1 {
  background-color: #EDEDED !important;
}

/* line 43, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-2 {
  background-color: #e8e8e8 !important;
}

/* line 47, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-3 {
  background-color: #e3e3e3 !important;
}

/* line 51, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-4 {
  background-color: #dedede !important;
}

/* line 55, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-5 {
  background-color: #d9d9d9 !important;
}

/* line 59, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-6 {
  background-color: #d4d4d4 !important;
}

/* line 63, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-7 {
  background-color: #cecece !important;
}

/* line 67, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-8 {
  background-color: #c9c9c9 !important;
}

/* line 71, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-9 {
  background-color: #c4c4c4 !important;
}

/* line 75, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-grey-scale-10 {
  background-color: #bfbfbf !important;
}

/* Dark */
/* line 80, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-dark-scale-1 {
  background-color: #212529 !important;
}

/* line 84, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-dark-scale-2 {
  background-color: #1c2023 !important;
}

/* line 88, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-dark-scale-3 {
  background-color: #181b1e !important;
}

/* line 92, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-dark-scale-4 {
  background-color: #131618 !important;
}

/* line 96, app/assets/stylesheets/main/theme/gui/_colors.scss */
.bg-color-dark-scale-5 {
  background-color: #0f1112 !important;
}

/* Borders */
/* line 101, app/assets/stylesheets/main/theme/gui/_colors.scss */
.border-color-light-2 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_colors.scss */
.border-color-light-3 {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

/* line 109, app/assets/stylesheets/main/theme/gui/_colors.scss */
.border-color-light-4 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 113, app/assets/stylesheets/main/theme/gui/_colors.scss */
.border-color-grey-1 {
  border-color: #e9e9e9 !important;
}

/* line 117, app/assets/stylesheets/main/theme/gui/_colors.scss */
.border-color-success {
  border-color: #0cc485 !important;
}

/* SVG */
/* line 124, app/assets/stylesheets/main/theme/gui/_colors.scss */
.svg-fill-color-light svg path, .svg-fill-color-light svg rect {
  fill: #FFF !important;
}

/* line 132, app/assets/stylesheets/main/theme/gui/_colors.scss */
.svg-stroke-color-light svg path, .svg-stroke-color-light svg rect {
  stroke: #FFF !important;
}

/* line 140, app/assets/stylesheets/main/theme/gui/_colors.scss */
.svg-fill-color-dark svg path, .svg-fill-color-dark svg rect {
  fill: #212529 !important;
}

/* line 148, app/assets/stylesheets/main/theme/gui/_colors.scss */
.svg-stroke-color-dark svg path, .svg-stroke-color-dark svg rect {
  stroke: #212529 !important;
}

/* Star Rating */
/* line 156, app/assets/stylesheets/main/theme/gui/_colors.scss */
.rating-default .filled-stars {
  color: #6a6a6d;
}

/* Countdown */
/* line 2, app/assets/stylesheets/main/theme/gui/_countdown.scss */
.countdown {
  display: flex;
  text-align: center;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_countdown.scss */
.countdown > span {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
}

/* line 14, app/assets/stylesheets/main/theme/gui/_countdown.scss */
.countdown > span > span {
  display: block;
  font-size: 3rem;
  line-height: 1;
  color: #212529;
}

/* line 24, app/assets/stylesheets/main/theme/gui/_countdown.scss */
.countdown.countdown-light > span {
  color: rgba(255, 255, 255, 0.6);
}

/* line 26, app/assets/stylesheets/main/theme/gui/_countdown.scss */
.countdown.countdown-light > span > span {
  color: #FFF;
}

/* line 32, app/assets/stylesheets/main/theme/gui/_countdown.scss */
.countdown.countdown-light.countdown-borders > span {
  border-color: #FFF;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_countdown.scss */
.countdown.countdown-borders {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_countdown.scss */
.countdown.countdown-borders > span {
  border-width: 2px;
  border-style: solid;
  border-color: #212529;
  margin-right: 15px;
  margin-left: 15px;
  padding: 1.5rem;
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/main/theme/gui/_countdown.scss */
  .countdown {
    flex-wrap: wrap;
  }
  /* line 57, app/assets/stylesheets/main/theme/gui/_countdown.scss */
  .countdown > span {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  /* line 63, app/assets/stylesheets/main/theme/gui/_countdown.scss */
  .countdown > span:nth-child(3), .countdown > span:nth-child(4) {
    margin-bottom: 0;
  }
  /* line 68, app/assets/stylesheets/main/theme/gui/_countdown.scss */
  .countdown.countdown-borders {
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 73, app/assets/stylesheets/main/theme/gui/_countdown.scss */
  .countdown.countdown-borders > span {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  /* line 83, app/assets/stylesheets/main/theme/gui/_countdown.scss */
  .countdown > span {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }
  /* line 89, app/assets/stylesheets/main/theme/gui/_countdown.scss */
  .countdown > span:nth-child(3) {
    margin-bottom: 50px;
  }
  /* line 95, app/assets/stylesheets/main/theme/gui/_countdown.scss */
  .countdown.countdown-borders > span {
    margin-bottom: 30px;
  }
  /* line 98, app/assets/stylesheets/main/theme/gui/_countdown.scss */
  .countdown.countdown-borders > span:nth-child(3) {
    margin-bottom: 30px;
  }
}

/* Counters */
/* line 3, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters .counter {
  text-align: center;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters [class*="fa-"], .counters .icons {
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}

/* line 12, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters strong {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}

/* line 26, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters .counter-side-icon [class*="fa-"], .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
  display: inline-block;
}

/* line 32, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters .counter-with-unit strong {
  display: inline-block;
}

/* line 36, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters .counter-with-unit.counter-unit-on-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

/* line 41, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters .counter-with-unit.counter-unit-on-top .unit {
  font-size: 2rem;
  line-height: 2.7rem;
  margin-left: 0.3rem;
}

/* line 46, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters .counter-with-unit.counter-unit-on-top label {
  width: 100%;
  margin-top: 0.7rem;
}

/* line 52, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters .counter-with-unit.counter-unit-on-bottom {
  align-items: flex-end;
}

/* line 58, app/assets/stylesheets/main/theme/gui/_counters.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;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 25px;
}

/* line 70, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters.counters-sm [class*="fa-"], .counters.counters-sm .icons {
  font-size: 25px;
  line-height: 25px;
}

/* line 74, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters.counters-sm strong {
  font-size: 35px;
  line-height: 35px;
}

/* line 78, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters.counters-sm label {
  font-size: 15px;
  line-height: 15px;
}

/* line 85, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters.counters-lg [class*="fa-"] {
  font-size: 45px;
  line-height: 45px;
}

/* line 89, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters.counters-lg strong {
  font-size: 60px;
  line-height: 60px;
}

/* line 93, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters.counters-lg label {
  font-size: 25px;
  line-height: 25px;
}

/* line 100, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters.counters-text-light .counter {
  color: #FFF !important;
}

/* line 102, app/assets/stylesheets/main/theme/gui/_counters.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 109, app/assets/stylesheets/main/theme/gui/_counters.scss */
.counters.counters-text-dark .counter {
  color: #333940 !important;
}

/* line 111, app/assets/stylesheets/main/theme/gui/_counters.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 2, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr {
  background: rgba(0, 0, 0, 0.06);
  border: 0;
  height: 1px;
  margin: 22px 0;
}

/* line 7, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.short {
  margin: 11px 0;
}

/* line 10, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.tall {
  margin: 44px 0;
}

/* line 13, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.taller {
  margin: 66px 0;
}

/* line 16, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.gratient {
  background: none;
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.06), transparent);
}

/* line 20, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.gradient-to-right {
  background: none;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.06), transparent);
}

/* line 24, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.gradient-to-left {
  background: none;
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.06));
}

/* line 28, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.solid {
  background: rgba(0, 0, 0, 0.06);
}

/* line 31, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.light {
  background: rgba(255, 255, 255, 0.15);
}

/* line 34, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.invisible {
  background: none;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider {
  border: 0;
  height: 1px;
  margin: 44px auto;
  background: rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  clear: both;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.taller {
  margin: 66px auto;
}

/* line 52, app/assets/stylesheets/main/theme/gui/_dividers.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 70, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-solid {
  background: rgba(0, 0, 0, 0.06);
}

/* line 75, app/assets/stylesheets/main/theme/gui/_dividers.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 85, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-icon-lg {
  margin: 86px 0;
}

/* line 87, app/assets/stylesheets/main/theme/gui/_dividers.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 96, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-icon-lg.taller {
  margin: 100px auto;
}

/* line 101, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-xs {
  width: 35%;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-sm {
  width: 67%;
}

/* line 110, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-left [class*="fa-"], .divider.divider-left .icons {
  left: 0;
  margin-left: 0;
  margin-right: 0;
  right: auto;
}

/* line 119, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-right [class*="fa-"], .divider.divider-right .icons {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  right: 0;
}

/* line 128, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-style-2 [class*="fa-"], .divider.divider-style-2 .icons {
  background: #f7f7f7;
  color: #a9a9a9;
}

/* line 135, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-style-3 [class*="fa-"], .divider.divider-style-3 .icons {
  border: 1px solid #CECECE;
}

/* line 141, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-style-4 [class*="fa-"], .divider.divider-style-4 .icons {
  border: 1px solid #CECECE;
}

/* line 143, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-style-4 [class*="fa-"]:after, .divider.divider-style-4 .icons:after {
  border: 3px solid #f7f7f7;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}

/* line 159, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small {
  margin: 22px auto;
  background: transparent;
}

/* line 162, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small hr {
  width: 50px;
  height: 3px;
  background: #555;
}

/* line 168, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small.divider-small-center {
  text-align: center;
}

/* line 170, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small.divider-small-center hr {
  margin-left: auto;
  margin-right: auto;
}

/* line 176, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small.divider-small-right {
  text-align: right;
}

/* line 178, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small.divider-small-right hr {
  margin-left: auto;
}

/* line 184, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small.divider-light hr {
  background: #DDD;
}

/* line 190, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small.divider-small-sm hr {
  height: 1px;
}

/* line 196, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small.divider-small-lg hr {
  height: 6px;
}

/* line 201, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small.tall {
  margin: 34px 0;
}

/* line 204, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider.divider-small.taller {
  margin: 46px 0;
}

/* line 209, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider .divider-small-text {
  background: #FFF;
  color: #999;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  top: -15px;
}

/* line 226, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.dashed, .divider.dashed {
  background: none;
  position: relative;
}

/* line 229, app/assets/stylesheets/main/theme/gui/_dividers.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 240, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.pattern, .divider.pattern {
  background: none;
  position: relative;
}

/* line 243, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.pattern:after, .divider.pattern:after {
  background: transparent url(../img/patterns/worn_dots.png) repeat 0 0;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 100%;
}

/* line 254, app/assets/stylesheets/main/theme/gui/_dividers.scss */
hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after {
  background-image: url(../img/patterns/az_subtle.png);
}

@keyframes dividerProgress25 {
  from {
    width: 0;
  }
  to {
    width: 25%;
  }
}

/* line 272, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.dividerProgress25 {
  animation-name: dividerProgress25;
}

/* Divider Borders */
/* line 277, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider-top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 281, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 285, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider-left-border {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 289, app/assets/stylesheets/main/theme/gui/_dividers.scss */
.divider-right-border {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

/* Dropdowns */
/* line 5, app/assets/stylesheets/main/theme/gui/_dropdowns.scss */
.dropdown.dropdown-style-1 .dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 1rem 1.1rem;
  background: #FFF;
  border-radius: 0;
  border-right: 1px solid #ededed;
  min-width: 280px;
  font-weight: bold;
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/main/theme/gui/_dropdowns.scss */
.dropdown.dropdown-style-1 .dropdown-toggle:after {
  content: '\f107';
  position: absolute;
  right: 1.1rem;
  top: 50%;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  transform: translate3d(0, -50%, 0);
  border: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
}

/* line 29, app/assets/stylesheets/main/theme/gui/_dropdowns.scss */
.dropdown.dropdown-style-1 .dropdown-toggle > i {
  display: none;
}

/* line 34, app/assets/stylesheets/main/theme/gui/_dropdowns.scss */
.dropdown.dropdown-style-1 .dropdown-menu {
  width: 100%;
  border-radius: 0;
  margin-top: -1px;
  border-color: #ededed;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_dropdowns.scss */
.dropdown.dropdown-style-1 .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding-right: 1.1rem;
  padding-left: 1.1rem;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_dropdowns.scss */
.dropdown.dropdown-corner-left-fix .dropdown-menu {
  margin-left: -5px;
}

/* line 57, app/assets/stylesheets/main/theme/gui/_dropdowns.scss */
.dropdown-menu.dropdown-menu-arrow-centered:before {
  right: auto;
  left: 50%;
  transform: translate3d(-50%, -6px, 0);
}

/* Icon Featured */
/* line 2, app/assets/stylesheets/main/theme/gui/_featured-box.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 15, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.icon-featured:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}

/* Featured Box */
/* line 27, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box {
  background: #FFF;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  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 43, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 50, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box .box-content {
  border-radius: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-top-width: 4px;
  padding: 1.8rem;
  position: relative;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box .box-content:not(.box-content-border-0) {
  top: -1px;
  border-top-width: 4px;
}

/* line 60, app/assets/stylesheets/main/theme/gui/_featured-box.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 64, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box .box-content.box-content-border-bottom {
  top: 1px;
}

/* line 69, app/assets/stylesheets/main/theme/gui/_featured-box.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 76, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-text-left {
  text-align: left;
}

/* Featured Boxes - Flat */
/* line 81, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-flat .featured-box {
  box-shadow: none;
  margin: 10px 0;
}

/* line 85, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-flat .featured-box .box-content {
  background: #FFF;
  margin-top: 65px;
}

/* line 90, app/assets/stylesheets/main/theme/gui/_featured-box.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 104, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-2 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}

/* line 110, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-2 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 116, app/assets/stylesheets/main/theme/gui/_featured-box.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 129, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-3 .featured-box {
  margin: 10px 0;
}

/* line 132, app/assets/stylesheets/main/theme/gui/_featured-box.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 148, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
}

/* line 153, app/assets/stylesheets/main/theme/gui/_featured-box.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 163, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-4 .featured-box {
  background: none;
  border: 0;
  margin: 10px 0;
  box-shadow: none;
}

/* line 169, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-4 .featured-box .box-content {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 175, app/assets/stylesheets/main/theme/gui/_featured-box.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 193, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 10px 0;
}

/* line 199, app/assets/stylesheets/main/theme/gui/_featured-box.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 203, app/assets/stylesheets/main/theme/gui/_featured-box.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 208, app/assets/stylesheets/main/theme/gui/_featured-box.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 229, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-6 .featured-box .icon-featured {
  border: 1px solid #cecece;
  color: #777;
}

/* line 232, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-6 .featured-box .icon-featured:after {
  border: 5px solid #f7f7f7;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  padding: 1px;
  position: absolute;
  top: -6px;
  width: 100%;
}

/* Featured Boxes - Style 7 */
/* line 254, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-7 .featured-box .icon-featured {
  border: 1px solid #dfdfdf;
  color: #777;
}

/* Featured Boxes - Style 8 */
/* line 266, app/assets/stylesheets/main/theme/gui/_featured-box.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 277, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-style-8 .featured-box .icon-featured:after {
  display: none;
}

/* Featured Boxes Modern */
/* line 287, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-1 .featured-box {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: auto !important;
  margin: 0 !important;
}

/* line 294, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-1 .featured-box .featured-box-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 2s;
  transform: scale(1);
}

/* line 304, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-1 .featured-box .box-content {
  padding: 4rem;
  border: none;
  z-index: 3;
}

/* line 309, app/assets/stylesheets/main/theme/gui/_featured-box.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: 2.9rem;
  margin: 0 0 1rem;
}

/* line 318, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-1 .featured-box .box-content h2 {
  color: #FFF;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}

/* line 325, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-1 .featured-box .box-content p {
  color: #999;
  margin-bottom: 1.6rem;
}

/* line 332, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-1 .featured-box:hover .featured-box-background {
  transform: scale(1.1);
}

@media (max-width: 575px) {
  /* line 340, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
  .featured-boxes-modern-style-1 .featured-box .box-content {
    padding: 2rem 1.5rem;
  }
}

/* line 348, app/assets/stylesheets/main/theme/gui/_featured-box.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 356, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-2 .featured-box:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background: #FFF;
}

/* line 366, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-2 .featured-box .box-content {
  padding: 4rem;
  border: none;
}

/* line 370, app/assets/stylesheets/main/theme/gui/_featured-box.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: 2.9rem;
  margin: 0 0 1rem;
}

/* line 379, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-2 .featured-box .box-content h2 {
  color: #212529;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}

/* line 386, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-2 .featured-box .box-content p {
  color: #999;
  margin-bottom: 1.6rem;
}

@media (max-width: 575px) {
  /* line 395, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
  .featured-boxes-modern-style-2 .featured-box .box-content {
    padding: 2rem 1.5rem;
  }
}

/* line 404, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-2-hover-only .featured-box:before {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 200ms;
}

/* line 413, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box {
  background: rgba(0, 0, 0, 0.06) !important;
  box-shadow: none;
  border: 0;
}

/* line 418, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box-no-borders {
  background: none !important;
}

/* line 421, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-2-hover-only:not(:hover) .featured-box-box-shadow {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

/* line 427, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-modern-style-2-hover-only:hover .featured-box:before {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}

/* Featured Boxes */
/* line 439, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes .featured-box {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* Effects */
/* line 447, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-1 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(1);
  opacity: 0;
}

/* line 457, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-1:hover .icon-featured:after {
  transform: scale(0.8);
  opacity: 1;
}

/* line 465, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-2 .icon-featured:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 3px #FFF;
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

/* line 475, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-2:hover .icon-featured:after {
  transform: scale(0.95);
  opacity: 1;
}

/* line 483, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-3 .icon-featured:after {
  top: 0;
  left: 0;
  box-shadow: 0 0 0 10px #FFF;
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.9);
  opacity: 0;
}

/* line 492, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-3:hover .icon-featured {
  color: #FFF !important;
}

/* line 494, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-3:hover .icon-featured:after {
  transform: scale(1);
  opacity: 0.8;
}

/* line 503, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-4 .icon-featured {
  transition: transform 0.2s, transform 0.2s;
  transform: scale(1);
}

/* line 508, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-4:hover .icon-featured {
  transform: scale(1.15);
}

/* line 515, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-5 .icon-featured {
  overflow: hidden;
  transition: all 0.3s;
}

/* line 520, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-5:hover .icon-featured {
  animation: toRightFromLeft 0.3s forwards;
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

/* line 540, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-6 .icon-featured:after {
  transition: all 0.2s, transform 0.2s;
}

/* line 545, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-6:hover .box-content .icon-featured:after {
  transform: scale(1.1);
}

/* line 553, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-7 .icon-featured:after {
  opacity: 0;
  box-shadow: 3px 3px #d5d5d5;
  transform: rotate(-90deg);
  transition: opacity 0.2s, transform 0.2s;
  left: 0;
  top: -1px;
}

/* line 562, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-7:hover .icon-featured:after {
  opacity: 1;
  transform: rotate(0deg);
}

/* line 567, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-7 .icon-featured:before {
  transform: scale(0.8);
  opacity: 0.7;
  transition: transform 0.2s, opacity 0.2s;
}

/* line 573, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-box-effect-7:hover .icon-featured:before {
  transform: scale(1);
  opacity: 1;
}

/* Feature Box */
/* line 581, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box {
  display: flex;
}

/* line 583, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box .feature-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  color: #FFF;
  font-size: 1rem;
  position: relative;
  top: 7px;
  text-align: center;
  padding: 0.8em;
  height: 1px;
  width: 2.7em;
  height: 2.7em;
}

/* line 600, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box .feature-box-info {
  flex: 1 1 100%;
  padding-left: 15px;
}

/* line 605, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.align-items-center .feature-box-icon {
  top: 0;
}

/* Style 2 */
/* line 614, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-2 h4 {
  color: #212529;
}

/* line 617, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-2 .feature-box-icon {
  background: transparent;
  top: -3px;
}

/* line 620, app/assets/stylesheets/main/theme/gui/_featured-box.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 625, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-2.align-items-center .feature-box-icon {
  top: 0;
}

/* Style 3 */
/* line 635, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-3 h4 {
  color: #212529;
}

/* line 638, app/assets/stylesheets/main/theme/gui/_featured-box.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 642, app/assets/stylesheets/main/theme/gui/_featured-box.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 651, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-4 {
  flex-wrap: wrap;
}

/* line 653, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-4 h4 {
  color: #212529;
}

/* line 656, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-4 .feature-box-icon {
  flex-basis: 100%;
  justify-content: flex-start;
  background: transparent;
  padding: 0 0 1.2rem 0;
}

/* line 661, app/assets/stylesheets/main/theme/gui/_featured-box.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 667, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-4 .feature-box-info {
  clear: both;
  padding-left: 0;
}

/* Style 5 */
/* line 677, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-5 h4 {
  color: #212529;
}

/* line 680, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-5 .feature-box-icon {
  background: transparent;
  top: 0;
  padding: 1em 1.4em;
  min-width: 5em;
}

/* line 685, app/assets/stylesheets/main/theme/gui/_featured-box.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 690, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-5.align-items-center .feature-box-icon {
  top: 0;
}

/* Style 6 */
/* line 700, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-6 h4 {
  color: #212529;
}

/* line 703, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-6 .feature-box-icon {
  border: 1px solid #cecece;
  background: transparent;
  line-height: 32px;
}

/* line 707, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.feature-box-style-6 .feature-box-icon:after {
  border: 3px solid #f7f7f7;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}

/* line 720, app/assets/stylesheets/main/theme/gui/_featured-box.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 730, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box .feature-box-icon.feature-box-icon-large {
  width: 3.7em;
  height: 3.7em;
}

/* line 734, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box .feature-box-icon.feature-box-icon-extra-large {
  width: 4.5em;
  height: 4.5em;
}

/* Reverse All Resolutions */
/* line 742, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.reverse-allres {
  text-align: right;
  flex-direction: row-reverse;
}

/* line 745, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.reverse-allres .feature-box-info {
  padding-right: 15px;
  padding-left: 0;
}

/* line 750, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.reverse-allres.feature-box-style-4 .feature-box-icon {
  justify-content: flex-end;
}

/* line 753, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.feature-box.reverse-allres.feature-box-style-4 .feature-box-info {
  padding-right: 0;
}

/* Reverse */
@media (min-width: 992px) {
  /* line 761, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
  .feature-box.reverse {
    text-align: right;
    flex-direction: row-reverse;
  }
  /* line 764, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
  .feature-box.reverse .feature-box-info {
    padding-right: 15px;
    padding-left: 0;
  }
  /* line 769, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
  .feature-box.reverse.feature-box-style-4 .feature-box-icon {
    justify-content: flex-end;
  }
  /* line 772, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
  .feature-box.reverse.feature-box-style-4 .feature-box-info {
    padding-right: 0;
  }
}

/* Full Width */
/* line 781, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-full .featured-box-full {
  text-align: center;
  padding: 55px;
}

/* line 784, app/assets/stylesheets/main/theme/gui/_featured-box.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 789, app/assets/stylesheets/main/theme/gui/_featured-box.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 793, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full [class*="fa-"] {
  font-size: 3.9em;
  margin-bottom: 15px;
}

/* line 797, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-full .featured-box-full p {
  padding-top: 12px;
  opacity: 0.8;
}

/* line 802, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-full .featured-box-full.featured-box-full-light {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 804, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-full .featured-box-full.featured-box-full-light:not(:last-child) {
  border-right: 0;
}

/* line 807, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
.featured-boxes-full .featured-box-full.featured-box-full-light:first-child {
  border-left: 0;
}

/*
* IE
*/
/* line 820, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
html.ie .feature-box .feature-box-icon img {
  min-width: 100%;
}

/* line 824, app/assets/stylesheets/main/theme/gui/_featured-box.scss */
html.ie .feature-box .feature-box-info {
  flex: 0 1 100%;
}

/* line 1, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag {
  width: 16px;
  height: 11px;
  background-image: url(/assets/main/flags-57c2c2f412b04df001dd118446f5d05c1defc849ec6b625544034b8b1c7a88fb.png);
  background-repeat: no-repeat;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ad {
  background-position: -16px 0;
}

/* line 9, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ae {
  background-position: -32px 0;
}

/* line 12, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-af {
  background-position: -48px 0;
}

/* line 15, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ag {
  background-position: -64px 0;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ai {
  background-position: -80px 0;
}

/* line 21, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-al {
  background-position: -96px 0;
}

/* line 24, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-am {
  background-position: -112px 0;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-an {
  background-position: -128px 0;
}

/* line 30, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ao {
  background-position: -144px 0;
}

/* line 33, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ar {
  background-position: -160px 0;
}

/* line 36, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-as {
  background-position: -176px 0;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-at {
  background-position: -192px 0;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-au {
  background-position: -208px 0;
}

/* line 45, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-aw {
  background-position: -224px 0;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-az {
  background-position: -240px 0;
}

/* line 51, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ba {
  background-position: 0 -11px;
}

/* line 54, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bb {
  background-position: -16px -11px;
}

/* line 57, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bd {
  background-position: -32px -11px;
}

/* line 60, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-be {
  background-position: -48px -11px;
}

/* line 63, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bf {
  background-position: -64px -11px;
}

/* line 66, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bg {
  background-position: -80px -11px;
}

/* line 69, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bh {
  background-position: -96px -11px;
}

/* line 72, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bi {
  background-position: -112px -11px;
}

/* line 75, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bj {
  background-position: -128px -11px;
}

/* line 78, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bm {
  background-position: -144px -11px;
}

/* line 81, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bn {
  background-position: -160px -11px;
}

/* line 84, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bo {
  background-position: -176px -11px;
}

/* line 87, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-br {
  background-position: -192px -11px;
}

/* line 90, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bs {
  background-position: -208px -11px;
}

/* line 93, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bt {
  background-position: -224px -11px;
}

/* line 96, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bv {
  background-position: -240px -11px;
}

/* line 99, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bw {
  background-position: 0 -22px;
}

/* line 102, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-by {
  background-position: -16px -22px;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-bz {
  background-position: -32px -22px;
}

/* line 108, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ca {
  background-position: -48px -22px;
}

/* line 111, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-catalonia {
  background-position: -64px -22px;
}

/* line 114, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cd {
  background-position: -80px -22px;
}

/* line 117, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cf {
  background-position: -96px -22px;
}

/* line 120, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cg {
  background-position: -112px -22px;
}

/* line 123, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ch {
  background-position: -128px -22px;
}

/* line 126, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ci {
  background-position: -144px -22px;
}

/* line 129, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ck {
  background-position: -160px -22px;
}

/* line 132, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cl {
  background-position: -176px -22px;
}

/* line 135, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cm {
  background-position: -192px -22px;
}

/* line 138, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cn {
  background-position: -208px -22px;
}

/* line 141, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-co {
  background-position: -224px -22px;
}

/* line 144, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cr {
  background-position: -240px -22px;
}

/* line 147, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cu {
  background-position: 0 -33px;
}

/* line 150, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cv {
  background-position: -16px -33px;
}

/* line 153, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cw {
  background-position: -32px -33px;
}

/* line 156, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cy {
  background-position: -48px -33px;
}

/* line 159, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-cz {
  background-position: -64px -33px;
}

/* line 162, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-de {
  background-position: -80px -33px;
}

/* line 165, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-dj {
  background-position: -96px -33px;
}

/* line 168, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-dk {
  background-position: -112px -33px;
}

/* line 171, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-dm {
  background-position: -128px -33px;
}

/* line 174, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-do {
  background-position: -144px -33px;
}

/* line 177, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-dz {
  background-position: -160px -33px;
}

/* line 180, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ec {
  background-position: -176px -33px;
}

/* line 183, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ee {
  background-position: -192px -33px;
}

/* line 186, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-eg {
  background-position: -208px -33px;
}

/* line 189, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-eh {
  background-position: -224px -33px;
}

/* line 192, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-england {
  background-position: -240px -33px;
}

/* line 195, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-er {
  background-position: 0 -44px;
}

/* line 198, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-es {
  background-position: -16px -44px;
}

/* line 201, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-et {
  background-position: -32px -44px;
}

/* line 204, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-eu {
  background-position: -48px -44px;
}

/* line 207, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-fi {
  background-position: -64px -44px;
}

/* line 210, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-fj {
  background-position: -80px -44px;
}

/* line 213, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-fk {
  background-position: -96px -44px;
}

/* line 216, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-fm {
  background-position: -112px -44px;
}

/* line 219, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-fo {
  background-position: -128px -44px;
}

/* line 222, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-fr {
  background-position: -144px -44px;
}

/* line 225, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ga {
  background-position: -160px -44px;
}

/* line 228, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gb {
  background-position: -176px -44px;
}

/* line 231, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gd {
  background-position: -192px -44px;
}

/* line 234, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ge {
  background-position: -208px -44px;
}

/* line 237, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gf {
  background-position: -224px -44px;
}

/* line 240, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gg {
  background-position: -240px -44px;
}

/* line 243, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gh {
  background-position: 0 -55px;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gi {
  background-position: -16px -55px;
}

/* line 249, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gl {
  background-position: -32px -55px;
}

/* line 252, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gm {
  background-position: -48px -55px;
}

/* line 255, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gn {
  background-position: -64px -55px;
}

/* line 258, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gp {
  background-position: -80px -55px;
}

/* line 261, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gq {
  background-position: -96px -55px;
}

/* line 264, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gr {
  background-position: -112px -55px;
}

/* line 267, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gs {
  background-position: -128px -55px;
}

/* line 270, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gt {
  background-position: -144px -55px;
}

/* line 273, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gu {
  background-position: -160px -55px;
}

/* line 276, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gw {
  background-position: -176px -55px;
}

/* line 279, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-gy {
  background-position: -192px -55px;
}

/* line 282, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-hk {
  background-position: -208px -55px;
}

/* line 285, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-hm {
  background-position: -224px -55px;
}

/* line 288, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-hn {
  background-position: -240px -55px;
}

/* line 291, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-hr {
  background-position: 0 -66px;
}

/* line 294, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ht {
  background-position: -16px -66px;
}

/* line 297, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-hu {
  background-position: -32px -66px;
}

/* line 300, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ic {
  background-position: -48px -66px;
}

/* line 303, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-id {
  background-position: -64px -66px;
}

/* line 306, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ie {
  background-position: -80px -66px;
}

/* line 309, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-il {
  background-position: -96px -66px;
}

/* line 312, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-im {
  background-position: -112px -66px;
}

/* line 315, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-in {
  background-position: -128px -66px;
}

/* line 318, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-io {
  background-position: -144px -66px;
}

/* line 321, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-iq {
  background-position: -160px -66px;
}

/* line 324, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ir {
  background-position: -176px -66px;
}

/* line 327, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-is {
  background-position: -192px -66px;
}

/* line 330, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-it {
  background-position: -208px -66px;
}

/* line 333, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-je {
  background-position: -224px -66px;
}

/* line 336, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-jm {
  background-position: -240px -66px;
}

/* line 339, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-jo {
  background-position: 0 -77px;
}

/* line 342, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-jp {
  background-position: -16px -77px;
}

/* line 345, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ke {
  background-position: -32px -77px;
}

/* line 348, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-kg {
  background-position: -48px -77px;
}

/* line 351, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-kh {
  background-position: -64px -77px;
}

/* line 354, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ki {
  background-position: -80px -77px;
}

/* line 357, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-km {
  background-position: -96px -77px;
}

/* line 360, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-kn {
  background-position: -112px -77px;
}

/* line 363, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-kp {
  background-position: -128px -77px;
}

/* line 366, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-kr {
  background-position: -144px -77px;
}

/* line 369, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-kurdistan {
  background-position: -160px -77px;
}

/* line 372, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-kw {
  background-position: -176px -77px;
}

/* line 375, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ky {
  background-position: -192px -77px;
}

/* line 378, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-kz {
  background-position: -208px -77px;
}

/* line 381, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-la {
  background-position: -224px -77px;
}

/* line 384, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-lb {
  background-position: -240px -77px;
}

/* line 387, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-lc {
  background-position: 0 -88px;
}

/* line 390, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-li {
  background-position: -16px -88px;
}

/* line 393, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-lk {
  background-position: -32px -88px;
}

/* line 396, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-lr {
  background-position: -48px -88px;
}

/* line 399, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ls {
  background-position: -64px -88px;
}

/* line 402, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-lt {
  background-position: -80px -88px;
}

/* line 405, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-lu {
  background-position: -96px -88px;
}

/* line 408, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-lv {
  background-position: -112px -88px;
}

/* line 411, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ly {
  background-position: -128px -88px;
}

/* line 414, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ma {
  background-position: -144px -88px;
}

/* line 417, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mc {
  background-position: -160px -88px;
}

/* line 420, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-md {
  background-position: -176px -88px;
}

/* line 423, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-me {
  background-position: -192px -88px;
}

/* line 426, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mg {
  background-position: -208px -88px;
}

/* line 429, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mh {
  background-position: -224px -88px;
}

/* line 432, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mk {
  background-position: -240px -88px;
}

/* line 435, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ml {
  background-position: 0 -99px;
}

/* line 438, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mm {
  background-position: -16px -99px;
}

/* line 441, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mn {
  background-position: -32px -99px;
}

/* line 444, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mo {
  background-position: -48px -99px;
}

/* line 447, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mp {
  background-position: -64px -99px;
}

/* line 450, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mq {
  background-position: -80px -99px;
}

/* line 453, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mr {
  background-position: -96px -99px;
}

/* line 456, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ms {
  background-position: -112px -99px;
}

/* line 459, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mt {
  background-position: -128px -99px;
}

/* line 462, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mu {
  background-position: -144px -99px;
}

/* line 465, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mv {
  background-position: -160px -99px;
}

/* line 468, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mw {
  background-position: -176px -99px;
}

/* line 471, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mx {
  background-position: -192px -99px;
}

/* line 474, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-my {
  background-position: -208px -99px;
}

/* line 477, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-mz {
  background-position: -224px -99px;
}

/* line 480, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-na {
  background-position: -240px -99px;
}

/* line 483, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-nc {
  background-position: 0 -110px;
}

/* line 486, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ne {
  background-position: -16px -110px;
}

/* line 489, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-nf {
  background-position: -32px -110px;
}

/* line 492, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ng {
  background-position: -48px -110px;
}

/* line 495, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ni {
  background-position: -64px -110px;
}

/* line 498, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-nl {
  background-position: -80px -110px;
}

/* line 501, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-no {
  background-position: -96px -110px;
}

/* line 504, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-np {
  background-position: -112px -110px;
}

/* line 507, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-nr {
  background-position: -128px -110px;
}

/* line 510, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-nu {
  background-position: -144px -110px;
}

/* line 513, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-nz {
  background-position: -160px -110px;
}

/* line 516, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-om {
  background-position: -176px -110px;
}

/* line 519, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pa {
  background-position: -192px -110px;
}

/* line 522, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pe {
  background-position: -208px -110px;
}

/* line 525, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pf {
  background-position: -224px -110px;
}

/* line 528, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pg {
  background-position: -240px -110px;
}

/* line 531, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ph {
  background-position: 0 -121px;
}

/* line 534, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pk {
  background-position: -16px -121px;
}

/* line 537, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pl {
  background-position: -32px -121px;
}

/* line 540, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pm {
  background-position: -48px -121px;
}

/* line 543, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pn {
  background-position: -64px -121px;
}

/* line 546, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pr {
  background-position: -80px -121px;
}

/* line 549, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ps {
  background-position: -96px -121px;
}

/* line 552, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pt {
  background-position: -112px -121px;
}

/* line 555, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-pw {
  background-position: -128px -121px;
}

/* line 558, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-py {
  background-position: -144px -121px;
}

/* line 561, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-qa {
  background-position: -160px -121px;
}

/* line 564, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-re {
  background-position: -176px -121px;
}

/* line 567, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ro {
  background-position: -192px -121px;
}

/* line 570, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-rs {
  background-position: -208px -121px;
}

/* line 573, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ru {
  background-position: -224px -121px;
}

/* line 576, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-rw {
  background-position: -240px -121px;
}

/* line 579, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sa {
  background-position: 0 -132px;
}

/* line 582, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sb {
  background-position: -16px -132px;
}

/* line 585, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sc {
  background-position: -32px -132px;
}

/* line 588, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-scotland {
  background-position: -48px -132px;
}

/* line 591, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sd {
  background-position: -64px -132px;
}

/* line 594, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-se {
  background-position: -80px -132px;
}

/* line 597, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sg {
  background-position: -96px -132px;
}

/* line 600, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sh {
  background-position: -112px -132px;
}

/* line 603, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-si {
  background-position: -128px -132px;
}

/* line 606, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sk {
  background-position: -144px -132px;
}

/* line 609, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sl {
  background-position: -160px -132px;
}

/* line 612, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sm {
  background-position: -176px -132px;
}

/* line 615, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sn {
  background-position: -192px -132px;
}

/* line 618, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-so {
  background-position: -208px -132px;
}

/* line 621, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-somaliland {
  background-position: -224px -132px;
}

/* line 624, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sr {
  background-position: -240px -132px;
}

/* line 627, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ss {
  background-position: 0 -143px;
}

/* line 630, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-st {
  background-position: -16px -143px;
}

/* line 633, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sv {
  background-position: -32px -143px;
}

/* line 636, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sx {
  background-position: -48px -143px;
}

/* line 639, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sy {
  background-position: -64px -143px;
}

/* line 642, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-sz {
  background-position: -80px -143px;
}

/* line 645, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tc {
  background-position: -96px -143px;
}

/* line 648, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-td {
  background-position: -112px -143px;
}

/* line 651, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tf {
  background-position: -128px -143px;
}

/* line 654, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tg {
  background-position: -144px -143px;
}

/* line 657, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-th {
  background-position: -160px -143px;
}

/* line 660, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tibet {
  background-position: -176px -143px;
}

/* line 663, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tj {
  background-position: -192px -143px;
}

/* line 666, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tk {
  background-position: -208px -143px;
}

/* line 669, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tl {
  background-position: -224px -143px;
}

/* line 672, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tm {
  background-position: -240px -143px;
}

/* line 675, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tn {
  background-position: 0 -154px;
}

/* line 678, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-to {
  background-position: -16px -154px;
}

/* line 681, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tr {
  background-position: -32px -154px;
}

/* line 684, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tt {
  background-position: -48px -154px;
}

/* line 687, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tv {
  background-position: -64px -154px;
}

/* line 690, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tw {
  background-position: -80px -154px;
}

/* line 693, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-tz {
  background-position: -96px -154px;
}

/* line 696, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ua {
  background-position: -112px -154px;
}

/* line 699, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ug {
  background-position: -128px -154px;
}

/* line 702, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-um {
  background-position: -144px -154px;
}

/* line 705, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-us {
  background-position: -160px -154px;
}

/* line 708, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-uy {
  background-position: -176px -154px;
}

/* line 711, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-uz {
  background-position: -192px -154px;
}

/* line 714, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-va {
  background-position: -208px -154px;
}

/* line 717, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-vc {
  background-position: -224px -154px;
}

/* line 720, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ve {
  background-position: -240px -154px;
}

/* line 723, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-vg {
  background-position: 0 -165px;
}

/* line 726, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-vi {
  background-position: -16px -165px;
}

/* line 729, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-vn {
  background-position: -32px -165px;
}

/* line 732, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-vu {
  background-position: -48px -165px;
}

/* line 735, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-wales {
  background-position: -64px -165px;
}

/* line 738, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-wf {
  background-position: -80px -165px;
}

/* line 741, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ws {
  background-position: -96px -165px;
}

/* line 744, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-xk {
  background-position: -112px -165px;
}

/* line 747, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-ye {
  background-position: -128px -165px;
}

/* line 750, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-yt {
  background-position: -144px -165px;
}

/* line 753, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-za {
  background-position: -160px -165px;
}

/* line 756, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-zanzibar {
  background-position: -176px -165px;
}

/* line 759, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-zm {
  background-position: -192px -165px;
}

/* line 762, app/assets/stylesheets/main/theme/gui/_flags.scss */
.flag.flag-zw {
  background-position: -208px -165px;
}

/* Forms */
/* line 2, app/assets/stylesheets/main/theme/gui/_forms.scss */
form label {
  font-weight: normal;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_forms.scss */
textarea {
  resize: vertical;
}

/* line 10, app/assets/stylesheets/main/theme/gui/_forms.scss */
select {
  border: 1px solid #E5E7E9;
  border-radius: 6px;
  outline: none;
}

/* line 16, app/assets/stylesheets/main/theme/gui/_forms.scss */
.label {
  font-weight: normal;
}

/* line 22, app/assets/stylesheets/main/theme/gui/_forms.scss */
label.required:after {
  content: "*";
  font-size: 0.8em;
  margin: 0.3em;
  position: relative;
  top: -2px;
}

/* line 32, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-control {
  border-color: rgba(0, 0, 0, 0.09);
}

/* line 44, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-control:not(.form-control-lg) {
  font-size: 0.75rem;
  line-height: 1.3;
}

/* line 49, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 0.85rem;
  line-height: 1.85;
}

/* line 54, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-control.form-control-focused {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

/* line 59, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #CCC;
}

/* line 64, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-control.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 67, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-control.error:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 74, app/assets/stylesheets/main/theme/gui/_forms.scss */
.page-link {
  border-color: rgba(0, 0, 0, 0.06);
}

/* line 80, app/assets/stylesheets/main/theme/gui/_forms.scss */
.input-group .form-control {
  height: auto;
}

/* line 87, app/assets/stylesheets/main/theme/gui/_forms.scss */
.input-group-rounded .form-control {
  border-radius: 2rem 0rem 0rem 2rem;
  border: 0;
  padding-left: 1rem;
}

/* line 93, app/assets/stylesheets/main/theme/gui/_forms.scss */
.input-group-rounded .input-group-append .btn {
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 0rem 2rem 2rem 0rem;
  font-size: 0.7rem;
  padding: 0.87rem;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  z-index: 3;
}

/* Form - iOS Override */
/* line 109, app/assets/stylesheets/main/theme/gui/_forms.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 10, app/assets/stylesheets/main/theme/config/_helpers.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 14, app/assets/stylesheets/main/theme/config/_helpers.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 18, app/assets/stylesheets/main/theme/config/_helpers.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;
}

/* Placeholder Light */
/* line 10, app/assets/stylesheets/main/theme/config/_helpers.scss */
.form-placeholders-light .form-control::-webkit-input-placeholder,
.form-placeholders-light input[type="text"]::-webkit-input-placeholder,
.form-placeholders-light input[type="password"]::-webkit-input-placeholder,
.form-placeholders-light input[type="datetime"]::-webkit-input-placeholder,
.form-placeholders-light input[type="datetime-local"]::-webkit-input-placeholder,
.form-placeholders-light input[type="date"]::-webkit-input-placeholder,
.form-placeholders-light input[type="month"]::-webkit-input-placeholder,
.form-placeholders-light input[type="time"]::-webkit-input-placeholder,
.form-placeholders-light input[type="week"]::-webkit-input-placeholder,
.form-placeholders-light input[type="number"]::-webkit-input-placeholder,
.form-placeholders-light input[type="email"]::-webkit-input-placeholder,
.form-placeholders-light input[type="url"]::-webkit-input-placeholder,
.form-placeholders-light input[type="search"]::-webkit-input-placeholder,
.form-placeholders-light input[type="tel"]::-webkit-input-placeholder,
.form-placeholders-light input[type="color"]::-webkit-input-placeholder,
.form-placeholders-light textarea::-webkit-input-placeholder {
  color: #FFF;
}

/* line 14, app/assets/stylesheets/main/theme/config/_helpers.scss */
.form-placeholders-light .form-control::-moz-placeholder,
.form-placeholders-light input[type="text"]::-moz-placeholder,
.form-placeholders-light input[type="password"]::-moz-placeholder,
.form-placeholders-light input[type="datetime"]::-moz-placeholder,
.form-placeholders-light input[type="datetime-local"]::-moz-placeholder,
.form-placeholders-light input[type="date"]::-moz-placeholder,
.form-placeholders-light input[type="month"]::-moz-placeholder,
.form-placeholders-light input[type="time"]::-moz-placeholder,
.form-placeholders-light input[type="week"]::-moz-placeholder,
.form-placeholders-light input[type="number"]::-moz-placeholder,
.form-placeholders-light input[type="email"]::-moz-placeholder,
.form-placeholders-light input[type="url"]::-moz-placeholder,
.form-placeholders-light input[type="search"]::-moz-placeholder,
.form-placeholders-light input[type="tel"]::-moz-placeholder,
.form-placeholders-light input[type="color"]::-moz-placeholder,
.form-placeholders-light textarea::-moz-placeholder {
  color: #FFF;
}

/* line 18, app/assets/stylesheets/main/theme/config/_helpers.scss */
.form-placeholders-light .form-control:-ms-input-placeholder,
.form-placeholders-light input[type="text"]:-ms-input-placeholder,
.form-placeholders-light input[type="password"]:-ms-input-placeholder,
.form-placeholders-light input[type="datetime"]:-ms-input-placeholder,
.form-placeholders-light input[type="datetime-local"]:-ms-input-placeholder,
.form-placeholders-light input[type="date"]:-ms-input-placeholder,
.form-placeholders-light input[type="month"]:-ms-input-placeholder,
.form-placeholders-light input[type="time"]:-ms-input-placeholder,
.form-placeholders-light input[type="week"]:-ms-input-placeholder,
.form-placeholders-light input[type="number"]:-ms-input-placeholder,
.form-placeholders-light input[type="email"]:-ms-input-placeholder,
.form-placeholders-light input[type="url"]:-ms-input-placeholder,
.form-placeholders-light input[type="search"]:-ms-input-placeholder,
.form-placeholders-light input[type="tel"]:-ms-input-placeholder,
.form-placeholders-light input[type="color"]:-ms-input-placeholder,
.form-placeholders-light textarea:-ms-input-placeholder {
  color: #FFF;
}

/* Form - Bootstrap Override */
/* line 171, app/assets/stylesheets/main/theme/gui/_forms.scss */
.btn-lg, .btn-group-lg > .btn,
.btn-group-lg > .btn {
  line-height: 1.334;
}

/* line 178, app/assets/stylesheets/main/theme/gui/_forms.scss */
.input-group-btn .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 200, app/assets/stylesheets/main/theme/gui/_forms.scss */
select.form-control-sm, select.form-control-lg {
  line-height: 1;
  height: auto !important;
}

/* line 207, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-select-1 {
  position: relative;
}

/* line 209, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-select-1:before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  top: 53.5%;
  right: 14px;
  color: #212530;
  font-weight: 900;
  font-size: 0.9em;
  pointer-events: none;
  transform: translate3d(0, -50%, 0);
}

/* line 222, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-select-1 select {
  line-height: 1;
  font-size: inherit;
  appearance: none;
}

/* line 227, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-select-1 select::-ms-expand {
  display: none;
}

/* line 233, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-select-1.custom-select-1-icon-light:before {
  color: #FFF;
}

/* Custom Checkbox */
/* line 240, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 247, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1.form-check .form-check-input {
  margin-left: 0;
}

/* line 250, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1.form-check .form-check-label {
  padding-left: 0;
}

/* line 255, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1.checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

/* line 259, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-group .custom-checkbox-1.checkbox-inline {
  margin-top: 7px;
  padding-top: 0;
}

/* line 265, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1:last-child, .custom-checkbox-1:last-of-type {
  margin-bottom: 0;
}

/* line 270, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

/* line 280, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 input[type="checkbox"]:checked + label:after {
  position: absolute;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: '\F00C';
  top: 50%;
  left: 4px;
  margin-top: -5px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333;
}

/* line 297, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 300, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

/* line 304, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}

/* line 308, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 input[type="checkbox"]:disabled + label:before {
  background-color: #eee;
}

/* line 314, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
}

/* line 320, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #dadada;
  background: #fff;
}

/* line 334, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1 label + label.error {
  display: block;
}

/* line 341, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1.checkbox-custom-transparent label:before {
  background: transparent;
}

/* line 348, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1.checkbox-custom-transparent input[type="checkbox"]:checked + label:after {
  color: #FFF;
}

/* line 354, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-1.checkbox-custom-transparent input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

/* Custom Checkbox Switch */
/* line 363, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-switch {
  position: relative;
  appearance: none;
  outline: none;
  width: 50px;
  height: 26px;
  background-color: #CCC;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  cursor: pointer;
  transition: ease all 300ms;
}

/* line 374, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-switch:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0);
  transition: ease left 300ms;
}

/* line 386, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-switch:checked {
  border-color: #CCC;
}

/* line 388, app/assets/stylesheets/main/theme/gui/_forms.scss */
.custom-checkbox-switch:checked:after {
  left: 27px;
}

/* line 395, app/assets/stylesheets/main/theme/gui/_forms.scss */
.bootstrap-timepicker-widget input {
  border: 0;
}

/* line 400, app/assets/stylesheets/main/theme/gui/_forms.scss */
.bootstrap-timepicker-widget table td input {
  width: 40px;
}

/* line 407, app/assets/stylesheets/main/theme/gui/_forms.scss */
.fileupload .btn {
  line-height: 20px;
  margin-left: -5px;
}

/* Forms Validations */
/* line 414, app/assets/stylesheets/main/theme/gui/_forms.scss */
label.valid {
  display: inline-block;
  text-indent: -9999px;
}

/* line 419, app/assets/stylesheets/main/theme/gui/_forms.scss */
label.error {
  color: #c10000;
  font-size: 0.9em;
  line-height: 18px;
  padding: 5px 0 0;
}

/* line 424, app/assets/stylesheets/main/theme/gui/_forms.scss */
label.error#captcha-error {
  margin-top: 15px;
}

/* line 432, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-errors-light .form-control.error {
  border-color: #FFF;
}

/* line 437, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-errors-light label.error {
  color: #FFF;
}

/* Simple Search */
/* line 445, app/assets/stylesheets/main/theme/gui/_forms.scss */
.simple-search .form-control {
  border-radius: 1.3rem 0 0 1.3rem;
  border-color: #EEE;
  border-right: 0;
}

/* line 450, app/assets/stylesheets/main/theme/gui/_forms.scss */
.simple-search .form-control:focus {
  box-shadow: none;
}

/* line 454, app/assets/stylesheets/main/theme/gui/_forms.scss */
.simple-search .input-group-append {
  border-radius: 0 1.3rem 1.3rem 0;
  border: 1px solid #EEE;
  border-left: 0;
}

/* line 458, app/assets/stylesheets/main/theme/gui/_forms.scss */
.simple-search .input-group-append .btn {
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
}

/* Search With Select */
/* line 468, app/assets/stylesheets/main/theme/gui/_forms.scss */
.search-with-select .mobile-search-toggle-btn {
  display: none;
}

/* line 472, app/assets/stylesheets/main/theme/gui/_forms.scss */
.search-with-select .search-form-wrapper > .form-control {
  background-color: #f4f4f4;
  border-radius: 1.3rem 0 0 1.3rem;
  border: 0;
  height: auto;
  padding: 0.6rem 1.4rem;
  font-size: 0.8rem !important;
  color: #8d8d8d;
}

/* line 10, app/assets/stylesheets/main/theme/config/_helpers.scss */
.search-with-select .search-form-wrapper > .form-control::-webkit-input-placeholder {
  color: #8d8d8d;
}

/* line 14, app/assets/stylesheets/main/theme/config/_helpers.scss */
.search-with-select .search-form-wrapper > .form-control::-moz-placeholder {
  color: #8d8d8d;
}

/* line 18, app/assets/stylesheets/main/theme/config/_helpers.scss */
.search-with-select .search-form-wrapper > .form-control:-ms-input-placeholder {
  color: #8d8d8d;
}

/* line 481, app/assets/stylesheets/main/theme/gui/_forms.scss */
.search-with-select .search-form-wrapper > .form-control:focus {
  box-shadow: none;
}

/* line 485, app/assets/stylesheets/main/theme/gui/_forms.scss */
.search-with-select .search-form-wrapper .input-group-append {
  background-color: #f4f4f4;
  border-radius: 0 1.3rem 1.3rem 0;
}

/* line 489, app/assets/stylesheets/main/theme/gui/_forms.scss */
.search-with-select .search-form-wrapper .input-group-append .custom-select-1:before {
  color: #8d8d8d;
}

/* line 492, app/assets/stylesheets/main/theme/gui/_forms.scss */
.search-with-select .search-form-wrapper .input-group-append .custom-select-1 select {
  background-color: transparent;
  border: 1px solid #FFF;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
  color: #8d8d8d;
  height: 100%;
  z-index: 1;
}

/* line 501, app/assets/stylesheets/main/theme/gui/_forms.scss */
.search-with-select .search-form-wrapper .input-group-append .custom-select-1 select:focus {
  box-shadow: none;
}

/* line 506, app/assets/stylesheets/main/theme/gui/_forms.scss */
.search-with-select .search-form-wrapper .input-group-append .btn {
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
}

/* line 510, app/assets/stylesheets/main/theme/gui/_forms.scss */
.search-with-select .search-form-wrapper .input-group-append .btn .header-nav-top-icon {
  font-size: 1rem;
  top: 2px;
  right: 2px;
  color: #212529;
  font-weight: bold;
}

@media (max-width: 991px) {
  /* line 523, app/assets/stylesheets/main/theme/gui/_forms.scss */
  .search-with-select {
    position: relative;
    float: right;
  }
  /* line 526, app/assets/stylesheets/main/theme/gui/_forms.scss */
  .search-with-select .mobile-search-toggle-btn {
    display: block;
    text-decoration: none;
  }
  /* line 530, app/assets/stylesheets/main/theme/gui/_forms.scss */
  .search-with-select .mobile-search-toggle-btn.open + .search-form-wrapper {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  /* line 536, app/assets/stylesheets/main/theme/gui/_forms.scss */
  .search-with-select .mobile-search-toggle-btn > i {
    position: relative;
    top: 2px;
    font-size: 1.9rem;
  }
  /* line 542, app/assets/stylesheets/main/theme/gui/_forms.scss */
  .search-with-select .search-form-wrapper {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 300px;
    background: #d8d8d8;
    padding: 0.2rem;
    border-radius: 28px;
    transition: ease opacity 300ms;
  }
  /* line 555, app/assets/stylesheets/main/theme/gui/_forms.scss */
  .search-with-select .search-form-wrapper:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-bottom: 6px solid #d8d8d8;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: translate3d(-50%, 0, 0);
  }
}

/* Captcha */
/* line 570, app/assets/stylesheets/main/theme/gui/_forms.scss */
.captcha {
  clear: both;
  overflow: hidden;
  background: #F2F2F2;
  text-align: center;
  margin-bottom: 20px;
  max-width: 160px;
  height: 78px;
  position: relative;
}

/* line 579, app/assets/stylesheets/main/theme/gui/_forms.scss */
.captcha input {
  border: 0;
}

/* line 584, app/assets/stylesheets/main/theme/gui/_forms.scss */
.captcha-input {
  position: relative;
  top: 15px;
  font-size: 14px;
}

/* line 590, app/assets/stylesheets/main/theme/gui/_forms.scss */
.captcha-image {
  float: left;
  position: relative;
  top: -5px;
  left: -13px;
}

/* line 597, app/assets/stylesheets/main/theme/gui/_forms.scss */
.captcha-refresh {
  position: absolute;
  z-index: 1;
  bottom: 2px;
  right: 2px;
  border-radius: 3px;
  padding: 2px 5px;
}

/* line 604, app/assets/stylesheets/main/theme/gui/_forms.scss */
.captcha-refresh a, .captcha-refresh a:hover, .captcha-refresh a:focus, .captcha-refresh a:active {
  color: #333;
}

/* Form Styles */
/* line 611, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-2 .form-group {
  margin-bottom: 0.7rem;
}

/* line 614, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-2 .form-control {
  padding: 0.7rem 1rem;
  border: 0;
}

/* line 617, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-2 .form-control::-webkit-input-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 621, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-2 .form-control::-moz-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 625, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-2 .form-control:-ms-input-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 629, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-2 .form-control:-moz-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 634, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-2 .form-control:not(textarea) {
  height: calc(2.2em + .75rem + 2px);
}

/* line 638, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-2 .form-control.error {
  border-width: 2px;
}

/* line 645, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-3 .form-group {
  margin-bottom: 1.1rem;
}

/* line 648, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-3 .form-control {
  padding: 0.7rem 1rem;
  background: #F4F4F4;
  border: none;
}

/* line 652, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-3 .form-control::-webkit-input-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 656, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-3 .form-control::-moz-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 660, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-3 .form-control:-ms-input-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 664, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-3 .form-control:-moz-placeholder {
  color: #202528;
  opacity: 0.5;
}

/* line 669, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-3 .form-control.error {
  border: 2px solid #e21a1a;
}

/* line 676, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4 .form-control {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  box-shadow: none !important;
  border-radius: 0;
}

/* line 686, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4 .form-control::-webkit-input-placeholder {
  color: #d8d8d8;
}

/* line 689, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4 .form-control::-moz-placeholder {
  color: #d8d8d8;
}

/* line 692, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4 .form-control:-ms-input-placeholder {
  color: #d8d8d8;
}

/* line 695, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4 .form-control::-ms-input-placeholder {
  color: #d8d8d8;
}

/* line 698, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4 .form-control::placeholder {
  color: #d8d8d8;
}

/* line 703, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4 select.form-control {
  color: #FFF;
}

/* line 705, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4 select.form-control option {
  color: #777;
}

/* line 710, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4 .form-check-label {
  color: #d8d8d8;
}

/* line 715, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4.form-style-4-text-dark .form-control {
  color: #212121;
}

/* line 718, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4.form-style-4-text-dark .form-control::-webkit-input-placeholder {
  color: #777;
}

/* line 721, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4.form-style-4-text-dark .form-control::-moz-placeholder {
  color: #777;
}

/* line 724, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4.form-style-4-text-dark .form-control:-ms-input-placeholder {
  color: #777;
}

/* line 727, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4.form-style-4-text-dark .form-control::-ms-input-placeholder {
  color: #777;
}

/* line 730, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4.form-style-4-text-dark .form-control::placeholder {
  color: #777;
}

/* line 735, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4.form-style-4-text-dark .form-check-label {
  color: #777;
}

/* line 741, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4.form-style-4-border-light .form-control {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 747, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-4.form-with-icons .form-control {
  padding-left: 31px;
}

/* line 754, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-5 .form-control {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 35px;
  height: auto;
  padding: 0.5rem 1.5rem;
  color: #bfbfbf;
}

/* line 760, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-style-5 .form-control:focus {
  border-color: #676767;
}

/* Floating Labels */
/* line 767, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

/* line 770, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input, .form-label-group label {
  height: 3.125rem;
  padding: .75rem;
}

/* line 774, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

/* line 790, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

/* line 793, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input::-moz-placeholder {
  color: transparent;
}

/* line 796, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

/* line 799, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

/* line 802, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input::placeholder {
  color: transparent;
}

/* line 806, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

/* line 811, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

/* line 816, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

/* line 821, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* line 828, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* line 835, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  /* line 847, app/assets/stylesheets/main/theme/gui/_forms.scss */
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 854, app/assets/stylesheets/main/theme/gui/_forms.scss */
  .form-label-group label {
    position: static;
  }
  /* line 858, app/assets/stylesheets/main/theme/gui/_forms.scss */
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Form Squared Borders */
/* line 865, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-squared-borders .form-control {
  border-radius: 0;
}

/* Form With Icons */
/* line 872, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-with-icons .form-control {
  padding-left: 41px;
}

/* Form Fields Rounded */
/* line 879, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-fields-rounded .form-control {
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 35px;
}

/* line 884, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-fields-rounded textarea.form-control {
  border-radius: 22px;
}

/* Form With Shadow */
/* line 891, app/assets/stylesheets/main/theme/gui/_forms.scss */
.form-with-shadow .form-control {
  box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.1) !important;
}

/* GDPR */
/* line 2, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 1.5rem;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100%, 0);
  transition: ease opacity 300ms, ease transform 300ms;
}

/* line 17, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-bar .gdpr-bar-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

/* line 22, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-bar .gdpr-bar-actions .gdpr-agree-trigger {
  margin-left: 2rem;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-bar.show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

/* line 32, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-bar.removing {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

@media (min-width: 1200px) {
  /* line 39, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
  .gdpr-bar {
    flex-direction: row;
    align-items: center;
  }
  /* line 42, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
  .gdpr-bar .gdpr-bar-actions {
    justify-content: flex-end;
    margin-top: 0;
  }
}

/* line 49, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1051;
  opacity: 0;
  visibility: hidden;
  transition: ease opacity 300ms;
}

/* line 64, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup .gdpr-preferences-popup-content {
  max-width: 1000px;
  background: #FFF;
}

/* line 67, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
}

/* line 72, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body {
  max-height: 60vh;
  overflow-y: auto;
  padding: 2.5rem;
}

/* line 76, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
}

/* line 80, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-title {
  width: 100%;
}

/* line 83, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-description {
  width: 70%;
}

/* line 86, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-action {
  width: 30%;
  text-align: right;
}

/* line 91, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item + .gdpr-cookie-item {
  margin-top: 10px;
}

/* line 96, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  background: #f4f4f4;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
.gdpr-preferences-popup.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  /* line 115, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
  .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item {
    flex-wrap: nowrap;
  }
  /* line 117, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
  .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-title {
    width: 20%;
  }
  /* line 120, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
  .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-description {
    width: 60%;
  }
  /* line 123, app/assets/stylesheets/main/theme/gui/_gdpr.scss */
  .gdpr-preferences-popup .gdpr-preferences-popup-content .gdpr-preferences-popup-content-body .gdpr-cookie-item .gdpr-cookie-item-action {
    width: 20%;
  }
}

/* Headings */
/* line 2, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  color: #212529;
  font-weight: 200;
  letter-spacing: -.05em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* line 10, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1 {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px 0;
}

/* line 16, app/assets/stylesheets/main/theme/gui/_headings.scss */
h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0;
}

/* line 23, app/assets/stylesheets/main/theme/gui/_headings.scss */
h3 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}

/* line 31, app/assets/stylesheets/main/theme/gui/_headings.scss */
h4 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px 0;
}

/* line 38, app/assets/stylesheets/main/theme/gui/_headings.scss */
h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}

/* line 46, app/assets/stylesheets/main/theme/gui/_headings.scss */
h6 {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 14px 0;
}

/* line 55, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.big {
  font-size: 4.2em;
  line-height: 54px;
}

/* line 59, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.small {
  font-size: 2.2em;
  line-height: 42px;
  font-weight: 600;
}

/* line 64, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.short {
  margin-bottom: 15px;
}

/* line 69, app/assets/stylesheets/main/theme/gui/_headings.scss */
h2.short {
  margin-bottom: 15px;
}

/* line 73, app/assets/stylesheets/main/theme/gui/_headings.scss */
h3.short,
h4.short,
h5.short,
h6.short {
  margin-bottom: 9px;
}

/* line 80, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
  margin-bottom: 0;
}

/* line 89, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
  margin-bottom: 33px;
}

/* line 98, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
  margin-bottom: 44px;
}

/* line 107, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px;
}

/* line 116, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 44px;
}

/* line 125, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
  color: #212529;
}

/* line 133, app/assets/stylesheets/main/theme/gui/_headings.scss */
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #FFF;
}

/* line 142, app/assets/stylesheets/main/theme/gui/_headings.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 153, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-border {
  margin-bottom: 25px;
}

/* line 155, app/assets/stylesheets/main/theme/gui/_headings.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 162, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-bottom-border h1 {
  border-bottom: 5px solid #eaeaea;
  padding-bottom: 10px;
}

/* line 166, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px;
}

/* line 170, app/assets/stylesheets/main/theme/gui/_headings.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 177, app/assets/stylesheets/main/theme/gui/_headings.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 181, app/assets/stylesheets/main/theme/gui/_headings.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 187, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border {
  position: relative;
}

/* line 189, app/assets/stylesheets/main/theme/gui/_headings.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 199, app/assets/stylesheets/main/theme/gui/_headings.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 204, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border h1 {
  padding-right: 15px;
}

/* line 207, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border h2, .heading.heading-middle-border h3 {
  padding-right: 10px;
}

/* line 210, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
  padding-right: 5px;
}

/* line 215, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border-reverse {
  text-align: right;
}

/* line 217, app/assets/stylesheets/main/theme/gui/_headings.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 220, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border-reverse h1 {
  padding-left: 15px;
}

/* line 223, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3 {
  padding-left: 10px;
}

/* line 226, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
  padding-left: 5px;
}

/* line 231, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border-center {
  text-align: center;
}

/* line 233, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border-center h1 {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 237, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-middle-border-center h2, .heading.heading-middle-border-center h3 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 241, app/assets/stylesheets/main/theme/gui/_headings.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 248, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-border-xs:before {
  border-top-width: 1px;
}

/* line 254, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-border-sm:before {
  border-top-width: 2px;
}

/* line 260, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-border-lg:before {
  border-top-width: 3px;
}

/* line 266, app/assets/stylesheets/main/theme/gui/_headings.scss */
.heading.heading-border-xl:before {
  border-top-width: 5px;
}

/* Modal Titles */
/* line 273, app/assets/stylesheets/main/theme/gui/_headings.scss */
.modal-header h3 {
  color: #333;
  text-transform: none;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 281, app/assets/stylesheets/main/theme/gui/_headings.scss */
  h2 {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  /* line 289, app/assets/stylesheets/main/theme/gui/_headings.scss */
  h1.big {
    font-size: 3.2em;
    line-height: 42px;
  }
}

/* Icons */
/* line 2, app/assets/stylesheets/main/theme/gui/_icons.scss */
.featured-icon {
  display: inline-flex;
  align-items: 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 16, app/assets/stylesheets/main/theme/gui/_icons.scss */
.featured-icon i {
  color: #FFF;
  font-size: 0.9em;
}

/* line 21, app/assets/stylesheets/main/theme/gui/_icons.scss */
.featured-icon.featured-icon-style-2 {
  width: 5em;
  height: 5em;
  line-height: 5em;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_icons.scss */
.featured-icon.featured-icon-hover-effect-1 {
  transition: ease transform 300ms;
}

/* line 29, app/assets/stylesheets/main/theme/gui/_icons.scss */
.featured-icon.featured-icon-hover-effect-1:hover {
  transform: scale(1.1);
}

/* Font Awesome List */
/* line 36, app/assets/stylesheets/main/theme/gui/_icons.scss */
.sample-icon-list {
  margin-top: 22px;
}

/* line 38, app/assets/stylesheets/main/theme/gui/_icons.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 46, app/assets/stylesheets/main/theme/gui/_icons.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 53, app/assets/stylesheets/main/theme/gui/_icons.scss */
.sample-icon-list .sample-icon a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_icons.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 67, app/assets/stylesheets/main/theme/gui/_icons.scss */
#lineIcons .sample-icon-list .sample-icon a {
  line-height: 39px;
}

/* Porto Icons */
/* line 74, app/assets/stylesheets/main/theme/gui/_icons.scss */
i.pi {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 14px;
}

/* line 82, app/assets/stylesheets/main/theme/gui/_icons.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 90, app/assets/stylesheets/main/theme/gui/_icons.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%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 103, app/assets/stylesheets/main/theme/gui/_icons.scss */
i.pi.pi-close {
  padding: 0.6em;
  transform: rotate(45deg);
}

/* line 106, app/assets/stylesheets/main/theme/gui/_icons.scss */
i.pi.pi-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-right: 1px solid #FFF;
  height: 1em;
}

/* line 115, app/assets/stylesheets/main/theme/gui/_icons.scss */
i.pi.pi-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-bottom: 1px solid #FFF;
  width: 1em;
}

/* Area Expanded Change */
/* line 128, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-aria-expanded-change[aria-expanded=true] .fa-chevron-down {
  display: none;
}

/* line 132, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-aria-expanded-change[aria-expanded=false] .fa-chevron-up {
  display: none;
}

/* Icon Animated */
/* line 137, app/assets/stylesheets/main/theme/gui/_icons.scss */
[data-icon] {
  opacity: 0;
}

/* line 141, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-animated {
  opacity: 0;
}

/* Elements Shadow Icon */
/* line 146, app/assets/stylesheets/main/theme/gui/_icons.scss */
.elements-list-shadow-icon {
  font-size: 4rem;
  position: absolute;
  top: -18px;
  opacity: 0.08;
  right: -18px;
}

/* Custom Image Icons */
/* line 155, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-bg {
  display: inline-block;
  background: url(../img/icons/icons.png) no-repeat;
  width: 80px;
  height: 80px;
}

/* line 162, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-1 {
  background-position: -10px -10px;
}

/* line 166, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-2 {
  background-position: -110px -10px;
}

/* line 170, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-3 {
  background-position: -210px -10px;
}

/* line 174, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-plugin-1 {
  background-position: 0 100%;
  width: 115px;
  height: 115px;
}

/* line 180, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-plugin-2 {
  background-position: -115px 100%;
  width: 115px;
  height: 115px;
}

/* line 186, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-1 {
  background-position: -20px -110px;
}

/* line 190, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-2 {
  background-position: -120px -110px;
}

/* line 194, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-3 {
  background-position: -220px -110px;
}

/* line 198, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-4 {
  background-position: -320px -110px;
}

/* line 202, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-5 {
  background-position: -420px -110px;
}

/* line 206, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-6 {
  background-position: -520px -110px;
}

/* line 210, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-7 {
  background-position: -620px -110px;
}

/* line 214, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-8 {
  background-position: -720px -110px;
}

/* line 218, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-9 {
  background-position: -820px -110px;
}

/* line 222, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-10 {
  background-position: -920px -110px;
}

/* line 226, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-11 {
  background-position: -20px -210px;
}

/* line 230, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-12 {
  background-position: -120px -210px;
}

/* line 234, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-13 {
  background-position: -220px -210px;
}

/* line 238, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-14 {
  background-position: -320px -210px;
}

/* line 242, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-15 {
  background-position: -420px -210px;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-16 {
  background-position: -520px -210px;
}

/* line 250, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-17 {
  background-position: -624px -210px;
}

/* line 254, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-18 {
  background-position: -720px -210px;
}

/* line 258, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-feature-19 {
  background-position: -820px -210px;
}

/* line 262, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-menu-1 {
  background-position: -310px -10px;
}

/* line 266, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-menu-2 {
  background-position: -410px -10px;
}

/* line 270, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-menu-3 {
  background-position: -510px -10px;
}

/* line 274, app/assets/stylesheets/main/theme/gui/_icons.scss */
.icon-menu-4 {
  background-position: -610px -10px;
}

/* Thumbnails */
/* line 2, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail {
  border-radius: 4px;
  position: relative;
}

/* line 5, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail img {
  border-radius: 4px;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_images.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 20, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail .zoom i {
  font-size: 10px;
  left: 0px;
  position: relative;
  top: -6px;
}

/* line 28, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail.img-thumbnail-hover-icon {
  position: relative;
}

/* line 30, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail.img-thumbnail-hover-icon img {
  position: relative;
  z-index: 1;
}

/* line 34, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail.img-thumbnail-hover-icon:before {
  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 50, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail.img-thumbnail-hover-icon:after {
  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 68, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail.img-thumbnail-hover-icon:hover:before {
  opacity: 1;
}

/* line 71, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail.img-thumbnail-hover-icon:hover:after {
  top: 50%;
  opacity: 1;
}

/* line 78, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail a.img-thumbnail-hover-icon {
  display: inline-block;
}

/* line 82, app/assets/stylesheets/main/theme/gui/_images.scss */
.img-thumbnail.img-thumbnail-no-borders {
  border: none;
  padding: 0;
}

/* Image Gallery */
/* line 90, app/assets/stylesheets/main/theme/gui/_images.scss */
ul.image-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 94, app/assets/stylesheets/main/theme/gui/_images.scss */
ul.image-gallery .image-gallery-item {
  margin-bottom: 35px;
}

/* Thumbnail Gallery */
/* line 101, app/assets/stylesheets/main/theme/gui/_images.scss */
ul.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_images.scss */
ul.thumbnail-gallery li {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 0;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 115, app/assets/stylesheets/main/theme/gui/_images.scss */
  .thumbnail {
    border: 0;
    text-align: center;
  }
}

/* Masonry */
/* line 124, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry .masonry-item:not(.no-default-style) {
  width: 25%;
}

/* line 126, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry .masonry-item:not(.no-default-style).w2 {
  width: 50%;
}

/* line 129, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry .masonry-item:not(.no-default-style) img {
  border-radius: 0 !important;
}

/* Masonry Loading */
/* line 136, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry-loader {
  height: auto;
  overflow: visible;
  position: relative;
}

/* line 140, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry-loader:after {
  transition: all 0.5s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

/* line 152, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry-loader .bounce-loader {
  display: none;
}

/* line 155, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry-loader.masonry-loader-showing {
  height: 200px;
  overflow: hidden;
}

/* line 158, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry-loader.masonry-loader-showing:after {
  opacity: 1;
}

/* line 161, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry-loader.masonry-loader-showing .bounce-loader {
  display: block;
}

/* line 166, app/assets/stylesheets/main/theme/gui/_images.scss */
.masonry-loader.masonry-loader-loaded:after {
  display: none;
}

/* Mockup */
@media (min-width: 992px) {
  /* line 174, app/assets/stylesheets/main/theme/gui/_images.scss */
  .mockup-landing-page {
    margin-top: -120px;
  }
}

/* Hover Effect 3d */
/* line 180, app/assets/stylesheets/main/theme/gui/_images.scss */
.hover-effect-3d {
  transform-style: flat !important;
}

/* line 182, app/assets/stylesheets/main/theme/gui/_images.scss */
.hover-effect-3d .thumb-info {
  will-change: box-shadow;
  transition: box-shadow 300ms;
}

/* line 185, app/assets/stylesheets/main/theme/gui/_images.scss */
.hover-effect-3d .thumb-info:hover {
  box-shadow: 0px 17px 20px -15px rgba(33, 37, 41, 0.6);
}

/* line 188, app/assets/stylesheets/main/theme/gui/_images.scss */
.hover-effect-3d .thumb-info .thumb-info-title {
  transition: ease-out opacity .2s !important;
}

/* line 191, app/assets/stylesheets/main/theme/gui/_images.scss */
.hover-effect-3d .thumb-info .thumb-info-action {
  transition: ease-out opacity .2s !important;
}

/* line 193, app/assets/stylesheets/main/theme/gui/_images.scss */
.hover-effect-3d .thumb-info .thumb-info-action .thumb-info-action-icon {
  pointer-events: none;
}

/* line 199, app/assets/stylesheets/main/theme/gui/_images.scss */
.hover-effect-3d .thumb-info.thumb-info-centered-info .thumb-info-title {
  top: 47%;
}

/* Profile Image */
/* line 207, app/assets/stylesheets/main/theme/gui/_images.scss */
.profile-image-outer-container {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

/* line 214, app/assets/stylesheets/main/theme/gui/_images.scss */
.profile-image-outer-container .profile-image-input {
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

/* line 223, app/assets/stylesheets/main/theme/gui/_images.scss */
.profile-image-outer-container .profile-image-inner-container {
  border-radius: 50%;
  padding: 5px;
}

/* line 226, app/assets/stylesheets/main/theme/gui/_images.scss */
.profile-image-outer-container .profile-image-inner-container img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 5px solid white;
}

/* line 233, app/assets/stylesheets/main/theme/gui/_images.scss */
.profile-image-outer-container .profile-image-inner-container .profile-image-button {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 38px;
  transition: ease all 0.1s;
}

/* line 248, app/assets/stylesheets/main/theme/gui/_images.scss */
.profile-image-outer-container:hover .profile-image-button {
  transform: scale(1.1);
}

/* Lazy */
/* line 255, app/assets/stylesheets/main/theme/gui/_images.scss */
.lazy-bg {
  background-image: url(img/lazy.png);
}

/* Thumb Gallery */
/* line 262, app/assets/stylesheets/main/theme/gui/_images.scss */
.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
  border: 2px solid #f7f7f7;
  transition: ease all 300ms;
}

/* line 265, app/assets/stylesheets/main/theme/gui/_images.scss */
.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover, .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
  border: 2px solid #212121;
}

/* Arrows */
/* line 2, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
button.mfp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 0;
  border-radius: 4px;
  background: #212529;
  width: 35px;
  height: 100px;
  color: #FFF;
  margin: 0 !important;
  transform: translate3d(0, -50%, 0);
}

/* line 15, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
button.mfp-arrow:before {
  content: none;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
button.mfp-arrow:after {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: none !important;
}

/* line 25, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
button.mfp-arrow.mfp-arrow-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 28, app/assets/stylesheets/main/theme/gui/_lightbox.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 39, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
button.mfp-arrow.mfp-arrow-right {
  left: auto;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 44, app/assets/stylesheets/main/theme/gui/_lightbox.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 59, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-close,
.mfp-close-btn-in .mfp-close {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #838383;
}

/* No Margins */
/* line 73, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* line 76, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* line 80, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* Zoom */
/* line 87, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  transition: all 0.3s ease-out;
}

/* line 92, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

/* line 95, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 100, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Animnate */
/* line 108, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* line 113, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* line 117, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* line 121, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  transition: opacity 0.3s ease-out;
}

/* line 125, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 128, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 134, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* line 139, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* line 143, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* line 147, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  transition: opacity 0.3s ease-out;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 154, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Fade */
/* line 161, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* line 164, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* line 167, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 172, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* line 176, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 179, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Dialog */
/* line 186, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  max-width: 600px;
}

/* line 193, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.dialog.dialog-xs {
  max-width: 200px;
}

/* line 196, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.dialog.dialog-sm {
  max-width: 400px;
}

/* line 199, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.dialog.dialog-md {
  max-width: 600px;
}

/* line 202, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.dialog.dialog-lg {
  max-width: 900px;
}

/* line 208, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.dialog.mfp-close-out .mfp-close {
  top: -50px;
  right: -15px;
  color: #FFF;
}

/* White Popup Block */
/* line 217, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

/* line 224, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.white-popup-block.white-popup-block-xs {
  max-width: 200px;
}

/* line 227, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.white-popup-block.white-popup-block-sm {
  max-width: 400px;
}

/* line 230, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.white-popup-block.white-popup-block-md {
  max-width: 600px;
}

/* line 233, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.white-popup-block.white-popup-block-lg {
  max-width: 900px;
}

/* Lightbox Opened */
/* line 240, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
html.lightbox-opened.sticky-header-active #header .header-body {
  padding-right: 17px;
}

/* Modal Opened */
/* line 246, app/assets/stylesheets/main/theme/gui/_lightbox.scss */
.modal-open {
  padding-right: 0 !important;
}

/* List */
/* line 3, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list li {
  margin-bottom: 13px;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.pull-left li {
  text-align: left;
}

/* line 10, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 14, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons li {
  position: relative;
  padding-left: 25px;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_lists.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 28, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
}

/* line 32, app/assets/stylesheets/main/theme/gui/_lists.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 49, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-style-3 li {
  padding-top: 5px;
  padding-left: 36px;
}

/* line 53, app/assets/stylesheets/main/theme/gui/_lists.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 69, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-sm li {
  padding-left: 13px;
  margin-bottom: 5px;
}

/* line 73, app/assets/stylesheets/main/theme/gui/_lists.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 82, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-sm.list-icons-style-2 li {
  padding-left: 32px;
}

/* line 85, app/assets/stylesheets/main/theme/gui/_lists.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 96, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 32px;
}

/* line 99, app/assets/stylesheets/main/theme/gui/_lists.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 112, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 27px;
}

/* line 116, app/assets/stylesheets/main/theme/gui/_lists.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 125, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-lg.list-icons-style-2 li {
  padding-top: 8px;
  padding-left: 42px;
}

/* line 129, app/assets/stylesheets/main/theme/gui/_lists.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 140, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-lg.list-icons-style-3 li {
  padding-top: 8px;
  padding-left: 42px;
}

/* line 144, app/assets/stylesheets/main/theme/gui/_lists.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 156, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-reverse li {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}

/* line 161, app/assets/stylesheets/main/theme/gui/_lists.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 172, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-reverse.list-icons-style-2 li {
  padding-right: 36px;
}

/* line 178, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-reverse.list-icons-style-3 li {
  padding-right: 36px;
}

/* line 184, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-reverse.list-icons-sm li {
  padding-left: 0;
  padding-right: 13px;
}

/* line 189, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
  padding-right: 32px;
}

/* line 195, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
  padding-right: 32px;
}

/* line 202, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-reverse.list-icons-lg li {
  padding-left: 0;
  padding-right: 32px;
}

/* line 207, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
  padding-right: 42px;
}

/* line 213, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
  padding-right: 42px;
}

/* line 224, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-borders li {
  border-bottom: 1px solid #eaeaea;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}

/* line 229, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-borders li:last-child {
  border-bottom: 0;
}

/* line 235, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-side-borders {
  border-left: 1px solid #eaeaea;
  padding-left: 10px;
}

/* line 240, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none;
}

/* line 243, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-ordened li {
  position: relative;
  padding-left: 22px;
}

/* line 246, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-ordened li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: bold;
}

/* line 257, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
  padding-left: 32px;
}

/* line 259, app/assets/stylesheets/main/theme/gui/_lists.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 272, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-ordened.list-ordened-style-3 li:before {
  color: #FFF;
  border: 0;
}

/* line 281, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}

/* line 287, app/assets/stylesheets/main/theme/gui/_lists.scss */
.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}

/* line 294, app/assets/stylesheets/main/theme/gui/_lists.scss */
dl dd {
  margin-bottom: 15px;
}

/* Sitemap */
/* line 308, app/assets/stylesheets/main/theme/gui/_lists.scss */
ul.sitemap > li > a {
  font-weight: bold;
}

/* line 312, app/assets/stylesheets/main/theme/gui/_lists.scss */
ul.sitemap.list li {
  margin: 0 0 3px 0;
}

/* line 315, app/assets/stylesheets/main/theme/gui/_lists.scss */
ul.sitemap.list ul {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* Loading Overlay */
/* line 2, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.loading-overlay-showing {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.loading-overlay-showing > .loading-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 11, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.loading-overlay {
  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 !important;
}

/* line 23, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
body > .loading-overlay {
  position: fixed;
  z-index: 999999;
}

/* Bounce Loading */
/* line 29, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.bounce-loader {
  transition: all 0.2s;
  margin: -9px 0 0 -35px;
  text-align: center;
  width: 70px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10000;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  background-color: #CCC;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 18px;
  width: 18px;
}

/* line 51, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.bounce-loader .bounce1 {
  animation-delay: -0.32s;
}

/* line 55, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.bounce-loader .bounce2 {
  animation-delay: -0.16s;
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* line 69, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
  animation: 1.4s ease-in-out infinite bouncedelay;
}

/* Loading Overlay Percentage */
/* line 80, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.loading-overlay.loading-overlay-percentage {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 84, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.loading-overlay.loading-overlay-percentage .page-loader-progress-wrapper {
  display: flex;
  font-size: 4.1rem;
  font-weight: bold;
  letter-spacing: -1.5px;
  color: #212121;
}

/* line 94, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.loading-overlay.loading-overlay-percentage.loading-overlay-percentage-effect-2 .loading-overlay-background-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0px;
  background: #f4f4f4;
  z-index: 0;
  transition: ease width 300ms;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.loading-overlay.loading-overlay-percentage.loading-overlay-percentage-effect-2 .page-loader-progress-wrapper {
  position: relative;
  z-index: 1;
}

/* Cubes Effect */
/* line 115, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-thecube {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
  transform: rotateZ(45deg);
}

/* line 122, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-thecube .cssload-cube {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  transform: rotateZ(45deg);
  transform: scale(1.1);
}

/* line 129, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CCC;
  animation: cssload-fold-thecube 1.68s infinite linear both;
  transform-origin: 100% 100%;
}

/* line 141, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
}

/* line 143, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-thecube .cssload-c2:before {
  animation-delay: 0.205s;
}

/* line 147, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
}

/* line 149, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-thecube .cssload-c3:before {
  animation-delay: 0.42s;
}

/* line 153, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
}

/* line 155, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-thecube .cssload-c4:before {
  animation-delay: 0.625s;
}

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(129px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(129px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(129px) rotateY(180deg);
    opacity: 0;
  }
}

/* Cube Progress Effect */
/* line 179, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-cube-progress {
  display: block;
  margin: 0 auto;
  width: 29px;
  height: 29px;
  position: relative;
  border: 4px solid #CCC;
  animation: cssload-cube-progress 2.3s infinite ease;
}

/* line 189, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-cube-progress-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #CCC;
  animation: cssload-cube-progress-inner 2.3s infinite ease-in;
}

@keyframes cssload-cube-progress {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes cssload-cube-progress-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

/* Float Rings Effect */
/* line 234, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-rings-loader {
  position: relative;
  left: calc(50% - 15px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  perspective: 380px;
}

/* line 243, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-rings-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
}

/* line 249, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-rings-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 1px solid #CCC;
}

/* line 255, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-rings-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 1px solid #CCC;
}

/* line 261, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-rings-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 1px solid #CCC;
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/* Float Bars Effect */
/* line 297, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-bars-container {
  margin: -70px auto 0 auto;
  max-width: 545px;
  transform: rotate(90deg);
}

/* line 301, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-bars-container * {
  box-sizing: border-box;
}

/* line 304, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-bars-container ul li {
  list-style: none;
}

/* line 308, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-bars-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 313, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-bars-flex-container li {
  padding: 10px;
  height: 97px;
  width: 97px;
  margin: 29px 19px;
  position: relative;
  text-align: center;
}

/* line 322, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-bars-loading,
.cssload-float-bars-loading:after,
.cssload-float-bars-loading:before {
  display: inline-block;
  position: relative;
  width: 5px;
  height: 49px;
  background: #CCC;
  margin-top: 5px;
  border-radius: 975px;
  animation: cssload-upDown2 1.15s ease infinite;
  animation-direction: alternate;
  animation-delay: 0.29s;
}

/* line 336, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-bars-loading:after,
.cssload-float-bars-loading:before {
  position: absolute;
  content: '';
  animation: cssload-upDown 1.15s ease infinite;
  animation-direction: alternate;
}

/* line 343, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-bars-loading:before {
  left: -10px;
}

/* line 346, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-float-bars-loading:after {
  left: 10px;
  animation-delay: 0.58s;
}

@keyframes cssload-upDown {
  from {
    transform: translateY(19px);
  }
  to {
    transform: translateY(-19px);
  }
}

@keyframes cssload-upDown2 {
  from {
    transform: translateY(29px);
  }
  to {
    transform: translateY(-19px);
  }
}

/* Speeding Wheel */
/* line 370, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-speeding-wheel-container {
  width: 100%;
  height: 49px;
  text-align: center;
}

/* line 375, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #CCC;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Zenith Effect */
/* line 391, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-zenith-container {
  width: 100%;
  height: 49px;
  text-align: center;
}

/* line 396, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-zenith {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 3px 3px 1px #CCC;
  animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Spinning Square Effect */
/* line 413, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-spinning-square-loading {
  position: relative;
  width: 30px;
  height: 30px;
  background: #CCC;
  display: block;
  margin: auto;
  animation: 1.15s cssload-spin infinite;
}

/* line 421, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-spinning-square-loading:before, .cssload-spinning-square-loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: 0.58s infinite alternate linear;
}

/* line 430, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-spinning-square-loading:before {
  background: #999;
  animation-name: cssload-blur1;
}

/* line 434, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-spinning-square-loading:after {
  background: white;
  animation-name: cssload-blur2;
}

@keyframes cssload-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cssload-blur1 {
  to {
    transform: rotate(-30deg);
  }
}

@keyframes cssload-blur2 {
  to {
    transform: rotate(-15deg);
  }
}

/* Pulse */
/* line 459, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.wrapper-pulse {
  margin-top: -60px;
}

/* line 462, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-pulse-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 3em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: black;
}

/* line 472, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-pulse-loader,
.cssload-pulse-loader:before,
.cssload-pulse-loader:after {
  animation: 1.15s infinite ease-in-out;
}

/* line 477, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-pulse-loader:before,
.cssload-pulse-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 486, app/assets/stylesheets/main/theme/gui/_loading-overlay.scss */
.cssload-pulse-loader {
  animation-name: cssload-pulse-loader;
}

@keyframes cssload-pulse-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

/* Maps */
/* line 2, app/assets/stylesheets/main/theme/gui/_maps.scss */
.google-map {
  background: #E5E3DF;
  height: 400px;
  margin: -35px 0 30px 0;
  width: 100%;
}

/* line 7, app/assets/stylesheets/main/theme/gui/_maps.scss */
.google-map.small {
  height: 250px;
  border-radius: 6px;
  margin: 0;
  clear: both;
}

/* line 13, app/assets/stylesheets/main/theme/gui/_maps.scss */
.google-map img {
  max-width: 9999px;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_maps.scss */
.google-map-borders {
  border: 1px solid #DDD;
  padding: 4px;
  border-radius: 4px;
}

/* Map Pins */
@keyframes mapPinPulse {
  from {
    transform: scale(1);
    opacity: 0.7;
  }
  to {
    transform: scale(10);
    opacity: 0;
  }
}

/* Map Info Window */
/* line 37, app/assets/stylesheets/main/theme/gui/_maps.scss */
.map-info-window {
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 0.8rem;
  background: #FFF;
  border-radius: 4px;
  padding: 15px 20px;
  white-space: nowrap;
  transform: translate3d(-50%, 0, 0);
}

/* line 47, app/assets/stylesheets/main/theme/gui/_maps.scss */
.map-info-window:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 0;
  border-top: 7px solid #FFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

/* line 59, app/assets/stylesheets/main/theme/gui/_maps.scss */
.map-info-window .map-info-window-close {
  position: absolute;
  top: 3px;
  right: 3px;
}

/* line 66, app/assets/stylesheets/main/theme/gui/_maps.scss */
.map-rounded-pin {
  width: 13px;
  height: 13px;
  background: #CCC;
  border-radius: 100%;
}

/* line 72, app/assets/stylesheets/main/theme/gui/_maps.scss */
.map-rounded-pin.map-rounded-pin-animated {
  position: relative;
}

/* line 74, app/assets/stylesheets/main/theme/gui/_maps.scss */
.map-rounded-pin.map-rounded-pin-animated:before, .map-rounded-pin.map-rounded-pin-animated:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
  animation-name: mapPinPulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

/* line 88, app/assets/stylesheets/main/theme/gui/_maps.scss */
.map-rounded-pin.map-rounded-pin-animated:after {
  animation-delay: 1.250s;
}

/* Google Map on Footer */
/* line 95, app/assets/stylesheets/main/theme/gui/_maps.scss */
.google-map-footer {
  margin: 35px 0 -50px !important;
}

/* RTL Popup */
/* line 101, app/assets/stylesheets/main/theme/gui/_maps.scss */
html[dir="rtl"] .gm-style .gm-style-iw-c {
  padding: 20px 20px 0 0 !important;
}

/* Clearfix */
/* line 3, app/assets/stylesheets/main/theme/gui/_misc.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 13, app/assets/stylesheets/main/theme/gui/_misc.scss */
html[xmlns] .clearfix {
  display: block;
}

/* line 17, app/assets/stylesheets/main/theme/gui/_misc.scss */
* html .clearfix {
  height: 1%;
}

/* Container */
@media (min-width: 1440px) {
  /* line 23, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .container-lg-custom {
    max-width: 1440px;
  }
  /* line 27, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .container-xl-custom {
    max-width: 1630px;
  }
}

/* Fluid Col */
/* line 33, app/assets/stylesheets/main/theme/gui/_misc.scss */
[class*="fluid-col-"] .fluid-col {
  position: absolute;
  left: 15px;
}

/* line 36, app/assets/stylesheets/main/theme/gui/_misc.scss */
[class*="fluid-col-"] .fluid-col.fluid-col-left {
  left: auto;
  right: 15px;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_misc.scss */
.fluid-col-6 {
  min-height: 33vw;
}

/* line 44, app/assets/stylesheets/main/theme/gui/_misc.scss */
.fluid-col-6 .fluid-col {
  width: calc(50vw - 15px);
}

/* line 50, app/assets/stylesheets/main/theme/gui/_misc.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 56, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-sm-6 {
    min-height: 33vw;
  }
  /* line 58, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-sm-6 .fluid-col {
    width: calc(55vw - 15px);
  }
}

@media (min-width: 768px) {
  /* line 65, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-md-6 {
    min-height: 33vw;
  }
  /* line 67, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-md-6 .fluid-col {
    width: calc(50vw - 15px);
  }
}

@media (min-width: 992px) {
  /* line 74, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-lg-6 {
    min-height: 33vw;
  }
  /* line 76, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-lg-6 .fluid-col {
    width: calc(50vw - 15px);
  }
}

@media (min-width: 1200px) {
  /* line 83, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-xl-6 {
    min-height: 33vw;
  }
  /* line 85, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-xl-6 .fluid-col {
    width: calc(50vw - 15px);
  }
}

@media (max-width: 1199px) {
  /* line 92, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-xl-6 {
    min-height: 64.5vw !important;
  }
}

@media (max-width: 991px) {
  /* line 98, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-lg-6 {
    min-height: 64.5vw !important;
  }
}

@media (max-width: 767px) {
  /* line 104, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-md-6 {
    min-height: 64.5vw !important;
  }
}

@media (max-width: 575px) {
  /* line 110, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .fluid-col-sm-6 {
    min-height: 64.5vw !important;
  }
}

/* Gutter SM */
/* line 116, app/assets/stylesheets/main/theme/gui/_misc.scss */
.row-gutter-sm {
  margin-right: -10px;
  margin-left: -10px;
}

/* line 119, app/assets/stylesheets/main/theme/gui/_misc.scss */
.row-gutter-sm .col, .row-gutter-sm .col-1, .row-gutter-sm .col-10, .row-gutter-sm .col-11, .row-gutter-sm .col-12, .row-gutter-sm .col-2, .row-gutter-sm .col-3, .row-gutter-sm .col-4, .row-gutter-sm .col-5, .row-gutter-sm .col-6, .row-gutter-sm .col-7, .row-gutter-sm .col-8, .row-gutter-sm .col-9, .row-gutter-sm .col-auto, .row-gutter-sm .col-lg, .row-gutter-sm .col-lg-1, .row-gutter-sm .col-lg-10, .row-gutter-sm .col-lg-11, .row-gutter-sm .col-lg-12, .row-gutter-sm .col-lg-2, .row-gutter-sm .col-lg-3, .row-gutter-sm .col-lg-4, .row-gutter-sm .col-lg-5, .row-gutter-sm .col-lg-6, .row-gutter-sm .col-lg-7, .row-gutter-sm .col-lg-8, .row-gutter-sm .col-lg-9, .row-gutter-sm .col-lg-auto, .row-gutter-sm .col-md, .row-gutter-sm .col-md-1, .row-gutter-sm .col-md-10, .row-gutter-sm .col-md-11, .row-gutter-sm .col-md-12, .row-gutter-sm .col-md-2, .row-gutter-sm .col-md-3, .row-gutter-sm .col-md-4, .row-gutter-sm .col-md-5, .row-gutter-sm .col-md-6, .row-gutter-sm .col-md-7, .row-gutter-sm .col-md-8, .row-gutter-sm .col-md-9, .row-gutter-sm .col-md-auto, .row-gutter-sm .col-sm, .row-gutter-sm .col-sm-1, .row-gutter-sm .col-sm-10, .row-gutter-sm .col-sm-11, .row-gutter-sm .col-sm-12, .row-gutter-sm .col-sm-2, .row-gutter-sm .col-sm-3, .row-gutter-sm .col-sm-4, .row-gutter-sm .col-sm-5, .row-gutter-sm .col-sm-6, .row-gutter-sm .col-sm-7, .row-gutter-sm .col-sm-8, .row-gutter-sm .col-sm-9, .row-gutter-sm .col-sm-auto, .row-gutter-sm .col-xl, .row-gutter-sm .col-xl-1, .row-gutter-sm .col-xl-10, .row-gutter-sm .col-xl-11, .row-gutter-sm .col-xl-12, .row-gutter-sm .col-xl-2, .row-gutter-sm .col-xl-3, .row-gutter-sm .col-xl-4, .row-gutter-sm .col-xl-5, .row-gutter-sm .col-xl-6, .row-gutter-sm .col-xl-7, .row-gutter-sm .col-xl-8, .row-gutter-sm .col-xl-9, .row-gutter-sm .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

/* Min Height */
/* line 126, app/assets/stylesheets/main/theme/gui/_misc.scss */
.min-height-screen {
  min-height: 100vh;
}

/* Hide Text */
/* line 131, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hide-text {
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
}

/* Box Shadow */
/* line 140, app/assets/stylesheets/main/theme/gui/_misc.scss */
.box-shadow-1:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.33;
  content: '';
  box-shadow: 0 30px 90px #BBB;
  transition: all 0.2s ease-in-out;
}

/* line 153, app/assets/stylesheets/main/theme/gui/_misc.scss */
.box-shadow-1.box-shadow-1-hover:before {
  opacity: 0;
}

/* line 157, app/assets/stylesheets/main/theme/gui/_misc.scss */
.box-shadow-1.box-shadow-1-hover:hover:before {
  opacity: 0.33;
}

/* line 164, app/assets/stylesheets/main/theme/gui/_misc.scss */
.box-shadow-2 {
  box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45);
}

/* line 168, app/assets/stylesheets/main/theme/gui/_misc.scss */
.box-shadow-3 {
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}

/* line 172, app/assets/stylesheets/main/theme/gui/_misc.scss */
.box-shadow-4 {
  box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2);
}

/* line 176, app/assets/stylesheets/main/theme/gui/_misc.scss */
.box-shadow-5 {
  box-shadow: 0 15px 60px -36px rgba(0, 0, 0, 0.45);
}

/* Border Radius */
/* line 181, app/assets/stylesheets/main/theme/gui/_misc.scss */
.border-radius {
  border-radius: 4px !important;
}

/* Sample Item */
/* line 186, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item-container {
  max-width: 1648px;
}

/* line 190, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
}

/* line 195, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item-list li {
  text-align: center;
}

/* line 198, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item-list.sample-item-list-loaded {
  opacity: 1;
}

/* line 203, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item {
  text-align: center;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  margin-bottom: 35px;
}

/* line 209, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item a {
  text-decoration: none !important;
}

/* line 212, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .owl-carousel {
  margin-bottom: 0;
  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;
  transition: box-shadow 0.3s ease;
}

/* line 221, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .owl-carousel:hover {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* line 224, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .owl-carousel .sample-item-image-wrapper {
  box-shadow: none;
}

/* line 228, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .owl-carousel .owl-item > div {
  height: 365px;
  max-height: 365px;
}

/* line 234, app/assets/stylesheets/main/theme/gui/_misc.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;
  transition: all 0.3s ease;
}

/* line 243, app/assets/stylesheets/main/theme/gui/_misc.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 246, app/assets/stylesheets/main/theme/gui/_misc.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 250, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .owl-carousel .owl-nav button.owl-prev {
  background-color: #E7E7E7;
  transform: translate3d(-30px, 0, 0);
}

/* line 258, app/assets/stylesheets/main/theme/gui/_misc.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 262, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .owl-carousel .owl-nav button.owl-next {
  background-color: #E7E7E7;
  transform: translate3d(30px, 0, 0);
  border-radius: 4px 0 0 4px;
}

/* line 271, app/assets/stylesheets/main/theme/gui/_misc.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 278, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .owl-carousel:hover .owl-nav button.owl-prev {
  transform: translate3d(0, 0, 0);
}

/* line 281, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .owl-carousel:hover .owl-nav button.owl-next {
  transform: translate3d(0, 0, 0);
}

/* line 287, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .sample-item-image-wrapper {
  background: #FFF;
  height: 22vw;
  max-height: 365px;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  border: none;
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: box-shadow 0.3s ease;
}

/* line 298, app/assets/stylesheets/main/theme/gui/_misc.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 311, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item a:hover .sample-item-image-wrapper {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* line 316, app/assets/stylesheets/main/theme/gui/_misc.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 330, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item .sample-item-description {
  display: block;
  padding: 15px 0;
}

/* line 335, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item h5 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* line 339, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item h5 .sample-item-info {
  display: block;
  font-size: 11px;
  opacity: 0.6;
}

/* line 345, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

/* line 352, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item.sample-item-home .sample-item-image-wrapper {
  height: 13.9vw;
}

/* line 356, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item.sample-item-home .sample-item-image-wrapper,
.sample-item.sample-item-home .sample-item-image {
  max-height: 260px;
}

/* line 363, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item.sample-item-coming-soon .sample-item-image {
  background-color: #FBFBFB;
  background-position: center center;
}

/* line 370, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-item.sample-item-coming-soon.sample-item-home .sample-item-image {
  height: 15vw;
}

@media (max-width: 991px) {
  /* line 378, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item .sample-item-image-wrapper, .sample-item .owl-carousel {
    height: 33vw;
  }
  /* line 381, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item .sample-item-image {
    height: 34vw;
  }
  /* line 386, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item.sample-item-home .sample-item-image-wrapper {
    height: 30vw;
  }
  /* line 389, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item.sample-item-home .sample-item-image {
    height: 30vw;
  }
  /* line 395, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item.sample-item-coming-soon.sample-item-home .sample-item-image {
    height: 30vw;
  }
}

@media (max-width: 767px) {
  /* line 406, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item .sample-item-image-wrapper, .sample-item .owl-carousel {
    height: 63.4vw;
  }
  /* line 409, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item .sample-item-image {
    height: 67.5vw;
  }
  /* line 414, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item.sample-item-home .sample-item-image-wrapper {
    height: 63.4vw;
    max-height: 345px;
  }
  /* line 418, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item.sample-item-home .sample-item-image {
    height: 67.5vw;
    max-height: 345px;
  }
  /* line 425, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .sample-item.sample-item-coming-soon.sample-item-home .sample-item-image {
    height: 63.4vw;
  }
}

/* Sample Sub Items Lightbox */
/* line 433, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sample-sub-items-lightbox {
  margin: 0 auto;
  max-width: 1650px;
  padding: 10vh 10px 50px;
  width: 100%;
}

/* Magnific Popup Demo Options */
/* line 442, app/assets/stylesheets/main/theme/gui/_misc.scss */
.mfp-demo-options.mfp-bg {
  opacity: 0.98 !important;
  background: #f7f7f7;
}

/* line 445, app/assets/stylesheets/main/theme/gui/_misc.scss */
.mfp-demo-options.mfp-bg.mfp-removing {
  opacity: 0 !important;
}

/* line 450, app/assets/stylesheets/main/theme/gui/_misc.scss */
.mfp-demo-options .mfp-close {
  position: fixed;
  top: 0;
  right: 17px;
  z-index: 3000;
}

/* line 457, app/assets/stylesheets/main/theme/gui/_misc.scss */
.mfp-demo-options.mfp-wrap {
  height: 100vh !important;
}

/* line 459, app/assets/stylesheets/main/theme/gui/_misc.scss */
.mfp-demo-options.mfp-wrap:before {
  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 472, app/assets/stylesheets/main/theme/gui/_misc.scss */
.mfp-demo-options.mfp-wrap:after {
  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 486, app/assets/stylesheets/main/theme/gui/_misc.scss */
.mfp-demo-options.mfp-wrap.mfp-removing:before, .mfp-demo-options.mfp-wrap.mfp-removing:after {
  opacity: 0 !important;
}

/* Pagination */
/* line 494, app/assets/stylesheets/main/theme/gui/_misc.scss */
.pagination {
  position: relative;
  z-index: 1;
}

/* line 497, app/assets/stylesheets/main/theme/gui/_misc.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;
  box-shadow: none !important;
}

/* line 506, app/assets/stylesheets/main/theme/gui/_misc.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;
  box-shadow: none !important;
}

/* line 518, app/assets/stylesheets/main/theme/gui/_misc.scss */
.pagination.pagination-rounded .page-item {
  margin-right: .5rem;
}

/* line 520, app/assets/stylesheets/main/theme/gui/_misc.scss */
.pagination.pagination-rounded .page-item:last-child {
  margin-right: 0;
}

/* line 525, app/assets/stylesheets/main/theme/gui/_misc.scss */
.pagination.pagination-rounded .page-link {
  border-radius: 50% !important;
  padding: 0;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

/* line 535, app/assets/stylesheets/main/theme/gui/_misc.scss */
.pagination.pagination-rounded.pagination-md .page-link {
  padding: 0;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}

/* line 546, app/assets/stylesheets/main/theme/gui/_misc.scss */
.pagination.pagination-rounded.pagination-lg .page-link {
  padding: 0;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

/* Read More */
/* line 559, app/assets/stylesheets/main/theme/gui/_misc.scss */
.read-more,
.learn-more {
  display: inline-block;
  white-space: nowrap;
}

/* line 566, app/assets/stylesheets/main/theme/gui/_misc.scss */
.learn-more-hover-animate-icon > i {
  transition: ease transform 300ms;
}

/* line 571, app/assets/stylesheets/main/theme/gui/_misc.scss */
.learn-more-hover-animate-icon:hover > i {
  transform: translate3d(5px, 0, 0);
}

/* Offset Anchor */
/* line 584, app/assets/stylesheets/main/theme/gui/_misc.scss */
.offset-anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -100px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 594, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .offset-anchor {
    top: 0;
  }
}

/* Show Grid */
/* line 601, app/assets/stylesheets/main/theme/gui/_misc.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 612, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert [class*="fa-"], .alert .icons {
  margin-right: 8px;
  font-size: 1.1em;
}

/* line 617, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert ul {
  padding: 0;
  margin: 7px 0 0 40px;
}

/* line 620, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert ul li {
  font-size: 0.9em;
}

/* line 625, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert.alert-sm {
  padding: 5px 10px;
  font-size: 0.9em;
}

/* line 630, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert.alert-lg {
  padding: 20px;
  font-size: 1.2em;
}

/* line 635, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert.alert-default {
  background-color: #f2f2f2;
  border-color: #eaeaea;
  color: #737373;
}

/* line 640, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert.alert-default .alert-link {
  color: #4c4c4c;
}

/* line 645, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert.alert-dark {
  background-color: #383f45;
  border-color: #0a0c0d;
  color: #d3d8dc;
}

/* line 650, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert.alert-dark .alert-link {
  color: #fefefe;
}

/* Embed Responsive */
/* line 659, app/assets/stylesheets/main/theme/gui/_misc.scss */
.embed-responsive.embed-soundcloud {
  padding-bottom: 19.25%;
}

/* line 663, app/assets/stylesheets/main/theme/gui/_misc.scss */
.embed-responsive.embed-responsive-borders {
  border: 1px solid #DDD;
  padding: 4px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  /* line 672, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .col-md-3 .sidebar {
    clear: both;
  }
}

/* Half Section */
/* line 678, app/assets/stylesheets/main/theme/gui/_misc.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 687, app/assets/stylesheets/main/theme/gui/_misc.scss */
.col-half-section.col-half-section-right {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  /* line 694, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .col-half-section {
    max-width: 465px;
  }
}

@media (max-width: 991px) {
  /* line 700, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .col-half-section {
    max-width: 720px;
    margin: 0 auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 767px) {
  /* line 709, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .col-half-section {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  /* line 715, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .col-half-section {
    max-width: 100%;
  }
}

/* Content Grid */
/* line 721, app/assets/stylesheets/main/theme/gui/_misc.scss */
.content-grid {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 725, app/assets/stylesheets/main/theme/gui/_misc.scss */
.content-grid .content-grid-item {
  position: relative;
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 732, app/assets/stylesheets/main/theme/gui/_misc.scss */
.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
  content: '';
  position: absolute;
}

/* line 736, app/assets/stylesheets/main/theme/gui/_misc.scss */
.content-grid .content-grid-item:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #DADADA;
}

/* line 742, app/assets/stylesheets/main/theme/gui/_misc.scss */
.content-grid .content-grid-item:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #DADADA;
}

/* line 750, app/assets/stylesheets/main/theme/gui/_misc.scss */
.content-grid .content-grid-item .img-fluid {
  display: inline-block;
  flex: 0 0 auto;
}

/* line 758, app/assets/stylesheets/main/theme/gui/_misc.scss */
.content-grid.content-grid-dashed .content-grid-item:before {
  border-left: 1px dashed #DADADA;
}

/* line 761, app/assets/stylesheets/main/theme/gui/_misc.scss */
.content-grid.content-grid-dashed .content-grid-item:after {
  border-bottom: 1px dashed #DADADA;
}

/* Alert Admin */
/* line 769, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert-admin {
  margin: 25px 0;
}

/* line 771, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert-admin img {
  margin: -50px 0 0;
}

/* line 774, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert-admin .btn {
  margin: 0 0 -15px;
}

/* line 777, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert-admin p {
  color: #444;
}

/* line 780, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert-admin h4 {
  color: #111;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 786, app/assets/stylesheets/main/theme/gui/_misc.scss */
.alert-admin .warning {
  color: #B20000;
}

/* Not Included */
/* line 792, app/assets/stylesheets/main/theme/gui/_misc.scss */
.not-included {
  color: #b7b7b7;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin: -4px 0;
  padding: 0;
}

/* Tip */
/* line 802, app/assets/stylesheets/main/theme/gui/_misc.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 814, app/assets/stylesheets/main/theme/gui/_misc.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 828, app/assets/stylesheets/main/theme/gui/_misc.scss */
.tip.skin {
  color: #FFF;
}

/* Ajax Box */
/* line 834, app/assets/stylesheets/main/theme/gui/_misc.scss */
.ajax-box {
  transition: all 0.2s;
  position: relative;
}

/* line 837, app/assets/stylesheets/main/theme/gui/_misc.scss */
.ajax-box .ajax-box-content {
  transition: all 0.2s;
  opacity: 1;
  overflow: hidden;
  height: auto;
}

/* line 843, app/assets/stylesheets/main/theme/gui/_misc.scss */
.ajax-box .bounce-loader {
  opacity: 0;
}

/* line 846, app/assets/stylesheets/main/theme/gui/_misc.scss */
.ajax-box.ajax-box-init {
  height: 0;
}

/* line 849, app/assets/stylesheets/main/theme/gui/_misc.scss */
.ajax-box.ajax-box-loading {
  height: 300px;
}

/* line 851, app/assets/stylesheets/main/theme/gui/_misc.scss */
.ajax-box.ajax-box-loading .ajax-box-content {
  opacity: 0;
  height: 300px;
}

/* line 855, app/assets/stylesheets/main/theme/gui/_misc.scss */
.ajax-box.ajax-box-loading .bounce-loader {
  opacity: 1;
}

/* Go to Demos */
/* line 862, app/assets/stylesheets/main/theme/gui/_misc.scss */
.go-to-demos {
  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 880, app/assets/stylesheets/main/theme/gui/_misc.scss */
.go-to-demos [class*="fa-"] {
  transition: left 0.3s ease;
  display: inline-block;
  padding-right: 5px;
  position: relative;
  left: 0;
}

/* line 887, app/assets/stylesheets/main/theme/gui/_misc.scss */
.go-to-demos:hover {
  text-decoration: none;
  padding-left: 25px;
}

/* line 890, app/assets/stylesheets/main/theme/gui/_misc.scss */
.go-to-demos:hover [class*="fa-"] {
  left: -7px;
}

@media (max-width: 991px) {
  /* line 897, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .go-to-demos {
    display: none;
  }
}

/* Notice Top Bar */
/* line 903, app/assets/stylesheets/main/theme/gui/_misc.scss */
.notice-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #d01a34;
  z-index: -1;
}

/* line 910, app/assets/stylesheets/main/theme/gui/_misc.scss */
.notice-top-bar .notice-button {
  background: rgba(235, 34, 63, 0.7);
  color: #FFF;
  border-radius: 35px;
  transition: ease background 300ms;
  text-decoration: none;
}

/* line 916, app/assets/stylesheets/main/theme/gui/_misc.scss */
.notice-top-bar .notice-button:hover {
  background: #eb223f;
}

/* line 920, app/assets/stylesheets/main/theme/gui/_misc.scss */
.notice-top-bar .notice-top-bar-close {
  position: absolute;
  top: 7px;
  right: 7px;
}

/* Hover effetcs */
/* line 929, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-1:not(.portfolio-item) {
  box-shadow: 10px 10px 74px -15px transparent;
  transition: ease transform 300ms, ease box-shadow 300ms;
}

/* line 932, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-1:not(.portfolio-item):hover {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -15px, 0);
}

/* line 938, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-1.portfolio-item {
  transition: ease transform 300ms;
}

/* line 940, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-1.portfolio-item .thumb-info,
.hover-effect-1.portfolio-item .owl-carousel {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  transition: ease box-shadow 300ms;
}

/* line 947, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-1.portfolio-item:hover .thumb-info,
.hover-effect-1.portfolio-item:hover .owl-carousel, .hover-effect-1.portfolio-item.show .thumb-info,
.hover-effect-1.portfolio-item.show .owl-carousel {
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}

/* line 954, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-1 a {
  transition: ease color 300ms;
}

/* line 959, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-2 {
  opacity: 1;
  transition: ease opacity 300ms;
}

/* line 962, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-2:hover {
  opacity: 0.85;
}

/* line 967, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-3 {
  opacity: 0.3;
  transition: ease opacity 300ms;
}

/* line 970, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hover-effect-3:hover {
  opacity: 1;
}

/* Border Radius */
/* line 976, app/assets/stylesheets/main/theme/gui/_misc.scss */
.border-radius-0 {
  border-radius: 0 !important;
}

/* Sticky Wrapper */
/* line 981, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sticky-wrapper {
  position: fixed;
  width: 100% !important;
  z-index: 11;
}

/* line 985, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sticky-wrapper .sticky-body {
  display: flex;
  background: #FFF;
  width: 100%;
  z-index: 10;
  transition: ease background 300ms;
}

/* line 993, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sticky-wrapper.sticky-wrapper-transparent .sticky-body {
  background: transparent;
}

/* line 997, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sticky-wrapper.sticky-wrapper-effect-1 {
  position: absolute !important;
}

/* line 1000, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sticky-wrapper.sticky-wrapper-effect-1.sticky-effect-active .sticky-body {
  position: fixed;
  background: #FFF;
  animation: headerReveal 0.4s ease-in;
}

/* line 1008, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sticky-wrapper.sticky-wrapper-effect-1.sticky-wrapper-effect-1-dark.sticky-effect-active .sticky-body {
  background: #212529;
}

/* line 1016, app/assets/stylesheets/main/theme/gui/_misc.scss */
.sticky-wrapper.sticky-wrapper-border-bottom.sticky-effect-active .sticky-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Highlighted Word */
@keyframes pencilAnimation {
  from {
    width: 0;
  }
  to {
    width: 74px;
  }
}

@keyframes pencilAnimation2 {
  from {
    width: 0;
  }
  to {
    width: 115px;
  }
}

/* line 1042, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word {
  font-family: "Shadows Into Light", cursive;
  font-weight: 500;
}

/* line 1046, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word.highlighted-word-animation-1 {
  position: relative;
}

/* line 1048, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word.highlighted-word-animation-1:after {
  content: '';
  position: absolute;
  right: calc(100% - 74px);
  bottom: -6px;
  background: url(../img/pencil-blue-line.png);
  width: 0;
  height: 15px;
  animation-name: pencilAnimation;
  animation-duration: 500ms;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  overflow: hidden;
  transform: rotate(180deg);
}

/* line 1064, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-light:after {
  filter: brightness(0) invert(1);
}

/* line 1069, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-dark:after {
  background: url(../img/pencil-blue-line-dark.png);
}

/* line 1074, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-no-rotate:after {
  transform: rotate(0);
}

/* line 1079, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-no-animate:after {
  animation-duration: 0ms;
  animation-delay: 0ms;
}

/* line 1085, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-2:after {
  animation-name: pencilAnimation2;
  right: calc(100% - 115px);
  background: url(../img/pencil-blue-line-2.png);
  background-repeat: no-repeat;
}

/* line 1093, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-2-dark:after {
  background-image: url(../img/pencil-blue-line-2-dark.png);
}

/* line 1099, app/assets/stylesheets/main/theme/gui/_misc.scss */
.highlighted-word.highlighted-word-rotate {
  transform: rotate(-15deg);
  transform-origin: 0 0;
}

/* Curved Border */
/* line 1106, app/assets/stylesheets/main/theme/gui/_misc.scss */
.curved-border {
  position: relative;
  min-height: 7.2vw;
}

/* line 1109, app/assets/stylesheets/main/theme/gui/_misc.scss */
.curved-border:after {
  content: '';
  background-image: url(../img/curved-border.svg);
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100vw;
  height: 7.2vw;
  z-index: 20;
}

/* line 1123, app/assets/stylesheets/main/theme/gui/_misc.scss */
.curved-border.curved-border-top:after {
  top: -2px;
  bottom: auto;
  transform: rotateX(180deg);
}

/* Vertical Divider */
/* line 1133, app/assets/stylesheets/main/theme/gui/_misc.scss */
.vertical-divider {
  display: inline;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid transparent;
}

/* Star Rating */
/* line 1141, app/assets/stylesheets/main/theme/gui/_misc.scss */
.rating-container .filled-stars {
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

/* line 1145, app/assets/stylesheets/main/theme/gui/_misc.scss */
.rating-container .star {
  margin: 0 1px;
}

/* line 1150, app/assets/stylesheets/main/theme/gui/_misc.scss */
.rating-invisible {
  height: 27px;
  visibility: hidden !important;
}

/* line 1155, app/assets/stylesheets/main/theme/gui/_misc.scss */
.rating-xs {
  font-size: 12px;
}

/* Image Hotspots */
/* line 1160, app/assets/stylesheets/main/theme/gui/_misc.scss */
.image-hotspots {
  position: relative;
}

/* line 1164, app/assets/stylesheets/main/theme/gui/_misc.scss */
.image-hotspot {
  cursor: pointer;
  position: absolute;
}

/* line 1168, app/assets/stylesheets/main/theme/gui/_misc.scss */
.image-hotspot strong {
  color: #FFF;
  z-index: 5;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-weight: 600 !important;
}

/* line 1179, app/assets/stylesheets/main/theme/gui/_misc.scss */
.image-hotspot .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  margin: -0.666em auto auto -0.666em;
  background: #CCC;
  border-radius: 50%;
  opacity: 0.6;
  transform-origin: 50% 50%;
  transition: opacity .2s ease-in, transform .1s ease-out;
  color: white;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
}

/* line 1199, app/assets/stylesheets/main/theme/gui/_misc.scss */
.image-hotspot .ring {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid rgba(204, 204, 204, 0.9);
  opacity: 0;
  animation: hotspot-pulsate 3s ease-out infinite;
}

/* Page Transition */
/* line 1217, app/assets/stylesheets/main/theme/gui/_misc.scss */
body[data-plugin-page-transition] {
  transition: ease opacity 300ms;
}

/* line 1220, app/assets/stylesheets/main/theme/gui/_misc.scss */
body.page-transition-active {
  opacity: 0 !important;
}

/* 
Image 360º Viewer
Credits: Codyhouse (https://codyhouse.co/gem/360-degrees-product-viewer)
*/
/* line 1229, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-wrapper {
  text-align: center;
  padding: 2em 0;
}

/* line 1233, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-wrapper > div {
  display: inline-block;
}

@media (max-width: 1199px) {
  /* line 1233, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .cd-product-viewer-wrapper > div {
    width: 100% !important;
  }
}

/* line 1240, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-wrapper .product-viewer {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}

@media (max-width: 1199px) {
  /* line 1240, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .cd-product-viewer-wrapper .product-viewer {
    width: 100% !important;
  }
}

/* line 1250, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-wrapper img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 1257, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-wrapper .product-sprite {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 1600%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: ease opacity 300ms;
}

/* line 1271, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-wrapper.loaded .product-sprite {
  opacity: 1;
  cursor: ew-resize;
}

/* line 1277, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-handle {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 300px;
  border-radius: 50em;
  margin: 1em auto 3em;
  height: 4px;
}

/* line 1286, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-handle .fill {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #212529;
  transform: scaleX(0);
  transform-origin: left center;
  transition: ease transform 500ms;
}

/* line 1300, app/assets/stylesheets/main/theme/gui/_misc.scss */
.no-csstransitions .cd-product-viewer-handle .fill {
  display: none;
}

/* line 1304, app/assets/stylesheets/main/theme/gui/_misc.scss */
.loaded .cd-product-viewer-handle .fill {
  opacity: 1;
  background-image: none !important;
  transition: ease transform 300ms, ease opacity 200ms 300ms;
}

/* line 1310, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-handle .handle {
  position: absolute;
  z-index: 2;
  display: inline-block;
  height: 44px;
  width: 44px;
  left: 0;
  top: -20px;
  background: #212529;
  border-radius: 50%;
  border: 2px solid #212529;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  transform: translateX(-50%) scale(0);
  transition: ease box-shadow 200ms;
}

/* line 1329, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-handle .handle .bars {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 20px;
  background: #FFF;
  transform: translate3d(-50%, -50%, 0);
}

/* line 1337, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-handle .handle .bars:before, .cd-product-viewer-handle .handle .bars:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 4px;
  height: 60%;
  background: #FFF;
  transform: translate3d(0, -50%, 0);
}

/* line 1346, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-handle .handle .bars:before {
  left: -8px;
}

/* line 1349, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cd-product-viewer-handle .handle .bars:after {
  right: -8px;
}

/* line 1355, app/assets/stylesheets/main/theme/gui/_misc.scss */
.loaded .cd-product-viewer-handle .handle {
  transform: translateX(-50%) scale(1);
  animation: cd-bounce 300ms 300ms;
  animation-fill-mode: both;
  cursor: ew-resize;
}

@keyframes cd-bounce {
  0% {
    transform: translateX(-50%) scale(0);
  }
  60% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

/* Recommended Themes */
/* line 1379, app/assets/stylesheets/main/theme/gui/_misc.scss */
.recommend-themes {
  background: #000;
  padding: 15px 0;
  position: fixed;
  z-index: 9;
  left: 0;
  width: 100%;
  bottom: 0;
  box-shadow: 0 -3px 1px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(110%);
  transition: transform 0.8s ease;
}

/* line 1390, app/assets/stylesheets/main/theme/gui/_misc.scss */
.recommend-themes.active {
  transform: translateY(0);
}

/* line 1393, app/assets/stylesheets/main/theme/gui/_misc.scss */
.recommend-themes p {
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  margin: 0 4px;
}

/* line 1400, app/assets/stylesheets/main/theme/gui/_misc.scss */
.recommend-themes .btn {
  background-color: #181818;
  font-size: 12px;
  font-weight: 600;
  border: none;
  padding: 10px 20px;
  border-radius: 40px;
  margin: 0 4px;
}

/* line 1408, app/assets/stylesheets/main/theme/gui/_misc.scss */
.recommend-themes .btn:hover {
  background-color: #242424;
}

/* Video Open Icon */
/* line 1415, app/assets/stylesheets/main/theme/gui/_misc.scss */
.video-open-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  padding: .375rem;
  transition: padding .2s;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.07);
  position: relative;
  vertical-align: middle;
  margin-right: .5rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
}

/* line 1427, app/assets/stylesheets/main/theme/gui/_misc.scss */
.video-open-icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: #fff;
}

/* line 1435, app/assets/stylesheets/main/theme/gui/_misc.scss */
.video-open-icon:after {
  content: '';
  border-left: 12px solid #08c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -5px;
}

/* line 1445, app/assets/stylesheets/main/theme/gui/_misc.scss */
.video-open-icon:hover {
  padding: .25rem;
}

/* Landing Page Text Reasons */
/* line 1451, app/assets/stylesheets/main/theme/gui/_misc.scss */
.text-reasons {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: rotate(-10deg);
}

/* line 1457, app/assets/stylesheets/main/theme/gui/_misc.scss */
.text-reasons h3 {
  padding: .75rem 3.5rem;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: .4rem;
  font-weight: 800;
}

/* line 1463, app/assets/stylesheets/main/theme/gui/_misc.scss */
.text-reasons h3:nth-child(2) {
  background: rgba(25, 25, 25, 0.15);
  margin-left: -10%;
}

/* line 1467, app/assets/stylesheets/main/theme/gui/_misc.scss */
.text-reasons h3:nth-child(3) {
  background: rgba(25, 25, 25, 0.57);
  font-size: 1.75rem;
  line-height: 1.5;
  padding-left: 5rem;
  margin-left: 2rem;
}

/* line 1474, app/assets/stylesheets/main/theme/gui/_misc.scss */
.text-reasons h3:nth-child(4) {
  background: #222529;
  font-size: 2.25rem;
  padding: .5rem 1.25rem;
  margin-left: 15%;
}

/* line 1481, app/assets/stylesheets/main/theme/gui/_misc.scss */
.text-reasons label {
  font-size: 12.5rem;
  line-height: .8;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1489, app/assets/stylesheets/main/theme/gui/_misc.scss */
.text-reasons .highlighted-word {
  letter-spacing: -.025em;
}

/* line 1491, app/assets/stylesheets/main/theme/gui/_misc.scss */
.text-reasons .highlighted-word:after {
  bottom: -0.33em;
  left: 10%;
  transform: scaleY(-1);
}

/* Strong Shadow */
/* line 1500, app/assets/stylesheets/main/theme/gui/_misc.scss */
.strong-shadow {
  position: relative;
  display: inline-block;
}

/* line 1503, app/assets/stylesheets/main/theme/gui/_misc.scss */
.strong-shadow:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #494b4e;
  z-index: -1;
}

/* line 1514, app/assets/stylesheets/main/theme/gui/_misc.scss */
.strong-shadow.strong-shadow-top-right:before {
  top: -25px;
  left: 25px;
  right: -25px;
  bottom: 25px;
}

/* line 1522, app/assets/stylesheets/main/theme/gui/_misc.scss */
.strong-shadow.rounded:before {
  border-radius: 5px;
}

/* SVG Background */
/* line 1529, app/assets/stylesheets/main/theme/gui/_misc.scss */
.background-svg-style-1 {
  position: absolute;
  top: 31px;
  width: 100vw;
}

/* line 1535, app/assets/stylesheets/main/theme/gui/_misc.scss */
.background-svg-style-1 .dots {
  filter: url(#shadow);
}

/* line 1539, app/assets/stylesheets/main/theme/gui/_misc.scss */
.background-svg-style-1 .dots.dots-animation {
  filter: url(#shadow);
}

/* Payment CC */
/* line 1544, app/assets/stylesheets/main/theme/gui/_misc.scss */
.payment-cc {
  display: flex;
}

/* line 1546, app/assets/stylesheets/main/theme/gui/_misc.scss */
.payment-cc > i {
  font-size: 2rem;
  transition: ease color 300ms;
}

/* line 1549, app/assets/stylesheets/main/theme/gui/_misc.scss */
.payment-cc > i + i {
  margin-left: 10px;
}

/* line 1552, app/assets/stylesheets/main/theme/gui/_misc.scss */
.payment-cc > i:hover {
  color: #FFF;
}

/* line 1559, app/assets/stylesheets/main/theme/gui/_misc.scss */
.payment-cc.payment-cc-no-hover-effect > i:hover {
  color: inherit;
}

/* ElevateZoom Fix */
/* line 1567, app/assets/stylesheets/main/theme/gui/_misc.scss */
.zoomContainer {
  z-index: 1;
}

/* PORTO Big Title */
/* line 1572, app/assets/stylesheets/main/theme/gui/_misc.scss */
.porto-big-title {
  letter-spacing: -22px;
  font-size: 9rem;
  line-height: 0.8;
}

@media (max-width: 575px) {
  /* line 1579, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .porto-big-title {
    letter-spacing: -18px;
    font-size: 7rem;
  }
}

/* Animated Letters */
/* line 1586, app/assets/stylesheets/main/theme/gui/_misc.scss */
[data-plugin-animated-letters] {
  opacity: 0;
  visibility: hidden;
}

/* line 1589, app/assets/stylesheets/main/theme/gui/_misc.scss */
[data-plugin-animated-letters].initialized {
  opacity: 1;
  visibility: visible;
}

/* Read More Rendered (JS Plugin) */
/* line 1596, app/assets/stylesheets/main/theme/gui/_misc.scss */
.readmore-rendered {
  position: relative;
  overflow: hidden;
}

/* line 1599, app/assets/stylesheets/main/theme/gui/_misc.scss */
.readmore-rendered .readmore-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

/* line 1606, app/assets/stylesheets/main/theme/gui/_misc.scss */
.readmore-rendered .readmore-button-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

/* Style Switcher Open Loader Button */
/* line 1616, app/assets/stylesheets/main/theme/gui/_misc.scss */
.style-switcher-open-loader {
  color: #FFF !important;
  background-color: #151719;
  display: block;
  height: 40px;
  position: fixed;
  left: 0;
  top: 135px;
  width: 40px;
  font-size: 12px;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 0 4px 4px 0;
  z-index: 9999;
}

/* line 1634, app/assets/stylesheets/main/theme/gui/_misc.scss */
.style-switcher-open-loader.style-switcher-open-loader-loading > i {
  animation-name: basicRotation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 1639, app/assets/stylesheets/main/theme/gui/_misc.scss */
.style-switcher-open-loader.style-switcher-open-loader-loading > i:before {
  content: "\f1ce";
}

/* line 1645, app/assets/stylesheets/main/theme/gui/_misc.scss */
.style-switcher-open-loader .style-switcher-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 200px;
  background: #282d31;
  text-align: left;
  padding: 1.4rem;
  border-radius: 4px;
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.2);
  transform: translate3d(-20px, -50%, 0);
  transition: ease opacity 300ms, ease transform 300ms;
}

/* line 1659, app/assets/stylesheets/main/theme/gui/_misc.scss */
.style-switcher-open-loader .style-switcher-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #282d31;
  transform: translate3d(0, -50%, 0);
}

/* line 1673, app/assets/stylesheets/main/theme/gui/_misc.scss */
.style-switcher-open-loader .style-switcher-tooltip > strong {
  font-size: 0.85rem;
  font-family: "Open Sans";
  line-height: 1.3;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 1681, app/assets/stylesheets/main/theme/gui/_misc.scss */
.style-switcher-open-loader .style-switcher-tooltip > p {
  color: #e2e2e2;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.8;
}

/* line 1689, app/assets/stylesheets/main/theme/gui/_misc.scss */
.style-switcher-open-loader .style-switcher-tooltip.active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 767px) {
  /* line 1698, app/assets/stylesheets/main/theme/gui/_misc.scss */
  .style-switcher-open-loader {
    display: none;
  }
}

/* Video */
/* line 1704, app/assets/stylesheets/main/theme/gui/_misc.scss */
[data-plugin-video] {
  position: relative;
}

/* line 1706, app/assets/stylesheets/main/theme/gui/_misc.scss */
[data-plugin-video] > img {
  position: relative;
  z-index: 1;
}

/* line 1710, app/assets/stylesheets/main/theme/gui/_misc.scss */
[data-plugin-video] > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

/* line 1717, app/assets/stylesheets/main/theme/gui/_misc.scss */
[data-plugin-video] > video.active {
  z-index: 1;
}

/* Cursor Effect */
/* line 1724, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-outer {
  position: fixed;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #CCC;
  border-radius: 100%;
  pointer-events: none;
  z-index: 9998;
  transition: ease-out all .08s .010s;
}

/* line 1735, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-outer.cursor-outer-fit {
  left: 0 !important;
  top: 0 !important;
}

/* line 1739, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-outer.cursor-color-light {
  border-color: #FFF !important;
}

/* line 1742, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-outer.cursor-color-dark {
  border-color: #212121 !important;
}

/* line 1747, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-inner {
  position: fixed;
  left: 17px;
  top: 17px;
  width: 6px;
  height: 6px;
  background: #CCC;
  border-radius: 100%;
  pointer-events: none;
  z-index: 9999;
  transition: all .08s ease-out;
}

/* line 1758, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-inner.cursor-inner-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
}

/* line 1763, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-inner.cursor-inner-plus:before {
  content: '+';
  color: #FFF;
  font-size: 1.7rem;
}

/* line 1770, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-inner.cursor-color-light:not(.cursor-inner-plus) {
  background-color: #FFF !important;
}

/* line 1773, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-inner.cursor-color-light.cursor-inner-plus:before {
  color: #FFF !important;
}

/* line 1778, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-inner.cursor-color-dark:not(.cursor-inner-plus) {
  background-color: #212121 !important;
}

/* line 1781, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-inner.cursor-color-dark.cursor-inner-plus:before {
  color: #212121 !important;
}

/* line 1787, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hide-mouse-cursor {
  cursor: none;
}

/* line 1789, app/assets/stylesheets/main/theme/gui/_misc.scss */
.hide-mouse-cursor a,
.hide-mouse-cursor button,
.hide-mouse-cursor input,
.hide-mouse-cursor textarea,
.hide-mouse-cursor .mfp-auto-cursor .mfp-content {
  cursor: none !important;
}

/* line 1800, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-effect-size-small .cursor-outer {
  width: 20px;
  height: 20px;
  left: 10px;
  top: 9px;
}

/* line 1807, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-effect-size-small .cursor-inner {
  width: 4px;
  height: 4px;
  left: 18px;
}

/* line 1812, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-effect-size-small .cursor-inner.cursor-inner-plus:before {
  font-size: 1.1rem;
}

/* line 1820, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-effect-size-big .cursor-outer {
  width: 60px;
  height: 60px;
  left: -9px;
  top: -10px;
}

/* line 1827, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-effect-size-big .cursor-inner {
  width: 8px;
  height: 8px;
}

/* line 1831, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-effect-size-big .cursor-inner.cursor-inner-plus:before {
  font-size: 2.6rem;
}

/* line 1839, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-effect-style-square .cursor-outer {
  border-radius: 0;
}

/* line 1843, app/assets/stylesheets/main/theme/gui/_misc.scss */
.cursor-effect-style-square .cursor-inner {
  border-radius: 0;
}

/* Simple Copy To Clipboard */
/* line 1850, app/assets/stylesheets/main/theme/gui/_misc.scss */
.copy-to-clipboard-wrapper .btn {
  position: relative;
}

/* line 1852, app/assets/stylesheets/main/theme/gui/_misc.scss */
.copy-to-clipboard-wrapper .btn:before {
  content: 'Copy to Clipboard';
  position: absolute;
  top: -41px;
  left: 50%;
  background: #212121;
  border-radius: 4px;
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  display: none;
  transition: ease opacity 300ms;
  white-space: nowrap;
  padding: 6px 14px;
  font-size: 0.75rem;
  z-index: 10;
}

/* line 1868, app/assets/stylesheets/main/theme/gui/_misc.scss */
.copy-to-clipboard-wrapper .btn:after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid #212121;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  display: none;
  transition: ease opacity 300ms;
}

/* line 1886, app/assets/stylesheets/main/theme/gui/_misc.scss */
.copy-to-clipboard-wrapper .btn:hover:before, .copy-to-clipboard-wrapper .btn:hover:after, .copy-to-clipboard-wrapper .btn.copied:before, .copy-to-clipboard-wrapper .btn.copied:after {
  display: block;
  opacity: 1;
}

/* line 1893, app/assets/stylesheets/main/theme/gui/_misc.scss */
.copy-to-clipboard-wrapper .btn.copied:before {
  content: 'Copied!';
}

/* Popup */
/* line 2, app/assets/stylesheets/main/theme/gui/_modals.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 13, app/assets/stylesheets/main/theme/gui/_modals.scss */
.mfp-content .ajax-container {
  display: block;
}

/* line 17, app/assets/stylesheets/main/theme/gui/_modals.scss */
.mfp-wrap .popup-inline-content {
  display: block;
}

/* line 22, app/assets/stylesheets/main/theme/gui/_modals.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
  margin-right: 0rem;
}

/* line 26, app/assets/stylesheets/main/theme/gui/_modals.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
  margin-left: 0rem;
}

/* Nav */
/* line 7, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent;
}

/* Nav List */
/* line 16, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

/* line 21, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list li a {
  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 30, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 8px;
  font-size: 0.45rem;
  opacity: 0.7;
  transform: translate3d(-1px, 0, 0);
  left: 12px;
}

/* line 44, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list li a:hover {
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list li a:hover:before,
ul.nav-list li a:hover i[class*="fa-chevron"] {
  animation-name: arrowLeftRight;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
}

/* line 54, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list li a i[class*="fa-chevron"] {
  position: relative;
  top: -1px;
  font-size: 0.5rem;
  opacity: 0.8;
}

/* line 62, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list li > a.active {
  font-weight: bold;
}

/* line 66, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}

/* line 72, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list li:last-child a {
  border-bottom: 0;
}

/* line 80, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list.hide-not-active li ul {
  display: none;
}

/* line 84, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list.hide-not-active li.active ul {
  display: block;
}

/* line 92, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list.show-bg-active .active > a,
ul.nav-list.show-bg-active a.active {
  background-color: #f5f5f5;
}

/* line 95, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list.show-bg-active .active > a:hover,
ul.nav-list.show-bg-active a.active:hover {
  background-color: #eee;
}

/* line 104, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list.no-arrows li a:before {
  content: none;
}

/* line 113, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list-simple li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

/* line 118, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list-simple li a {
  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;
  transition: ease padding 300ms;
}

/* line 130, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list-simple li > a.active {
  font-weight: bold;
}

/* line 135, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list-simple li:hover a {
  padding-left: 4px;
}

/* line 139, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-list-simple li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}

/* line 149, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.narrow li a {
  padding: 4px 0;
}

/* line 155, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-pills > li > a.active {
  color: #FFF;
  background-color: #CCC;
}

/* line 158, app/assets/stylesheets/main/theme/gui/_navs.scss */
ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
  color: #FFF;
  background-color: #CCC;
}

/* Nav Pills */
/* line 166, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-pills-center {
  text-align: center;
}

/* line 168, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-pills-center > li {
  display: inline-block;
  float: none;
}

/* line 175, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-pills-sm > li > a {
  padding: 7px 12px;
}

/* line 181, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-pills-xs > li > a {
  padding: 5px 10px;
  font-size: 0.9em;
}

/* line 189, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-pills .nav-link.active {
  background-color: transparent;
}

/* line 197, app/assets/stylesheets/main/theme/gui/_navs.scss */
.show > .nav-pills .nav-link {
  background-color: transparent;
}

/* Nav Light */
/* line 206, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-light > li > a {
  color: #FFF;
}

/* Nav Active Style - Active Bottom Border */
/* line 213, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-active-style-1 {
  min-height: 100px;
  align-items: center;
}

/* line 216, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-active-style-1 > li {
  align-self: stretch;
}

/* line 218, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-active-style-1 > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 !important;
  margin: 0 15px;
  border-bottom: 2px solid transparent;
  transition: ease border-color 300ms;
}

/* line 226, app/assets/stylesheets/main/theme/gui/_navs.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 238, app/assets/stylesheets/main/theme/gui/_navs.scss */
  .nav-active-style-1 > li > a {
    min-height: 45px;
    justify-content: center;
  }
}

/* line 248, app/assets/stylesheets/main/theme/gui/_navs.scss */
html.ie .nav-active-style-1 > li {
  min-height: 100px;
}

/* Nav Secondary */
/* line 255, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-secondary {
  background: #fafafa;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  z-index: 99;
  width: 100% !important;
}

/* line 262, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-secondary .nav-pills > li {
  float: none;
  display: inline-block;
}

/* line 265, app/assets/stylesheets/main/theme/gui/_navs.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 274, app/assets/stylesheets/main/theme/gui/_navs.scss */
.nav-secondary.sticky-active {
  border-bottom-color: #e9e9e9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Boxed */
/* line 283, app/assets/stylesheets/main/theme/gui/_navs.scss */
html.boxed .nav-secondary.sticky-active {
  max-width: 1200px;
  left: auto !important;
}

/* Section Scroll - Dots Navigation */
/* line 291, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 30px;
  background: #FFF;
  border-radius: 35px;
  padding: 0.6rem;
  z-index: 10;
  transform: translate3d(0, -50%, 0);
}

/* line 303, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul {
  margin: 0.5rem 0;
}

/* line 310, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul:hover > li.active:hover > a > span {
  opacity: 1;
  visibility: visible;
}

/* line 317, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul:hover > li.active > a > span {
  opacity: 0;
  visibility: hidden;
}

/* line 325, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul > li {
  position: relative;
  margin-bottom: 0.3rem;
}

/* line 328, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul > li:last-child {
  margin-bottom: 0;
}

/* line 332, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul > li:hover {
  background: transparent;
}

/* line 335, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul > li:hover > a > span {
  opacity: 1;
  visibility: visible;
}

/* line 344, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul > li.active > a:before {
  opacity: 1;
}

/* line 350, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul > li > a {
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
  padding: 0.3rem;
}

/* line 356, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 0.3;
  background: #CCC;
  transition: ease opacity 300ms;
}

/* line 369, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation > ul > li > a > span {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  background: #FFF;
  color: #212529;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.2rem 1rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -50%, 0);
  transition: ease opacity 300ms;
}

/* line 384, app/assets/stylesheets/main/theme/gui/_navs.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;
  transform: translate3d(0, -50%, 0);
}

/* line 401, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation.section-scroll-dots-navigation-style-2 {
  background: transparent;
}

/* line 409, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a:before {
  background: #FFF;
}

/* line 412, app/assets/stylesheets/main/theme/gui/_navs.scss */
.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a > span {
  right: calc(100% + 10px);
}

@media (max-width: 767px) {
  /* line 422, app/assets/stylesheets/main/theme/gui/_navs.scss */
  .section-scroll-dots-navigation {
    right: 15px;
  }
}

/* Overlays */
/* line 2, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay {
  position: relative;
  /* Backward */
}

/* line 4, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #212529;
  opacity: 0;
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
}

/* line 19, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
  opacity: 0.8;
}

/* line 26, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-op-1:hover:before, .overlay.overlay-op-1.overlay-show:before, .overlay.overlay-op-1.show:before {
  opacity: 0.1;
}

/* line 34, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-op-2:hover:before, .overlay.overlay-op-2.overlay-show:before, .overlay.overlay-op-2.show:before {
  opacity: 0.2;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-op-3:hover:before, .overlay.overlay-op-3.overlay-show:before, .overlay.overlay-op-3.show:before {
  opacity: 0.3;
}

/* line 50, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-op-4:hover:before, .overlay.overlay-op-4.overlay-show:before, .overlay.overlay-op-4.show:before {
  opacity: 0.4;
}

/* line 58, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
  opacity: 0.5;
}

/* line 66, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-op-6:hover:before, .overlay.overlay-op-6.overlay-show:before, .overlay.overlay-op-6.show:before {
  opacity: 0.6;
}

/* line 74, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before {
  opacity: 0.7;
}

/* line 82, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
  opacity: 0.8;
}

/* line 90, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-op-9:hover:before, .overlay.overlay-op-9.overlay-show:before, .overlay.overlay-op-9.show:before {
  opacity: 0.9;
}

/* line 99, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay.overlay-backward:hover:before, .overlay.overlay-backward.overlay-show:before, .overlay.overlay-backward.show:before {
  z-index: 0;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay .container,
.overlay .container-fluid {
  position: relative;
  z-index: 3;
}

/* Overlay Colors */
/* line 114, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay-light:before {
  background-color: #FFF !important;
}

/* line 120, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay-dark:before {
  background-color: #212529 !important;
}

/* Overlay Gradient */
/* line 127, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay-gradient:before {
  background-color: #6c6ef1;
  background-image: linear-gradient(to right, #6c6ef1 0%, #e2498e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1 );
}

/* line 134, app/assets/stylesheets/main/theme/gui/_overlays.scss */
.overlay-gradient.overlay-gradient-animated:before {
  background-size: 200% 200%;
  animation-name: gradientTransition;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
}

/* Parallax */
/* line 2, app/assets/stylesheets/main/theme/gui/_parallax.scss */
.parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
  clear: both;
}

/* line 10, app/assets/stylesheets/main/theme/gui/_parallax.scss */
.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
  margin: 70px 0;
  padding: 50px 0;
}

/* line 15, app/assets/stylesheets/main/theme/gui/_parallax.scss */
.parallax blockquote {
  border: 0;
  padding: 0 10%;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_parallax.scss */
.parallax blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}

/* line 23, app/assets/stylesheets/main/theme/gui/_parallax.scss */
.parallax blockquote p {
  font-size: 24px;
  line-height: 30px;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_parallax.scss */
.parallax blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}

/* line 38, app/assets/stylesheets/main/theme/gui/_parallax.scss */
.parallax-disabled .parallax-background {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

/* Pricing Tables */
/* line 2, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  /* Responsive */
}

/* line 7, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan {
  background: #FFF;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 12, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-price,
.pricing-table .plan .plan-features,
.pricing-table .plan .plan-footer {
  border: 1px solid #ededed;
}

/* line 17, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-header {
  background: #212529;
  padding: 0.95rem 1rem;
}

/* line 20, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-header h3 {
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-price {
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  border-top: 0;
  border-bottom: 0;
  padding: 2rem 0.8rem;
  text-align: center;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-price .price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  color: #212529;
}

/* line 47, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-price .price .price-unit {
  font-size: 50%;
  line-height: 1.4;
}

/* line 52, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-price .price-label {
  text-transform: uppercase;
  color: #777;
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: 0;
}

/* line 60, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-features {
  border-top: 0;
  border-bottom: 0;
  padding: 0.8rem;
  text-align: center;
}

/* line 65, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-features ul {
  padding: 0 0.5rem 0 0.5rem;
  margin-bottom: 0;
}

/* line 68, app/assets/stylesheets/main/theme/gui/_pricing-tables.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 73, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-features ul li:last-child {
  border-bottom: 0;
}

/* line 79, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan .plan-footer {
  border-top: 0;
  padding: 1.5rem 0.8rem 2.5rem;
  text-align: center;
}

/* line 85, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan.plan-featured {
  position: relative;
  box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
  transform: scale(1.15);
  z-index: 1;
}

/* line 90, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table .plan.plan-featured .plan-header h3,
.pricing-table .plan.plan-featured .plan-features ul li {
  font-size: 0.8rem;
}

/* line 97, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-table.pricing-table-no-gap {
  margin-left: 0;
  margin-right: 0;
}

/* line 100, app/assets/stylesheets/main/theme/gui/_pricing-tables.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 111, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
  .pricing-table .plan.plan-featured {
    transform: scale(1);
  }
  /* line 113, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
  .pricing-table .plan.plan-featured .plan-header h3,
  .pricing-table .plan.plan-featured .plan-features ul li {
    font-size: 0.9rem;
  }
}

/* Pricing Block Style */
/* line 124, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-block > .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 127, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-block > .row > div:nth-child(1) {
  padding: 1.7rem;
}

/* line 130, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-block > .row > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.7rem;
  background: #f7f7f7;
  text-align: center;
  border-left: 1px solid #dee2e6;
  border-radius: 0 4px 4px 0;
}

/* line 141, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-block .plan-price {
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
}

/* line 148, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-block .plan-price .price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  color: #212529;
}

/* line 156, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-block .plan-price .price .price-unit {
  font-size: 50%;
  line-height: 1.4;
}

/* line 161, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
.pricing-block .plan-price .price-label {
  text-transform: uppercase;
  color: #777;
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 174, app/assets/stylesheets/main/theme/gui/_pricing-tables.scss */
  .pricing-block > .row > div:nth-child(2) {
    border-left: none;
    border-top: 1px solid #dee2e6;
    border-radius: 0 0 4px 4px;
  }
}

/* Process */
/* line 2, app/assets/stylesheets/main/theme/gui/_process.scss */
.process {
  text-align: center;
}

/* line 4, app/assets/stylesheets/main/theme/gui/_process.scss */
.process .process-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* line 11, app/assets/stylesheets/main/theme/gui/_process.scss */
.process .process-step-circle {
  display: flex;
  justify-content: center;
  height: 90px;
  text-align: center;
  width: 90px;
  border: 2px solid #CCC;
  border-radius: 50%;
  align-items: center;
  position: relative;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

/* line 24, app/assets/stylesheets/main/theme/gui/_process.scss */
.process .process-step-content {
  padding-top: 20px;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_process.scss */
.process .process-step-circle-content {
  font-weight: bold;
  color: #212529;
  font-size: 1.6em;
  letter-spacing: -1px;
  transition: all 0.2s ease-in-out;
}

/* line 36, app/assets/stylesheets/main/theme/gui/_process.scss */
.process .process-step:hover .process-step-circle {
  background-color: #CCC;
}

/* line 38, app/assets/stylesheets/main/theme/gui/_process.scss */
.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #FFF;
}

/* line 40, app/assets/stylesheets/main/theme/gui/_process.scss */
.process .process-step:hover .process-step-circle .process-step-circle-content .icons {
  color: #FFF !important;
}

/* line 50, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes .process-step-circle {
  position: relative;
  width: auto;
  height: auto;
  border: 0;
  margin-bottom: 1.2rem;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes .process-step-circle .process-step-circle-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #CCC;
  border-radius: 100%;
  color: #FFF;
  z-index: 3;
}

/* line 69, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #777;
  border-radius: 100%;
  opacity: 0.6;
  transform: translate3d(-50%, -50%, 0) scale(1.5);
  transition: ease transform 1s;
  z-index: 2;
}

/* line 84, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes .process-step-circle:after {
  background-color: #999;
  opacity: 0.3;
  transform: translate3d(-50%, -50%, 0) scale(2);
  z-index: 1;
}

/* line 97, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before {
  animation-name: processShapesScaleOne;
  animation-delay: 300ms;
}

/* line 101, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after {
  animation-name: processShapesScaleTwo;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before, .process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after {
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-timing-function: linear;
}

/* line 120, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before {
  animation-name: processShapesScaleOne;
  animation-delay: 300ms;
}

/* line 124, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after {
  animation-name: processShapesScaleTwo;
}

/* line 128, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before, .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after {
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-timing-function: linear;
}

/* line 135, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:before {
  animation-name: processShapesScaleOne;
  animation-delay: 1000ms;
}

/* line 139, app/assets/stylesheets/main/theme/gui/_process.scss */
.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:after {
  animation-name: processShapesScaleTwo;
  animation-delay: 700ms;
}

@keyframes processShapesScaleOne {
  0% {
    opacity: 0.6;
    transform: translate3d(-50%, -50%, 0) scale(1.5);
  }
  25% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.8);
  }
  50% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  100% {
    opacity: 0.6;
    transform: translate3d(-50%, -50%, 0) scale(1.5);
  }
}

@keyframes processShapesScaleTwo {
  0% {
    opacity: 0.3;
    transform: translate3d(-50%, -50%, 0) scale(2);
  }
  25% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(2.3);
  }
  50% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  100% {
    opacity: 0.3;
    transform: translate3d(-50%, -50%, 0) scale(2);
  }
}

@media (min-width: 992px) {
  /* line 191, app/assets/stylesheets/main/theme/gui/_process.scss */
  .process .process-step:before {
    height: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    width: 50%;
    top: 45px;
    left: 75%;
  }
  /* line 202, app/assets/stylesheets/main/theme/gui/_process.scss */
  .process .process-step:last-child:before {
    display: none;
  }
  /* line 211, app/assets/stylesheets/main/theme/gui/_process.scss */
  .process.process-shapes .process-step:before {
    top: 23px;
  }
}

/* line 220, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-vertical {
  text-align: left;
}

/* line 222, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-vertical .process-step {
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  position: relative;
  padding-bottom: 60px;
}

/* line 229, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-vertical .process-step:before {
  display: none;
}

/* line 232, app/assets/stylesheets/main/theme/gui/_process.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 243, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-vertical .process-step:last-child:after {
  display: none;
}

/* line 248, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-vertical .process-step-circle {
  height: 60px;
  width: 60px;
  margin: 0 15px 0 0;
  min-height: 60px;
  min-width: 60px;
}

/* line 260, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-vertical .process-step-content {
  padding-top: 0;
}

/* line 266, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-connecting-line {
  position: relative;
  text-align: left;
}

/* line 269, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-connecting-line .connecting-line {
  content: '';
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  height: 3px;
  background: #CCC;
}

/* line 278, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-connecting-line .process-step {
  align-items: flex-start;
  padding-right: 3rem;
  padding-left: 3rem;
}

/* line 282, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-connecting-line .process-step:before {
  content: none;
}

/* line 286, app/assets/stylesheets/main/theme/gui/_process.scss */
.process-connecting-line .process-step-circle {
  background: #FFF;
  width: 50px;
  height: 50px;
  border: 3px solid #CCC;
}

/* Scroll to Top */
/* line 3, app/assets/stylesheets/main/theme/gui/_scroll-top-top.scss */
html .scroll-to-top {
  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 20, app/assets/stylesheets/main/theme/gui/_scroll-top-top.scss */
html .scroll-to-top:hover {
  opacity: 1;
}

/* line 23, app/assets/stylesheets/main/theme/gui/_scroll-top-top.scss */
html .scroll-to-top.visible {
  opacity: 0.75;
}

/* line 26, app/assets/stylesheets/main/theme/gui/_scroll-top-top.scss */
html .scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}

/* line 33, app/assets/stylesheets/main/theme/gui/_scroll-top-top.scss */
html.lightbox-opened .scroll-to-top {
  right: 27px;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_scroll-top-top.scss */
html.ie11 .scroll-to-top {
  right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 49, app/assets/stylesheets/main/theme/gui/_scroll-top-top.scss */
  html .scroll-to-top.hidden-mobile {
    display: none !important;
  }
}

/* Scrollable */
/* line 2, app/assets/stylesheets/main/theme/gui/_scrollable.scss */
.scrollable {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_scrollable.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 18, app/assets/stylesheets/main/theme/gui/_scrollable.scss */
.scrollable .scrollable-content::-webkit-scrollbar {
  visibility: hidden;
}

/* line 22, app/assets/stylesheets/main/theme/gui/_scrollable.scss */
.scrollable .scrollable-pane {
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 5px;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 4px;
}

/* line 31, app/assets/stylesheets/main/theme/gui/_scrollable.scss */
.scrollable .scrollable-slider {
  border-radius: 5px;
  background: none repeat scroll 0 0 #CCC;
  margin: 0;
  position: relative;
  transition: opacity 0.2s ease 0s;
  opacity: 0;
}

/* line 40, app/assets/stylesheets/main/theme/gui/_scrollable.scss */
.scrollable.scrollable-padding .scrollable-content {
  padding: 10px 24px 10px 10px;
}

/* line 45, app/assets/stylesheets/main/theme/gui/_scrollable.scss */
.scrollable:hover .scrollable-slider, .scrollable.visible-slider .scrollable-slider {
  opacity: 1;
}

/* Section Featured */
/* line 3, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section {
  background: #f7f7f7;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}

/* line 9, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-height-1 {
  padding: 0.7692307692rem 0;
}

/* line 12, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-height-2 {
  padding: 2.3076923077rem 0;
}

/* line 15, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-height-3 {
  padding: 4.6153846154rem 0;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-height-4 {
  padding: 6.9230769231rem 0;
}

/* line 21, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-height-5 {
  padding: 9.2307692308rem 0;
}

/* line 25, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-bg-strong-grey {
  background: #EDEDED;
}

/* line 29, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-no-background {
  background: transparent;
  border-top-color: transparent;
}

/* line 34, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-center {
  text-align: center;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_sections.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 43, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-text-light p {
  color: #e6e6e6;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-background {
  background-repeat: repeat;
  border: 0;
}

/* line 53, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-background-change-anim {
  animation-name: colorTransition;
  animation-duration: 25s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 61, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-funnel {
  position: relative;
}

/* line 63, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-funnel .section-funnel-layer-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6rem 0;
  transform: translate3d(0, -50%, 0);
}

/* line 71, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-funnel .section-funnel-layer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6rem 0;
  transform: translate3d(0, 50%, 0);
}

/* line 79, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-funnel .section-funnel-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}

/* line 86, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-funnel .section-funnel-layer:nth-child(1) {
  transform: skewY(-4.7deg);
}

/* line 89, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-funnel .section-funnel-layer:nth-child(2) {
  transform: skewY(4.7deg);
}

/* line 95, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled {
  position: relative;
  margin: 0;
  overflow: hidden;
}

/* line 99, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled .section-angled-layer-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  transform: skewY(-0.7deg) translate3d(0, -50%, 0);
}

/* line 107, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled .section-angled-layer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  transform: skewY(0.7deg) translate3d(0, 50%, 0);
}

/* line 115, app/assets/stylesheets/main/theme/gui/_sections.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: 2.5rem;
}

/* line 120, app/assets/stylesheets/main/theme/gui/_sections.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: 2.5rem;
}

/* line 126, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-top {
  transform: skewY(-1.7deg) translate3d(0, -50%, 0);
}

/* line 129, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-bottom {
  transform: skewY(1.7deg) translate3d(0, 50%, 0);
}

/* line 134, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-top {
  padding: 5rem 0;
  transform: skewY(-4.7deg) translate3d(0, -50%, 0);
}

/* line 138, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-bottom {
  padding: 5rem 0;
  transform: skewY(4.7deg) translate3d(0, 50%, 0);
}

/* line 145, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled.section-angled-reverse .section-angled-layer-top {
  transform: skewY(0.7deg) translate3d(0, -50%, 0);
}

/* line 148, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled.section-angled-reverse .section-angled-layer-bottom {
  transform: skewY(-0.7deg) translate3d(0, 50%, 0);
}

/* line 153, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-top {
  transform: skewY(1.7deg) translate3d(0, -50%, 0);
}

/* line 156, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-bottom {
  transform: skewY(-1.7deg) translate3d(0, 50%, 0);
}

/* line 161, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-top {
  padding: 5rem 0;
  transform: skewY(4.7deg) translate3d(0, -50%, 0);
}

/* line 165, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-bottom {
  padding: 5rem 0;
  transform: skewY(-4.7deg) translate3d(0, 50%, 0);
}

/* line 172, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-angled + .section-angled {
  padding-top: 0;
}

/* line 178, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.overlay .section-angled-layer-top,
section.section.overlay .section-angled-layer-bottom {
  z-index: 99 !important;
}

/* line 184, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay {
  position: relative;
}

/* line 186, app/assets/stylesheets/main/theme/gui/_sections.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 198, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay .section-angled-layer-top,
section.section.section-overlay .section-angled-layer-bottom {
  z-index: 99 !important;
}

/* line 205, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-dot:before {
  background: url(../img/overlay-dot.png) repeat scroll 0 0 transparent;
}

/* line 210, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity {
  position: relative;
}

/* line 212, app/assets/stylesheets/main/theme/gui/_sections.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 225, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
  background: rgba(33, 37, 41, 0.1);
}

/* line 230, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
  background: rgba(33, 37, 41, 0.2);
}

/* line 235, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
  background: rgba(33, 37, 41, 0.3);
}

/* line 240, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
  background: rgba(33, 37, 41, 0.4);
}

/* line 245, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
  background: rgba(33, 37, 41, 0.5);
}

/* line 250, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
  background: rgba(33, 37, 41, 0.6);
}

/* line 255, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
  background: rgba(33, 37, 41, 0.7);
}

/* line 260, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
  background: rgba(33, 37, 41, 0.8);
}

/* line 265, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
  background: rgba(33, 37, 41, 0.9);
}

/* line 272, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light:before {
  background: rgba(255, 255, 255, 0.5);
}

/* line 276, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
  background: rgba(255, 255, 255, 0.1);
}

/* line 281, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
  background: rgba(255, 255, 255, 0.2);
}

/* line 286, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
  background: rgba(255, 255, 255, 0.3);
}

/* line 291, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
  background: rgba(255, 255, 255, 0.4);
}

/* line 296, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
  background: rgba(255, 255, 255, 0.5);
}

/* line 301, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
  background: rgba(255, 255, 255, 0.6);
}

/* line 306, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
  background: rgba(255, 255, 255, 0.7);
}

/* line 311, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
  background: rgba(255, 255, 255, 0.8);
}

/* line 316, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
  background: rgba(255, 255, 255, 0.9);
}

/* line 323, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-overlay-opacity-gradient:before {
  opacity: 0.85;
}

/* line 328, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-video {
  background: none !important;
  border: 0;
}

/* line 333, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  border: 0;
}

/* line 339, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-parallax.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}

/* line 345, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-no-border {
  border: 0;
}

/* line 349, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-with-divider {
  margin: 56px 0 35px;
}

/* line 351, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-with-divider .divider {
  margin: -56px 0 44px;
}

/* line 356, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-footer {
  margin-bottom: -50px;
}

/* line 360, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-with-mockup {
  margin-top: 120px;
}

/* line 364, app/assets/stylesheets/main/theme/gui/_sections.scss */
section.section.section-front {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 375, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .container-fluid > .row > .p-0 section.section {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 380, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .container-fluid > .row > .p-0:first-child section.section {
    margin-bottom: 0;
    margin-top: 30px;
  }
  /* line 386, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .container-fluid > .row > .p-0:last-child section.section {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

/* Section With Shape Divider */
@keyframes shapeDividerToLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-200%, 0, 0);
  }
}

@keyframes shapeDividerToRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(200%, 0, 0);
  }
}

/* line 416, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider {
  position: relative;
  overflow: hidden;
}

/* line 419, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}

/* line 427, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider svg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate3d(-50%, 0, 0);
}

@media (min-width: 1950px) {
  /* line 436, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider svg {
    width: 100%;
  }
}

/* line 441, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-bottom {
  top: auto;
  bottom: 0;
}

/* line 445, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y {
  transform: rotateY(180deg);
}

/* line 448, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x {
  transform: rotateX(180deg);
}

/* line 451, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy {
  transform: rotateY(180deg) rotateX(180deg);
}

/* line 456, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 466, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation > svg {
  width: 100vw;
  left: 0;
  transform: none;
}

/* line 473, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start {
  animation-name: shapeDividerToRight;
}

/* line 477, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) {
  transform: rotateY(180deg) translate3d(99.9%, 0, 0);
}

@media (max-width: 575px) {
  /* line 477, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) {
    transform: rotateY(180deg) translate3d(99.8%, 0, 0);
  }
}

/* line 483, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) {
  transform: translate3d(-199.8%, 0, 0);
}

@media (max-width: 575px) {
  /* line 483, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) {
    transform: translate3d(-199.6%, 0, 0);
  }
}

/* line 492, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start {
  animation-name: shapeDividerToLeft;
}

/* line 496, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
  transform: rotateY(180deg) translate3d(-99.9%, 0, 0);
}

@media (max-width: 575px) {
  /* line 496, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
    transform: rotateY(180deg) translate3d(99.8%, 0, 0);
  }
}

/* line 502, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
  transform: translate3d(199.8%, 0, 0);
}

@media (max-width: 575px) {
  /* line 502, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
    transform: translate3d(199.6%, 0, 0);
  }
}

/* line 514, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start, .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start {
  animation-name: shapeDividerToLeft;
}

/* line 517, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) {
  transform: rotateY(180deg) translate3d(-99.9%, 0, 0);
}

@media (max-width: 575px) {
  /* line 517, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) {
    transform: rotateY(180deg) translate3d(-99.8%, 0, 0);
  }
}

/* line 523, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) {
  transform: translate3d(199.8%, 0, 0);
}

@media (max-width: 575px) {
  /* line 523, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) {
    transform: translate3d(199.6%, 0, 0);
  }
}

/* line 531, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start, .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start {
  animation-name: shapeDividerToRight;
}

/* line 534, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
  transform: rotateY(180deg) translate3d(99.9%, 0, 0);
}

@media (max-width: 575px) {
  /* line 534, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
    transform: rotateY(180deg) translate3d(99.8%, 0, 0);
  }
}

/* line 540, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
  transform: translate3d(-199.8%, 0, 0);
}

@media (max-width: 575px) {
  /* line 540, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
    transform: translate3d(-199.6%, 0, 0);
  }
}

/* line 552, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start {
  animation-name: shapeDividerToRight;
}

/* line 557, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start {
  animation-name: shapeDividerToLeft;
}

/* line 561, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
  transform: rotateY(180deg) translate3d(-99.9%, 0, 0);
}

@media (max-width: 575px) {
  /* line 561, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
    transform: rotateY(180deg) translate3d(-99.8%, 0, 0);
  }
}

/* line 567, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
  transform: translate3d(199.8%, 0, 0);
}

@media (max-width: 575px) {
  /* line 567, app/assets/stylesheets/main/theme/gui/_sections.scss */
  .section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
    transform: translate3d(199.6%, 0, 0);
  }
}

/* line 581, app/assets/stylesheets/main/theme/gui/_sections.scss */
.section.section-with-shape-divider.overlay:before {
  z-index: 1;
}

/* Sidebar */
/* line 3, app/assets/stylesheets/main/theme/gui/_sidebar.scss */
aside ul.nav-list > li > a {
  color: #666;
  font-size: 0.9em;
  padding: 8px 0 8px 22px;
}

/* line 11, app/assets/stylesheets/main/theme/gui/_sidebar.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 20, app/assets/stylesheets/main/theme/gui/_sidebar.scss */
aside .twitter .meta {
  display: block;
  font-size: 0.9em;
  padding-top: 3px;
}

/* line 25, app/assets/stylesheets/main/theme/gui/_sidebar.scss */
aside .twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 29, app/assets/stylesheets/main/theme/gui/_sidebar.scss */
aside .twitter ul li {
  padding-bottom: 20px;
  padding-left: 30px;
}

/* line 32, app/assets/stylesheets/main/theme/gui/_sidebar.scss */
aside .twitter ul li:last-child {
  padding-bottom: 0;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_sidebar.scss */
aside .twitter-account {
  display: block;
  font-size: 0.9em;
  margin: -15px 0 5px;
  opacity: 0.55;
}

/* line 44, app/assets/stylesheets/main/theme/gui/_sidebar.scss */
aside .twitter-account:hover {
  opacity: 1;
}

/* Side Panel */
/* line 4, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel .body:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(33, 37, 41, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
  transition: ease opacity 300ms;
}

/* line 19, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel .side-panel-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #FFF;
  padding: 2rem;
  box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  transform: translate3d(-100%, 0, 0);
  transition: ease transform 300ms;
  z-index: 9999;
}

/* line 33, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel .side-panel-wrapper .side-panel-close {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel.side-panel-push .body {
  transform: translate3d(0, 0, 0);
  transition: ease transform 300ms;
}

/* line 50, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel.side-panel-right .side-panel-wrapper {
  left: auto;
  right: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 59, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel.side-panel-without-overlay .body:before {
  content: none;
}

/* line 67, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel.side-panel-open .body:before {
  opacity: 1;
  visibility: visible;
}

/* line 71, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel.side-panel-open .side-panel-wrapper {
  transform: translate3d(0, 0, 0);
}

/* line 76, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel.side-panel-open.side-panel-push .body {
  transform: translate3d(300px, 0, 0);
}

/* line 81, app/assets/stylesheets/main/theme/gui/_side-panel.scss */
html.side-panel.side-panel-open.side-panel-push.side-panel-right .body {
  transform: translate3d(-300px, 0, 0);
}

/* Home Slider - Revolution Slider */
/* line 2, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container {
  background: #151719;
  height: 500px;
  overflow: hidden;
  width: 100%;
  direction: ltr;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .tparrows {
  border-radius: 6px;
}

/* line 12, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .slider-single-slide .tparrows {
  display: none;
}

/* line 16, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .top-label {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
}

/* line 21, app/assets/stylesheets/main/theme/gui/_sliders.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 28, app/assets/stylesheets/main/theme/gui/_sliders.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 35, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .bottom-label {
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

/* line 41, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .blackboard-text {
  color: #BAB9BE;
  font-size: 46px;
  line-height: 46px;
  font-family: "Shadows Into Light", cursive;
  text-transform: uppercase;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_sliders.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: 1.2rem 1.8rem;
}

/* line 54, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
  color: #333;
}

/* line 57, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .tp-caption-dark a {
  color: #333;
}

/* line 59, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .tp-caption-dark a:hover {
  color: #333;
}

/* line 63, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .tp-caption-overlay {
  background: #000;
  padding: 10px;
}

/* line 67, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .tp-caption-overlay-opacity {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

/* line 71, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .tp-opacity-overlay {
  background: #000;
  opacity: 0.75;
}

/* line 75, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container .tp-opacity-overlay-light {
  background: #FFF;
  opacity: 0.75;
}

/* line 79, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container.transparent {
  background-color: transparent;
}

/* line 82, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container.light {
  background-color: #EAEAEA;
}

/* line 84, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container.light .tp-bannershadow {
  opacity: 0.05;
  top: 0;
  bottom: auto;
  z-index: 1000;
}

/* line 90, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
  color: #333;
}

/* line 93, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container.light .tp-caption a {
  color: #333;
}

/* line 95, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-container.light .tp-caption a:hover {
  color: #333;
}

/* Revolution Slider Typewriter Addon */
/* line 103, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tp-caption[data-typewriter]:after {
  transform: translateX(-9px);
}

/* Slider With Overlay */
/* line 110, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay {
  /* Slider With Overlay Opacity Level */
}

/* line 111, app/assets/stylesheets/main/theme/gui/_sliders.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 125, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-light .slotholder:after {
  background: #FFF;
}

/* line 131, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-gradient .slotholder:after {
  background-color: #6c6ef1;
  background-image: linear-gradient(to right, #6c6ef1 0%, #e2498e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1 );
}

/* line 138, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-gradient.slide-overlay-gradient-animated .slotholder:after {
  background-size: 200% 200%;
  animation-name: gradientTransition;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-0 .slotholder:after {
  opacity: 0.0;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-1 .slotholder:after {
  opacity: 0.1;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-2 .slotholder:after {
  opacity: 0.2;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-3 .slotholder:after {
  opacity: 0.3;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-4 .slotholder:after {
  opacity: 0.4;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-5 .slotholder:after {
  opacity: 0.5;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-6 .slotholder:after {
  opacity: 0.6;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-7 .slotholder:after {
  opacity: 0.7;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-8 .slotholder:after {
  opacity: 0.8;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-9 .slotholder:after {
  opacity: 0.9;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider li.slide-overlay.slide-overlay-level-10 .slotholder:after {
  opacity: 0.10;
}

/* Slider Scroll Button */
/* line 161, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-scroll-button {
  position: relative;
  width: 57px;
  height: 57px;
  border-radius: 100%;
  text-indent: -9999px;
}

/* line 167, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-scroll-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 49%;
  width: 23px;
  height: 34px;
  border: 1px solid #FFF;
  border-radius: 15px;
  transform: translate3d(-50%, -50%, 0);
}

/* line 178, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-scroll-button:after {
  content: '';
  width: 6px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #FFF;
  position: absolute;
  top: 19px;
  left: 49%;
  transform: translate3d(-50%, 0, 0);
  animation-name: sliderScrollButton;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* line 194, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-scroll-button.slider-scroll-button-dark:before {
  border-color: #212529;
}

/* line 197, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-scroll-button.slider-scroll-button-dark:after {
  border-color: #212529;
}

/* Arrows */
/* line 206, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.tparrows-carousel {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: auto;
  padding: 20px 0;
}

/* line 213, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.tparrows-carousel.tp-leftarrow {
  right: auto !important;
  left: -30px !important;
  border-radius: 0 4px 4px 0;
}

/* line 217, app/assets/stylesheets/main/theme/gui/_sliders.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 229, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.tparrows-carousel.tp-rightarrow {
  right: -60px !important;
  left: auto !important;
  border-radius: 4px 0 0 4px;
}

/* line 233, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.tparrows-carousel.tp-rightarrow:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  position: relative;
  left: 1px;
  top: 1px;
}

/* line 247, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-style-1 {
  background: transparent !important;
}

/* line 251, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-style-2 {
  background: transparent !important;
}

/* line 255, app/assets/stylesheets/main/theme/gui/_sliders.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;
  transition: ease opacity 400ms;
  font-size: inherit;
  opacity: 0.7;
}

/* line 270, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-style-2.tp-leftarrow:after, .tparrows.arrows-style-2.tp-rightarrow:after {
  content: '';
  display: block;
  border-top: 1px solid #FFF;
  transition: ease opacity 400ms;
  width: 1.5em;
  position: absolute;
  top: 50%;
  font-size: inherit;
  transform: translate3d(0, -50%, 0);
  opacity: 0.7;
}

/* line 283, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-style-2.tp-leftarrow:hover:before, .tparrows.arrows-style-2.tp-rightarrow:hover:before {
  opacity: 1;
}

/* line 286, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-style-2.tp-leftarrow:hover:after, .tparrows.arrows-style-2.tp-rightarrow:hover:after {
  opacity: 1;
}

/* line 293, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-style-2.tp-leftarrow:before {
  left: 0.5px;
  transform: translate3d(0, -50%, 0) rotate(-45deg);
}

/* line 299, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-style-2.tp-rightarrow:before {
  left: 9.5px;
  transform: translate3d(0, -50%, 0) rotate(135deg);
}

@media (max-width: 768px) {
  /* line 308, app/assets/stylesheets/main/theme/gui/_sliders.scss */
  .tparrows.arrows-style-2 {
    display: none;
  }
}

/* line 314, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-dark:before {
  color: #111111 !important;
}

/* line 320, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-big:before {
  font-size: 25px;
}

/* line 325, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tparrows.arrows-rounded {
  border-radius: 100%;
}

/* Bullets */
/* line 333, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tp-bullets.bullets-style-1 .tp-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

/* line 341, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.tp-bullets.bullets-style-2 .tp-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #78888D;
}

/* Slider IE Fix */
/* line 351, app/assets/stylesheets/main/theme/gui/_sliders.scss */
html.ie .forcefullwidth_wrapper_tp_banner {
  overflow: hidden;
}

/* Embed Border */
/* line 356, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  border: 0 !important;
}

/* Defaults */
/* line 364, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.hesperiden-custom {
  padding: 10px 0 !important;
}

/* line 366, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.hesperiden-custom .tp-tab {
  border: 0 !important;
}

/* Slider With Overlay */
/* line 372, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-with-overlay {
  position: relative;
}

/* line 374, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-with-overlay .slider-container {
  z-index: auto;
}

/* Slider Contact Form */
/* line 380, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-contact-form {
  margin: 45px 0;
}

/* line 382, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-contact-form .featured-box {
  text-align: left;
}

/* line 385, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-contact-form label.error {
  display: none !important;
}

/* line 388, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-contact-form .alert {
  padding: 6px;
  text-align: center;
}

/* line 392, app/assets/stylesheets/main/theme/gui/_sliders.scss */
.slider-contact-form textarea {
  resize: none;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 400, app/assets/stylesheets/main/theme/gui/_sliders.scss */
  .slider-contact-form {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 100%;
  }
}

/* Boxed */
/* line 413, app/assets/stylesheets/main/theme/gui/_sliders.scss */
html.boxed .slider-container {
  width: 100% !important;
  left: auto !important;
}

/* Side Header - Full Screen Slider Height On Mobile */
@media (max-width: 991px) {
  /* line 422, app/assets/stylesheets/main/theme/gui/_sliders.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 2, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}

/* line 12, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li a {
  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: 0.8rem;
}

/* line 25, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover a {
  background: #151719;
  color: #FFF !important;
}

/* line 30, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1 !important;
}

/* line 35, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a !important;
}

/* line 40, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2 !important;
}

/* line 45, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-rss a {
  background: #ff8201 !important;
}

/* line 50, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39 !important;
}

/* line 55, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-pinterest a {
  background: #cc2127 !important;
}

/* line 60, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-youtube a {
  background: #c3191e !important;
}

/* line 65, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a !important;
}

/* line 70, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-skype a {
  background: #00b0f6 !important;
}

/* line 75, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-email a {
  background: #dd4b39 !important;
}

/* line 80, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-vk a {
  background: #6383a8 !important;
}

/* line 85, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-xing a {
  background: #1a7576 !important;
}

/* line 90, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-tumblr a {
  background: #304e6c !important;
}

/* line 95, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-reddit a {
  background: #ff4107 !important;
}

/* line 100, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons li:hover.social-icons-whatsapp a {
  background: #25d366 !important;
}

/* line 108, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-dark li a {
  background: #181818;
}

/* line 110, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-dark li a i {
  color: #FFF;
}

/* line 118, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-dark-2 li a {
  background: #272a2e;
}

/* line 120, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-dark-2 li a i {
  color: #FFF;
}

/* line 127, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-transparent li {
  box-shadow: none;
}

/* line 129, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-transparent li a {
  background: transparent;
}

/* line 136, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-icon-gray li a {
  color: #777 !important;
}

/* line 140, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-icon-gray li:hover a {
  color: #FFF !important;
}

/* line 149, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-icon-light li a i {
  color: #FFF;
}

/* line 158, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-icon-light.social-icons-clean li a i {
  color: #FFF !important;
}

/* line 166, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-medium li a {
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 0.9rem;
}

/* line 176, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-big li a {
  height: 48px;
  line-height: 48px;
  width: 48px;
}

@media (max-width: 400px) {
  /* line 176, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
  .social-icons.social-icons-big li a {
    height: 38px;
    line-height: 38px;
    width: 38px;
  }
}

/* line 190, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-opacity-light li a {
  background: rgba(255, 255, 255, 0.04);
}

/* line 197, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-clean-with-border li a {
  background: transparent;
  color: #FFF !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 205, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-border-grey li a {
  border: 1px solid #e7e7e7;
}

/* line 212, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li a {
  color: #212121 !important;
}

/* line 216, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li:hover a {
  color: #FFF !important;
}

/* line 227, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 229, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
  background: #FFF;
}

/* line 238, app/assets/stylesheets/main/theme/gui/_social-icons.scss */
.social-icons-dark.social-icons-clean li a,
.social-icons-dark-2.social-icons-clean li a {
  background: transparent;
  color: #FFF !important;
}

/* Sort Source Wrapper */
/* line 2, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source-wrapper {
  padding: 8px 0;
  position: relative;
}

/* line 5, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source-wrapper .nav {
  margin: -100px 0 5px;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source-wrapper .nav > li > a {
  color: #FFF;
  background: transparent;
}

/* line 11, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source-wrapper .nav > li > a:hover, .sort-source-wrapper .nav > li > a:focus {
  background: transparent;
}

/* line 15, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source-wrapper .nav > li.active > a {
  background: transparent;
}

/* line 17, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
  background: transparent;
}

/* Sort Source */
/* line 26, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source {
  clear: both;
}

/* line 29, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source.d-none {
  display: block !important;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 37, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source > li > a {
  padding: 6px 12px;
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source.sort-source-style-2 {
  margin: -10px auto;
}

/* line 45, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source.sort-source-style-2 > li {
  float: none;
  display: inline-block;
}

/* line 49, app/assets/stylesheets/main/theme/gui/_sort.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 59, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source.sort-source-style-2 > li > a:after {
  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 77, app/assets/stylesheets/main/theme/gui/_sort.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 80, app/assets/stylesheets/main/theme/gui/_sort.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 95, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-source.sort-source-style-2 > li {
    display: block;
  }
  /* line 99, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-source.sort-source-style-2 > li.active > a:after {
    display: none !important;
  }
}

/* Sort Source Style 3 */
/* line 114, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source.sort-source-style-3 > li > a {
  color: #777;
}

/* line 118, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source.sort-source-style-3 > li.active > a {
  background: transparent !important;
  border-bottom: 3px solid #CCC;
  border-radius: 0;
}

/* Sort Destination */
/* line 129, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination {
  overflow: hidden;
}

/* line 131, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination .isotope-item {
  min-width: 1px;
}

/* line 134, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination.full-width {
  position: relative;
}

/* line 136, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination.full-width .isotope-item {
  width: 20%;
  float: left;
}

/* line 139, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination.full-width .isotope-item.w2 {
  width: 40%;
}

/* line 142, app/assets/stylesheets/main/theme/gui/_sort.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 147, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination.full-width-spaced {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination.full-width-spaced .portfolio-item {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 157, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination.sort-destination-items-hardware-acc .isotope-item {
  transform: translate3d(0, 0, 0);
}

/* line 167, app/assets/stylesheets/main/theme/gui/_sort.scss */
html.gecko .sort-destination.sort-destination-margin > [class*="col-"] {
  margin: -1px;
}

/* line 175, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source-wrapper + .sort-destination.full-width {
  margin: 0 0 -81px;
  top: -51px;
}

/* line 182, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-source-wrapper + .sort-destination-loader .full-width {
  margin: 0 0 -81px;
  top: -51px;
}

/* Sort Loading */
/* line 189, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader {
  height: auto;
  overflow: hidden;
  position: relative;
}

/* line 193, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader:after {
  transition: opacity 0.3s;
  content: ' ';
  background: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

/* line 205, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader .bounce-loader {
  display: none;
}

/* line 208, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader.sort-destination-loader-showing {
  max-height: 200px;
}

/* line 210, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader.sort-destination-loader-showing:after {
  opacity: 1;
}

/* line 213, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
  display: block;
}

/* line 218, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader.loader-showing-dark:after {
  background: #181818;
}

/* line 222, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader.sort-destination-loader-loaded {
  overflow: visible;
}

/* line 224, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader.sort-destination-loader-loaded:after {
  display: none;
}

/* line 230, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader-full-width {
  overflow: visible;
}

/* line 232, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader-full-width:after {
  bottom: -81px;
  top: -51px;
}

/* line 236, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader-full-width.sort-destination-loader-showing {
  overflow: hidden;
  height: 600px;
}

/* line 243, app/assets/stylesheets/main/theme/gui/_sort.scss */
.sort-destination-loader-lg.sort-destination-loader-showing {
  height: 600px;
}

/* line 250, app/assets/stylesheets/main/theme/gui/_sort.scss */
.portfolio-load-more-loader.portfolio-load-more-loader-showing .bounce-loader {
  display: block !important;
}

/* Responsive */
@media (min-width: 992px) {
  /* line 259, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .col-md-6.isotope-item:nth-child(2n+1) {
    clear: both;
  }
  /* line 263, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .col-md-4.isotope-item:nth-child(3n+1) {
    clear: both;
  }
  /* line 267, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .col-md-3.isotope-item:nth-child(4n+1) {
    clear: both;
  }
  /* line 271, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .col-md-1-5.isotope-item:nth-child(5n+1) {
    clear: both;
  }
  /* line 275, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .col-md-2.isotope-item:nth-child(6n+1) {
    clear: both;
  }
  /* line 279, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-destination.full-width .isotope-item:nth-child(5n+1) {
    clear: both;
  }
}

@media (max-width: 991px) {
  /* line 287, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-destination.isotope {
    overflow: visible !important;
    height: auto !important;
  }
  /* line 290, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-destination.isotope.full-width {
    overflow: hidden !important;
  }
  /* line 295, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .isotope-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 303, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .isotope-item {
    position: static !important;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: none !important;
  }
  /* line 310, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .isotope-item.product {
    position: relative !important;
  }
  /* line 315, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-source-wrapper {
    background: #151719;
    clear: both;
    margin-top: -35px;
  }
  /* line 319, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-source-wrapper .nav {
    margin: 0;
  }
  /* line 324, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-destination {
    height: auto !important;
  }
  /* line 330, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-destination.full-width,
  .sort-source-wrapper + .sort-destination.full-width {
    max-width: none;
    margin: 0 0 -30px;
    top: 0;
  }
  /* line 334, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-destination.full-width .isotope-item,
  .sort-source-wrapper + .sort-destination.full-width .isotope-item {
    max-width: 100%;
  }
  /* line 341, app/assets/stylesheets/main/theme/gui/_sort.scss */
  .sort-source-wrapper + .sort-destination-loader .full-width {
    margin: 0 0 -30px;
    top: 0;
  }
}

@media (max-width: 575px) {
  /* line 354, app/assets/stylesheets/main/theme/gui/_sort.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 3, app/assets/stylesheets/main/theme/gui/_tables.scss */
.table td,
.table th {
  border-color: rgba(0, 0, 0, 0.06);
}

/* line 9, app/assets/stylesheets/main/theme/gui/_tables.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 9, app/assets/stylesheets/main/theme/gui/_tables.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 9, app/assets/stylesheets/main/theme/gui/_tables.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 9, app/assets/stylesheets/main/theme/gui/_tables.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 9, app/assets/stylesheets/main/theme/gui/_tables.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 9, app/assets/stylesheets/main/theme/gui/_tables.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 2, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs {
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 7, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom-color: #EEE;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs li:last-child .nav-link {
  margin-right: 0;
}

/* line 23, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs li .nav-link {
  border-radius: 5px 5px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.2px;
  padding: .7rem 1.5rem;
  transition: all .2s;
  margin-right: 1px;
}

/* line 33, app/assets/stylesheets/main/theme/gui/_tabs.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 45, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs li .nav-link:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #CCC;
  box-shadow: none;
}

/* line 51, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs li .nav-link:active, .nav-tabs li .nav-link:focus {
  border-bottom: 0;
}

/* line 58, app/assets/stylesheets/main/theme/gui/_tabs.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 71, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tab-content {
  border-radius: 0 0 4px 4px;
  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 81, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs.nav-right {
  text-align: right;
}

/* Bottom Tabs */
/* line 86, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom {
  margin: 0 0 20px 0;
  padding: 0;
}

/* line 90, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .tab-content {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  border-top: 1px solid #EEE;
}

/* line 96, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #EEE;
}

/* line 100, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .nav-tabs li {
  margin-bottom: 0;
  margin-top: -1px;
}

/* line 105, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .nav-tabs li:last-child .nav-link {
  margin-right: 0;
}

/* line 110, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .nav-tabs li .nav-link {
  border-radius: 0 0 5px 5px;
  font-size: 13px;
  margin-right: 1px;
}

/* line 115, app/assets/stylesheets/main/theme/gui/_tabs.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 123, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .nav-tabs li .nav-link:hover {
  border-bottom: 3px solid #CCC;
  border-top: 1px solid #EEE;
}

/* line 130, app/assets/stylesheets/main/theme/gui/_tabs.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 142, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-vertical {
  display: table;
  width: 100%;
  padding: 0;
  border-top: 1px solid #EEE;
}

/* line 148, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}

/* line 153, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-vertical .nav-tabs {
  border-bottom: none;
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
  width: 25%;
}

/* line 162, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-vertical .nav-tabs > li {
  display: block;
}

/* line 165, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-vertical .nav-tabs > li .nav-link {
  border-radius: 0;
  display: block;
  padding-top: 10px;
}

/* line 170, app/assets/stylesheets/main/theme/gui/_tabs.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 179, app/assets/stylesheets/main/theme/gui/_tabs.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 190, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-left {
  padding: 0;
}

/* line 192, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-left .tab-content {
  border-radius: 0 5px 5px 5px;
  border-left: none;
}

/* line 198, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-left .nav-tabs > li {
  margin-right: -1px;
}

/* line 202, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-left .nav-tabs > li:first-child .nav-link {
  border-radius: 5px 0 0 0;
}

/* line 208, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-left .nav-tabs > li:last-child .nav-link {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #eee;
}

/* line 214, app/assets/stylesheets/main/theme/gui/_tabs.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 222, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-left .nav-tabs > li .nav-link:hover {
  border-left-color: #CCC;
}

/* line 228, app/assets/stylesheets/main/theme/gui/_tabs.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 240, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-right {
  padding: 0;
}

/* line 242, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-right .tab-content {
  border-radius: 5px 0 5px 5px;
  border-right: none;
}

/* line 248, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-right .nav-tabs > li {
  margin-left: -1px;
}

/* line 252, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-right .nav-tabs > li:first-child .nav-link {
  border-radius: 0 5px 0 0;
}

/* line 258, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-right .nav-tabs > li:last-child .nav-link {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}

/* line 264, app/assets/stylesheets/main/theme/gui/_tabs.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 272, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-right .nav-tabs > li .nav-link:hover {
  border-right-color: #CCC;
}

/* line 278, app/assets/stylesheets/main/theme/gui/_tabs.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 290, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs.nav-justified {
  padding: 0;
  margin-bottom: -1px;
}

/* line 294, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs.nav-justified li {
  margin-bottom: 0;
}

/* line 298, app/assets/stylesheets/main/theme/gui/_tabs.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 305, app/assets/stylesheets/main/theme/gui/_tabs.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 311, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs.nav-justified li .nav-link {
  border-bottom: 1px solid #DDD;
  border-radius: 0;
  margin-right: 0;
}

/* line 317, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs.nav-justified li .nav-link:hover, .nav-tabs.nav-justified li .nav-link:focus {
  border-bottom: 1px solid #DDD;
}

/* line 324, app/assets/stylesheets/main/theme/gui/_tabs.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 335, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs.nav-justified li.active .nav-link {
  border-bottom: 1px solid #FFF;
}

/* line 336, app/assets/stylesheets/main/theme/gui/_tabs.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 343, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.nav-tabs.nav-justified li.active .nav-link:hover {
  border-bottom: 1px solid #FFF;
}

/* Bottom Tabs with Justified Nav */
/* line 352, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom {
  padding: 0;
}

/* line 354, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
  border-top: none;
}

/* line 357, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
  margin-right: 0;
  border-top-color: transparent;
}

/* line 363, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link {
  border-radius: 0 0 0 5px;
}

/* line 369, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link {
  margin-right: 0;
  border-radius: 0 0 5px 0;
}

/* line 376, app/assets/stylesheets/main/theme/gui/_tabs.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 388, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-center .nav-tabs {
  margin: 0 auto;
  text-align: center;
}

/* Navigation */
/* line 395, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-navigation {
  border-radius: 5px;
}

/* line 398, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-navigation .nav-tabs > li {
  margin-bottom: 1px;
}

/* line 400, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-navigation .nav-tabs > li .nav-link {
  color: #777;
  padding: 18px;
  line-height: 100%;
  position: relative;
}

/* line 405, app/assets/stylesheets/main/theme/gui/_tabs.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%;
  transform: translateY(-50%);
}

/* line 418, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-navigation .nav-tabs > li .nav-link [class*="fa-"], .tabs-navigation .nav-tabs > li .nav-link .icons {
  margin-right: 4px;
}

/* line 423, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-navigation .nav-tabs li:first-child .nav-link {
  border-radius: 5px 5px 0 0;
}

/* line 427, app/assets/stylesheets/main/theme/gui/_tabs.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 431, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-navigation .nav-tabs li:last-child .nav-link {
  border-radius: 0 0 5px 5px;
}

/* line 437, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-navigation-simple {
  border: 0 !important;
  border-radius: 0 !important;
}

/* line 441, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs-navigation-simple .nav-tabs {
  border: 0 !important;
  border-radius: 0 !important;
}

/* line 445, app/assets/stylesheets/main/theme/gui/_tabs.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 457, app/assets/stylesheets/main/theme/gui/_tabs.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 466, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tab-pane-navigation {
  display: none;
}

/* line 468, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tab-pane-navigation.active {
  display: block;
}

/* Simple */
/* line 474, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-simple {
  /* Simple Full Width Line */
}

/* line 475, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-simple .nav-tabs {
  justify-content: center;
  border: 0;
  margin-bottom: 10px;
}

/* line 479, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-simple .nav-tabs > li {
  margin-left: 0;
  margin-bottom: 20px;
}

/* line 482, app/assets/stylesheets/main/theme/gui/_tabs.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 493, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-simple .tab-content {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/* line 503, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-simple.tabs-simple-full-width-line .nav-tabs {
  border-bottom: 3px solid #eee;
}

/* line 505, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.tabs.tabs-simple.tabs-simple-full-width-line .nav-tabs > li {
  margin-bottom: -3px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 517, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .tabs .nav.nav-tabs.nav-justified li {
    display: block;
    margin-bottom: -5px;
  }
  /* line 520, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .tabs .nav.nav-tabs.nav-justified li .nav-link {
    border-top-width: 3px !important;
    border-bottom-width: 0 !important;
  }
  /* line 524, app/assets/stylesheets/main/theme/gui/_tabs.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 528, app/assets/stylesheets/main/theme/gui/_tabs.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 536, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
    margin-bottom: 0;
    margin-top: -5px;
  }
  /* line 539, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
    border-bottom-width: 3px !important;
    border-top-width: 0 !important;
  }
  /* line 543, app/assets/stylesheets/main/theme/gui/_tabs.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 547, app/assets/stylesheets/main/theme/gui/_tabs.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 561, app/assets/stylesheets/main/theme/gui/_tabs.scss */
.responsive-tabs-container .tab-pane {
  margin-bottom: 15px;
}

/* line 565, app/assets/stylesheets/main/theme/gui/_tabs.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 575, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  /* line 579, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 575, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  /* line 579, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 575, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  /* line 579, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 575, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  /* line 579, app/assets/stylesheets/main/theme/gui/_tabs.scss */
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}

/* Testimonials */
/* line 2, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial {
  margin-bottom: 20px;
}

/* line 4, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial blockquote {
  background: #CCC;
  border-radius: 5px;
  border: 0;
  color: #666;
  font-family: 'Playfair Display', serif;
  margin: 0;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
}

/* line 13, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial blockquote:before {
  left: 22px;
  top: 21px;
  color: #FFF;
  content: "“";
  font-size: 85px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

/* line 23, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial blockquote p {
  color: #FFF;
  font-family: 'Playfair Display', serif;
  font-size: 1.2em;
}

/* line 30, app/assets/stylesheets/main/theme/gui/_testimonials.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 39, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial .testimonial-author {
  display: flex;
  margin: 12px 0 0 0;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial .testimonial-author .testimonial-author-thumbnail {
  width: auto;
}

/* line 45, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial .testimonial-author img {
  max-width: 25px;
}

/* line 48, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial .testimonial-author strong {
  color: #111;
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
}

/* line 54, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial .testimonial-author p {
  color: #999;
  text-align: left;
  line-height: 1.2;
  margin-left: 0.6rem;
}

/* Style 2 */
/* line 71, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-2 {
  text-align: center;
}

/* line 73, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-2 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 22px 20px;
}

/* line 77, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after {
  display: none;
}

/* line 80, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-2 blockquote p {
  color: #777;
}

/* line 84, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}

/* line 87, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-2 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
  flex-direction: column;
}

/* line 91, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 15px;
  max-width: 60px;
  max-height: 60px;
}

/* line 96, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Style 3 */
/* line 108, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2 !important;
  border-radius: 4px;
  padding: 12px 30px;
}

/* line 112, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  left: 9px;
  color: #777;
  font-size: 35px;
}

/* line 118, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-3 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}

/* line 123, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-3 blockquote p {
  color: #777;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}

/* line 130, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
  align-items: center;
}

/* line 133, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-3 .testimonial-author img {
  max-width: 55px;
}

/* line 136, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-3 .testimonial-author p {
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-left: 20px;
  border-top: 10px solid #f2f2f2 !important;
}

/* Style 4 */
/* line 149, app/assets/stylesheets/main/theme/gui/_testimonials.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;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

/* line 157, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-4 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 12px 30px;
}

/* line 161, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  left: 9px;
  color: #777;
  font-size: 35px;
}

/* line 167, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-4 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}

/* line 172, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-4 blockquote p {
  color: #777;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}

/* line 179, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}

/* line 182, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-4 .testimonial-author {
  margin-left: 30px;
  align-items: center;
}

/* line 185, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-4 .testimonial-author img {
  max-width: 55px;
}

/* line 188, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-4 .testimonial-author p {
  margin-bottom: 0;
}

/* line 192, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-4.testimonial-no-borders {
  border: 0;
  box-shadow: none;
}

/* Style 5 */
/* line 201, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-5 {
  text-align: center;
}

/* line 203, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-5 blockquote {
  background: transparent !important;
  border-radius: 4px;
  padding: 6px 20px;
}

/* line 207, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-5 blockquote:before, .testimonial.testimonial-style-5 blockquote:after {
  display: none;
}

/* line 210, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-5 blockquote p {
  color: #777;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}

/* line 217, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}

/* line 220, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-5 .testimonial-author {
  display: block;
  padding: 6px 0 0;
  margin: 12px 0 0;
  border-top: 1px solid #f2f2f2;
  justify-content: center;
}

/* line 226, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
  max-width: 55px;
}

/* line 230, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Style 6 */
/* line 241, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 {
  text-align: center;
}

/* line 243, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 blockquote {
  background: transparent !important;
  border-radius: 4px;
  border: 0;
  padding: 0 10%;
}

/* line 248, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 blockquote:before, .testimonial.testimonial-style-6 blockquote:after {
  display: none;
}

/* line 251, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  left: -5px;
}

/* line 256, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 blockquote p {
  color: #777;
  font-size: 24px;
  line-height: 30px;
}

/* line 261, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  left: -5px;
}

/* line 269, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}

/* line 272, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
  justify-content: center;
}

/* line 276, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 0 auto 10px;
}

/* line 279, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Style 7 */
/* line 290, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-7 {
  text-align: center;
  background-color: #CCC;
  padding: 20px;
}

/* line 294, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-7 blockquote {
  padding: 30px;
}

/* line 296, app/assets/stylesheets/main/theme/gui/_testimonials.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;
  transform: translate3d(-50%, 0, 0);
}

/* line 307, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-7 blockquote:after {
  display: none;
}

/* line 311, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-7 .testimonial-arrow-down {
  display: none;
}

/* line 314, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-7 .testimonial-author {
  padding: 0;
  margin: 6px 0 0;
  justify-content: center;
}

/* line 318, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-7 .testimonial-author img {
  margin: 0 auto 10px;
}

/* line 321, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-style-7 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}

/* With Quotes */
/* line 332, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-with-quotes {
  /* Remove Left Quote */
  /* Remove Right Quote */
}

/* line 334, app/assets/stylesheets/main/theme/gui/_testimonials.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 345, app/assets/stylesheets/main/theme/gui/_testimonials.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 356, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}

/* line 364, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-with-quotes.testimonial-remove-left-quote blockquote:before {
  content: none;
}

/* line 373, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
  content: none;
}

/* line 380, app/assets/stylesheets/main/theme/gui/_testimonials.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 392, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-trasnparent-background blockquote {
  background: transparent !important;
}

/* Alternarive Font */
/* line 402, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-alternarive-font blockquote p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.2em;
}

/* Light */
/* line 415, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-light blockquote:before, .testimonial.testimonial-light blockquote:after, .testimonial.testimonial-light blockquote p {
  color: #FFF;
}

/* line 419, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-light blockquote.blockquote-default:before, .testimonial.testimonial-light blockquote.blockquote-default:after, .testimonial.testimonial-light blockquote.blockquote-default p {
  color: #777 !important;
}

/* line 425, app/assets/stylesheets/main/theme/gui/_testimonials.scss */
.testimonial.testimonial-light .testimonial-author span, .testimonial.testimonial-light .testimonial-author strong {
  color: #FFF;
}

/* line 435, app/assets/stylesheets/main/theme/gui/_testimonials.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 441, app/assets/stylesheets/main/theme/gui/_testimonials.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 2, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

/* line 13, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* line 22, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
  max-height: 330px;
}

/* line 26, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(33, 37, 41, 0.8);
  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 42, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 46, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper.thumb-info-wrapper-link > a {
  display: block;
  padding-top: 72%;
  text-indent: -9999px;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-0:after {
  opacity: 0.0;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-1:after {
  opacity: 0.1;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-2:after {
  opacity: 0.2;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-3:after {
  opacity: 0.3;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-4:after {
  opacity: 0.4;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-5:after {
  opacity: 0.5;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-6:after {
  opacity: 0.6;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-7:after {
  opacity: 0.7;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-8:after {
  opacity: 0.8;
}

/* line 56, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-wrapper-opacity-9:after {
  opacity: 0.9;
}

/* line 62, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-action-icon {
  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 76, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-action-icon i {
  font-size: 14px;
  right: 50%;
  position: absolute;
  top: 50%;
  color: #FFF;
  transform: translate(50%, -50%);
  margin: -2px -1px 0 0px;
}

/* line 87, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-inner {
  transition: all 0.3s;
  display: block;
}

/* line 90, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-inner em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
}

/* line 98, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .thumb-info-title {
  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 113, app/assets/stylesheets/main/theme/gui/_thumb-info.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 128, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .owl-carousel {
  z-index: auto;
}

/* line 130, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info .owl-carousel .owl-dots {
  z-index: 2;
}

/* line 135, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info img {
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}

/* line 144, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}

/* line 148, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info:hover .thumb-info-action-icon {
  right: 0;
  top: 0;
}

/* line 152, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info:hover .thumb-info-title {
  background: rgba(33, 37, 41, 0.9);
}

/* line 155, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info:hover img {
  transform: scale(1.1, 1.1);
}

/* line 161, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-no-zoom img {
  transition: none;
}

/* line 164, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-no-zoom:hover img {
  transform: scale(1, 1);
}

/* line 171, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(23, 23, 23, 0.25);
}

/* line 179, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
  display: none;
}

/* line 186, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 45px;
  text-align: center;
  opacity: 0;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transform: translate3d(0, -70%, 0);
  z-index: 2;
}

/* line 202, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action a {
  text-decoration: none;
}

/* line 206, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
  display: inline-flex;
  align-items: 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;
  transition: all 0.1s ease;
  z-index: 2;
}

/* line 222, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
  margin: 0;
}

/* line 225, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
  transform: scale(1.15, 1.15);
}

/* line 233, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

/* line 237, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
  position: relative;
}

/* line 244, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-centered-info .thumb-info-title {
  background: transparent;
  left: 5%;
  width: 90%;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transform: translate(0%, -50%);
  top: 50%;
  bottom: auto;
  opacity: 0;
  text-align: center;
  padding: 0;
  position: absolute;
}

/* line 257, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-centered-info .thumb-info-type {
  float: none;
}

/* line 261, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  opacity: 1;
  transform: translate(0%, -50%);
}

/* line 269, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info .thumb-info-title {
  background: #FFF;
  left: 0;
  width: 100%;
  max-width: 100%;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transform: translate3d(0, 100%, 0);
  top: auto;
  bottom: 0;
  opacity: 0;
  padding: 15px;
  text-shadow: none;
  color: #777;
}

/* line 283, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info .thumb-info-type {
  float: none;
  background: none;
  padding: 0;
  margin: 0;
}

/* line 290, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 294, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info:hover img {
  transform: scale(1.1);
}

/* line 301, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info-linear .thumb-info-title {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(255, 255, 255, 0);
}

/* line 307, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
  background: #212529;
  color: #FFF;
}

/* line 314, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title {
  background: linear-gradient(to top, rgba(33, 37, 41, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
}

/* line 320, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info-show-more img {
  transform: none !important;
}

/* line 323, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 327, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content {
  transition: ease max-height 800ms;
  overflow: hidden;
  max-height: 0;
  display: block;
}

/* line 334, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content {
  max-height: 300px;
}

/* line 341, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-push-hor img {
  transform: translatex(-18px);
  width: calc(100% + 19px);
  max-width: none;
}

/* line 346, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-push-hor:hover img {
  transform: translatex(0);
}

/* line 353, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-block .thumb-info-action-icon {
  top: 15px;
  right: 15px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

/* line 361, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-block .thumb-info-wrapper:before {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  border-radius: 0;
  bottom: 1rem;
  color: #FFF;
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: block;
  opacity: 0;
  z-index: 2;
}

/* line 380, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-block:hover .thumb-info-wrapper:before {
  opacity: 1;
}

/* line 384, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-block:hover .thumb-info-action-icon {
  opacity: 1;
}

/* line 391, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
  background: rgba(33, 37, 41, 0.9);
}

/* line 400, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
  opacity: 0.65;
}

/* line 404, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
  opacity: 1;
  top: 50%;
}

/* line 408, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
  float: none;
}

/* line 413, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
  opacity: 0.1;
}

/* line 417, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
  opacity: 0;
}

/* line 425, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after {
  opacity: 0.65;
}

/* line 430, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after {
  opacity: 1;
}

/* line 434, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-title {
  opacity: 1;
  top: 0;
  height: 100%;
  top: 0;
  transform: none !important;
}

/* line 441, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-type {
  float: none;
}

/* line 445, app/assets/stylesheets/main/theme/gui/_thumb-info.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 {
  transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(0%, -50%);
}

/* line 456, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
  top: 150%;
}

/* line 462, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 {
  top: -50%;
}

/* line 466, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 {
  top: 50%;
}

/* line 474, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

/* line 480, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

/* line 485, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* line 495, app/assets/stylesheets/main/theme/gui/_thumb-info.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 506, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
  display: none;
}

/* line 510, app/assets/stylesheets/main/theme/gui/_thumb-info.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;
  transition: background-position 0.8s linear 0s;
}

/* line 520, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-preview:hover .thumb-info-image {
  transition: background-position 2.5s linear 0s;
  background-position: center bottom;
}

/* line 527, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
  transition: background-position 1s linear 0s;
}

/* line 534, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
  transition: background-position 5s linear 0s;
}

/* line 543, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
  content: none;
}

/* line 549, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info.thumb-info-no-bg {
  background: transparent;
}

/* Thumb Info Ribbon */
/* line 556, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-ribbon {
  background: #999;
  position: absolute;
  margin: -16px 0 0 0;
  padding: 5px 13px 6px;
  right: 15px;
  z-index: 1;
}

/* line 563, app/assets/stylesheets/main/theme/gui/_thumb-info.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 574, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-ribbon span {
  color: #FFF;
  font-size: 1.1em;
  font-family: "Shadows Into Light", cursive;
}

/* Thumb Info - Full Width */
/* line 583, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.full-width .thumb-info img {
  border-radius: 0 !important;
}

/* Thumb Info Caption  */
/* line 589, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-caption {
  padding: 10px 0;
}

/* line 591, app/assets/stylesheets/main/theme/gui/_thumb-info.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 601, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-side-image .thumb-info-side-image-wrapper {
  padding: 0;
  float: left;
  margin-right: 20px;
}

/* line 609, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-side-image-right .thumb-info-side-image-wrapper {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* Thumb Info Social Icons */
/* line 617, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-social-icons {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 621, app/assets/stylesheets/main/theme/gui/_thumb-info.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 629, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-social-icons a:hover {
  text-decoration: none;
}

/* line 632, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-social-icons a span {
  display: none;
}

/* line 635, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-social-icons a i {
  color: #FFF;
  font-size: 0.9em;
  font-weight: normal;
}

/* Thumb Info Floating Caption */
/* line 644, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-floating-caption-title {
  background: rgba(33, 37, 41, 0.8);
  color: #FFF;
  font-weight: 600;
  letter-spacing: -.05em;
  font-size: 17px;
  padding: 13px 21px;
}

/* line 652, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
  position: absolute;
  background-color: #CCC;
  border-radius: 2px;
  display: block;
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 8px -2px -15px 0px;
  padding: 2px 12px;
  text-transform: uppercase;
  line-height: 2.3;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 671, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
  .thumb-info .thumb-info-title {
    font-size: 14px;
  }
  /* line 674, app/assets/stylesheets/main/theme/gui/_thumb-info.scss */
  .thumb-info .thumb-info-more {
    font-size: 11px;
  }
}

/* Timeline */
/* line 2, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline {
  width: 100%;
  margin: 50px 0 0;
  position: relative;
  float: left;
  padding-bottom: 120px;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline:before {
  background: #505050;
  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 23, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-body {
  position: relative;
  z-index: 1 !important;
}

/* line 27, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-date {
  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 41, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-date h3 {
  display: block;
  text-align: center;
  color: #757575;
  font-size: 0.9em;
  line-height: 32px;
}

/* line 49, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-title {
  background: #f7f7f7;
  padding: 12px;
}

/* line 52, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-title h4 {
  padding: 0;
  margin: 0;
  color: #151719;
  font-size: 1.4em;
}

/* line 58, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-title a {
  color: #151719;
}

/* line 61, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-title .timeline-title-tags {
  color: #B1B1B1;
  font-size: 0.9em;
}

/* line 64, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-title .timeline-title-tags a {
  color: #B1B1B1;
  font-size: 0.9em;
}

/* line 70, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-box {
  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 81, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-box.left {
  clear: both;
}

/* line 83, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-box.left:before {
  background: none repeat scroll 0 0 #E5E5E5;
  border-radius: 50%;
  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;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

/* line 98, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-box.left .timeline-box-arrow {
  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 118, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-box.right {
  clear: right;
  float: right;
  right: -1px;
  margin-top: 40px;
}

/* line 123, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-box.right:before {
  background: none repeat scroll 0 0 #E5E5E5;
  border-radius: 50%;
  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;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

/* line 137, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-box.right .timeline-box-arrow {
  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 157, app/assets/stylesheets/main/theme/gui/_timeline.scss */
section.timeline .timeline-box .owl-carousel {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  /* line 168, app/assets/stylesheets/main/theme/gui/_timeline.scss */
  section.timeline .timeline-box {
    float: none;
    clear: both;
    right: auto;
    left: auto;
    margin: 25px auto;
    max-width: 70%;
    width: auto;
  }
  /* line 176, app/assets/stylesheets/main/theme/gui/_timeline.scss */
  section.timeline .timeline-box.right {
    float: none;
    clear: both;
    right: auto;
    left: auto;
    margin: 25px auto;
    max-width: 70%;
    width: auto;
  }
  /* line 185, app/assets/stylesheets/main/theme/gui/_timeline.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 194, app/assets/stylesheets/main/theme/gui/_timeline.scss */
  section.timeline {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  /* line 203, app/assets/stylesheets/main/theme/gui/_timeline.scss */
  section.timeline {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 208, app/assets/stylesheets/main/theme/gui/_timeline.scss */
  section.timeline .timeline-box {
    margin: 15px auto;
    max-width: 90%;
  }
  /* line 211, app/assets/stylesheets/main/theme/gui/_timeline.scss */
  section.timeline .timeline-box.right {
    margin: 15px auto;
    max-width: 90%;
  }
  /* line 218, app/assets/stylesheets/main/theme/gui/_timeline.scss */
  article.post-large {
    margin-left: 0;
  }
  /* line 219, app/assets/stylesheets/main/theme/gui/_timeline.scss */
  article.post-large .post-image, article.post-large .post-date {
    margin-left: 0;
  }
}

/* Toggles */
/* line 2, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle {
  margin: 10px 0 20px;
  position: relative;
  clear: both;
}

/* line 6, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle .toggle {
  margin: 10px 0 0;
}

/* line 10, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* line 20, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > label,
.toggle > .toggle-title {
  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 15px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > label:-moz-selection,
.toggle > .toggle-title:-moz-selection {
  background: none;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > label i.fa-minus,
.toggle > .toggle-title i.fa-minus {
  display: none;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > label i.fa-plus,
.toggle > .toggle-title i.fa-plus {
  display: inline;
}

/* line 46, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > label:before,
.toggle > .toggle-title: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;
  backface-visibility: hidden;
  transition: transform 0.3s, top 0.3s;
  transform: rotate(-45deg) translate3d(0, -50%, 0);
  transform-origin: 35%;
}

/* line 61, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > label:hover,
.toggle > .toggle-title:hover {
  background: #f5f5f5;
}

/* line 64, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > label + p,
.toggle > .toggle-title + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}

/* line 73, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > label i,
.toggle > .toggle-title i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

/* line 80, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > .toggle-content {
  display: none;
}

/* line 82, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > .toggle-content > p {
  margin-bottom: 0;
  padding: 10px 0;
}

/* line 90, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.active i.fa-minus {
  display: inline;
}

/* line 93, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.active i.fa-plus {
  display: none;
}

/* line 97, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.active > label,
.toggle.active > .toggle-title {
  background: #f7f7f7;
  border-color: #CCC;
}

/* line 101, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.active > label:before,
.toggle.active > .toggle-title:before {
  top: calc(50% - 8px);
  transform: rotate(135deg);
}

/* line 106, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.active > p {
  white-space: normal;
}

/* line 110, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}

/* line 117, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-sm .toggle > label,
.toggle.toggle-sm .toggle > .toggle-title {
  font-size: 0.9em;
  padding: 6px 20px 6px 10px;
}

/* line 122, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-sm .toggle > .toggle-content > p {
  font-size: 0.9em;
}

/* line 130, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-lg .toggle > label,
.toggle.toggle-lg .toggle > .toggle-title {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px;
}

/* line 135, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-lg .toggle > .toggle-content > p {
  font-size: 1.1em;
}

/* line 143, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > .toggle-title {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #777;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
  color: #212529;
}

/* line 154, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-simple .toggle > label:after,
.toggle.toggle-simple .toggle > .toggle-title: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 167, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-simple .toggle > label:before,
.toggle.toggle-simple .toggle > .toggle-title: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;
  transform: none;
}

/* line 185, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-simple .toggle.active > label,
.toggle.toggle-simple .toggle.active > .toggle-title {
  background: transparent;
  color: #212529;
}

/* line 189, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-simple .toggle.active > label:before,
.toggle.toggle-simple .toggle.active > .toggle-title:before {
  content: "\f068";
}

/* line 198, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-minimal .toggle {
  margin: 0;
}

/* line 200, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-minimal .toggle > label,
.toggle.toggle-minimal .toggle > .toggle-title {
  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 212, app/assets/stylesheets/main/theme/gui/_toggles.scss */
.toggle.toggle-minimal .toggle.active > label,
.toggle.toggle-minimal .toggle.active > .toggle-title {
  background: transparent;
  border-bottom-color: #CCC;
}

/* Blockquotes */
/* line 2, app/assets/stylesheets/main/theme/gui/_typography.scss */
blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  font-size: 1em;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_typography.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;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 1.3rem;
}

/* line 18, app/assets/stylesheets/main/theme/gui/_typography.scss */
blockquote.blockquote-reverse {
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0px !important;
}

/* Small */
/* line 26, app/assets/stylesheets/main/theme/gui/_typography.scss */
small,
.small {
  font-size: 70%;
}

/* Paragraphs */
/* line 31, app/assets/stylesheets/main/theme/gui/_typography.scss */
p {
  color: #777;
  line-height: 26px;
  margin: 0 0 20px;
}

/* line 35, app/assets/stylesheets/main/theme/gui/_typography.scss */
p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}

/* line 39, app/assets/stylesheets/main/theme/gui/_typography.scss */
p.lead {
  line-height: 1.8rem;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_typography.scss */
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}

/* Lead */
/* line 52, app/assets/stylesheets/main/theme/gui/_typography.scss */
.lead {
  letter-spacing: -.05em;
  font-size: 1.2rem;
}

/* line 57, app/assets/stylesheets/main/theme/gui/_typography.scss */
.lead-2 {
  font-size: 1.12rem;
}

/* Links */
/* line 62, app/assets/stylesheets/main/theme/gui/_typography.scss */
a, a:hover, a:focus {
  color: #CCC;
}

/* Drop Caps */
/* line 68, app/assets/stylesheets/main/theme/gui/_typography.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 78, app/assets/stylesheets/main/theme/gui/_typography.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 88, app/assets/stylesheets/main/theme/gui/_typography.scss */
.default-font {
  font-family: "Poppins", Arial, sans-serif;
}

/* Alternative Font Style */
/* line 93, app/assets/stylesheets/main/theme/gui/_typography.scss */
.alternative-font {
  color: #CCC;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

/* line 99, app/assets/stylesheets/main/theme/gui/_typography.scss */
.alternative-font-2 {
  font-family: "Oswald", sans-serif;
}

/* line 103, app/assets/stylesheets/main/theme/gui/_typography.scss */
.alternative-font-3 {
  font-family: 'Segoe Script', 'Zapfino', 'Savoye LET';
}

/* line 107, app/assets/stylesheets/main/theme/gui/_typography.scss */
.alternative-font-4 {
  font-family: 'Poppins', Arial, sans-serif !important;
}

/* line 111, app/assets/stylesheets/main/theme/gui/_typography.scss */
.alternative-font-5 {
  font-family: 'Open Sans', Arial, sans-serif !important;
}

/* line 115, app/assets/stylesheets/main/theme/gui/_typography.scss */
.alternative-font-6 {
  font-family: 'Montserrat', Arial, sans-serif !important;
}

/* Gradient Text */
/* line 120, app/assets/stylesheets/main/theme/gui/_typography.scss */
.gradient-text-color {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* line 125, app/assets/stylesheets/main/theme/gui/_typography.scss */
.no-backgroundcliptext .gradient-text-color {
  background: transparent !important;
}

/* Small Sup style */
/* line 130, app/assets/stylesheets/main/theme/gui/_typography.scss */
.sup-text-small {
  font-size: 0.5em;
  font-weight: 500;
  top: -.7em;
}

/* Text Color Default */
/* line 137, app/assets/stylesheets/main/theme/gui/_typography.scss */
.text-default,
.text-color-default {
  color: #777 !important;
}

/* Video */
/* line 2, app/assets/stylesheets/main/theme/gui/_videos.scss */
section.video {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 9, app/assets/stylesheets/main/theme/gui/_videos.scss */
section.video .container {
  position: relative;
  z-index: 3;
}

/* line 17, app/assets/stylesheets/main/theme/gui/_videos.scss */
html.boxed section.video > div:first-child {
  z-index: 0 !important;
}

/* line 19, app/assets/stylesheets/main/theme/gui/_videos.scss */
html.boxed section.video > div:first-child video {
  z-index: 0 !important;
}

/* line 2, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator i, .word-rotator em, .word-rotator b {
  font-style: normal;
  font-weight: inherit;
}

/* line 8, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator-words {
  display: inline-flex !important;
  position: relative;
  text-align: left;
}

/* line 13, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator-words b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

/* line 20, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator-words b.is-visible {
  position: relative;
}

/* line 25, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator-words[class*="bg-"] {
  background: #CCC;
}

/* line 28, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator-words[class*="bg-"] b {
  color: #FFF;
  padding: 0.1rem 0.5rem;
}

/* rotate-1 */
/* line 38, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-1 .word-rotator-words {
  perspective: 300px;
}

/* line 42, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-1 b {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}

/* line 47, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-1 b.is-visible {
  opacity: 1;
  transform: rotateX(0deg);
  animation: word-rotator-rotate-1-in 1.2s;
}

/* line 53, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-1 b.is-hidden {
  transform: rotateX(180deg);
  animation: word-rotator-rotate-1-out 1.2s;
}

@keyframes word-rotator-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes word-rotator-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}

/* type */
/* line 105, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type .word-rotator-words {
  vertical-align: top;
  overflow: hidden;
  position: relative;
  padding-right: 3px;
}

/* line 111, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type .word-rotator-words::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
  width: 2px;
  display: block;
  background-color: transparent;
}

/* line 122, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type .word-rotator-words.waiting::after {
  animation: 1s word-rotator-pulse step-end infinite;
}

/* line 126, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type .word-rotator-words.selected {
  background-color: #212529 !important;
}

/* line 129, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type .word-rotator-words.selected::after {
  visibility: hidden;
}

/* line 133, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type .word-rotator-words.selected b {
  color: #FFF !important;
}

/* line 139, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type b {
  visibility: hidden;
}

/* line 142, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type b.is-visible {
  visibility: visible;
}

/* line 147, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type i {
  position: absolute;
  visibility: hidden;
}

/* line 151, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type i.in {
  position: relative;
  visibility: visible;
}

/* line 159, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type.type-clean-light .word-rotator-words:after {
  width: 8px;
}

/* line 162, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type.type-clean-light .word-rotator-words.waiting::after {
  animation: 500ms word-rotator-pulse-light step-end infinite;
}

/* line 165, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.type.type-clean-light .word-rotator-words.selected {
  background-color: transparent !important;
}

@keyframes word-rotator-pulse {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: black;
  }
}

@keyframes word-rotator-pulse-light {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: white;
  }
}

/* rotate-2 */
/* line 196, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-2 .word-rotator-words {
  perspective: 300px;
}

/* line 200, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-2 i, .word-rotator.rotate-2 em {
  display: inline-block;
  backface-visibility: hidden;
}

/* line 205, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-2 b {
  opacity: 0;
}

/* line 209, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-2 i {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

/* line 214, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.is-visible .word-rotator.rotate-2 i {
  opacity: 1;
}

/* line 218, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-2 i.in {
  animation: word-rotator-rotate-2-in .4s forwards;
}

/* line 222, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-2 i.out {
  animation: word-rotator-rotate-2-out .4s forwards;
}

/* line 227, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-2 em {
  transform: translateZ(20px);
}

/* line 232, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.no-csstransitions .word-rotator.rotate-2 i {
  transform: rotateX(0deg);
  opacity: 0;
}

/* line 236, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.no-csstransitions .word-rotator.rotate-2 i em {
  transform: scale(1);
}

/* line 241, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.no-csstransitions .word-rotator.rotate-2 .is-visible i {
  opacity: 1;
}

@keyframes word-rotator-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes word-rotator-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

/* loading-bar */
/* line 282, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}

/* line 287, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.loading-bar .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}

/* line 291, app/assets/stylesheets/main/theme/gui/_word-rotator.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;
  transition: width .3s -0.1s;
}

/* line 303, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.loading-bar .word-rotator-words.is-loading::after {
  width: 100%;
  transition: width 3s;
}

/* line 309, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.loading-bar .word-rotator-words.bg-light::after {
  background-color: #212529 !important;
}

/* line 315, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.loading-bar .word-rotator-words[class*="bg-"]:not(.bg-light)::after {
  background-color: #FFF !important;
}

/* line 321, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.loading-bar b {
  top: .2em;
  opacity: 0;
  transition: opacity .3s;
}

/* line 326, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* slide */
/* line 337, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.slide span {
  display: inline-block;
  padding: .2em 0;
}

/* line 342, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.slide .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}

/* line 347, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.slide b {
  opacity: 0;
  top: .2em;
}

/* line 351, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.slide b.is-visible {
  top: 0;
  opacity: 1;
  animation: slide-in .6s;
}

/* line 357, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.slide b.is-hidden {
  animation: slide-out .6s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

/* clip */
/* line 400, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.clip span {
  display: inline-block;
  padding: .2em 0;
}

/* line 405, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.clip .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}

/* line 409, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.clip .word-rotator-words::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #212529;
}

/* line 420, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.clip b {
  opacity: 0;
}

/* line 423, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.clip b.is-visible {
  opacity: 1;
}

/* zoom */
/* line 432, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.zoom .word-rotator-words {
  perspective: 300px;
}

/* line 436, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.zoom b {
  opacity: 0;
}

/* line 439, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.zoom b.is-visible {
  opacity: 1;
  animation: zoom-in .8s;
}

/* line 444, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.zoom b.is-hidden {
  animation: zoom-out .8s;
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}

/* line 476, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-3 .word-rotator-words {
  perspective: 300px;
}

/* line 480, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-3 b {
  opacity: 0;
}

/* line 484, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-3 i {
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

/* line 489, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.is-visible .word-rotator.rotate-3 i {
  transform: rotateY(0deg);
}

/* line 493, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-3 i.in {
  animation: word-rotator-rotate-3-in .6s forwards;
}

/* line 497, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.rotate-3 i.out {
  animation: word-rotator-rotate-3-out .6s forwards;
}

/* line 503, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.no-csstransitions .word-rotator.rotate-3 i {
  transform: rotateY(0deg);
  opacity: 0;
}

/* line 508, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.no-csstransitions .word-rotator.rotate-3 .is-visible i {
  opacity: 1;
}

@keyframes word-rotator-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes word-rotator-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}

/* scale */
/* line 535, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.scale b {
  opacity: 0;
}

/* line 539, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.scale i {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}

/* line 544, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.is-visible .word-rotator.scale i {
  opacity: 1;
}

/* line 548, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.scale i.in {
  animation: scale-up .6s forwards;
}

/* line 552, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.scale i.out {
  animation: scale-down .6s forwards;
}

/* line 558, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.no-csstransitions .word-rotator.scale i {
  transform: scale(1);
  opacity: 0;
}

/* line 563, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.no-csstransitions .word-rotator.scale .is-visible i {
  opacity: 1;
}

@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}

/* push */
/* line 599, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.push b {
  opacity: 0;
}

/* line 602, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.push b.is-visible {
  opacity: 1;
  animation: push-in .6s;
}

/* line 607, app/assets/stylesheets/main/theme/gui/_word-rotator.scss */
.word-rotator.push b.is-hidden {
  animation: push-out .6s;
}

@keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* Custom Map */
/* line 2, app/assets/stylesheets/main/theme/partials/_home.scss */
section.section-custom-map {
  background: transparent url(../img/map.png) center 0 no-repeat;
  padding: 129px 0 0;
  margin: 20px 0 0;
  border: 0;
}

/* line 7, app/assets/stylesheets/main/theme/partials/_home.scss */
section.section-custom-map section.section {
  border-top: 0;
  background: rgba(247, 247, 247, 0.5);
}

/* Home Intro */
/* line 14, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro {
  background-color: #212529;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 2.4rem 0;
  position: relative;
  text-align: left;
  letter-spacing: -0.5px;
}

/* line 22, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro p {
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/main/theme/partials/_home.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 36, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro p .highlighted-word {
  font-size: 1.6em;
}

/* line 40, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro .get-started {
  position: relative;
}

/* line 42, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro .get-started .btn {
  position: relative;
  z-index: 1;
}

/* line 45, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}

/* line 51, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro .get-started a {
  color: #FFF;
}

/* line 54, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro .get-started a:not(.btn) {
  color: #FFF;
  font-weight: 600;
}

/* line 59, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro .learn-more {
  color: #FFF;
  margin-left: 15px;
  font-weight: 300;
}

/* line 64, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro.light {
  background-color: #EDEDED;
}

/* line 66, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro.light.secondary {
  background-color: #E0E1E4;
}

/* line 69, app/assets/stylesheets/main/theme/partials/_home.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 79, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro-compact {
  border-radius: 0 0 0.3rem 0.3rem;
  margin-top: -10px;
  margin: -10px auto 60px;
  max-width: 1110px;
}

/* line 84, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro-compact p {
  padding-left: 20px;
}

/* line 87, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-intro-compact .get-started {
  padding-right: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  /* Home Intro */
  /* line 96, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-intro p {
    margin-bottom: 2rem;
  }
  /* line 102, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-intro-compact .get-started {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  /* Home Intro */
  /* line 111, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-intro-compact {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Home Concept SVG Animations */
@keyframes animatedLineBg {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1360;
  }
}

@keyframes animatedLineSmallCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1120;
  }
}

@keyframes animatedLineBigCircle {
  from {
    stroke-dasharray: 1000;
  }
  to {
    stroke-dasharray: 1266;
  }
}

@keyframes animatedInitialPin {
  0% {
    transform: translate(2px, 69px) scale(0.23);
  }
  33% {
    transform: translate(2px, 79px) scale(0.23);
  }
  66% {
    transform: translate(2px, 74px) scale(0.23);
  }
  100% {
    transform: translate(2px, 79px) scale(0.23);
  }
}

@keyframes animatedFinalPin {
  0% {
    transform: translate(325px, -19px) scale(0.23) rotate(36deg);
  }
  33% {
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
  66% {
    transform: translate(325px, -16px) scale(0.23) rotate(36deg);
  }
  100% {
    transform: translate(325px, -13px) scale(0.23) rotate(36deg);
  }
}

/* Firefox Final Pin Animation */
@keyframes animatedFinalPinFirefox {
  0% {
    transform: translate(193px, -16px) scale(0.23) rotate(36deg);
  }
  33% {
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
  66% {
    transform: translate(193px, -13px) scale(0.23) rotate(36deg);
  }
  100% {
    transform: translate(193px, -10px) scale(0.23) rotate(36deg);
  }
}

/* Home Concept */
/* line 194, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-concept {
  background: transparent url(../img/home/home-concept.png) no-repeat center 0;
  width: 100%;
  overflow: hidden;
}

/* line 198, app/assets/stylesheets/main/theme/partials/_home.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 206, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-concept .row {
  position: relative;
}

/* line 209, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-concept .process-image {
  background: transparent url(../img/home/home-concept-item.png) no-repeat 0 0;
  width: 160px;
  margin: 120px auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

/* line 216, app/assets/stylesheets/main/theme/partials/_home.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 226, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-concept .process-image.process-image-on-middle {
    margin-top: 95px;
  }
}

/* line 231, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-concept .our-work {
  margin-top: 52px;
  font-size: 2.2em;
}

/* line 235, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-concept .project-image {
  background: transparent url(../img/home/home-concept-item.png) no-repeat 100% 0;
  width: 350px;
  margin: 20px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}

/* line 243, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-concept .sun {
  background: transparent url(../img/home/home-concept-icons.png) no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  top: 65px;
}

/* line 252, app/assets/stylesheets/main/theme/partials/_home.scss */
.home-concept .cloud {
  background: transparent url(../img/home/home-concept-icons.png) no-repeat 100% 0;
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 53%;
  top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 266, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-concept {
    background-image: none;
  }
  /* line 268, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-concept .project-image {
    margin: 20px auto 0 auto;
  }
  /* line 271, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-concept .process-image {
    margin-top: 0;
    padding-bottom: 25px;
  }
}

@media (max-width: 479px) {
  /* line 282, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-concept .project-image {
    background-position: 0 0;
    margin-left: auto;
    max-width: 160px;
  }
  /* line 287, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-concept .fc-slideshow {
    max-width: 145px;
    height: 145px;
  }
  /* line 290, app/assets/stylesheets/main/theme/partials/_home.scss */
  .home-concept .fc-slideshow img {
    max-height: 145px;
    max-width: 145px;
  }
}

/* Portfolio */
/* line 2, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title {
  margin-bottom: -10px;
}

/* line 4, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title a {
  display: inline-block;
}

/* line 7, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title [class*="fa-"], .portfolio-title .icons {
  font-size: 1.7em;
}

/* line 10, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title .portfolio-nav {
  margin-top: 11px;
}

/* line 13, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title .portfolio-nav-all {
  margin-top: 9px;
}

/* line 16, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title .portfolio-nav {
  text-align: right;
}

/* line 19, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title .portfolio-nav a {
  width: 40%;
}

/* line 27, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title .portfolio-nav-all .fa,
.portfolio-title .portfolio-nav-all .icons {
  font-size: 2em;
}

/* line 31, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title .fa-angle-right {
  text-align: right;
}

/* line 34, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-title .portfolio-nav-prev {
  text-align: left;
}

/* Portfolio Info */
/* line 40, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-info {
  margin: 2px 0 10px;
}

/* line 42, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 46, app/assets/stylesheets/main/theme/partials/_portfolio.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 53, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-info ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

/* line 58, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-info ul li a {
  text-decoration: none;
  color: #B1B1B1;
}

/* line 62, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-info ul li a:hover .fa-heart {
  color: #E53F51;
}

/* line 67, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-info ul li [class*="fa-"], .portfolio-info ul li .icons {
  margin-right: 4px;
}

/* Portfolio List */
/* line 75, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 80, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-list:not(.row) {
  margin: 0;
}

/* line 83, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-list .portfolio-item {
  position: relative;
  margin-bottom: 35px;
}

/* line 88, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-list .portfolio-item.portfolio-item-new:after {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  background: #CCC;
  content: "NEW";
  display: block;
  padding: 0px 8px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 2px;
  line-height: 22px;
}

/* Portfolio Details */
/* line 109, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-details {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 5px;
  font-size: 0.9em;
}

/* line 114, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-details > li {
  padding: 0;
  margin: 0 0 20px;
}

/* line 118, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-details p {
  padding: 0;
  margin: 0;
}

/* line 122, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-details blockquote {
  padding: 0 0 0 10px;
  margin: 15px 0 0;
  color: #999;
}

/* line 127, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-details .list-icons {
  margin-left: 0;
}

/* line 129, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-details .list-icons > li {
  padding-left: 18px;
  margin-right: 10px;
}

/* line 132, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-details .list-icons > li [class*="fa-"], .portfolio-details .list-icons > li .icons {
  top: 7px;
}

/* Portfolio Modal */
/* line 142, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-modal .mfp-arrow,
.portfolio-ajax-modal .mfp-arrow {
  display: none;
}

/* line 147, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-load-more-loader {
  display: none;
  position: relative;
  height: 49px;
}

/* line 153, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.btn-portfolio-infinite-scroll {
  opacity: 0;
}

/* Portfolio Navigation */
/* line 161, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
.portfolio-next:hover [class*="fa-"], .portfolio-next:hover .icons,
.portfolio-prev:hover [class*="fa-"],
.portfolio-prev:hover .icons {
  animation: navItemArrow 600ms ease;
  animation-iteration-count: infinite;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 171, app/assets/stylesheets/main/theme/partials/_portfolio.scss */
  .portfolio-nav, .portfolio-nav-all {
    display: none;
  }
}

/* Team List */
/* line 2, app/assets/stylesheets/main/theme/partials/_team.scss */
ul.team-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 6, app/assets/stylesheets/main/theme/partials/_team.scss */
ul.team-list .team-item {
  margin-bottom: 35px;
}

/* line 8, app/assets/stylesheets/main/theme/partials/_team.scss */
ul.team-list .team-item .thumb-info-social-icons {
  margin: 0 10px;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 17, app/assets/stylesheets/main/theme/partials/_team.scss */
  ul.team-list .team-item {
    margin: 0 auto 35px;
    max-width: 270px;
  }
}

/* Search Results */
/* line 2, app/assets/stylesheets/main/theme/partials/_search-results.scss */
.search-results {
  min-height: 300px;
}

/* Page 404 */
/* line 2, app/assets/stylesheets/main/theme/partials/_http-errors.scss */
.http-error {
  padding: 50px 0;
}

/* line 4, app/assets/stylesheets/main/theme/partials/_http-errors.scss */
.http-error h2 {
  font-size: 140px;
  font-weight: 700;
  line-height: 140px;
}

/* line 9, app/assets/stylesheets/main/theme/partials/_http-errors.scss */
.http-error h4 {
  color: #777;
}

/* line 12, app/assets/stylesheets/main/theme/partials/_http-errors.scss */
.http-error p {
  font-size: 1.4em;
  line-height: 36px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 21, app/assets/stylesheets/main/theme/partials/_http-errors.scss */
  .http-error {
    padding: 0;
  }
  /* line 23, app/assets/stylesheets/main/theme/partials/_http-errors.scss */
  .http-error h2 {
    font-size: 100px;
    letter-spacing: 0;
    line-height: 100px;
  }
}

/*
Name: 			theme-blog.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	@@version
*/
/* Posts */
/* line 13, app/assets/stylesheets/main/theme/theme-blog.scss */
.blog-posts:not(.blog-posts-no-margins) article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 50px;
  padding-bottom: 20px;
}

/* line 18, app/assets/stylesheets/main/theme/theme-blog.scss */
.blog-posts:not(.blog-posts-no-margins) .pagination {
  margin: -10px 0 20px;
}

/* line 23, app/assets/stylesheets/main/theme/theme-blog.scss */
.blog-posts.blog-posts-no-margins .pagination {
  margin-top: 1.8rem;
}

/* Post */
/* line 32, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post h2 a {
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post .post-meta {
  font-size: 0.9em;
  margin-bottom: 7px;
}

/* line 38, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post .post-meta > span {
  display: inline-block;
  padding-right: 8px;
}

/* line 42, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post .post-meta i {
  margin-right: 3px;
}

/* line 46, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post .post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}

/* line 50, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post .post-date .month {
  display: block;
  background: #CCC;
  border-radius: 0 0 2px 2px;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1.8;
  padding: 1px 10px;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post .post-date .day {
  background: #f7f7f7;
  border-radius: 2px 2px 0 0;
  color: #CCC;
  display: block;
  font-size: 18px;
  font-weight: 900;
  padding: 10px;
}

/* line 71, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post .post-image .owl-carousel {
  width: 100.1%;
}

/* line 75, app/assets/stylesheets/main/theme/theme-blog.scss */
article .post-video {
  transition: all 0.2s ease-in-out;
  padding: 0;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  display: block;
  height: auto;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 61%;
}

/* line 86, app/assets/stylesheets/main/theme/theme-blog.scss */
article .post-video iframe {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* line 100, app/assets/stylesheets/main/theme/theme-blog.scss */
article .post-audio {
  transition: all 0.2s ease-in-out;
  padding: 0;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  display: block;
  height: auto;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 35%;
  min-height: 160px;
}

/* line 112, app/assets/stylesheets/main/theme/theme-blog.scss */
article .post-audio iframe {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* line 127, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post-medium .post-image .owl-carousel {
  width: 100.2%;
}

/* line 131, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post-large {
  margin-left: 60px;
}

/* line 133, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post-large h2 {
  margin-bottom: 5px;
}

/* line 136, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post-large .post-image, article.post-large .post-date {
  margin-left: -60px;
}

/* line 139, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post-large .post-image {
  margin-bottom: 25px;
}

/* line 141, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post-large .post-image.single {
  margin-bottom: 30px;
}

/* line 145, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post-large .post-video {
  margin-left: -60px;
}

/* line 148, app/assets/stylesheets/main/theme/theme-blog.scss */
article.post-large .post-audio {
  margin-left: -60px;
}

/* Single Post */
/* line 156, app/assets/stylesheets/main/theme/theme-blog.scss */
.single-post article {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 161, app/assets/stylesheets/main/theme/theme-blog.scss */
article.blog-single-post .post-meta {
  margin-bottom: 20px;
}

/* Post Block */
/* line 167, app/assets/stylesheets/main/theme/theme-blog.scss */
.post-block h3 {
  font-size: 1.8em;
  font-weight: 200;
  margin: 0 0 20px;
  text-transform: none;
}

/* line 172, app/assets/stylesheets/main/theme/theme-blog.scss */
.post-block h3 i {
  margin-right: 7px;
}

/* Post Author */
/* line 180, app/assets/stylesheets/main/theme/theme-blog.scss */
.post-author img {
  max-height: 80px;
  max-width: 80px;
}

/* line 184, app/assets/stylesheets/main/theme/theme-blog.scss */
.post-author p {
  font-size: 0.9em;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

/* line 189, app/assets/stylesheets/main/theme/theme-blog.scss */
.post-author p .name {
  font-size: 1.1em;
}

/* line 193, app/assets/stylesheets/main/theme/theme-blog.scss */
.post-author .img-thumbnail {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

/* Post Comments */
/* line 201, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 205, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments li {
  clear: both;
  padding: 10px 0 0 70px;
}

/* line 208, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments li img.avatar {
  height: 48px;
  width: 48px;
}

/* line 212, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments li ul.reply {
  margin: 0;
}

/* line 215, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments li a {
  text-decoration: none;
}

/* line 218, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments li .img-thumbnail {
  margin-left: -70px;
  position: absolute;
}

/* line 222, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments li .comment {
  margin-bottom: 10px;
}

/* line 226, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments .comment-arrow {
  border-bottom: 12px solid transparent;
  border-right: 12px solid #f7f7f7;
  border-top: 12px solid transparent;
  height: 0;
  left: -12px;
  position: absolute;
  top: 12px;
  width: 0;
}

/* line 236, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments .comment-block {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 20px 20px 30px;
  position: relative;
}

/* line 241, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments .comment-block p {
  font-size: 0.9em;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

/* line 247, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments .comment-block .comment-by {
  display: block;
  font-size: 1em;
  line-height: 21px;
  margin: 0;
  padding: 0 0 5px 0;
}

/* line 254, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.comments .comment-block .date {
  color: #999;
  font-size: 0.9em;
}

/* Leave a Comment */
/* line 263, app/assets/stylesheets/main/theme/theme-blog.scss */
.post-leave-comment h3 {
  margin: 0 0 40px;
}

/* Recent Posts */
/* line 270, app/assets/stylesheets/main/theme/theme-blog.scss */
.recent-posts h4 {
  margin-bottom: 7px;
}

/* line 273, app/assets/stylesheets/main/theme/theme-blog.scss */
.recent-posts article.recent-post h4 {
  margin: 0 0 3px 0;
}

/* line 275, app/assets/stylesheets/main/theme/theme-blog.scss */
.recent-posts article.recent-post h4 a {
  display: block;
}

/* line 279, app/assets/stylesheets/main/theme/theme-blog.scss */
.recent-posts .date {
  margin-right: 10px;
  text-align: center;
}

/* line 282, app/assets/stylesheets/main/theme/theme-blog.scss */
.recent-posts .date .month {
  background: #CCC;
  color: #FFF;
  font-size: 0.9em;
  padding: 3px 10px;
  position: relative;
  top: -2px;
}

/* line 290, app/assets/stylesheets/main/theme/theme-blog.scss */
.recent-posts .date .day {
  background: #F7F7F7;
  color: #CCC;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 8px;
}

/* line 302, app/assets/stylesheets/main/theme/theme-blog.scss */
section.section .recent-posts .date .day {
  background: #FFF;
}

/* Simple Post List */
/* line 307, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.simple-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 311, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.simple-post-list li {
  border-bottom: 1px dotted #E2E2E2;
  padding: 15px 0;
}

/* line 8, app/assets/stylesheets/main/theme/config/_mixins.scss */
ul.simple-post-list li::after {
  clear: both;
  content: "";
  display: block;
}

/* line 315, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.simple-post-list li:last-child {
  border-bottom: 0;
}

/* line 319, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.simple-post-list .post-image {
  float: left;
  margin-right: 12px;
}

/* line 323, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.simple-post-list .post-meta {
  color: #888;
  font-size: 0.8em;
}

/* line 327, app/assets/stylesheets/main/theme/theme-blog.scss */
ul.simple-post-list .post-info {
  line-height: 20px;
}

/* Responsive */
@media (max-width: 575px) {
  /* line 336, app/assets/stylesheets/main/theme/theme-blog.scss */
  ul.comments li {
    border-left: 8px solid rgba(0, 0, 0, 0.06);
    clear: both;
    padding: 0 0 0 10px;
  }
  /* line 340, app/assets/stylesheets/main/theme/theme-blog.scss */
  ul.comments li .img-thumbnail {
    display: none;
  }
  /* line 344, app/assets/stylesheets/main/theme/theme-blog.scss */
  ul.comments .comment-arrow {
    display: none;
  }
}

/*
Name: 			theme-shop.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	@@version
*/
/* Custom Font - Stars (From WooCommerce) */
@font-face {
  font-family: 'star';
  src: url("fonts/star.eot");
  src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Shop - Base */
/* line 22, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .products:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 30, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .products .product {
  position: relative;
  margin-bottom: 30px;
}

/* line 33, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .products .product a {
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .products .product .quick-view {
  transition: ease transform 300ms, ease background 300ms;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 10px;
  font-size: 1em;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

/* line 48, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .products .product .quick-view [class*="fa-"], .shop .products .product .quick-view .icons {
  margin-right: 3px;
  font-size: 1.1em;
}

/* line 53, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .products .product:hover .quick-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 56, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .products .product:hover .quick-view:hover {
  background: #000;
}

/* line 60, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .products .product .onsale {
  position: absolute;
  background-image: none;
  border-radius: 100%;
  left: auto;
  right: 0;
  top: -15px;
  text-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  z-index: 10;
  box-shadow: none;
  font-size: 0.9em;
  color: #FFF;
  border-bottom: 2px solid transparent;
}

/* Quick View Popup Fix (When Close) */
/* line 85, app/assets/stylesheets/main/theme/theme-shop.scss */
html.lightbox-beforeclose .quick-view {
  display: none !important;
}

/* line 91, app/assets/stylesheets/main/theme/theme-shop.scss */
.masonry-loader-showing .products {
  opacity: 0;
}

/* Product Info */
/* line 97, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info {
  transition: all 0.2s;
  padding: 0;
  position: relative;
  border: 1px solid #DDD;
  background: #F7F9FC;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  text-align: center;
  padding: 0;
  text-decoration: none;
}

/* line 111, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info:hover {
  background-color: #FFF;
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

/* line 119, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info a:hover {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

/* line 125, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info img {
  transition: all 0.2s;
}

/* line 128, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info h4 {
  color: #404751;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}

/* line 137, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info + .product-info {
  margin-top: -5px;
}

/* line 140, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-image {
  display: block;
  position: relative;
}

/* line 143, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-image:before {
  transition: all 0.2s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 159, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info:hover .product-info-image:before {
  opacity: 0.4;
}

/* line 163, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-act {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
}

/* line 170, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-act em {
  font-style: normal;
  position: relative;
  font-size: 1.2em;
  font-weight: 100;
}

/* line 177, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-act-left, .product-info .product-info-act-right {
  float: left;
  overflow: hidden;
}

/* line 181, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-act-left {
  text-align: right;
  width: 45%;
}

/* line 184, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-act-left em {
  transition: all 0.2s ease 0s;
  left: 0%;
  opacity: 0;
}

/* line 190, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-act-right {
  text-align: left;
  margin-left: 2%;
  width: 53%;
}

/* line 194, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-act-right em {
  transition: all 0.2s ease 0s;
  right: 0%;
  font-weight: 600;
  opacity: 0;
}

/* line 202, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info:hover .product-info-act-left em {
  opacity: 1;
}

/* line 205, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info:hover .product-info-act-right em {
  opacity: 1;
}

/* line 209, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-content {
  padding: 15px;
  text-align: left;
  display: block;
}

/* line 214, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-caption {
  padding: 0 15px 15px;
  text-align: left;
  display: block;
}

/* line 218, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-caption p {
  margin: 0;
  padding: 0 0 10px;
}

/* line 223, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-extra {
  clear: both;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #EBEBF4;
  display: block;
}

/* line 229, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-extra.social {
  text-align: center;
}

/* line 231, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-extra.social a {
  border-right: 1px solid #EBEBF4;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 0.9em;
  color: #ACACAC;
  width: auto;
}

/* line 239, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .product-info-extra.social a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* line 247, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info .date {
  color: #9AA1AB;
  font-size: 0.9em;
}

/* line 252, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info.secondary .product-info-content {
  text-align: center;
}

/* line 254, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info.secondary .product-info-content h4 {
  transition: all 0.2s;
  color: #FFF;
  position: relative;
  top: -25%;
  opacity: 0;
}

/* line 261, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info.secondary .product-info-content .date {
  transition: all 0.2s;
  position: relative;
  top: 25%;
  display: block;
  opacity: 0;
}

/* line 269, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info.secondary .product-info-act {
  top: 30%;
}

/* line 272, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info.secondary .label {
  transition: all 0.2s;
  clear: both;
  display: inline-block;
  margin-top: 15px;
  opacity: 0;
}

/* line 280, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info.secondary:hover .label {
  opacity: 1;
}

/* line 284, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info.secondary:hover .product-info-content h4 {
  top: 0;
  opacity: 1;
}

/* line 288, app/assets/stylesheets/main/theme/theme-shop.scss */
.product-info.secondary:hover .product-info-content .date {
  top: 0;
  opacity: 1;
}

/* Rating */
/* line 299, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .review-num {
  margin-left: 7px;
  float: left;
  font-size: 0.85em;
}

/* line 304, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .summary .price {
  color: #444;
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 30px;
  margin-top: 10px;
  clear: both;
}

/* line 312, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity {
  margin: 0 15px 25px 0;
  overflow: hidden;
  position: relative;
  width: 125px;
  height: 40px;
  float: left;
}

/* line 319, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity .minus {
  background: transparent;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  box-shadow: none;
  color: #5E5E5E;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  width: 40px;
  border-radius: 0.25rem 0 0 0.25rem;
}

/* line 342, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity .plus {
  background: transparent;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  box-shadow: none;
  color: #5E5E5E;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  width: 40px;
  border-radius: 0 0.25rem 0.25rem 0;
  right: 0;
  top: 0;
}

/* line 367, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity .qty {
  border: 1px solid #F0F0F0;
  box-shadow: none;
  float: left;
  height: 40px;
  padding: 0 39px;
  text-align: center;
  width: 125px;
  font-weight: bold;
  font-size: 1em;
  outline: 0;
  border-radius: .25rem;
}

/* line 379, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity .qty::-webkit-inner-spin-button, .shop .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 383, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity .qty::-ms-clear {
  display: none;
}

/* line 387, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity.quantity-lg {
  height: 45px;
}

/* line 389, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity.quantity-lg .minus {
  height: 45px;
  width: 45px;
}

/* line 393, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity.quantity-lg .plus {
  height: 45px;
  width: 45px;
}

/* line 397, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .quantity.quantity-lg .qty {
  height: 45px;
}

/* line 402, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .product-meta {
  clear: both;
}

/* line 405, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop .tabs-product {
  margin-top: 40px;
}

/* line 409, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop ul.comments .comment-arrow {
  border-right-color: #F5F7F7;
}

/* line 412, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop ul.comments .comment-block {
  background: #F5F7F7;
}

/* line 416, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop ul.simple-post-list li {
  border: 0;
  padding-bottom: 0;
}

/* Product Thumb Info */
/* line 424, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info {
  transition: all 0.2s;
  padding: 0;
  position: relative;
  border: 0;
  border-bottom: 3px solid #E3E4E8;
  background: #F7F9FC;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  text-align: center;
  border: 1px solid #DDD;
  text-decoration: none;
}

/* line 439, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info a {
  text-decoration: none;
  display: block;
  width: 100%;
}

/* line 444, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info img {
  transition: all 0.2s;
}

/* line 447, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info h4 {
  color: #404751;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}

/* line 456, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info + .product-thumb-info {
  margin-top: -5px;
}

/* line 459, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-touch-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: transparent;
}

/* line 470, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info.hover .product-thumb-info-touch-hover {
  display: block;
}

/* line 473, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-image {
  display: block;
  position: relative;
}

/* line 476, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-image:before {
  transition: all 0.2s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212121;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

/* line 492, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-act {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  opacity: 0;
}

/* line 501, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-act em {
  font-style: normal;
}

/* line 504, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-content {
  padding: 15px;
  text-align: left;
  display: block;
}

/* line 509, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-caption {
  padding: 0 15px 15px;
  text-align: left;
  display: block;
}

/* line 513, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-caption p {
  margin: 0;
  padding: 0 0 10px;
}

/* line 518, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-extra {
  clear: both;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #EBEBF4;
  display: block;
}

/* line 524, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-extra.social a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* line 530, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-badges-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}

/* line 537, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-badges-wrapper .badge + .badge {
  margin-top: 5px;
}

/* line 541, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .addtocart-btn-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

/* line 546, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  background: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 1rem;
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: ease transform 300ms, ease opacity 300ms;
}

/* line 561, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
  color: #FFF;
  background: #CCC;
}

/* line 569, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-image-effect > img:nth-child(1) {
  position: relative;
  z-index: 1;
  transition: ease opacity 300ms;
}

/* line 574, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .product-thumb-info-image-effect > img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* line 582, app/assets/stylesheets/main/theme/theme-shop.scss */
.product .product-thumb-info .countdown-offer-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 8px 0;
  background: #0184c2;
  z-index: 3;
  transition: ease opacity 300ms;
}

/* line 595, app/assets/stylesheets/main/theme/theme-shop.scss */
.product:hover .product-thumb-info {
  background-color: #FFF;
  text-decoration: none;
}

/* line 598, app/assets/stylesheets/main/theme/theme-shop.scss */
.product:hover .product-thumb-info .product-thumb-info-image:before {
  opacity: 0.1;
}

/* line 601, app/assets/stylesheets/main/theme/theme-shop.scss */
.product:hover .product-thumb-info .product-thumb-info-act {
  opacity: 1;
  top: 50%;
}

/* line 606, app/assets/stylesheets/main/theme/theme-shop.scss */
.product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: ease transform 300ms, ease opacity 300ms;
}

/* line 615, app/assets/stylesheets/main/theme/theme-shop.scss */
.product:hover .product-thumb-info .product-thumb-info-image-effect > img:nth-child(1) {
  opacity: 0;
}

/* line 620, app/assets/stylesheets/main/theme/theme-shop.scss */
.product:hover .product-thumb-info .countdown-offer-wrapper {
  opacity: 0;
  visibility: hidden;
}

/* Product Thumb Info - Full Width */
/* line 629, app/assets/stylesheets/main/theme/theme-shop.scss */
.full-width .product-thumb-info .product-thumb-info-image:before {
  border-radius: 0;
}

/* Products Navigation */
/* line 635, app/assets/stylesheets/main/theme/theme-shop.scss */
.products-navigation .next, .products-navigation .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #CCC;
  font-size: 0.7rem;
}

/* line 645, app/assets/stylesheets/main/theme/theme-shop.scss */
.products-navigation .prev {
  margin-right: 5px;
}

/* Price */
/* line 651, app/assets/stylesheets/main/theme/theme-shop.scss */
.price {
  display: flex;
  align-items: center;
  min-height: 28px;
}

/* line 655, app/assets/stylesheets/main/theme/theme-shop.scss */
.price del {
  color: rgba(145, 145, 145, 0.5);
  font-size: 0.7em;
  margin: -2px 0 0;
}

/* line 660, app/assets/stylesheets/main/theme/theme-shop.scss */
.price ins {
  text-decoration: none;
}

/* line 663, app/assets/stylesheets/main/theme/theme-shop.scss */
.price .sale {
  order: 2;
  font-size: 0.9em;
  font-weight: 600;
}

/* line 667, app/assets/stylesheets/main/theme/theme-shop.scss */
.price .sale + .amount {
  font-size: 0.7em;
  font-weight: 500;
  margin-right: 4px;
  text-decoration: line-through;
}

/* line 674, app/assets/stylesheets/main/theme/theme-shop.scss */
.price .amount {
  order: 1;
  font-size: 0.9em;
  font-weight: 600;
}

/* Shop Finish Buy Steps Nav */
/* Shop Table */
/* line 687, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop_table {
  width: 100%;
  margin: 0;
  text-align: left;
}

/* line 691, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop_table th {
  padding: 8px 10px;
}

/* line 694, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 17px 10px;
}

/* line 700, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop_table .product-thumbnail .product-thumbnail-wrapper {
  position: relative;
}

/* line 702, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove {
  position: absolute;
  top: -5px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #212121;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  box-shadow: 0px 0px 19px -6px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: ease background 300ms;
}

/* line 719, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove:hover {
  background: #f4f4f4;
}

/* line 729, app/assets/stylesheets/main/theme/theme-shop.scss */
.shop_table .product-name {
  padding-left: 1.4rem;
}

/* Responsive */
@media (max-width: 991px) {
  /* line 739, app/assets/stylesheets/main/theme/theme-shop.scss */
  .shop .actions-continue {
    float: none;
  }
  /* line 743, app/assets/stylesheets/main/theme/theme-shop.scss */
  .shop table.cart .product-thumbnail {
    width: 12%;
  }
  /* line 746, app/assets/stylesheets/main/theme/theme-shop.scss */
  .shop table.cart .product-name {
    width: 35%;
  }
  /* line 753, app/assets/stylesheets/main/theme/theme-shop.scss */
  #header nav.mega-menu .mega-menu-shop a {
    color: #FFF;
  }
  /* line 755, app/assets/stylesheets/main/theme/theme-shop.scss */
  #header nav.mega-menu .mega-menu-shop a .fa-caret-down {
    display: none !important;
  }
  /* line 759, app/assets/stylesheets/main/theme/theme-shop.scss */
  #header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 769, app/assets/stylesheets/main/theme/theme-shop.scss */
  .shop table.cart .product-name {
    width: 65%;
  }
  /* line 778, app/assets/stylesheets/main/theme/theme-shop.scss */
  .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove {
    position: relative;
    top: 0;
    right: 0;
  }
  /* line 783, app/assets/stylesheets/main/theme/theme-shop.scss */
  .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-image {
    display: none;
  }
  /* line 789, app/assets/stylesheets/main/theme/theme-shop.scss */
  .shop_table .product-name {
    padding-left: 0.7rem;
  }
}

/* line 1, app/assets/stylesheets/main/skins/default.scss */
::-moz-selection {
  color: #FFF;
  background: #0088CC;
}

/* line 6, app/assets/stylesheets/main/skins/default.scss */
::selection {
  color: #FFF;
  background: #0088CC;
}

/* line 11, app/assets/stylesheets/main/skins/default.scss */
a {
  color: #0088CC;
}

/* line 15, app/assets/stylesheets/main/skins/default.scss */
a:hover {
  color: #0099e6;
}

/* line 19, app/assets/stylesheets/main/skins/default.scss */
a:focus {
  color: #0099e6;
}

/* line 23, app/assets/stylesheets/main/skins/default.scss */
a:active {
  color: #0077b3;
}

/* line 27, app/assets/stylesheets/main/skins/default.scss */
html .text-color-primary,
html .text-primary {
  color: #0088CC !important;
}

/* line 32, app/assets/stylesheets/main/skins/default.scss */
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
  color: #0088CC !important;
}

/* line 37, app/assets/stylesheets/main/skins/default.scss */
html .text-color-secondary,
html .text-secondary {
  color: #e36159 !important;
}

/* line 42, app/assets/stylesheets/main/skins/default.scss */
html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
  color: #e36159 !important;
}

/* line 47, app/assets/stylesheets/main/skins/default.scss */
html .text-color-tertiary,
html .text-tertiary {
  color: #2BAAB1 !important;
}

/* line 52, app/assets/stylesheets/main/skins/default.scss */
html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
  color: #2BAAB1 !important;
}

/* line 57, app/assets/stylesheets/main/skins/default.scss */
html .text-color-quaternary,
html .text-quaternary {
  color: #383f48 !important;
}

/* line 62, app/assets/stylesheets/main/skins/default.scss */
html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
  color: #383f48 !important;
}

/* line 67, app/assets/stylesheets/main/skins/default.scss */
html .text-color-dark,
html .text-dark {
  color: #212529 !important;
}

/* line 72, app/assets/stylesheets/main/skins/default.scss */
html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
  color: #212529 !important;
}

/* line 77, app/assets/stylesheets/main/skins/default.scss */
html .text-color-light,
html .text-light {
  color: #FFF !important;
}

/* line 82, app/assets/stylesheets/main/skins/default.scss */
html .text-color-hover-light:hover,
html .text-hover-light:hover {
  color: #FFF !important;
}

/* line 87, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-primary {
  fill: #0088CC !important;
}

/* line 91, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-primary svg path,
html .svg-fill-color-primary svg rect,
html .svg-fill-color-primary svg line,
html .svg-fill-color-primary svg polyline,
html .svg-fill-color-primary svg polygon {
  fill: #0088CC !important;
}

/* line 99, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-primary {
  stroke: #0088CC !important;
}

/* line 103, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect,
html .svg-stroke-color-primary svg line,
html .svg-stroke-color-primary svg polyline,
html .svg-stroke-color-primary svg polygon {
  stroke: #0088CC !important;
}

/* line 111, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-secondary {
  fill: #e36159 !important;
}

/* line 115, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-secondary svg path,
html .svg-fill-color-secondary svg rect,
html .svg-fill-color-secondary svg line,
html .svg-fill-color-secondary svg polyline,
html .svg-fill-color-secondary svg polygon {
  fill: #e36159 !important;
}

/* line 123, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-secondary {
  stroke: #e36159 !important;
}

/* line 127, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-secondary svg path,
html .svg-stroke-color-secondary svg rect,
html .svg-stroke-color-secondary svg line,
html .svg-stroke-color-secondary svg polyline,
html .svg-stroke-color-secondary svg polygon {
  stroke: #e36159 !important;
}

/* line 135, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-tertiary {
  fill: #2BAAB1 !important;
}

/* line 139, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-tertiary svg path,
html .svg-fill-color-tertiary svg rect,
html .svg-fill-color-tertiary svg line,
html .svg-fill-color-tertiary svg polyline,
html .svg-fill-color-tertiary svg polygon {
  fill: #2BAAB1 !important;
}

/* line 147, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-tertiary {
  stroke: #2BAAB1 !important;
}

/* line 151, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-tertiary svg path,
html .svg-stroke-color-tertiary svg rect,
html .svg-stroke-color-tertiary svg line,
html .svg-stroke-color-tertiary svg polyline,
html .svg-stroke-color-tertiary svg polygon {
  stroke: #2BAAB1 !important;
}

/* line 159, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-quaternary {
  fill: #383f48 !important;
}

/* line 163, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-quaternary svg path,
html .svg-fill-color-quaternary svg rect,
html .svg-fill-color-quaternary svg line,
html .svg-fill-color-quaternary svg polyline,
html .svg-fill-color-quaternary svg polygon {
  fill: #383f48 !important;
}

/* line 171, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-quaternary {
  stroke: #383f48 !important;
}

/* line 175, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-quaternary svg path,
html .svg-stroke-color-quaternary svg rect,
html .svg-stroke-color-quaternary svg line,
html .svg-stroke-color-quaternary svg polyline,
html .svg-stroke-color-quaternary svg polygon {
  stroke: #383f48 !important;
}

/* line 183, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-dark {
  fill: #212529 !important;
}

/* line 187, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-dark svg path,
html .svg-fill-color-dark svg rect,
html .svg-fill-color-dark svg line,
html .svg-fill-color-dark svg polyline,
html .svg-fill-color-dark svg polygon {
  fill: #212529 !important;
}

/* line 195, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-dark {
  stroke: #212529 !important;
}

/* line 199, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-dark svg path,
html .svg-stroke-color-dark svg rect,
html .svg-stroke-color-dark svg line,
html .svg-stroke-color-dark svg polyline,
html .svg-stroke-color-dark svg polygon {
  stroke: #212529 !important;
}

/* line 207, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-light {
  fill: #FFF !important;
}

/* line 211, app/assets/stylesheets/main/skins/default.scss */
html .svg-fill-color-light svg path,
html .svg-fill-color-light svg rect,
html .svg-fill-color-light svg line,
html .svg-fill-color-light svg polyline,
html .svg-fill-color-light svg polygon {
  fill: #FFF !important;
}

/* line 219, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-light {
  stroke: #FFF !important;
}

/* line 223, app/assets/stylesheets/main/skins/default.scss */
html .svg-stroke-color-light svg path,
html .svg-stroke-color-light svg rect,
html .svg-stroke-color-light svg line,
html .svg-stroke-color-light svg polyline,
html .svg-stroke-color-light svg polygon {
  stroke: #FFF !important;
}

/* line 231, app/assets/stylesheets/main/skins/default.scss */
.gradient-text-color {
  color: #0088CC;
  background: linear-gradient(to bottom right, #0088CC, #e36159);
  background-image: linear-gradient(to right, #0088CC, #e36159);
}

/* line 237, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-primary,
html .bg-primary {
  background-color: #0088CC !important;
}

/* line 242, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
  background-color: #0088CC !important;
}

/* line 247, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-after-primary:after {
  background-color: #0088CC !important;
}

/* line 251, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-after-primary:after:hover {
  background-color: #0088CC !important;
}

/* line 255, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-before-primary:before {
  background-color: #0088CC !important;
}

/* line 259, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-before-primary:before:hover {
  background-color: #0088CC !important;
}

/* line 263, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-secondary,
html .bg-secondary {
  background-color: #e36159 !important;
}

/* line 268, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
  background-color: #e36159 !important;
}

/* line 273, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-after-secondary:after {
  background-color: #e36159 !important;
}

/* line 277, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-after-secondary:after:hover {
  background-color: #e36159 !important;
}

/* line 281, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-before-secondary:before {
  background-color: #e36159 !important;
}

/* line 285, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-before-secondary:before:hover {
  background-color: #e36159 !important;
}

/* line 289, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-tertiary,
html .bg-tertiary {
  background-color: #2BAAB1 !important;
}

/* line 294, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
  background-color: #2BAAB1 !important;
}

/* line 299, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-after-tertiary:after {
  background-color: #2BAAB1 !important;
}

/* line 303, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-after-tertiary:after:hover {
  background-color: #2BAAB1 !important;
}

/* line 307, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-before-tertiary:before {
  background-color: #2BAAB1 !important;
}

/* line 311, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-before-tertiary:before:hover {
  background-color: #2BAAB1 !important;
}

/* line 315, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #383f48 !important;
}

/* line 320, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
  background-color: #383f48 !important;
}

/* line 325, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-after-quaternary:after {
  background-color: #383f48 !important;
}

/* line 329, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-after-quaternary:after:hover {
  background-color: #383f48 !important;
}

/* line 333, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-before-quaternary:before {
  background-color: #383f48 !important;
}

/* line 337, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-before-quaternary:before:hover {
  background-color: #383f48 !important;
}

/* line 341, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark,
html .bg-dark {
  background-color: #212529 !important;
}

/* line 346, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
  background-color: #212529 !important;
}

/* line 351, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-after-dark:after {
  background-color: #212529 !important;
}

/* line 355, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-after-dark:after:hover {
  background-color: #212529 !important;
}

/* line 359, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-before-dark:before {
  background-color: #212529 !important;
}

/* line 363, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-before-dark:before:hover {
  background-color: #212529 !important;
}

/* line 367, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light,
html .bg-light {
  background-color: #FFF !important;
}

/* line 372, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-light:hover,
html .bg-hover-light:hover {
  background-color: #FFF !important;
}

/* line 377, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-after-light:after {
  background-color: #FFF !important;
}

/* line 381, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-after-light:after:hover {
  background-color: #FFF !important;
}

/* line 385, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-before-light:before {
  background-color: #FFF !important;
}

/* line 389, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-hover-before-light:before:hover {
  background-color: #FFF !important;
}

/* line 393, app/assets/stylesheets/main/skins/default.scss */
.bg-gradient {
  background: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}

/* Color Transition */
@-webkit-keyframes colorTransition {
  0% {
    background-color: #0088CC;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2BAAB1;
  }
  100% {
    background-color: #383f48;
  }
}

@keyframes colorTransition {
  0% {
    background-color: #0088CC;
  }
  33% {
    background-color: #e36159;
  }
  66% {
    background-color: #2BAAB1;
  }
  100% {
    background-color: #383f48;
  }
}

/* line 433, app/assets/stylesheets/main/skins/default.scss */
html .border-color-primary {
  border-color: #0088CC !important;
}

/* line 437, app/assets/stylesheets/main/skins/default.scss */
html .border-color-hover-primary:hover {
  border-color: #0088CC !important;
}

/* line 441, app/assets/stylesheets/main/skins/default.scss */
html .border-color-secondary {
  border-color: #e36159 !important;
}

/* line 445, app/assets/stylesheets/main/skins/default.scss */
html .border-color-hover-secondary:hover {
  border-color: #e36159 !important;
}

/* line 449, app/assets/stylesheets/main/skins/default.scss */
html .border-color-tertiary {
  border-color: #2BAAB1 !important;
}

/* line 453, app/assets/stylesheets/main/skins/default.scss */
html .border-color-hover-tertiary:hover {
  border-color: #2BAAB1 !important;
}

/* line 457, app/assets/stylesheets/main/skins/default.scss */
html .border-color-quaternary {
  border-color: #383f48 !important;
}

/* line 461, app/assets/stylesheets/main/skins/default.scss */
html .border-color-hover-quaternary:hover {
  border-color: #383f48 !important;
}

/* line 465, app/assets/stylesheets/main/skins/default.scss */
html .border-color-dark {
  border-color: #212529 !important;
}

/* line 469, app/assets/stylesheets/main/skins/default.scss */
html .border-color-hover-dark:hover {
  border-color: #212529 !important;
}

/* line 473, app/assets/stylesheets/main/skins/default.scss */
html .border-color-light {
  border-color: #FFF !important;
}

/* line 477, app/assets/stylesheets/main/skins/default.scss */
html .border-color-hover-light:hover {
  border-color: #FFF !important;
}

/* line 481, app/assets/stylesheets/main/skins/default.scss */
.alternative-font {
  color: #0088CC;
}

/* line 485, app/assets/stylesheets/main/skins/default.scss */
html .box-shadow-1-primary:before {
  box-shadow: 0 30px 90px #0088CC !important;
}

/* line 489, app/assets/stylesheets/main/skins/default.scss */
html .box-shadow-1-secondary:before {
  box-shadow: 0 30px 90px #e36159 !important;
}

/* line 493, app/assets/stylesheets/main/skins/default.scss */
html .box-shadow-1-tertiary:before {
  box-shadow: 0 30px 90px #2BAAB1 !important;
}

/* line 497, app/assets/stylesheets/main/skins/default.scss */
html .box-shadow-1-quaternary:before {
  box-shadow: 0 30px 90px #383f48 !important;
}

/* line 501, app/assets/stylesheets/main/skins/default.scss */
html .box-shadow-1-dark:before {
  box-shadow: 0 30px 90px #212529 !important;
}

/* line 505, app/assets/stylesheets/main/skins/default.scss */
html .box-shadow-1-light:before {
  box-shadow: 0 30px 90px #FFF !important;
}

/* line 509, app/assets/stylesheets/main/skins/default.scss */
html .blockquote-primary {
  border-color: #0088CC !important;
}

/* line 513, app/assets/stylesheets/main/skins/default.scss */
html .blockquote-secondary {
  border-color: #e36159 !important;
}

/* line 517, app/assets/stylesheets/main/skins/default.scss */
html .blockquote-tertiary {
  border-color: #2BAAB1 !important;
}

/* line 521, app/assets/stylesheets/main/skins/default.scss */
html .blockquote-quaternary {
  border-color: #383f48 !important;
}

/* line 525, app/assets/stylesheets/main/skins/default.scss */
html .blockquote-dark {
  border-color: #212529 !important;
}

/* line 529, app/assets/stylesheets/main/skins/default.scss */
html .blockquote-light {
  border-color: #FFF !important;
}

/* line 533, app/assets/stylesheets/main/skins/default.scss */
p.drop-caps:first-letter {
  color: #0088CC;
}

/* line 537, app/assets/stylesheets/main/skins/default.scss */
p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #0088CC;
}

/* line 541, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-primary nav > ul > li > a {
  color: #0088CC !important;
}

/* line 545, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #0088CC !important;
}

/* line 549, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #0088CC !important;
}

/* line 553, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-secondary nav > ul > li > a {
  color: #e36159 !important;
}

/* line 557, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #e36159 !important;
}

/* line 561, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #e36159 !important;
}

/* line 565, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-tertiary nav > ul > li > a {
  color: #2BAAB1 !important;
}

/* line 569, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #2BAAB1 !important;
}

/* line 573, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #2BAAB1 !important;
}

/* line 577, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-quaternary nav > ul > li > a {
  color: #383f48 !important;
}

/* line 581, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #383f48 !important;
}

/* line 585, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #383f48 !important;
}

/* line 589, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-dark nav > ul > li > a {
  color: #212529 !important;
}

/* line 593, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #212529 !important;
}

/* line 597, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #212529 !important;
}

/* line 601, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-light nav > ul > li > a {
  color: #FFF !important;
}

/* line 605, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
  background-color: #FFF !important;
}

/* line 609, app/assets/stylesheets/main/skins/default.scss */
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
  border-top-color: #FFF !important;
}

/* line 613, app/assets/stylesheets/main/skins/default.scss */
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
  background-color: #0088CC;
}

/* line 618, app/assets/stylesheets/main/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: #0088CC;
}

/* line 625, app/assets/stylesheets/main/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: #0088CC;
}

/* line 631, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-primary a {
  color: #0088CC;
}

/* line 635, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-primary a:hover {
  color: #0099e6;
}

/* line 639, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-primary a:focus {
  color: #0099e6;
}

/* line 643, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-primary a:active {
  color: #0077b3;
}

/* line 647, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
  background-color: #0088CC;
}

/* line 652, app/assets/stylesheets/main/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: #0088CC;
}

/* line 659, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-secondary a {
  color: #e36159;
}

/* line 663, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-secondary a:hover {
  color: #e7766f;
}

/* line 667, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-secondary a:focus {
  color: #e7766f;
}

/* line 671, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-secondary a:active {
  color: #df4c43;
}

/* line 675, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
  background-color: #e36159;
}

/* line 680, app/assets/stylesheets/main/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 687, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-tertiary a {
  color: #2BAAB1;
}

/* line 691, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-tertiary a:hover {
  color: #30bec6;
}

/* line 695, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-tertiary a:focus {
  color: #30bec6;
}

/* line 699, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-tertiary a:active {
  color: #26969c;
}

/* line 703, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
  background-color: #2BAAB1;
}

/* line 708, app/assets/stylesheets/main/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 715, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-quaternary a {
  color: #383f48;
}

/* line 719, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-quaternary a:hover {
  color: #434c56;
}

/* line 723, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-quaternary a:focus {
  color: #434c56;
}

/* line 727, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-quaternary a:active {
  color: #2d323a;
}

/* line 731, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
  background-color: #383f48;
}

/* line 736, app/assets/stylesheets/main/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 743, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-dark a {
  color: #212529;
}

/* line 747, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-dark a:hover {
  color: #2c3237;
}

/* line 751, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-dark a:focus {
  color: #2c3237;
}

/* line 755, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-dark a:active {
  color: #16181b;
}

/* line 759, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
  background-color: #212529;
}

/* line 764, app/assets/stylesheets/main/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 771, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-light a {
  color: #FFF;
}

/* line 775, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-light a:hover {
  color: #ffffff;
}

/* line 779, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-light a:focus {
  color: #ffffff;
}

/* line 783, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-light a:active {
  color: #f2f2f2;
}

/* line 787, app/assets/stylesheets/main/skins/default.scss */
html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
  background-color: #FFF;
}

/* line 792, app/assets/stylesheets/main/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: #FFF;
}

/* line 799, app/assets/stylesheets/main/skins/default.scss */
.section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before {
  background: #0088CC;
}

/* line 803, app/assets/stylesheets/main/skins/default.scss */
.sort-source-wrapper .nav > li.active > a {
  color: #0088CC;
}

/* line 807, app/assets/stylesheets/main/skins/default.scss */
.sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
  color: #0088CC;
}

/* line 812, app/assets/stylesheets/main/skins/default.scss */
.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #0088CC;
}

/* line 816, app/assets/stylesheets/main/skins/default.scss */
.sort-source.sort-source-style-3 > li.active > a {
  border-bottom-color: #0088CC !important;
  color: #0088CC !important;
}

/* line 821, app/assets/stylesheets/main/skins/default.scss */
html .badge-primary {
  background-color: #0088CC;
}

/* line 825, app/assets/stylesheets/main/skins/default.scss */
html .badge-secondary {
  background-color: #e36159;
}

/* line 829, app/assets/stylesheets/main/skins/default.scss */
html .badge-tertiary {
  background-color: #2BAAB1;
}

/* line 833, app/assets/stylesheets/main/skins/default.scss */
html .badge-quaternary {
  background-color: #383f48;
}

/* line 837, app/assets/stylesheets/main/skins/default.scss */
html .badge-dark {
  background-color: #212529;
}

/* line 841, app/assets/stylesheets/main/skins/default.scss */
html .badge-light {
  background-color: #FFF;
}

/* line 845, app/assets/stylesheets/main/skins/default.scss */
html .overlay-color-primary:not(.no-skin):before {
  background-color: #0088CC !important;
}

/* line 849, app/assets/stylesheets/main/skins/default.scss */
html .overlay-color-secondary:not(.no-skin):before {
  background-color: #e36159 !important;
}

/* line 853, app/assets/stylesheets/main/skins/default.scss */
html .overlay-color-tertiary:not(.no-skin):before {
  background-color: #2BAAB1 !important;
}

/* line 857, app/assets/stylesheets/main/skins/default.scss */
html .overlay-color-quaternary:not(.no-skin):before {
  background-color: #383f48 !important;
}

/* line 861, app/assets/stylesheets/main/skins/default.scss */
html .overlay-color-dark:not(.no-skin):before {
  background-color: #212529 !important;
}

/* line 865, app/assets/stylesheets/main/skins/default.scss */
html .overlay-color-light:not(.no-skin):before {
  background-color: #FFF !important;
}

/* line 869, app/assets/stylesheets/main/skins/default.scss */
.overlay-gradient:before {
  background-color: #2BAAB1 !important;
  background-image: linear-gradient(to right, #2BAAB1 0%, #383f48 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1', endColorstr='#383f48', GradientType=1);
}

/* line 875, app/assets/stylesheets/main/skins/default.scss */
.btn-link {
  color: #0088CC;
}

/* line 879, app/assets/stylesheets/main/skins/default.scss */
.btn-link:hover {
  color: #0099e6;
}

/* line 883, app/assets/stylesheets/main/skins/default.scss */
.btn-link:active {
  color: #0077b3;
}

/* line 887, app/assets/stylesheets/main/skins/default.scss */
html .btn-primary {
  background-color: #0088CC;
  border-color: #0088CC #0088CC #006699;
  color: #FFF;
}

/* line 893, app/assets/stylesheets/main/skins/default.scss */
html .btn-primary:hover,
html .btn-primary.hover {
  background-color: #00a1f2;
  border-color: #00aaff #00aaff #0088CC;
  color: #FFF;
}

/* line 900, app/assets/stylesheets/main/skins/default.scss */
html .btn-primary:focus,
html .btn-primary.focus {
  background-color: #006ea6;
  border-color: #006699 #006699 #004466;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 908, app/assets/stylesheets/main/skins/default.scss */
html .btn-primary.disabled,
html .btn-primary:disabled {
  background-color: #0088CC;
  border-color: #0088CC #0088CC #006699;
}

/* line 914, app/assets/stylesheets/main/skins/default.scss */
html .btn-primary:active,
html .btn-primary.active {
  background-color: #006ea6 !important;
  background-image: none !important;
  border-color: #006699 #006699 #004466 !important;
}

/* line 921, app/assets/stylesheets/main/skins/default.scss */
html .btn-primary-scale-2 {
  background-color: #006699;
  border-color: #006699 #006699 #004466;
  color: #FFF;
}

/* line 927, app/assets/stylesheets/main/skins/default.scss */
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
  background-color: #007fbf;
  border-color: #0088cc #0088cc #006699;
  color: #FFF;
}

/* line 934, app/assets/stylesheets/main/skins/default.scss */
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
  background-color: #004c73;
  border-color: #004466 #004466 #002233;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
}

/* line 942, app/assets/stylesheets/main/skins/default.scss */
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
  background-color: #006699;
  border-color: #006699 #006699 #004466;
}

/* line 948, app/assets/stylesheets/main/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 955, app/assets/stylesheets/main/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 962, app/assets/stylesheets/main/skins/default.scss */
html .btn-secondary {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
  color: #FFF;
}

/* line 968, app/assets/stylesheets/main/skins/default.scss */
html .btn-secondary:hover,
html .btn-secondary.hover {
  background-color: #e9807a;
  border-color: #ea8b85 #ea8b85 #e36159;
  color: #FFF;
}

/* line 975, app/assets/stylesheets/main/skins/default.scss */
html .btn-secondary:focus,
html .btn-secondary.focus {
  background-color: #dd4238;
  border-color: #dc372d #dc372d #b7281f;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

/* line 983, app/assets/stylesheets/main/skins/default.scss */
html .btn-secondary.disabled,
html .btn-secondary:disabled {
  background-color: #e36159;
  border-color: #e36159 #e36159 #dc372d;
}

/* line 989, app/assets/stylesheets/main/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 996, app/assets/stylesheets/main/skins/default.scss */
html .btn-secondary-scale-2 {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
  color: #FFF;
}

/* line 1002, app/assets/stylesheets/main/skins/default.scss */
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
  background-color: #e1574e;
  border-color: #e36159 #e36159 #dc372d;
  color: #FFF;
}

/* line 1009, app/assets/stylesheets/main/skins/default.scss */
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
  background-color: #c22a21;
  border-color: #b7281f #b7281f #8b1e18;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
}

/* line 1017, app/assets/stylesheets/main/skins/default.scss */
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
  background-color: #dc372d;
  border-color: #dc372d #dc372d #b7281f;
}

/* line 1023, app/assets/stylesheets/main/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 1030, app/assets/stylesheets/main/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 1037, app/assets/stylesheets/main/skins/default.scss */
html .btn-tertiary {
  background-color: #2BAAB1;
  border-color: #2BAAB1 #2BAAB1 #218388;
  color: #FFF;
}

/* line 1043, app/assets/stylesheets/main/skins/default.scss */
html .btn-tertiary:hover,
html .btn-tertiary.hover {
  background-color: #34c6ce;
  border-color: #3fc9d0 #3fc9d0 #2BAAB1;
  color: #FFF;
}

/* line 1050, app/assets/stylesheets/main/skins/default.scss */
html .btn-tertiary:focus,
html .btn-tertiary.focus {
  background-color: #248c92;
  border-color: #218388 #218388 #175b5f;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

/* line 1058, app/assets/stylesheets/main/skins/default.scss */
html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
  background-color: #2BAAB1;
  border-color: #2BAAB1 #2BAAB1 #218388;
}

/* line 1064, app/assets/stylesheets/main/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 1071, app/assets/stylesheets/main/skins/default.scss */
html .btn-tertiary-scale-2 {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
  color: #FFF;
}

/* line 1077, app/assets/stylesheets/main/skins/default.scss */
html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
  background-color: #29a0a7;
  border-color: #2baab1 #2baab1 #218388;
  color: #FFF;
}

/* line 1084, app/assets/stylesheets/main/skins/default.scss */
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
  background-color: #1a6569;
  border-color: #175b5f #175b5f #0d3436;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5);
}

/* line 1092, app/assets/stylesheets/main/skins/default.scss */
html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
  background-color: #218388;
  border-color: #218388 #218388 #175b5f;
}

/* line 1098, app/assets/stylesheets/main/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 1105, app/assets/stylesheets/main/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 1112, app/assets/stylesheets/main/skins/default.scss */
html .btn-quaternary {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  color: #FFF;
}

/* line 1118, app/assets/stylesheets/main/skins/default.scss */
html .btn-quaternary:hover,
html .btn-quaternary.hover {
  background-color: #49525e;
  border-color: #4e5865 #4e5865 #383f48;
  color: #FFF;
}

/* line 1125, app/assets/stylesheets/main/skins/default.scss */
html .btn-quaternary:focus,
html .btn-quaternary.focus {
  background-color: #272c32;
  border-color: #22262b #22262b #0b0d0f;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

/* line 1133, app/assets/stylesheets/main/skins/default.scss */
html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
}

/* line 1139, app/assets/stylesheets/main/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 1146, app/assets/stylesheets/main/skins/default.scss */
html .btn-quaternary-scale-2 {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
  color: #FFF;
}

/* line 1152, app/assets/stylesheets/main/skins/default.scss */
html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
  background-color: #323941;
  border-color: #383f48 #383f48 #22262b;
  color: #FFF;
}

/* line 1159, app/assets/stylesheets/main/skins/default.scss */
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
  background-color: #111316;
  border-color: #0b0d0f #0b0d0f #000000;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5);
}

/* line 1167, app/assets/stylesheets/main/skins/default.scss */
html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
  background-color: #22262b;
  border-color: #22262b #22262b #0b0d0f;
}

/* line 1173, app/assets/stylesheets/main/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 1180, app/assets/stylesheets/main/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 1187, app/assets/stylesheets/main/skins/default.scss */
html .btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #FFF;
}

/* line 1193, app/assets/stylesheets/main/skins/default.scss */
html .btn-dark:hover,
html .btn-dark.hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #FFF;
}

/* line 1200, app/assets/stylesheets/main/skins/default.scss */
html .btn-dark:focus,
html .btn-dark.focus {
  background-color: #101214;
  border-color: #0a0c0d #0a0c0d #000000;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 1208, app/assets/stylesheets/main/skins/default.scss */
html .btn-dark.disabled,
html .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
}

/* line 1214, app/assets/stylesheets/main/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 1221, app/assets/stylesheets/main/skins/default.scss */
html .btn-dark-scale-2 {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000000;
  color: #FFF;
}

/* line 1227, app/assets/stylesheets/main/skins/default.scss */
html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
  background-color: #1b1f22;
  border-color: #212529 #212529 #0a0c0d;
  color: #FFF;
}

/* line 1234, app/assets/stylesheets/main/skins/default.scss */
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
  background-color: #000000;
  border-color: #000000 #000000 #000000;
  color: #FFF;
  box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}

/* line 1242, app/assets/stylesheets/main/skins/default.scss */
html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
  background-color: #0a0c0d;
  border-color: #0a0c0d #0a0c0d #000000;
}

/* line 1248, app/assets/stylesheets/main/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 1255, app/assets/stylesheets/main/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 1262, app/assets/stylesheets/main/skins/default.scss */
html .btn-light {
  background-color: #FFF;
  border-color: #FFF #FFF #e6e6e6;
  color: #777;
}

/* line 1268, app/assets/stylesheets/main/skins/default.scss */
html .btn-light:hover,
html .btn-light.hover {
  background-color: #ffffff;
  border-color: #ffffff #ffffff #FFF;
  color: #777;
}

/* line 1275, app/assets/stylesheets/main/skins/default.scss */
html .btn-light:focus,
html .btn-light.focus {
  background-color: #ececec;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  color: #777;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 1283, app/assets/stylesheets/main/skins/default.scss */
html .btn-light.disabled,
html .btn-light:disabled {
  background-color: #FFF;
  border-color: #FFF #FFF #e6e6e6;
}

/* line 1289, app/assets/stylesheets/main/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 1296, app/assets/stylesheets/main/skins/default.scss */
html .btn-light-scale-2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
  color: #777;
}

/* line 1302, app/assets/stylesheets/main/skins/default.scss */
html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
  background-color: #f9f9f9;
  border-color: #ffffff #ffffff #e6e6e6;
  color: #777;
}

/* line 1309, app/assets/stylesheets/main/skins/default.scss */
html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
  background-color: #d2d2d2;
  border-color: #cccccc #cccccc #b3b3b3;
  color: #777;
  box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}

/* line 1317, app/assets/stylesheets/main/skins/default.scss */
html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
}

/* line 1323, app/assets/stylesheets/main/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 1330, app/assets/stylesheets/main/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 1337, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-primary {
  color: #0088CC;
  background-color: transparent;
  background-image: none;
  border-color: #0088CC;
}

/* line 1344, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
  color: #FFF;
  background-color: #0088CC;
  border-color: #0088CC;
}

/* line 1351, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1356, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
  color: #0088CC;
  background-color: transparent;
}

/* line 1362, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
  color: #FFF !important;
  background-color: #0088CC !important;
  border-color: #0088CC !important;
}

/* line 1369, app/assets/stylesheets/main/skins/default.scss */
html .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #FFF !important;
  background-color: #0088CC !important;
  border-color: #0088CC !important;
}

/* line 1375, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-secondary {
  color: #e36159;
  background-color: transparent;
  background-image: none;
  border-color: #e36159;
}

/* line 1382, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
  color: #FFF;
  background-color: #e36159;
  border-color: #e36159;
}

/* line 1389, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

/* line 1394, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
  color: #e36159;
  background-color: transparent;
}

/* line 1400, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
  color: #FFF !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}

/* line 1407, app/assets/stylesheets/main/skins/default.scss */
html .show > .btn-outline.btn-secondary.dropdown-toggle {
  color: #FFF !important;
  background-color: #e36159 !important;
  border-color: #e36159 !important;
}

/* line 1413, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-tertiary {
  color: #2BAAB1;
  background-color: transparent;
  background-image: none;
  border-color: #2BAAB1;
}

/* line 1420, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
  color: #FFF;
  background-color: #2BAAB1;
  border-color: #2BAAB1;
}

/* line 1427, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
  box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5);
}

/* line 1432, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
  color: #2BAAB1;
  background-color: transparent;
}

/* line 1438, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active {
  color: #FFF !important;
  background-color: #2BAAB1 !important;
  border-color: #2BAAB1 !important;
}

/* line 1445, app/assets/stylesheets/main/skins/default.scss */
html .show > .btn-outline.btn-tertiary.dropdown-toggle {
  color: #FFF !important;
  background-color: #2BAAB1 !important;
  border-color: #2BAAB1 !important;
}

/* line 1451, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-quaternary {
  color: #383f48;
  background-color: transparent;
  background-image: none;
  border-color: #383f48;
}

/* line 1458, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
  color: #FFF;
  background-color: #383f48;
  border-color: #383f48;
}

/* line 1465, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
  box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5);
}

/* line 1470, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
  color: #383f48;
  background-color: transparent;
}

/* line 1476, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active {
  color: #FFF !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}

/* line 1483, app/assets/stylesheets/main/skins/default.scss */
html .show > .btn-outline.btn-quaternary.dropdown-toggle {
  color: #FFF !important;
  background-color: #383f48 !important;
  border-color: #383f48 !important;
}

/* line 1489, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}

/* line 1496, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}

/* line 1503, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

/* line 1508, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 1514, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
  color: #FFF !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

/* line 1521, app/assets/stylesheets/main/skins/default.scss */
html .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #FFF !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

/* line 1527, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-light {
  color: #FFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFF;
}

/* line 1534, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
  color: #777;
  background-color: #FFF;
  border-color: #FFF;
}

/* line 1541, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 1546, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-light.disabled,
html .btn-outline.btn-light:disabled {
  color: #FFF;
  background-color: transparent;
}

/* line 1552, app/assets/stylesheets/main/skins/default.scss */
html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active {
  color: #777 !important;
  background-color: #FFF !important;
  border-color: #FFF !important;
}

/* line 1559, app/assets/stylesheets/main/skins/default.scss */
html .show > .btn-outline.btn-light.dropdown-toggle {
  color: #777 !important;
  background-color: #FFF !important;
  border-color: #FFF !important;
}

/* line 1565, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #0088CC;
}

/* line 1571, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-primary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #0088CC !important;
}

/* line 1577, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-primary span {
  background-color: #0088CC;
  box-shadow: 2px 3px 18px -3px #0088CC;
}

/* line 1582, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-primary.btn-outline {
  border-color: #0088CC !important;
}

/* line 1586, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-primary.btn-outline:hover span {
  background-color: #0099e6 !important;
  box-shadow: none;
}

/* line 1591, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #e36159;
}

/* line 1597, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-secondary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #e36159 !important;
}

/* line 1603, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-secondary span {
  background-color: #e36159;
  box-shadow: 2px 3px 18px -3px #e36159;
}

/* line 1608, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-secondary.btn-outline {
  border-color: #e36159 !important;
}

/* line 1612, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-secondary.btn-outline:hover span {
  background-color: #e7766f !important;
  box-shadow: none;
}

/* line 1617, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-tertiary {
  background-color: transparent;
  border-color: transparent;
  color: #2BAAB1;
}

/* line 1623, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-tertiary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #2BAAB1 !important;
}

/* line 1629, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-tertiary span {
  background-color: #2BAAB1;
  box-shadow: 2px 3px 18px -3px #2BAAB1;
}

/* line 1634, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-tertiary.btn-outline {
  border-color: #2BAAB1 !important;
}

/* line 1638, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
  background-color: #30bec6 !important;
  box-shadow: none;
}

/* line 1643, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-quaternary {
  background-color: transparent;
  border-color: transparent;
  color: #383f48;
}

/* line 1649, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-quaternary:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #383f48 !important;
}

/* line 1655, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-quaternary span {
  background-color: #383f48;
  box-shadow: 2px 3px 18px -3px #383f48;
}

/* line 1660, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-quaternary.btn-outline {
  border-color: #383f48 !important;
}

/* line 1664, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
  background-color: #434c56 !important;
  box-shadow: none;
}

/* line 1669, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-dark {
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}

/* line 1675, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-dark:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #212529 !important;
}

/* line 1681, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-dark span {
  background-color: #212529;
  box-shadow: 2px 3px 18px -3px #212529;
}

/* line 1686, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-dark.btn-outline {
  border-color: #212529 !important;
}

/* line 1690, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-dark.btn-outline:hover span {
  background-color: #2c3237 !important;
  box-shadow: none;
}

/* line 1695, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-light {
  background-color: transparent;
  border-color: transparent;
  color: #FFF;
}

/* line 1701, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-light:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #FFF !important;
}

/* line 1707, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-light span {
  background-color: #FFF;
  box-shadow: 2px 3px 18px -3px #FFF;
}

/* line 1712, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-light.btn-outline {
  border-color: #FFF !important;
}

/* line 1716, app/assets/stylesheets/main/skins/default.scss */
html .btn-with-arrow.btn-light.btn-outline:hover span {
  background-color: #ffffff !important;
  box-shadow: none;
}

/* line 1721, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
  color: #FFF;
}

/* line 1726, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%);
  color: #FFF;
}

/* line 1732, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1737, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}

/* line 1742, app/assets/stylesheets/main/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: #FFF !important;
}

/* line 1748, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient.btn-outline {
  -o-border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
  color: #0088CC;
}

/* line 1754, app/assets/stylesheets/main/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 1761, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1766, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
  border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}

/* line 1772, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%);
  border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%);
  color: #006ea6;
}

/* line 1779, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary:not(.btn-outline) {
  background: linear-gradient(135deg, #0096e0 0%, #0081c2 80%);
  color: #FFF;
}

/* line 1784, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary:not(.btn-outline):hover,
.btn-gradient-primary:not(.btn-outline).hover {
  background: linear-gradient(135deg, #0092db 0%, #00a1f2 80%);
  color: #FFF;
}

/* line 1790, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary:not(.btn-outline):focus,
.btn-gradient-primary:not(.btn-outline).focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1795, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary:not(.btn-outline).disabled,
.btn-gradient-primary:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #0096e0 80%, #0081c2 0%);
}

/* line 1800, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary:not(.btn-outline):active,
.btn-gradient-primary:not(.btn-outline).active {
  background: linear-gradient(135deg, #0092db 0%, #00a1f2 80%) !important;
  color: #FFF !important;
}

/* line 1806, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary.btn-outline {
  -o-border-image: linear-gradient(135deg, #0088CC 0%, #00a3f5 80%);
  border-image: linear-gradient(135deg, #0088CC 0%, #00a3f5 80%);
  color: #0088CC;
}

/* line 1812, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary.btn-outline:hover,
.btn-gradient-primary.btn-outline.hover {
  -o-border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%);
  border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%);
  color: #00a1f2;
}

/* line 1819, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary.btn-outline:focus,
.btn-gradient-primary.btn-outline.focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1824, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary.btn-outline.disabled,
.btn-gradient-primary.btn-outline:disabled {
  -o-border-image: linear-gradient(135deg, #0088CC 0%, #00a3f5 80%);
  border-image: linear-gradient(135deg, #0088CC 0%, #00a3f5 80%);
}

/* line 1830, app/assets/stylesheets/main/skins/default.scss */
.btn-gradient-primary.btn-outline:active,
.btn-gradient-primary.btn-outline.active {
  -o-border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%);
  border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%);
  color: #00a1f2;
}

/* line 1837, app/assets/stylesheets/main/skins/default.scss */
.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0088CC;
}

/* line 1849, app/assets/stylesheets/main/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: #0088CC !important;
  border-color: #0088CC;
}

/* line 1860, app/assets/stylesheets/main/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: #0088CC;
}

/* line 1869, app/assets/stylesheets/main/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: #0088CC;
  border-color: #0088CC;
}

/* line 1879, app/assets/stylesheets/main/skins/default.scss */
.pagination > .active > a,
body.dark .pagination > .active > a {
  background-color: #0088CC;
  border-color: #0088CC #0088CC #006699;
  color: #fff;
}

/* line 1886, app/assets/stylesheets/main/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: #00a1f2;
  border-color: #00aaff #00aaff #0088CC;
  color: #fff;
}

/* line 1895, app/assets/stylesheets/main/skins/default.scss */
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
  background-color: #006ea6;
  border-color: #006699 #006699 #004466;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 1905, app/assets/stylesheets/main/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: #0088CC;
  border-color: #0088CC #0088CC #006699;
}

/* line 1913, app/assets/stylesheets/main/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 1922, app/assets/stylesheets/main/skins/default.scss */
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0088CC;
}

/* line 1927, app/assets/stylesheets/main/skins/default.scss */
.custom-checkbox-switch:checked {
  background-color: #0088CC;
  border-color: #0088CC;
}

/* line 1932, app/assets/stylesheets/main/skins/default.scss */
html .alert-primary {
  background-color: #0088CC;
  border-color: #007ebd;
  color: #FFF;
}

/* line 1938, app/assets/stylesheets/main/skins/default.scss */
html .alert-primary .alert-link {
  color: #FFF;
}

/* line 1942, app/assets/stylesheets/main/skins/default.scss */
html .alert-secondary {
  background-color: #e36159;
  border-color: #e1554c;
  color: #FFF;
}

/* line 1948, app/assets/stylesheets/main/skins/default.scss */
html .alert-secondary .alert-link {
  color: #FFF;
}

/* line 1952, app/assets/stylesheets/main/skins/default.scss */
html .alert-tertiary {
  background-color: #2BAAB1;
  border-color: #289ea5;
  color: #FFF;
}

/* line 1958, app/assets/stylesheets/main/skins/default.scss */
html .alert-tertiary .alert-link {
  color: #FFF;
}

/* line 1962, app/assets/stylesheets/main/skins/default.scss */
html .alert-quaternary {
  background-color: #383f48;
  border-color: #31373f;
  color: #FFF;
}

/* line 1968, app/assets/stylesheets/main/skins/default.scss */
html .alert-quaternary .alert-link {
  color: #FFF;
}

/* line 1972, app/assets/stylesheets/main/skins/default.scss */
html .alert-dark {
  background-color: #212529;
  border-color: #1a1d21;
  color: #FFF;
}

/* line 1978, app/assets/stylesheets/main/skins/default.scss */
html .alert-dark .alert-link {
  color: #FFF;
}

/* line 1982, app/assets/stylesheets/main/skins/default.scss */
html .alert-light {
  background-color: #FFF;
  border-color: #f7f7f7;
  color: #777;
}

/* line 1988, app/assets/stylesheets/main/skins/default.scss */
html .alert-light .alert-link {
  color: #777;
}

/* line 1992, app/assets/stylesheets/main/skins/default.scss */
html .progress-bar-primary {
  background-color: #0088CC;
}

/* line 1996, app/assets/stylesheets/main/skins/default.scss */
html .progress-bar-secondary {
  background-color: #e36159;
}

/* line 2000, app/assets/stylesheets/main/skins/default.scss */
html .progress-bar-tertiary {
  background-color: #2BAAB1;
}

/* line 2004, app/assets/stylesheets/main/skins/default.scss */
html .progress-bar-quaternary {
  background-color: #383f48;
}

/* line 2008, app/assets/stylesheets/main/skins/default.scss */
html .progress-bar-dark {
  background-color: #212529;
}

/* line 2012, app/assets/stylesheets/main/skins/default.scss */
html .progress-bar-light {
  background-color: #FFF;
}

/* line 2016, app/assets/stylesheets/main/skins/default.scss */
html .word-rotator.loading-bar-primary .word-rotator-words::after {
  background-color: #0088CC;
}

/* line 2020, app/assets/stylesheets/main/skins/default.scss */
html .word-rotator.loading-bar-secondary .word-rotator-words::after {
  background-color: #e36159;
}

/* line 2024, app/assets/stylesheets/main/skins/default.scss */
html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
  background-color: #2BAAB1;
}

/* line 2028, app/assets/stylesheets/main/skins/default.scss */
html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
  background-color: #383f48;
}

/* line 2032, app/assets/stylesheets/main/skins/default.scss */
html .word-rotator.loading-bar-dark .word-rotator-words::after {
  background-color: #212529;
}

/* line 2036, app/assets/stylesheets/main/skins/default.scss */
html .word-rotator.loading-bar-light .word-rotator-words::after {
  background-color: #FFF;
}

/* line 2040, app/assets/stylesheets/main/skins/default.scss */
.process .process-step-circle {
  border-color: #0088CC;
}

/* line 2044, app/assets/stylesheets/main/skins/default.scss */
.process .process-step:hover .process-step-circle {
  background-color: #0088CC;
}

/* line 2048, app/assets/stylesheets/main/skins/default.scss */
.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #FFF !important;
}

/* line 2052, app/assets/stylesheets/main/skins/default.scss */
.process.process-shapes .process-step-circle .process-step-circle-content,
.process.process-shapes .process-step-circle:before,
.process.process-shapes .process-step-circle:after {
  background-color: #0088CC;
}

/* line 2058, app/assets/stylesheets/main/skins/default.scss */
.process-connecting-line .connecting-line {
  background: #0088CC;
}

/* line 2062, app/assets/stylesheets/main/skins/default.scss */
html .rating-primary .filled-stars {
  color: #0088CC;
}

/* line 2066, app/assets/stylesheets/main/skins/default.scss */
html .rating-secondary .filled-stars {
  color: #e36159;
}

/* line 2070, app/assets/stylesheets/main/skins/default.scss */
html .rating-tertiary .filled-stars {
  color: #2BAAB1;
}

/* line 2074, app/assets/stylesheets/main/skins/default.scss */
html .rating-quaternary .filled-stars {
  color: #383f48;
}

/* line 2078, app/assets/stylesheets/main/skins/default.scss */
html .rating-dark .filled-stars {
  color: #212529;
}

/* line 2082, app/assets/stylesheets/main/skins/default.scss */
html .rating-light .filled-stars {
  color: #FFF;
}

/* line 2086, app/assets/stylesheets/main/skins/default.scss */
html section.section-primary {
  background-color: #0088CC !important;
  border-color: #0077b3 !important;
}

/* line 2091, app/assets/stylesheets/main/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: #FFF;
}

/* line 2100, app/assets/stylesheets/main/skins/default.scss */
html section.section-primary p {
  color: #e6e6e6;
}

/* line 2104, app/assets/stylesheets/main/skins/default.scss */
html section.section-primary-scale-2 {
  background-color: #006699 !important;
  border-color: #005580 !important;
}

/* line 2109, app/assets/stylesheets/main/skins/default.scss */
html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #006699;
}

/* line 2113, app/assets/stylesheets/main/skins/default.scss */
html section.section-secondary {
  background-color: #e36159 !important;
  border-color: #df4c43 !important;
}

/* line 2118, app/assets/stylesheets/main/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: #FFF;
}

/* line 2127, app/assets/stylesheets/main/skins/default.scss */
html section.section-secondary p {
  color: #e6e6e6;
}

/* line 2131, app/assets/stylesheets/main/skins/default.scss */
html section.section-secondary-scale-2 {
  background-color: #dc372d !important;
  border-color: #cd2c23 !important;
}

/* line 2136, app/assets/stylesheets/main/skins/default.scss */
html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #dc372d;
}

/* line 2140, app/assets/stylesheets/main/skins/default.scss */
html section.section-tertiary {
  background-color: #2BAAB1 !important;
  border-color: #26969c !important;
}

/* line 2145, app/assets/stylesheets/main/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: #FFF;
}

/* line 2154, app/assets/stylesheets/main/skins/default.scss */
html section.section-tertiary p {
  color: #e6e6e6;
}

/* line 2158, app/assets/stylesheets/main/skins/default.scss */
html section.section-tertiary-scale-2 {
  background-color: #218388 !important;
  border-color: #1c6f73 !important;
}

/* line 2163, app/assets/stylesheets/main/skins/default.scss */
html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #218388;
}

/* line 2167, app/assets/stylesheets/main/skins/default.scss */
html section.section-quaternary {
  background-color: #383f48 !important;
  border-color: #2d323a !important;
}

/* line 2172, app/assets/stylesheets/main/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: #FFF;
}

/* line 2181, app/assets/stylesheets/main/skins/default.scss */
html section.section-quaternary p {
  color: #e6e6e6;
}

/* line 2185, app/assets/stylesheets/main/skins/default.scss */
html section.section-quaternary-scale-2 {
  background-color: #22262b !important;
  border-color: #17191d !important;
}

/* line 2190, app/assets/stylesheets/main/skins/default.scss */
html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #22262b;
}

/* line 2194, app/assets/stylesheets/main/skins/default.scss */
html section.section-dark {
  background-color: #212529 !important;
  border-color: #16181b !important;
}

/* line 2199, app/assets/stylesheets/main/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: #FFF;
}

/* line 2208, app/assets/stylesheets/main/skins/default.scss */
html section.section-dark p {
  color: #e6e6e6;
}

/* line 2212, app/assets/stylesheets/main/skins/default.scss */
html section.section-dark-scale-2 {
  background-color: #0a0c0d !important;
  border-color: #000000 !important;
}

/* line 2217, app/assets/stylesheets/main/skins/default.scss */
html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #0a0c0d;
}

/* line 2221, app/assets/stylesheets/main/skins/default.scss */
html section.section-light {
  background-color: #FFF !important;
  border-color: #f2f2f2 !important;
}

/* line 2226, app/assets/stylesheets/main/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: #777;
}

/* line 2235, app/assets/stylesheets/main/skins/default.scss */
html section.section-light p {
  color: #5e5e5e;
}

/* line 2239, app/assets/stylesheets/main/skins/default.scss */
html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}

/* line 2244, app/assets/stylesheets/main/skins/default.scss */
html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #e6e6e6;
}

/* line 2248, app/assets/stylesheets/main/skins/default.scss */
section.section.section-background-half-primary-half-secondary {
  background: linear-gradient(to right, #0088CC 50%, #e36159 50%);
}

/* line 2252, app/assets/stylesheets/main/skins/default.scss */
section.section.section-overlay-opacity-gradient:before {
  background: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}

/* line 2256, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light-scale-1 {
  background-color: #f7f7f7 !important;
}

/* line 2260, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-light-scale-1,
html .bg-color-light-scale-border-top-1 {
  border-top-color: #efefef !important;
}

/* line 2265, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light-scale-2 {
  background-color: #e8e8e8 !important;
}

/* line 2269, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-light-scale-2,
html .bg-color-light-scale-border-top-2 {
  border-top-color: #e0e0e0 !important;
}

/* line 2274, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light-scale-3 {
  background-color: #e0e0e0 !important;
}

/* line 2278, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-light-scale-3,
html .bg-color-light-scale-border-top-3 {
  border-top-color: #d8d8d8 !important;
}

/* line 2283, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light-scale-4 {
  background-color: #d8d8d8 !important;
}

/* line 2287, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-light-scale-4,
html .bg-color-light-scale-border-top-4 {
  border-top-color: #d1d1d1 !important;
}

/* line 2292, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light-scale-5 {
  background-color: #d1d1d1 !important;
}

/* line 2296, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-light-scale-5,
html .bg-color-light-scale-border-top-5 {
  border-top-color: #c9c9c9 !important;
}

/* line 2301, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light-scale-6 {
  background-color: #c9c9c9 !important;
}

/* line 2305, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-light-scale-6,
html .bg-color-light-scale-border-top-6 {
  border-top-color: #c1c1c1 !important;
}

/* line 2310, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light-scale-7 {
  background-color: #c1c1c1 !important;
}

/* line 2314, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-light-scale-7,
html .bg-color-light-scale-border-top-7 {
  border-top-color: #bababa !important;
}

/* line 2319, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light-scale-8 {
  background-color: #bababa !important;
}

/* line 2323, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-light-scale-8,
html .bg-color-light-scale-border-top-8 {
  border-top-color: #b2b2b2 !important;
}

/* line 2328, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-light-scale-9 {
  background-color: #b2b2b2 !important;
}

/* line 2332, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-light-scale-9,
html .bg-color-light-scale-border-top-9 {
  border-top-color: #ababab !important;
}

/* line 2337, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark-scale-1 {
  background-color: #212529 !important;
}

/* line 2341, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-dark-scale-1,
html .bg-color-dark-scale-border-top-1 {
  border-top-color: #1a1d21 !important;
}

/* line 2346, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark-scale-2 {
  background-color: #1c2023 !important;
}

/* line 2350, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-dark-scale-2,
html .bg-color-dark-scale-border-top-2 {
  border-top-color: #16181b !important;
}

/* line 2355, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark-scale-3 {
  background-color: #181b1e !important;
}

/* line 2359, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-dark-scale-3,
html .bg-color-dark-scale-border-top-3 {
  border-top-color: #111315 !important;
}

/* line 2364, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark-scale-4 {
  background-color: #131618 !important;
}

/* line 2368, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-dark-scale-4,
html .bg-color-dark-scale-border-top-4 {
  border-top-color: #0d0e10 !important;
}

/* line 2373, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark-scale-5 {
  background-color: #0f1112 !important;
}

/* line 2377, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-dark-scale-5,
html .bg-color-dark-scale-border-top-5 {
  border-top-color: #08090a !important;
}

/* line 2382, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark-scale-6 {
  background-color: #0a0c0d !important;
}

/* line 2386, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-dark-scale-6,
html .bg-color-dark-scale-border-top-6 {
  border-top-color: #030404 !important;
}

/* line 2391, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark-scale-7 {
  background-color: #060607 !important;
}

/* line 2395, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-dark-scale-7,
html .bg-color-dark-scale-border-top-7 {
  border-top-color: #000000 !important;
}

/* line 2400, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark-scale-8 {
  background-color: #010101 !important;
}

/* line 2404, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-dark-scale-8,
html .bg-color-dark-scale-border-top-8 {
  border-top-color: #000000 !important;
}

/* line 2409, app/assets/stylesheets/main/skins/default.scss */
html .bg-color-dark-scale-9 {
  background-color: #000000 !important;
}

/* line 2413, app/assets/stylesheets/main/skins/default.scss */
html .section.bg-color-dark-scale-9,
html .bg-color-dark-scale-border-top-9 {
  border-top-color: #000000 !important;
}

/* line 2418, app/assets/stylesheets/main/skins/default.scss */
section.page-header .page-header-title-border {
  background-color: #0088CC !important;
}

/* line 2422, app/assets/stylesheets/main/skins/default.scss */
section.page-header.custom-product {
  background-color: #0077b3;
  border-top-color: #0081c2;
}

/* line 2427, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-primary {
  background-color: #0088CC;
  border-bottom-color: #0088CC;
  color: #FFF;
}

/* line 2433, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-primary h1 {
  color: #FFF;
}

/* line 2437, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-primary h1 span {
  color: #FFF;
}

/* line 2441, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-primary a {
  color: #FFF;
}

/* line 2445, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-primary .breadcrumb > .active {
  color: #FFF;
}

/* line 2449, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-secondary {
  background-color: #e36159;
  border-bottom-color: #e36159;
  color: #FFF;
}

/* line 2455, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-secondary h1 {
  color: #FFF;
}

/* line 2459, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-secondary h1 span {
  color: #FFF;
}

/* line 2463, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-secondary a {
  color: #FFF;
}

/* line 2467, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: #FFF;
}

/* line 2471, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-tertiary {
  background-color: #2BAAB1;
  border-bottom-color: #2BAAB1;
  color: #FFF;
}

/* line 2477, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-tertiary h1 {
  color: #FFF;
}

/* line 2481, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-tertiary h1 span {
  color: #FFF;
}

/* line 2485, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-tertiary a {
  color: #FFF;
}

/* line 2489, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: #FFF;
}

/* line 2493, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-quaternary {
  background-color: #383f48;
  border-bottom-color: #383f48;
  color: #FFF;
}

/* line 2499, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-quaternary h1 {
  color: #FFF;
}

/* line 2503, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-quaternary h1 span {
  color: #FFF;
}

/* line 2507, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-quaternary a {
  color: #FFF;
}

/* line 2511, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: #FFF;
}

/* line 2515, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-dark {
  background-color: #212529;
  border-bottom-color: #212529;
  color: #FFF;
}

/* line 2521, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-dark h1 {
  color: #FFF;
}

/* line 2525, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-dark h1 span {
  color: #FFF;
}

/* line 2529, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-dark a {
  color: #FFF;
}

/* line 2533, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-dark .breadcrumb > .active {
  color: #FFF;
}

/* line 2537, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-light {
  background-color: #FFF;
  border-bottom-color: #FFF;
  color: #777;
}

/* line 2543, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-light h1 {
  color: #777;
}

/* line 2547, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-light h1 span {
  color: #777;
}

/* line 2551, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-light a {
  color: #777;
}

/* line 2555, app/assets/stylesheets/main/skins/default.scss */
html .page-header-color.page-header-light .breadcrumb > .active {
  color: #777;
}

/* line 2559, app/assets/stylesheets/main/skins/default.scss */
html .toggle-primary .toggle label,
html .toggle-primary .toggle .toggle-title {
  color: #0088CC;
  border-left-color: #0088CC;
  border-right-color: #0088CC;
}

/* line 2566, app/assets/stylesheets/main/skins/default.scss */
html .toggle-primary .toggle.active > label,
html .toggle-primary .toggle.active > .toggle-title {
  background-color: #0088CC;
  border-color: #0088CC;
  color: #FFF;
}

/* line 2573, app/assets/stylesheets/main/skins/default.scss */
html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
  background-color: #0088CC;
}

/* line 2578, app/assets/stylesheets/main/skins/default.scss */
html .toggle-primary.toggle-minimal .toggle.active > label,
html .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
  color: #0088CC;
}

/* line 2583, app/assets/stylesheets/main/skins/default.scss */
html .toggle-secondary .toggle label,
html .toggle-secondary .toggle .toggle-title {
  color: #e36159;
  border-left-color: #e36159;
  border-right-color: #e36159;
}

/* line 2590, app/assets/stylesheets/main/skins/default.scss */
html .toggle-secondary .toggle.active > label,
html .toggle-secondary .toggle.active > .toggle-title {
  background-color: #e36159;
  border-color: #e36159;
  color: #FFF;
}

/* line 2597, app/assets/stylesheets/main/skins/default.scss */
html .toggle-secondary.toggle-simple .toggle > label:after,
html .toggle-secondary.toggle-simple .toggle > .toggle-title:after {
  background-color: #e36159;
}

/* line 2602, app/assets/stylesheets/main/skins/default.scss */
html .toggle-secondary.toggle-minimal .toggle.active > label,
html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title {
  color: #e36159;
}

/* line 2607, app/assets/stylesheets/main/skins/default.scss */
html .toggle-tertiary .toggle label,
html .toggle-tertiary .toggle .toggle-title {
  color: #2BAAB1;
  border-left-color: #2BAAB1;
  border-right-color: #2BAAB1;
}

/* line 2614, app/assets/stylesheets/main/skins/default.scss */
html .toggle-tertiary .toggle.active > label,
html .toggle-tertiary .toggle.active > .toggle-title {
  background-color: #2BAAB1;
  border-color: #2BAAB1;
  color: #FFF;
}

/* line 2621, app/assets/stylesheets/main/skins/default.scss */
html .toggle-tertiary.toggle-simple .toggle > label:after,
html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after {
  background-color: #2BAAB1;
}

/* line 2626, app/assets/stylesheets/main/skins/default.scss */
html .toggle-tertiary.toggle-minimal .toggle.active > label,
html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title {
  color: #2BAAB1;
}

/* line 2631, app/assets/stylesheets/main/skins/default.scss */
html .toggle-quaternary .toggle label,
html .toggle-quaternary .toggle .toggle-title {
  color: #383f48;
  border-left-color: #383f48;
  border-right-color: #383f48;
}

/* line 2638, app/assets/stylesheets/main/skins/default.scss */
html .toggle-quaternary .toggle.active > label,
html .toggle-quaternary .toggle.active > .toggle-title {
  background-color: #383f48;
  border-color: #383f48;
  color: #FFF;
}

/* line 2645, app/assets/stylesheets/main/skins/default.scss */
html .toggle-quaternary.toggle-simple .toggle > label:after,
html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after {
  background-color: #383f48;
}

/* line 2650, app/assets/stylesheets/main/skins/default.scss */
html .toggle-quaternary.toggle-minimal .toggle.active > label,
html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title {
  color: #383f48;
}

/* line 2655, app/assets/stylesheets/main/skins/default.scss */
html .toggle-dark .toggle label,
html .toggle-dark .toggle .toggle-title {
  color: #212529;
  border-left-color: #212529;
  border-right-color: #212529;
}

/* line 2662, app/assets/stylesheets/main/skins/default.scss */
html .toggle-dark .toggle.active > label,
html .toggle-dark .toggle.active > .toggle-title {
  background-color: #212529;
  border-color: #212529;
  color: #FFF;
}

/* line 2669, app/assets/stylesheets/main/skins/default.scss */
html .toggle-dark.toggle-simple .toggle > label:after,
html .toggle-dark.toggle-simple .toggle > .toggle-title:after {
  background-color: #212529;
}

/* line 2674, app/assets/stylesheets/main/skins/default.scss */
html .toggle-dark.toggle-minimal .toggle.active > label,
html .toggle-dark.toggle-minimal .toggle.active > .toggle-title {
  color: #212529;
}

/* line 2679, app/assets/stylesheets/main/skins/default.scss */
html .toggle-light .toggle label,
html .toggle-light .toggle .toggle-title {
  color: #FFF;
  border-left-color: #FFF;
  border-right-color: #FFF;
}

/* line 2686, app/assets/stylesheets/main/skins/default.scss */
html .toggle-light .toggle.active > label,
html .toggle-light .toggle.active > .toggle-title {
  background-color: #FFF;
  border-color: #FFF;
  color: #777;
}

/* line 2693, app/assets/stylesheets/main/skins/default.scss */
html .toggle-light.toggle-simple .toggle > label:after,
html .toggle-light.toggle-simple .toggle > .toggle-title:after {
  background-color: #FFF;
}

/* line 2698, app/assets/stylesheets/main/skins/default.scss */
html .toggle-light.toggle-minimal .toggle.active > label,
html .toggle-light.toggle-minimal .toggle.active > .toggle-title {
  color: #FFF;
}

/* line 2703, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2712, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-primary {
  background-color: #0088CC;
}

/* line 2716, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-primary i {
  color: #FFF;
}

/* line 2720, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #e36159;
}

/* line 2724, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-secondary i {
  color: #FFF;
}

/* line 2728, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #2BAAB1;
}

/* line 2732, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-tertiary i {
  color: #FFF;
}

/* line 2736, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #383f48;
}

/* line 2740, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-quaternary i {
  color: #FFF;
}

/* line 2744, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-dark {
  background-color: #212529;
}

/* line 2748, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-dark i {
  color: #FFF;
}

/* line 2752, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-light {
  background-color: #FFF;
}

/* line 2756, app/assets/stylesheets/main/skins/default.scss */
html .thumb-info .thumb-info-action-icon-light i {
  color: #777;
}

/* line 2760, app/assets/stylesheets/main/skins/default.scss */
.thumb-info-ribbon:before {
  border-right-color: #005580;
  border-left-color: #005580;
}

/* line 2765, app/assets/stylesheets/main/skins/default.scss */
.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
  background: rgba(0, 136, 204, 0.9);
}

/* line 2769, app/assets/stylesheets/main/skins/default.scss */
.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
  background-color: #0088CC;
}

/* line 2773, app/assets/stylesheets/main/skins/default.scss */
.inverted {
  background-color: #0088CC;
}

/* line 2777, app/assets/stylesheets/main/skins/default.scss */
html .inverted-primary {
  background-color: #0088CC;
}

/* line 2781, app/assets/stylesheets/main/skins/default.scss */
html .inverted-secondary {
  background-color: #e36159;
}

/* line 2785, app/assets/stylesheets/main/skins/default.scss */
html .inverted-tertiary {
  background-color: #2BAAB1;
}

/* line 2789, app/assets/stylesheets/main/skins/default.scss */
html .inverted-quaternary {
  background-color: #383f48;
}

/* line 2793, app/assets/stylesheets/main/skins/default.scss */
html .inverted-dark {
  background-color: #212529;
}

/* line 2797, app/assets/stylesheets/main/skins/default.scss */
html .inverted-light {
  background-color: #FFF;
}

/* line 2801, app/assets/stylesheets/main/skins/default.scss */
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #0074ad;
}

/* line 2806, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2812, app/assets/stylesheets/main/skins/default.scss */
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: #0088CC;
  border-color: #0088CC #0088CC #006699;
  color: #FFF;
}

/* line 2818, app/assets/stylesheets/main/skins/default.scss */
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
  background-color: #00a1f2;
  border-color: #00aaff #00aaff #0088CC;
}

/* line 2824, app/assets/stylesheets/main/skins/default.scss */
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:active,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].active {
  background-color: #006ea6;
  background-image: none;
  border-color: #006699 #006699 #004466;
}

/* line 2831, app/assets/stylesheets/main/skins/default.scss */
.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] {
  background-color: rgba(0, 136, 204, 0.4);
}

/* line 2835, app/assets/stylesheets/main/skins/default.scss */
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  color: #0088CC !important;
}

/* line 2840, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2847, app/assets/stylesheets/main/skins/default.scss */
.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
  fill: #0088CC;
  stroke: #0088CC;
}

/* line 2853, app/assets/stylesheets/main/skins/default.scss */
.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next {
  color: #0088CC;
}

/* line 2858, app/assets/stylesheets/main/skins/default.scss */
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  background: #0088CC;
}

/* line 2862, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2871, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2884, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2895, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2906, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2917, app/assets/stylesheets/main/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: #0088CC;
  color: #0088CC;
}

/* line 2929, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2940, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2947, app/assets/stylesheets/main/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: #0088CC;
  color: #0088CC;
}

/* line 2963, app/assets/stylesheets/main/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: #0088CC;
}

/* line 2982, app/assets/stylesheets/main/skins/default.scss */
html body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus {
  color: #0088CC !important;
  border-bottom-color: #0088CC;
}

/* line 3002, app/assets/stylesheets/main/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: #0088CC;
}

/* line 3013, app/assets/stylesheets/main/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: #0088CC;
}

/* line 3024, app/assets/stylesheets/main/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 3035, app/assets/stylesheets/main/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 3042, app/assets/stylesheets/main/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 3058, app/assets/stylesheets/main/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 3077, app/assets/stylesheets/main/skins/default.scss */
html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus {
  color: #e36159 !important;
  border-bottom-color: #e36159;
}

/* line 3097, app/assets/stylesheets/main/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 3108, app/assets/stylesheets/main/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 3119, app/assets/stylesheets/main/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 3130, app/assets/stylesheets/main/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 3137, app/assets/stylesheets/main/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 3153, app/assets/stylesheets/main/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 3172, app/assets/stylesheets/main/skins/default.scss */
html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus {
  color: #2BAAB1 !important;
  border-bottom-color: #2BAAB1;
}

/* line 3192, app/assets/stylesheets/main/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 3203, app/assets/stylesheets/main/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 3214, app/assets/stylesheets/main/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 3225, app/assets/stylesheets/main/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 3232, app/assets/stylesheets/main/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 3248, app/assets/stylesheets/main/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 3267, app/assets/stylesheets/main/skins/default.scss */
html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus {
  color: #383f48 !important;
  border-bottom-color: #383f48;
}

/* line 3287, app/assets/stylesheets/main/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 3298, app/assets/stylesheets/main/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 3309, app/assets/stylesheets/main/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 3320, app/assets/stylesheets/main/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 3327, app/assets/stylesheets/main/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 3343, app/assets/stylesheets/main/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 3362, app/assets/stylesheets/main/skins/default.scss */
html body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus {
  color: #212529 !important;
  border-bottom-color: #212529;
}

/* line 3382, app/assets/stylesheets/main/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 3393, app/assets/stylesheets/main/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 3404, app/assets/stylesheets/main/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: #FFF;
}

/* line 3415, app/assets/stylesheets/main/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: #FFF;
}

/* line 3422, app/assets/stylesheets/main/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: #FFF;
  color: #FFF;
}

/* line 3438, app/assets/stylesheets/main/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: #FFF;
}

/* line 3457, app/assets/stylesheets/main/skins/default.scss */
html body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus {
  color: #FFF !important;
  border-bottom-color: #FFF;
}

/* line 3477, app/assets/stylesheets/main/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: #FFF;
}

/* line 3488, app/assets/stylesheets/main/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: #FFF;
}

/* line 3499, app/assets/stylesheets/main/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: #0088CC;
  border-left-color: transparent;
}

/* line 3507, app/assets/stylesheets/main/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: #0088CC;
}

/* line 3515, app/assets/stylesheets/main/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: #0088CC;
  border-color: #0088CC;
}

/* line 3523, app/assets/stylesheets/main/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: #0088CC;
}

/* line 3530, app/assets/stylesheets/main/skins/default.scss */
.list.list-ordened li:before {
  color: #0088CC;
  border-color: #0088CC;
}

/* line 3535, app/assets/stylesheets/main/skins/default.scss */
.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #0088CC;
}

/* line 3539, app/assets/stylesheets/main/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: #0088CC;
  border-color: #0088CC;
}

/* line 3547, app/assets/stylesheets/main/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: #0088CC;
  color: #FFF;
}

/* line 3555, app/assets/stylesheets/main/skins/default.scss */
html .list-primary.list-ordened li:before {
  color: #0088CC;
}

/* line 3559, app/assets/stylesheets/main/skins/default.scss */
html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #0088CC;
  color: #FFF;
}

/* line 3564, app/assets/stylesheets/main/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 3572, app/assets/stylesheets/main/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: #FFF;
}

/* line 3580, app/assets/stylesheets/main/skins/default.scss */
html .list-secondary.list-ordened li:before {
  color: #e36159;
}

/* line 3584, app/assets/stylesheets/main/skins/default.scss */
html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #e36159;
  color: #FFF;
}

/* line 3589, app/assets/stylesheets/main/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 3597, app/assets/stylesheets/main/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: #FFF;
}

/* line 3605, app/assets/stylesheets/main/skins/default.scss */
html .list-tertiary.list-ordened li:before {
  color: #2BAAB1;
}

/* line 3609, app/assets/stylesheets/main/skins/default.scss */
html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #2BAAB1;
  color: #FFF;
}

/* line 3614, app/assets/stylesheets/main/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 3622, app/assets/stylesheets/main/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: #FFF;
}

/* line 3630, app/assets/stylesheets/main/skins/default.scss */
html .list-quaternary.list-ordened li:before {
  color: #383f48;
}

/* line 3634, app/assets/stylesheets/main/skins/default.scss */
html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #383f48;
  color: #FFF;
}

/* line 3639, app/assets/stylesheets/main/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 3647, app/assets/stylesheets/main/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: #FFF;
}

/* line 3655, app/assets/stylesheets/main/skins/default.scss */
html .list-dark.list-ordened li:before {
  color: #212529;
}

/* line 3659, app/assets/stylesheets/main/skins/default.scss */
html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #212529;
  color: #FFF;
}

/* line 3664, app/assets/stylesheets/main/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: #FFF;
  border-color: #FFF;
}

/* line 3672, app/assets/stylesheets/main/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: #FFF;
  color: #777;
}

/* line 3680, app/assets/stylesheets/main/skins/default.scss */
html .list-light.list-ordened li:before {
  color: #FFF;
}

/* line 3684, app/assets/stylesheets/main/skins/default.scss */
html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #FFF;
  color: #777;
}

/* line 3689, app/assets/stylesheets/main/skins/default.scss */
.parallax blockquote i.fa-quote-left {
  color: #0088CC;
}

/* line 3693, app/assets/stylesheets/main/skins/default.scss */
section.video blockquote i.fa-quote-left {
  color: #0088CC;
}

/* line 3697, app/assets/stylesheets/main/skins/default.scss */
.accordion .card-header a {
  color: #0088CC;
}

/* line 3701, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-primary .card-header {
  background-color: #0088CC !important;
}

/* line 3705, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-primary .card-header a {
  color: #FFF;
}

/* line 3709, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-secondary .card-header {
  background-color: #e36159 !important;
}

/* line 3713, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-secondary .card-header a {
  color: #FFF;
}

/* line 3717, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-tertiary .card-header {
  background-color: #2BAAB1 !important;
}

/* line 3721, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-tertiary .card-header a {
  color: #FFF;
}

/* line 3725, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-quaternary .card-header {
  background-color: #383f48 !important;
}

/* line 3729, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-quaternary .card-header a {
  color: #FFF;
}

/* line 3733, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-dark .card-header {
  background-color: #212529 !important;
}

/* line 3737, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-dark .card-header a {
  color: #FFF;
}

/* line 3741, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-light .card-header {
  background-color: #FFF !important;
}

/* line 3745, app/assets/stylesheets/main/skins/default.scss */
html .accordion.accordion-light .card-header a {
  color: #777;
}

/* line 3749, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-primary [class*="fa-"],
html .divider.divider-primary .icons {
  color: #0088CC;
}

/* line 3754, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-primary.divider-small hr {
  background: #0088CC;
}

/* line 3758, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-secondary [class*="fa-"],
html .divider.divider-secondary .icons {
  color: #e36159;
}

/* line 3763, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-secondary.divider-small hr {
  background: #e36159;
}

/* line 3767, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-tertiary [class*="fa-"],
html .divider.divider-tertiary .icons {
  color: #2BAAB1;
}

/* line 3772, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-tertiary.divider-small hr {
  background: #2BAAB1;
}

/* line 3776, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-quaternary [class*="fa-"],
html .divider.divider-quaternary .icons {
  color: #383f48;
}

/* line 3781, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-quaternary.divider-small hr {
  background: #383f48;
}

/* line 3785, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-dark [class*="fa-"],
html .divider.divider-dark .icons {
  color: #212529;
}

/* line 3790, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-dark.divider-small hr {
  background: #212529;
}

/* line 3794, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-light [class*="fa-"],
html .divider.divider-light .icons {
  color: #FFF;
}

/* line 3799, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-light.divider-small hr {
  background: #FFF;
}

/* line 3803, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-2.divider-primary [class*="fa-"],
html .divider.divider-style-2.divider-primary .icons {
  background: #0088CC;
  color: #FFF;
}

/* line 3809, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-2.divider-secondary [class*="fa-"],
html .divider.divider-style-2.divider-secondary .icons {
  background: #e36159;
  color: #FFF;
}

/* line 3815, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-2.divider-tertiary [class*="fa-"],
html .divider.divider-style-2.divider-tertiary .icons {
  background: #2BAAB1;
  color: #FFF;
}

/* line 3821, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-2.divider-quaternary [class*="fa-"],
html .divider.divider-style-2.divider-quaternary .icons {
  background: #383f48;
  color: #FFF;
}

/* line 3827, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-2.divider-dark [class*="fa-"],
html .divider.divider-style-2.divider-dark .icons {
  background: #212529;
  color: #FFF;
}

/* line 3833, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-2.divider-light [class*="fa-"],
html .divider.divider-style-2.divider-light .icons {
  background: #FFF;
  color: #777;
}

/* line 3839, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-3.divider-primary [class*="fa-"],
html .divider.divider-style-3.divider-primary .icons {
  border-color: #0088CC;
}

/* line 3844, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-3.divider-secondary [class*="fa-"],
html .divider.divider-style-3.divider-secondary .icons {
  border-color: #e36159;
}

/* line 3849, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-3.divider-tertiary [class*="fa-"],
html .divider.divider-style-3.divider-tertiary .icons {
  border-color: #2BAAB1;
}

/* line 3854, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-3.divider-quaternary [class*="fa-"],
html .divider.divider-style-3.divider-quaternary .icons {
  border-color: #383f48;
}

/* line 3859, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-3.divider-dark [class*="fa-"],
html .divider.divider-style-3.divider-dark .icons {
  border-color: #212529;
}

/* line 3864, app/assets/stylesheets/main/skins/default.scss */
html .divider.divider-style-3.divider-light [class*="fa-"],
html .divider.divider-style-3.divider-light .icons {
  border-color: #FFF;
}

/* line 3869, app/assets/stylesheets/main/skins/default.scss */
#header .tip {
  background: #0088CC;
  color: #FFF;
}

/* line 3874, app/assets/stylesheets/main/skins/default.scss */
#header .tip:before {
  border-right-color: #0088CC;
  border-left-color: transparent;
}

/* line 3879, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-primary {
  background: #0088CC !important;
  color: #FFF !important;
}

/* line 3884, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-primary:before {
  border-right-color: #0088CC !important;
}

/* line 3888, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-secondary {
  background: #e36159 !important;
  color: #FFF !important;
}

/* line 3893, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-secondary:before {
  border-right-color: #e36159 !important;
}

/* line 3897, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-tertiary {
  background: #2BAAB1 !important;
  color: #FFF !important;
}

/* line 3902, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-tertiary:before {
  border-right-color: #2BAAB1 !important;
}

/* line 3906, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-quaternary {
  background: #383f48 !important;
  color: #FFF !important;
}

/* line 3911, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-quaternary:before {
  border-right-color: #383f48 !important;
}

/* line 3915, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-dark {
  background: #212529 !important;
  color: #FFF !important;
}

/* line 3920, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-dark:before {
  border-right-color: #212529 !important;
}

/* line 3924, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-light {
  background: #FFF !important;
  color: #777 !important;
}

/* line 3929, app/assets/stylesheets/main/skins/default.scss */
html #header .tip-light:before {
  border-right-color: #FFF !important;
}

/* line 3933, app/assets/stylesheets/main/skins/default.scss */
html[dir="rtl"] #header .tip:before {
  border-left-color: #0088CC;
}

/* line 3937, app/assets/stylesheets/main/skins/default.scss */
html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #0088CC;
}

/* line 3941, app/assets/stylesheets/main/skins/default.scss */
html[dir="rtl"] #header .tip-primary:before {
  border-left-color: #0088CC !important;
  border-right-color: transparent !important;
}

/* line 3946, app/assets/stylesheets/main/skins/default.scss */
html[dir="rtl"] #header .tip-secondary:before {
  border-left-color: #e36159 !important;
  border-right-color: transparent !important;
}

/* line 3951, app/assets/stylesheets/main/skins/default.scss */
html[dir="rtl"] #header .tip-tertiary:before {
  border-left-color: #2BAAB1 !important;
  border-right-color: transparent !important;
}

/* line 3956, app/assets/stylesheets/main/skins/default.scss */
html[dir="rtl"] #header .tip-quaternary:before {
  border-left-color: #383f48 !important;
  border-right-color: transparent !important;
}

/* line 3961, app/assets/stylesheets/main/skins/default.scss */
html[dir="rtl"] #header .tip-dark:before {
  border-left-color: #212529 !important;
  border-right-color: transparent !important;
}

/* line 3966, app/assets/stylesheets/main/skins/default.scss */
html[dir="rtl"] #header .tip-light:before {
  border-left-color: #FFF !important;
  border-right-color: transparent !important;
}

/* line 3971, app/assets/stylesheets/main/skins/default.scss */
#header .header-btn-collapse-nav {
  background: #0088CC;
}

@media (min-width: 992px) {
  /* line 3976, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main nav > ul > li > a {
    color: #0088CC;
  }
  /* line 3980, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: #0088CC;
  }
  /* line 3985, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #0088CC;
  }
  /* line 3989, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 3994, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #0088CC;
  }
  /* line 3998, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
    color: #0088CC;
  }
  /* line 4002, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #0088CC;
    color: #FFF;
  }
  /* line 4007, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4012, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    background-color: #0088CC;
  }
  /* line 4016, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
    color: #0088CC;
  }
  /* line 4020, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #0088CC;
  }
  /* line 4024, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #0088CC;
  }
  /* line 4028, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #0088CC !important;
  }
  /* line 4032, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #0088CC;
  }
  /* line 4036, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #0088CC;
  }
  /* line 4040, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #0088CC;
  }
  /* line 4044, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
    background: #0088CC;
  }
  /* line 4048, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4053, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
    color: #0088CC;
  }
  /* line 4057, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4062, app/assets/stylesheets/main/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: #0088CC;
  }
}

@media (min-width: 992px) {
  /* line 4069, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
    background-color: #0088CC;
  }
  /* line 4073, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
    color: #FFF;
    border-bottom-color: #007ebd;
  }
  /* line 4078, app/assets/stylesheets/main/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 4082, app/assets/stylesheets/main/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: #0088CC;
    background: #0088CC;
  }
  /* line 4088, app/assets/stylesheets/main/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: #FFF;
    opacity: 0.7;
  }
  /* line 4093, app/assets/stylesheets/main/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: #0088CC;
    color: #FFF;
  }
  /* line 4098, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4102, app/assets/stylesheets/main/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: #0088CC;
    color: #FFF;
  }
  /* line 4107, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4112, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4117, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    color: #0088CC;
  }
  /* line 4121, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4126, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    color: #0088CC;
  }
  /* line 4130, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4134, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: #0088CC;
  }
  /* line 4138, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4143, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    color: #0088CC;
  }
  /* line 4147, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
    color: #0088CC;
  }
  /* line 4151, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
    background-color: #e36159;
  }
  /* line 4155, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
    color: #FFF;
    border-bottom-color: #e1554c;
  }
  /* line 4160, app/assets/stylesheets/main/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 4164, app/assets/stylesheets/main/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 4170, app/assets/stylesheets/main/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: #FFF;
    opacity: 0.7;
  }
  /* line 4175, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4180, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4184, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4189, app/assets/stylesheets/main/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 4194, app/assets/stylesheets/main/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 4199, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    color: #e36159;
  }
  /* line 4203, app/assets/stylesheets/main/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 4208, app/assets/stylesheets/main/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 4212, app/assets/stylesheets/main/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 4216, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
    color: #e36159;
  }
  /* line 4220, app/assets/stylesheets/main/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 4225, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    color: #e36159;
  }
  /* line 4229, app/assets/stylesheets/main/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 4233, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
    background-color: #2BAAB1;
  }
  /* line 4237, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
    color: #FFF;
    border-bottom-color: #289ea5;
  }
  /* line 4242, app/assets/stylesheets/main/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 4246, app/assets/stylesheets/main/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 4252, app/assets/stylesheets/main/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: #FFF;
    opacity: 0.7;
  }
  /* line 4257, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4262, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4266, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4271, app/assets/stylesheets/main/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 4276, app/assets/stylesheets/main/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 4281, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    color: #2BAAB1;
  }
  /* line 4285, app/assets/stylesheets/main/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 4290, app/assets/stylesheets/main/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 4294, app/assets/stylesheets/main/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 4298, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
    color: #2BAAB1;
  }
  /* line 4302, app/assets/stylesheets/main/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 4307, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    color: #2BAAB1;
  }
  /* line 4311, app/assets/stylesheets/main/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 4315, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
    background-color: #383f48;
  }
  /* line 4319, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
    color: #FFF;
    border-bottom-color: #31373f;
  }
  /* line 4324, app/assets/stylesheets/main/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 4328, app/assets/stylesheets/main/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 4334, app/assets/stylesheets/main/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: #FFF;
    opacity: 0.7;
  }
  /* line 4339, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4344, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4348, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4353, app/assets/stylesheets/main/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 4358, app/assets/stylesheets/main/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 4363, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    color: #383f48;
  }
  /* line 4367, app/assets/stylesheets/main/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 4372, app/assets/stylesheets/main/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 4376, app/assets/stylesheets/main/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 4380, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
    color: #383f48;
  }
  /* line 4384, app/assets/stylesheets/main/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 4389, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    color: #383f48;
  }
  /* line 4393, app/assets/stylesheets/main/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 4397, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
    background-color: #212529;
  }
  /* line 4401, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
    color: #FFF;
    border-bottom-color: #1a1d21;
  }
  /* line 4406, app/assets/stylesheets/main/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 4410, app/assets/stylesheets/main/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 4416, app/assets/stylesheets/main/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: #FFF;
    opacity: 0.7;
  }
  /* line 4421, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4426, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4430, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4435, app/assets/stylesheets/main/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 4440, app/assets/stylesheets/main/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 4445, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    color: #212529;
  }
  /* line 4449, app/assets/stylesheets/main/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 4454, app/assets/stylesheets/main/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 4458, app/assets/stylesheets/main/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 4462, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
    color: #212529;
  }
  /* line 4466, app/assets/stylesheets/main/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 4471, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    color: #212529;
  }
  /* line 4475, app/assets/stylesheets/main/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 4479, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
    background-color: #FFF;
  }
  /* line 4483, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
    color: #777;
    border-bottom-color: #f7f7f7;
  }
  /* line 4488, app/assets/stylesheets/main/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 4492, app/assets/stylesheets/main/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: #FFF;
    background: #FFF;
  }
  /* line 4498, app/assets/stylesheets/main/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: #777;
    opacity: 0.7;
  }
  /* line 4503, app/assets/stylesheets/main/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: #FFF;
    color: #777;
  }
  /* line 4508, app/assets/stylesheets/main/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: #777;
  }
  /* line 4512, app/assets/stylesheets/main/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: #FFF;
    color: #777;
  }
  /* line 4517, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4522, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4527, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    color: #FFF;
  }
  /* line 4531, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4536, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
    color: #FFF;
  }
  /* line 4540, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4544, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
    color: #FFF;
  }
  /* line 4548, app/assets/stylesheets/main/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: #FFF;
  }
  /* line 4553, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    color: #FFF;
  }
  /* line 4557, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
    color: #FFF;
  }
}

@media (min-width: 992px) {
  /* line 4563, app/assets/stylesheets/main/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: #0088CC !important;
  }
  /* line 4568, app/assets/stylesheets/main/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: #0088CC !important;
  }
}

@media (max-width: 991px) {
  /* line 4575, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #0088CC;
  }
  /* line 4579, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
    color: #0088CC;
  }
  /* line 4583, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
    background: #0088CC;
  }
  /* line 4587, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4592, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    background: #0088CC;
  }
  /* line 4596, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4601, app/assets/stylesheets/main/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: #0088CC !important;
  }
  /* line 4605, app/assets/stylesheets/main/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
    background-color: #0088CC;
  }
  /* line 4609, app/assets/stylesheets/main/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
    color: #0088CC !important;
  }
  /* line 4613, app/assets/stylesheets/main/skins/default.scss */
  html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
    color: #0088CC !important;
  }
}

@media (max-width: 991px) {
  /* line 4619, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
    color: #0088CC;
  }
  /* line 4623, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
    background: #0088CC !important;
    color: #FFF !important;
  }
  /* line 4628, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
    color: #e36159;
  }
  /* line 4632, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
    background: #e36159 !important;
    color: #FFF !important;
  }
  /* line 4637, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
    color: #2BAAB1;
  }
  /* line 4641, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
    background: #2BAAB1 !important;
    color: #FFF !important;
  }
  /* line 4646, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
    color: #383f48;
  }
  /* line 4650, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
    background: #383f48 !important;
    color: #FFF !important;
  }
}

/* line 4656, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-primary {
  background: #0088CC;
  border-top-color: #0077b3;
}

/* line 4661, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #0099e6;
}

/* line 4665, app/assets/stylesheets/main/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 4672, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-primary .dropdown-menu {
  background: #0099e6;
  border-color: #0099e6;
}

/* line 4677, app/assets/stylesheets/main/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 4682, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-secondary {
  background: #e36159;
  border-top-color: #df4c43;
}

/* line 4687, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  background: #e7766f;
}

/* line 4691, app/assets/stylesheets/main/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 4698, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-secondary .dropdown-menu {
  background: #e7766f;
  border-color: #e7766f;
}

/* line 4703, app/assets/stylesheets/main/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 4708, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-tertiary {
  background: #2BAAB1;
  border-top-color: #26969c;
}

/* line 4713, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  background: #30bec6;
}

/* line 4717, app/assets/stylesheets/main/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 4724, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-tertiary .dropdown-menu {
  background: #30bec6;
  border-color: #30bec6;
}

/* line 4729, app/assets/stylesheets/main/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 4734, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-quaternary {
  background: #383f48;
  border-top-color: #2d323a;
}

/* line 4739, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
  background: #434c56;
}

/* line 4743, app/assets/stylesheets/main/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 4750, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-quaternary .dropdown-menu {
  background: #434c56;
  border-color: #434c56;
}

/* line 4755, app/assets/stylesheets/main/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 4760, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-dark {
  background: #212529;
  border-top-color: #16181b;
}

/* line 4765, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  background: #2c3237;
}

/* line 4769, app/assets/stylesheets/main/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 4776, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-dark .dropdown-menu {
  background: #2c3237;
  border-color: #2c3237;
}

/* line 4781, app/assets/stylesheets/main/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 4786, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-light {
  background: #FFF;
  border-top-color: #f2f2f2;
}

/* line 4791, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
  background: #ffffff;
}

/* line 4795, app/assets/stylesheets/main/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 4802, app/assets/stylesheets/main/skins/default.scss */
html #header .header-top.header-top-light .dropdown-menu {
  background: #ffffff;
  border-color: #ffffff;
}

/* line 4807, app/assets/stylesheets/main/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 4813, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-bar-primary {
    background: #0088CC !important;
    color: #FFF !important;
  }
  /* line 4818, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-bar-secondary {
    background: #e36159 !important;
    color: #FFF !important;
  }
  /* line 4823, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-bar-tertiary {
    background: #2BAAB1 !important;
    color: #FFF !important;
  }
  /* line 4828, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-bar-quaternary {
    background: #383f48 !important;
    color: #FFF !important;
  }
  /* line 4833, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-bar-dark {
    background: #212529 !important;
    color: #FFF !important;
  }
  /* line 4838, app/assets/stylesheets/main/skins/default.scss */
  html #header .header-nav-bar-light {
    background: #FFF !important;
    color: #777 !important;
  }
}

@media (min-width: 992px) {
  /* line 4845, app/assets/stylesheets/main/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: #0088CC;
  }
  /* line 4850, app/assets/stylesheets/main/skins/default.scss */
  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #0088CC;
  }
}

/* line 4855, app/assets/stylesheets/main/skins/default.scss */
#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
  border-bottom-color: #0088cc;
}

/* line 4859, app/assets/stylesheets/main/skins/default.scss */
.testimonial blockquote {
  background: #0099e6;
}

/* line 4863, app/assets/stylesheets/main/skins/default.scss */
.testimonial .testimonial-arrow-down {
  border-top-color: #0099e6;
}

/* line 4867, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-primary blockquote {
  background: #0099e6;
}

/* line 4871, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #0099e6;
}

/* line 4875, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-primary.testimonial-style-7 {
  background: #0099e6;
}

/* line 4879, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-quotes-primary blockquote:before,
html .testimonial-quotes-primary blockquote:after {
  color: #0088CC !important;
}

/* line 4884, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-secondary blockquote {
  background: #e7766f;
}

/* line 4888, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #e7766f;
}

/* line 4892, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-secondary.testimonial-style-7 {
  background: #e7766f;
}

/* line 4896, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-quotes-secondary blockquote:before,
html .testimonial-quotes-secondary blockquote:after {
  color: #0088CC !important;
}

/* line 4901, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-tertiary blockquote {
  background: #30bec6;
}

/* line 4905, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}

/* line 4909, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-tertiary.testimonial-style-7 {
  background: #30bec6;
}

/* line 4913, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-quotes-tertiary blockquote:before,
html .testimonial-quotes-tertiary blockquote:after {
  color: #0088CC !important;
}

/* line 4918, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-quaternary blockquote {
  background: #434c56;
}

/* line 4922, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}

/* line 4926, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-quaternary.testimonial-style-7 {
  background: #434c56;
}

/* line 4930, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-quotes-quaternary blockquote:before,
html .testimonial-quotes-quaternary blockquote:after {
  color: #0088CC !important;
}

/* line 4935, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-dark blockquote {
  background: #2c3237;
}

/* line 4939, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}

/* line 4943, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}

/* line 4947, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-quotes-dark blockquote:before,
html .testimonial-quotes-dark blockquote:after {
  color: #0088CC !important;
}

/* line 4952, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-light blockquote {
  background: #ffffff;
}

/* line 4956, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-light .testimonial-arrow-down {
  border-top-color: #ffffff;
}

/* line 4960, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-light.testimonial-style-7 {
  background: #ffffff;
}

/* line 4964, app/assets/stylesheets/main/skins/default.scss */
html .testimonial-quotes-light blockquote:before,
html .testimonial-quotes-light blockquote:after {
  color: #0088CC !important;
}

/* line 4969, app/assets/stylesheets/main/skins/default.scss */
.circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons {
  color: #0088CC;
}

/* line 4974, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-primary,
.form-control.bg-color-primary {
  color: #FFF;
  border-color: #0088CC;
}

/* line 4980, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-primary::-webkit-input-placeholder,
.form-control.bg-color-primary::-webkit-input-placeholder {
  color: #e6e6e6;
}

/* line 4985, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-primary::-moz-placeholder,
.form-control.bg-color-primary::-moz-placeholder {
  color: #e6e6e6;
}

/* line 4990, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-primary:-ms-input-placeholder,
.form-control.bg-color-primary:-ms-input-placeholder {
  color: #e6e6e6;
}

/* line 4995, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-primary:-moz-placeholder,
.form-control.bg-color-primary:-moz-placeholder {
  color: #e6e6e6;
}

/* line 5000, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-primary blockquote {
  background: #0099e6;
}

/* line 5004, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-primary .testimonial-arrow-down {
  border-top-color: #0099e6;
}

/* line 5008, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-primary.testimonial-style-7 {
  background: #0099e6;
}

/* line 5012, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-quotes-primary blockquote:before,
.form-control .testimonial-quotes-primary blockquote:after {
  color: #0088CC !important;
}

/* line 5017, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-secondary,
.form-control.bg-color-secondary {
  color: #FFF;
  border-color: #e36159;
}

/* line 5023, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-secondary::-webkit-input-placeholder,
.form-control.bg-color-secondary::-webkit-input-placeholder {
  color: #e6e6e6;
}

/* line 5028, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-secondary::-moz-placeholder,
.form-control.bg-color-secondary::-moz-placeholder {
  color: #e6e6e6;
}

/* line 5033, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-secondary:-ms-input-placeholder,
.form-control.bg-color-secondary:-ms-input-placeholder {
  color: #e6e6e6;
}

/* line 5038, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-secondary:-moz-placeholder,
.form-control.bg-color-secondary:-moz-placeholder {
  color: #e6e6e6;
}

/* line 5043, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-secondary blockquote {
  background: #e7766f;
}

/* line 5047, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #e7766f;
}

/* line 5051, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-secondary.testimonial-style-7 {
  background: #e7766f;
}

/* line 5055, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-quotes-secondary blockquote:before,
.form-control .testimonial-quotes-secondary blockquote:after {
  color: #0088CC !important;
}

/* line 5060, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-tertiary,
.form-control.bg-color-tertiary {
  color: #FFF;
  border-color: #2BAAB1;
}

/* line 5066, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-tertiary::-webkit-input-placeholder,
.form-control.bg-color-tertiary::-webkit-input-placeholder {
  color: #e6e6e6;
}

/* line 5071, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-tertiary::-moz-placeholder,
.form-control.bg-color-tertiary::-moz-placeholder {
  color: #e6e6e6;
}

/* line 5076, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-tertiary:-ms-input-placeholder,
.form-control.bg-color-tertiary:-ms-input-placeholder {
  color: #e6e6e6;
}

/* line 5081, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-tertiary:-moz-placeholder,
.form-control.bg-color-tertiary:-moz-placeholder {
  color: #e6e6e6;
}

/* line 5086, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-tertiary blockquote {
  background: #30bec6;
}

/* line 5090, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #30bec6;
}

/* line 5094, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-tertiary.testimonial-style-7 {
  background: #30bec6;
}

/* line 5098, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-quotes-tertiary blockquote:before,
.form-control .testimonial-quotes-tertiary blockquote:after {
  color: #0088CC !important;
}

/* line 5103, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-quaternary,
.form-control.bg-color-quaternary {
  color: #FFF;
  border-color: #383f48;
}

/* line 5109, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-quaternary::-webkit-input-placeholder,
.form-control.bg-color-quaternary::-webkit-input-placeholder {
  color: #e6e6e6;
}

/* line 5114, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-quaternary::-moz-placeholder,
.form-control.bg-color-quaternary::-moz-placeholder {
  color: #e6e6e6;
}

/* line 5119, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-quaternary:-ms-input-placeholder,
.form-control.bg-color-quaternary:-ms-input-placeholder {
  color: #e6e6e6;
}

/* line 5124, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-quaternary:-moz-placeholder,
.form-control.bg-color-quaternary:-moz-placeholder {
  color: #e6e6e6;
}

/* line 5129, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-quaternary blockquote {
  background: #434c56;
}

/* line 5133, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #434c56;
}

/* line 5137, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-quaternary.testimonial-style-7 {
  background: #434c56;
}

/* line 5141, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-quotes-quaternary blockquote:before,
.form-control .testimonial-quotes-quaternary blockquote:after {
  color: #0088CC !important;
}

/* line 5146, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-dark,
.form-control.bg-color-dark {
  color: #FFF;
  border-color: #212529;
}

/* line 5152, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-dark::-webkit-input-placeholder,
.form-control.bg-color-dark::-webkit-input-placeholder {
  color: #e6e6e6;
}

/* line 5157, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-dark::-moz-placeholder,
.form-control.bg-color-dark::-moz-placeholder {
  color: #e6e6e6;
}

/* line 5162, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-dark:-ms-input-placeholder,
.form-control.bg-color-dark:-ms-input-placeholder {
  color: #e6e6e6;
}

/* line 5167, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-dark:-moz-placeholder,
.form-control.bg-color-dark:-moz-placeholder {
  color: #e6e6e6;
}

/* line 5172, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-dark blockquote {
  background: #2c3237;
}

/* line 5176, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-dark .testimonial-arrow-down {
  border-top-color: #2c3237;
}

/* line 5180, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-dark.testimonial-style-7 {
  background: #2c3237;
}

/* line 5184, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-quotes-dark blockquote:before,
.form-control .testimonial-quotes-dark blockquote:after {
  color: #0088CC !important;
}

/* line 5189, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-light,
.form-control.bg-color-light {
  color: #777;
  border-color: #FFF;
}

/* line 5195, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-light::-webkit-input-placeholder,
.form-control.bg-color-light::-webkit-input-placeholder {
  color: #5e5e5e;
}

/* line 5200, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-light::-moz-placeholder,
.form-control.bg-color-light::-moz-placeholder {
  color: #5e5e5e;
}

/* line 5205, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-light:-ms-input-placeholder,
.form-control.bg-color-light:-ms-input-placeholder {
  color: #5e5e5e;
}

/* line 5210, app/assets/stylesheets/main/skins/default.scss */
.form-control.bg-light:-moz-placeholder,
.form-control.bg-color-light:-moz-placeholder {
  color: #5e5e5e;
}

/* line 5215, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-light blockquote {
  background: #ffffff;
}

/* line 5219, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-light .testimonial-arrow-down {
  border-top-color: #ffffff;
}

/* line 5223, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-light.testimonial-style-7 {
  background: #ffffff;
}

/* line 5227, app/assets/stylesheets/main/skins/default.scss */
.form-control .testimonial-quotes-light blockquote:before,
.form-control .testimonial-quotes-light blockquote:after {
  color: #0088CC !important;
}

/* line 5232, app/assets/stylesheets/main/skins/default.scss */
html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: #0088CC;
}

/* line 5238, app/assets/stylesheets/main/skins/default.scss */
html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: #e36159;
}

/* line 5244, app/assets/stylesheets/main/skins/default.scss */
html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
  color: #2BAAB1;
}

/* line 5250, app/assets/stylesheets/main/skins/default.scss */
html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
  color: #383f48;
}

/* line 5256, app/assets/stylesheets/main/skins/default.scss */
html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: #212529;
}

/* line 5262, app/assets/stylesheets/main/skins/default.scss */
html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: #FFF;
}

/* line 5268, app/assets/stylesheets/main/skins/default.scss */
html .countdown.countdown-primary > span > span {
  color: #0088CC;
}

/* line 5272, app/assets/stylesheets/main/skins/default.scss */
html .countdown.countdown-secondary > span > span {
  color: #e36159;
}

/* line 5276, app/assets/stylesheets/main/skins/default.scss */
html .countdown.countdown-tertiary > span > span {
  color: #2BAAB1;
}

/* line 5280, app/assets/stylesheets/main/skins/default.scss */
html .countdown.countdown-quaternary > span > span {
  color: #383f48;
}

/* line 5284, app/assets/stylesheets/main/skins/default.scss */
html .countdown.countdown-dark > span > span {
  color: #212529;
}

/* line 5288, app/assets/stylesheets/main/skins/default.scss */
html .countdown.countdown-light > span > span {
  color: #FFF;
}

/* line 5292, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-primary strong {
  color: #FFF !important;
}

/* line 5296, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-primary .circle {
  background: #0088CC !important;
}

/* line 5300, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-primary .ring {
  border-color: rgba(0, 136, 204, 0.9);
}

/* line 5304, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-secondary strong {
  color: #FFF !important;
}

/* line 5308, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-secondary .circle {
  background: #e36159 !important;
}

/* line 5312, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-secondary .ring {
  border-color: rgba(227, 97, 89, 0.9);
}

/* line 5316, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-tertiary strong {
  color: #FFF !important;
}

/* line 5320, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-tertiary .circle {
  background: #2BAAB1 !important;
}

/* line 5324, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-tertiary .ring {
  border-color: rgba(43, 170, 177, 0.9);
}

/* line 5328, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-quaternary strong {
  color: #FFF !important;
}

/* line 5332, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-quaternary .circle {
  background: #383f48 !important;
}

/* line 5336, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-quaternary .ring {
  border-color: rgba(56, 63, 72, 0.9);
}

/* line 5340, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-dark strong {
  color: #FFF !important;
}

/* line 5344, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-dark .circle {
  background: #212529 !important;
}

/* line 5348, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-dark .ring {
  border-color: rgba(33, 37, 41, 0.9);
}

/* line 5352, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-light strong {
  color: #777 !important;
}

/* line 5356, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-light .circle {
  background: #FFF !important;
}

/* line 5360, app/assets/stylesheets/main/skins/default.scss */
html .image-hotspot-light .ring {
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 5364, app/assets/stylesheets/main/skins/default.scss */
.icon-featured {
  background-color: #0088CC;
}

/* line 5368, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-primary .icon-featured {
  background-color: #0088CC;
}

/* line 5372, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-primary h4 {
  color: #0088CC;
}

/* line 5376, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-primary .box-content {
  border-top-color: #0088CC;
}

/* line 5380, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-primary .box-content-border-bottom {
  border-bottom-color: #0088CC;
}

/* line 5384, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-secondary .icon-featured {
  background-color: #e36159;
}

/* line 5388, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-secondary h4 {
  color: #e36159;
}

/* line 5392, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-secondary .box-content {
  border-top-color: #e36159;
}

/* line 5396, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-secondary .box-content-border-bottom {
  border-bottom-color: #e36159;
}

/* line 5400, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-tertiary .icon-featured {
  background-color: #2BAAB1;
}

/* line 5404, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-tertiary h4 {
  color: #2BAAB1;
}

/* line 5408, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-tertiary .box-content {
  border-top-color: #2BAAB1;
}

/* line 5412, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-tertiary .box-content-border-bottom {
  border-bottom-color: #2BAAB1;
}

/* line 5416, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-quaternary .icon-featured {
  background-color: #383f48;
}

/* line 5420, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-quaternary h4 {
  color: #383f48;
}

/* line 5424, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-quaternary .box-content {
  border-top-color: #383f48;
}

/* line 5428, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-quaternary .box-content-border-bottom {
  border-bottom-color: #383f48;
}

/* line 5432, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-dark .icon-featured {
  background-color: #212529;
}

/* line 5436, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-dark h4 {
  color: #212529;
}

/* line 5440, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-dark .box-content {
  border-top-color: #212529;
}

/* line 5444, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-dark .box-content-border-bottom {
  border-bottom-color: #212529;
}

/* line 5448, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-light .icon-featured {
  background-color: #FFF;
}

/* line 5452, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-light h4 {
  color: #FFF;
}

/* line 5456, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-light .box-content {
  border-top-color: #FFF;
}

/* line 5460, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-light .box-content-border-bottom {
  border-bottom-color: #FFF;
}

/* line 5464, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #0088CC;
  color: #0088CC;
}

/* line 5469, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}

/* line 5474, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2BAAB1;
  color: #2BAAB1;
}

/* line 5479, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}

/* line 5484, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}

/* line 5489, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #FFF;
  color: #FFF;
}

/* line 5494, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #0088CC;
  color: #0088CC;
}

/* line 5499, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #e36159;
  color: #e36159;
}

/* line 5504, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #2BAAB1;
  color: #2BAAB1;
}

/* line 5509, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #383f48;
  color: #383f48;
}

/* line 5514, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #212529;
  color: #212529;
}

/* line 5519, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #FFF;
  color: #FFF;
}

/* line 5524, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #0088CC;
}

/* line 5528, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}

/* line 5532, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #2BAAB1;
}

/* line 5536, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}

/* line 5540, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}

/* line 5544, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #FFF;
}

/* line 5548, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #0088CC;
}

/* line 5552, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}

/* line 5556, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #2BAAB1;
}

/* line 5560, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}

/* line 5564, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}

/* line 5568, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #FFF;
}

/* line 5572, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #0088CC;
}

/* line 5576, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #e36159;
}

/* line 5580, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #2BAAB1;
}

/* line 5584, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #383f48;
}

/* line 5588, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #212529;
}

/* line 5592, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #FFF;
}

/* line 5596, app/assets/stylesheets/main/skins/default.scss */
.featured-boxes-modern-style-primary .featured-box {
  background: #0088CC;
  background: linear-gradient(135deg, #0088CC 0%, #383f48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', endColorstr='#383f48', GradientType=1);
}

/* line 5602, app/assets/stylesheets/main/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 5608, app/assets/stylesheets/main/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 5614, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #0088CC;
}

/* line 5618, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #e36159;
}

/* line 5622, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #2BAAB1;
}

/* line 5626, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #383f48;
}

/* line 5630, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #212529;
}

/* line 5634, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #FFF;
}

/* line 5638, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #0088CC;
}

/* line 5642, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #0088CC !important;
}

/* line 5646, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #e36159;
}

/* line 5650, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #e36159 !important;
}

/* line 5654, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #2BAAB1;
}

/* line 5658, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #2BAAB1 !important;
}

/* line 5662, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #383f48;
}

/* line 5666, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #383f48 !important;
}

/* line 5670, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #212529;
}

/* line 5674, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #212529 !important;
}

/* line 5678, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #FFF;
}

/* line 5682, app/assets/stylesheets/main/skins/default.scss */
html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #FFF !important;
}

/* line 5686, app/assets/stylesheets/main/skins/default.scss */
.feature-box .feature-box-icon {
  background-color: #0088CC;
}

/* line 5690, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-primary .feature-box-icon {
  background-color: #0088CC;
}

/* line 5694, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-secondary .feature-box-icon {
  background-color: #e36159;
}

/* line 5698, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-tertiary .feature-box-icon {
  background-color: #2BAAB1;
}

/* line 5702, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-quaternary .feature-box-icon {
  background-color: #383f48;
}

/* line 5706, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-dark .feature-box-icon {
  background-color: #212529;
}

/* line 5710, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-light .feature-box-icon {
  background-color: #FFF;
}

/* line 5714, app/assets/stylesheets/main/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: #0088CC;
}

/* line 5719, app/assets/stylesheets/main/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: #0088CC;
}

/* line 5724, app/assets/stylesheets/main/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 5729, app/assets/stylesheets/main/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 5734, app/assets/stylesheets/main/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 5739, app/assets/stylesheets/main/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 5744, app/assets/stylesheets/main/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: #FFF;
}

/* line 5749, app/assets/stylesheets/main/skins/default.scss */
.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #0088CC;
}

/* line 5753, app/assets/stylesheets/main/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: #0088CC;
}

/* line 5758, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #0088CC;
}

/* line 5762, app/assets/stylesheets/main/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: #0088CC;
}

/* line 5767, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #e36159;
}

/* line 5771, app/assets/stylesheets/main/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 5776, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #2BAAB1;
}

/* line 5780, app/assets/stylesheets/main/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 5785, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #383f48;
}

/* line 5789, app/assets/stylesheets/main/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 5794, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #212529;
}

/* line 5798, app/assets/stylesheets/main/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 5803, app/assets/stylesheets/main/skins/default.scss */
html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #FFF;
}

/* line 5807, app/assets/stylesheets/main/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: #FFF;
}

/* line 5812, app/assets/stylesheets/main/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: #0088CC;
}

/* line 5817, app/assets/stylesheets/main/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: #0088CC;
}

/* line 5822, app/assets/stylesheets/main/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 5827, app/assets/stylesheets/main/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 5832, app/assets/stylesheets/main/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 5837, app/assets/stylesheets/main/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 5842, app/assets/stylesheets/main/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: #FFF;
}

/* line 5847, app/assets/stylesheets/main/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: #0088CC;
}

/* line 5852, app/assets/stylesheets/main/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: #0088CC;
}

/* line 5857, app/assets/stylesheets/main/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 5862, app/assets/stylesheets/main/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 5867, app/assets/stylesheets/main/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 5872, app/assets/stylesheets/main/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 5877, app/assets/stylesheets/main/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: #FFF;
}

/* line 5882, app/assets/stylesheets/main/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: #0088CC;
}

/* line 5887, app/assets/stylesheets/main/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 5892, app/assets/stylesheets/main/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 5897, app/assets/stylesheets/main/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 5902, app/assets/stylesheets/main/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 5907, app/assets/stylesheets/main/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: #FFF;
}

/* line 5912, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
  background-color: #006699;
}

/* line 5916, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
  background-color: #0077b3;
}

/* line 5920, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
  background-color: #0088CC;
}

/* line 5924, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
  background-color: #0099e6;
}

/* line 5928, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
  background-color: #00aaff;
}

/* line 5932, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
  background-color: #1ab2ff;
}

/* line 5936, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full .featured-box-full-primary {
  background-color: #0088CC;
  color: #FFF;
}

/* line 5941, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full .featured-box-full-secondary {
  background-color: #e36159;
  color: #FFF;
}

/* line 5946, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #2BAAB1;
  color: #FFF;
}

/* line 5951, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #383f48;
  color: #FFF;
}

/* line 5956, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full .featured-box-full-dark {
  background-color: #212529;
  color: #FFF;
}

/* line 5961, app/assets/stylesheets/main/skins/default.scss */
html .featured-boxes-full .featured-box-full-light {
  background-color: #FFF;
  color: #777;
}

/* line 5966, app/assets/stylesheets/main/skins/default.scss */
.pricing-table .most-popular {
  border-color: #0088CC;
}

/* line 5970, app/assets/stylesheets/main/skins/default.scss */
.pricing-table .most-popular h3 {
  background-color: #0088CC;
}

/* line 5974, app/assets/stylesheets/main/skins/default.scss */
.pricing-table.princig-table-flat .plan h3 {
  background-color: #0088CC;
}

/* line 5978, app/assets/stylesheets/main/skins/default.scss */
.pricing-table.princig-table-flat .plan h3 span {
  background: #0088CC;
}

/* line 5982, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.featured.featured-primary {
  border-top-color: #0088CC;
}

/* line 5986, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-primary {
  background: #0088CC;
}

/* line 5990, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.with-full-borders-primary {
  border-color: #0088CC;
}

/* line 5994, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-primary {
  background: #0088CC;
}

/* line 5998, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: #FFF;
}

/* line 6003, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.featured.featured-secondary {
  border-top-color: #e36159;
}

/* line 6007, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}

/* line 6011, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.with-full-borders-secondary {
  border-color: #e36159;
}

/* line 6015, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-secondary {
  background: #e36159;
}

/* line 6019, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: #FFF;
}

/* line 6024, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.featured.featured-tertiary {
  border-top-color: #2BAAB1;
}

/* line 6028, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-tertiary {
  background: #2BAAB1;
}

/* line 6032, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.with-full-borders-tertiary {
  border-color: #2BAAB1;
}

/* line 6036, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-tertiary {
  background: #2BAAB1;
}

/* line 6040, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: #FFF;
}

/* line 6045, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.featured.featured-quaternary {
  border-top-color: #383f48;
}

/* line 6049, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}

/* line 6053, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.with-full-borders-quaternary {
  border-color: #383f48;
}

/* line 6057, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-quaternary {
  background: #383f48;
}

/* line 6061, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: #FFF;
}

/* line 6066, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.featured.featured-dark {
  border-top-color: #212529;
}

/* line 6070, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-dark {
  background: #212529;
}

/* line 6074, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.with-full-borders-dark {
  border-color: #212529;
}

/* line 6078, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-dark {
  background: #212529;
}

/* line 6082, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: #FFF;
}

/* line 6087, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.featured.featured-light {
  border-top-color: #FFF;
}

/* line 6091, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-light {
  background: #FFF;
}

/* line 6095, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.with-full-borders-light {
  border-color: #FFF;
}

/* line 6099, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-light {
  background: #FFF;
}

/* line 6103, app/assets/stylesheets/main/skins/default.scss */
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: #777;
}

/* line 6108, app/assets/stylesheets/main/skins/default.scss */
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: #0088CC;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0088CC;
}

/* line 6114, app/assets/stylesheets/main/skins/default.scss */
ul.history li .featured-box .box-content {
  border-top-color: #0088CC;
}

/* line 6118, app/assets/stylesheets/main/skins/default.scss */
.portfolio-list .portfolio-item.portfolio-item-new:after {
  background: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}

/* line 6122, app/assets/stylesheets/main/skins/default.scss */
.recent-posts .date .month,
article.post .post-date .month {
  background-color: #0088CC;
}

/* line 6127, app/assets/stylesheets/main/skins/default.scss */
.recent-posts .date .day,
article.post .post-date .day {
  color: #0088CC;
}

/* line 6132, app/assets/stylesheets/main/skins/default.scss */
.slider .tp-bannertimer {
  background-color: #0088CC;
}

/* line 6136, app/assets/stylesheets/main/skins/default.scss */
.home-concept strong {
  color: #0088CC;
}

/* line 6140, app/assets/stylesheets/main/skins/default.scss */
html .home-intro-primary {
  background: #0088CC;
}

/* line 6144, app/assets/stylesheets/main/skins/default.scss */
html .home-intro-secondary {
  background: #e36159;
}

/* line 6148, app/assets/stylesheets/main/skins/default.scss */
html .home-intro-tertiary {
  background: #2BAAB1;
}

/* line 6152, app/assets/stylesheets/main/skins/default.scss */
html .home-intro-quaternary {
  background: #383f48;
}

/* line 6156, app/assets/stylesheets/main/skins/default.scss */
html .home-intro-dark {
  background: #212529;
}

/* line 6160, app/assets/stylesheets/main/skins/default.scss */
html .home-intro-light {
  background: #FFF;
}

/* line 6164, app/assets/stylesheets/main/skins/default.scss */
html .slide-overlay-primary .slotholder:after {
  background-color: #0088CC !important;
}

/* line 6168, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-primary {
  background: #0088CC;
}

/* line 6172, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(0, 136, 204, 0.4);
}

/* line 6176, app/assets/stylesheets/main/skins/default.scss */
html .tp-bullets.bullets-color-primary .tp-bullet:hover,
html .tp-bullets.bullets-color-primary .tp-bullet.selected {
  background: #0088CC;
}

/* line 6181, app/assets/stylesheets/main/skins/default.scss */
html .slide-overlay-secondary .slotholder:after {
  background-color: #e36159 !important;
}

/* line 6185, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-secondary {
  background: #e36159;
}

/* line 6189, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(227, 97, 89, 0.4);
}

/* line 6193, app/assets/stylesheets/main/skins/default.scss */
html .tp-bullets.bullets-color-secondary .tp-bullet:hover,
html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
  background: #e36159;
}

/* line 6198, app/assets/stylesheets/main/skins/default.scss */
html .slide-overlay-tertiary .slotholder:after {
  background-color: #2BAAB1 !important;
}

/* line 6202, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-tertiary {
  background: #2BAAB1;
}

/* line 6206, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(43, 170, 177, 0.4);
}

/* line 6210, app/assets/stylesheets/main/skins/default.scss */
html .tp-bullets.bullets-color-tertiary .tp-bullet:hover,
html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
  background: #2BAAB1;
}

/* line 6215, app/assets/stylesheets/main/skins/default.scss */
html .slide-overlay-quaternary .slotholder:after {
  background-color: #383f48 !important;
}

/* line 6219, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-quaternary {
  background: #383f48;
}

/* line 6223, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(56, 63, 72, 0.4);
}

/* line 6227, app/assets/stylesheets/main/skins/default.scss */
html .tp-bullets.bullets-color-quaternary .tp-bullet:hover,
html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
  background: #383f48;
}

/* line 6232, app/assets/stylesheets/main/skins/default.scss */
html .slide-overlay-dark .slotholder:after {
  background-color: #212529 !important;
}

/* line 6236, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-dark {
  background: #212529;
}

/* line 6240, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(33, 37, 41, 0.4);
}

/* line 6244, app/assets/stylesheets/main/skins/default.scss */
html .tp-bullets.bullets-color-dark .tp-bullet:hover,
html .tp-bullets.bullets-color-dark .tp-bullet.selected {
  background: #212529;
}

/* line 6249, app/assets/stylesheets/main/skins/default.scss */
html .slide-overlay-light .slotholder:after {
  background-color: #FFF !important;
}

/* line 6253, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-light {
  background: #FFF;
}

/* line 6257, app/assets/stylesheets/main/skins/default.scss */
html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4);
}

/* line 6261, app/assets/stylesheets/main/skins/default.scss */
html .tp-bullets.bullets-color-light .tp-bullet:hover,
html .tp-bullets.bullets-color-light .tp-bullet.selected {
  background: #FFF;
}

/* line 6266, app/assets/stylesheets/main/skins/default.scss */
html .slide-overlay.slide-overlay-gradient .slotholder:after {
  background-color: #2BAAB1 !important;
  background-image: linear-gradient(to right, #2BAAB1 0%, #383f48 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1', endColorstr='#383f48', GradientType=1);
}

/* line 6272, app/assets/stylesheets/main/skins/default.scss */
.cd-product-viewer-handle .handle {
  background: #0088CC;
}

/* line 6276, app/assets/stylesheets/main/skins/default.scss */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  background-color: #0088CC;
  border-color: #0088CC #0088CC #006699;
  color: #fff;
}

/* line 6283, app/assets/stylesheets/main/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: #00a1f2;
  border-color: #00aaff #00aaff #0088CC;
  color: #fff;
}

/* line 6292, app/assets/stylesheets/main/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 {
  background-color: #006ea6;
  border-color: #006699 #006699 #004466;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

/* line 6302, app/assets/stylesheets/main/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: #0088CC;
  border-color: #0088CC #0088CC #006699;
}

/* line 6310, app/assets/stylesheets/main/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 6319, app/assets/stylesheets/main/skins/default.scss */
.tparrows.arrows-primary:before {
  color: #0088CC;
}

/* line 6323, app/assets/stylesheets/main/skins/default.scss */
.shop .products .product .onsale {
  background-color: #0088CC;
  border-bottom-color: #006da3;
}

/* line 6328, app/assets/stylesheets/main/skins/default.scss */
.shop .cart-totals tr.total .amount {
  color: #0088CC;
}

/* line 6332, app/assets/stylesheets/main/skins/default.scss */
.shop .products .product .quick-view {
  background: rgba(0, 136, 204, 0.7);
}

/* line 6336, app/assets/stylesheets/main/skins/default.scss */
.shop .products .product:hover .quick-view:hover {
  background: #0088CC;
}

/* line 6340, app/assets/stylesheets/main/skins/default.scss */
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
  color: #FFF;
  background: #0088CC;
}

/* line 6345, app/assets/stylesheets/main/skins/default.scss */
.product .product-thumb-info .countdown-offer-wrapper {
  background: #0088CC;
}

/* line 6349, app/assets/stylesheets/main/skins/default.scss */
#footer .footer-ribbon {
  background: #0088CC;
}

/* line 6353, app/assets/stylesheets/main/skins/default.scss */
#footer .footer-ribbon:before {
  border-right-color: #005580;
  border-left-color: #005580;
}

/* line 6358, app/assets/stylesheets/main/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
  color: #0088CC !important;
}

/* line 6362, app/assets/stylesheets/main/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
  background: #0088CC !important;
}

/* line 6366, app/assets/stylesheets/main/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
  color: #0088CC !important;
}

/* line 6370, app/assets/stylesheets/main/skins/default.scss */
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
  background: #0088CC !important;
}

/* line 6374, app/assets/stylesheets/main/skins/default.scss */
.scrollable.colored-slider .scrollable-slider {
  background: #0088CC;
}

/* line 6378, app/assets/stylesheets/main/skins/default.scss */
.sample-icon-list .sample-icon a:hover {
  background-color: #0088CC;
}

/* line 6382, app/assets/stylesheets/main/skins/default.scss */
.cursor-inner {
  background-color: #0088CC;
}

/* line 6386, app/assets/stylesheets/main/skins/default.scss */
.cursor-inner.cursor-inner-plus:before {
  color: #0088CC;
}

/* line 6390, app/assets/stylesheets/main/skins/default.scss */
.cursor-outer {
  border-color: #0088CC;
}

/* line 6394, app/assets/stylesheets/main/skins/default.scss */
.cssload-thecube .cssload-cube:before {
  background-color: #0088CC;
}

/* line 6398, app/assets/stylesheets/main/skins/default.scss */
.cssload-cube-progress {
  border-color: #0088CC;
}

/* line 6402, app/assets/stylesheets/main/skins/default.scss */
.cssload-cube-progress-inner {
  background-color: #0088CC;
}

/* line 6406, app/assets/stylesheets/main/skins/default.scss */
.cssload-float-rings-inner.cssload-one {
  border-bottom-color: #0088CC;
}

/* line 6410, app/assets/stylesheets/main/skins/default.scss */
.cssload-float-rings-inner.cssload-two {
  border-right-color: #0088CC;
}

/* line 6414, app/assets/stylesheets/main/skins/default.scss */
.cssload-float-rings-inner.cssload-three {
  border-top-color: #0088CC;
}

/* line 6418, app/assets/stylesheets/main/skins/default.scss */
.cssload-float-bars-loading,
.cssload-float-bars-loading:after,
.cssload-float-bars-loading:before {
  background: #0088CC;
}

/* line 6424, app/assets/stylesheets/main/skins/default.scss */
.cssload-speeding-wheel {
  border-top-color: #0088CC;
  border-bottom-color: #0088CC;
}

/* line 6429, app/assets/stylesheets/main/skins/default.scss */
.cssload-zenith {
  box-shadow: 3px 3px 1px #0088CC;
}

/* line 6433, app/assets/stylesheets/main/skins/default.scss */
.cssload-spinning-square-loading {
  background: #0088CC;
}

/* line 6437, app/assets/stylesheets/main/skins/default.scss */
.cssload-spinning-square-loading:before {
  background: #e36159;
}

/* line 6441, app/assets/stylesheets/main/skins/default.scss */
.cssload-spinning-square-loading:after {
  background: #FFF;
}

/* line 6445, app/assets/stylesheets/main/skins/default.scss */
.cssload-pulse-loader {
  background: #0088CC;
}

/* line 6449, app/assets/stylesheets/main/skins/default.scss */
.map-rounded-pin {
  background: #0088CC;
}

/* line 6453, app/assets/stylesheets/main/skins/default.scss */
html.boxed .body {
  border-top-color: #0088CC;
}

/* line 1, app/assets/stylesheets/main/custom.scss */
.title-box {
  min-height: 60px !important;
  height: 60px !important;
  max-height: 60px !important;
  display: flex;
  direction: flex-row;
  align-items: center;
  justify-content: center;
}

/* line 10, app/assets/stylesheets/main/custom.scss */
.text-camel {
  text-transform: none !important;
}

/* line 15, app/assets/stylesheets/main/custom.scss */
.bg-darkgreen {
  background-color: #436613 !important;
}

/* line 19, app/assets/stylesheets/main/custom.scss */
.post-content-rl {
  min-height: 220px !important;
  height: 220px !important;
  max-height: 220px !important;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/main/custom.scss */
.bg-light-rl {
  background-color: #fafafa !important;
}

/* line 29, app/assets/stylesheets/main/custom.scss */
.menu-rl {
  color: #00823B !important;
}

/* line 33, app/assets/stylesheets/main/custom.scss */
#mainNav a:hover {
  color: #436613 !important;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 9999994;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-original-input-container {
  position: relative;
  display: inline-flex;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-original-input-container input {
  margin: 0 !important;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-original-input-container .sp-add-on {
  width: 40px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
input.spectrum.with-add-on {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-original-input-container .sp-add-on .sp-colorize {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-colorize-container {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23ccc' fill-opacity='1'%3E%3Crect x='0' y='0' width='6' height='6' /%3E%3Crect x='6' y='6' width='6' height='6' /%3E%3C/svg%3E");
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container.sp-flat {
  position: relative;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container, .sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20px !important;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 100%;
  left: initial !important;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-clear-enabled .sp-hue {
  top: 15%;
  height: 85%;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-fill {
  padding-top: 80%;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-alpha-enabled .sp-top {
  margin-bottom: 28px !important;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-alpha-enabled .sp-alpha {
  display: block;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-alpha-handle {
  position: absolute;
  top: -3px;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  margin-right: 5px;
  left: -2px;
  right: 0;
  background: #f9f9f9;
  box-shadow: 0 0 2px 0 #3a3a3a;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  height: 10px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-alpha-inner {
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-clear {
  display: none;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-clear.sp-clear-display {
  background-position: center;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  left: initial;
  height: 14px;
  width: 14px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-alpha, .sp-alpha-handle, .sp-clear, .sp-container, .sp-container button, .sp-container.sp-dragging .sp-input, .sp-dragger, .sp-preview, .sp-replacer, .sp-slider {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette-only .sp-picker-container {
  display: none;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette-disabled .sp-palette-container {
  display: none;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-initial-disabled .sp-initial {
  display: none;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-val {
  border-radius: 4px;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-hue {
  background: -moz-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: -ms-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: -o-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0.17, #ff0), color-stop(0.33, #0f0), color-stop(0.5, #0ff), color-stop(0.67, #00f), color-stop(0.83, #f0f), to(red));
  background: -webkit-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-1 {
  height: 17%;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-2 {
  height: 16%;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-3 {
  height: 17%;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-4 {
  height: 17%;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-5 {
  height: 16%;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-6 {
  height: 17%;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-hidden {
  display: none !important;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-cf:after, .sp-cf:before {
  content: "";
  display: table;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-cf:after {
  clear: both;
}

@media (max-device-width: 480px) {
  /* line 1, app/assets/stylesheets/spectrum.min.css */
  .sp-color {
    right: 40%;
  }
  /* line 1, app/assets/stylesheets/spectrum.min.css */
  .sp-hue {
    left: 63%;
  }
  /* line 1, app/assets/stylesheets/spectrum.min.css */
  .sp-fill {
    padding-top: 60%;
  }
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-dragger {
  border-radius: 5px;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 3px;
  margin-top: 3px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  left: -2px;
  background: #f9f9f9;
  box-shadow: 0 0 2px 0 #3a3a3a;
  margin-top: 8px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container {
  display: inline-flex;
  border-radius: 0;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  color: #000;
  box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-clear, .sp-color, .sp-container, .sp-container button, .sp-container input, .sp-hue {
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-top {
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-clear, .sp-color, .sp-hue, .sp-sat, .sp-val {
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-input-container {
  margin-top: -5px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-button-container.sp-cf, .sp-initial.sp-thumb.sp-cf, .sp-input-container.sp-cf {
  height: 25px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-picker-container .sp-cf {
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette-row-initial > span:first-child {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-initial-disabled .sp-input-container {
  width: 100%;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-input {
  padding: 0 5px !important;
  margin: 0;
  width: 100%;
  box-shadow: none !important;
  height: 100% !important;
  background: 0 0;
  color: #3a3a3a;
  border-radius: 2px !important;
  border: 1px solid #e0e0e0 !important;
  text-align: center;
  font-family: monospace;
  font-size: inherit !important;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-input:focus {
  border: 1px solid orange;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette-container, .sp-picker-container {
  position: relative;
  padding: 10px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-picker-container {
  width: 200px;
  padding-bottom: 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette-only .sp-palette-container {
  border: 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette .sp-thumb-el.sp-thumb-active, .sp-palette .sp-thumb-el:hover {
  border-color: orange;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-thumb-el {
  position: relative;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-initial {
  float: left;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-initial .spe-thumb-el.sp-thumb-active {
  border-radius: 0 5px 5px 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-initial .spe-thumb-el {
  border-radius: 5px 0 0 5px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-initial .sp-clear-display {
  background-position: center;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-button-container {
  float: right;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette-button-container {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-replacer {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #aaa;
  color: #666;
  transition: border-color .3s;
  vertical-align: middle;
  width: 3rem;
  height: 1.5rem;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-replacer.sp-active, .sp-replacer:hover {
  border: 1px solid #666;
  color: #000;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-dd {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 2px;
  line-height: 1.6rem;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-preview {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-preview-inner {
  transition: background-color .2s;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-preview-inner.sp-clear-display {
  display: none;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 3px;
  border: none;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container button {
  border-radius: 3px;
  border: none;
  background: 0 0;
  line-height: 1;
  padding: 0 8px;
  height: 25px;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #606c72;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container button.sp-choose {
  background-color: #3cab3b;
  color: #fff;
  margin-left: 5px;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container button:hover {
  opacity: .8;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-container button.sp-palette-toggle {
  width: 100%;
  background-color: #f3f3f3;
  margin: 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette span.sp-thumb-active, .sp-palette span:hover {
  border-color: #000;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-alpha, .sp-preview, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23ccc' fill-opacity='1'%3E%3Crect x='0' y='0' width='6' height='6' /%3E%3Crect x='6' y='6' width='6' height='6' /%3E%3C/svg%3E");
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-alpha-inner, .sp-preview-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette .sp-thumb-inner {
  border-radius: 3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M9 16.172l10.594-10.594 1.406 1.406-12 12-5.578-5.578 1.406-1.406z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M9 16.172l10.594-10.594 1.406 1.406-12 12-5.578-5.578 1.406-1.406z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}

/* line 1, app/assets/stylesheets/spectrum.min.css */
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='14' height='14'%3E%3Cpath d='M12 20.016q3.281 0 5.648-2.367t2.367-5.648q0-2.672-1.734-4.922l-11.203 11.203q2.25 1.734 4.922 1.734zM3.984 12q0 2.672 1.734 4.922l11.203-11.203q-2.25-1.734-4.922-1.734-3.281 0-5.648 2.367t-2.367 5.648zM12 2.016q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055-7.055 2.93-7.055-2.93-2.93-7.055 2.93-7.055 7.055-2.93z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}

/* line 1, app/assets/stylesheets/runoland/_devs.scss */
.devs-resolution {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

/* line 9, app/assets/stylesheets/runoland/_vars.scss */
.text-size-em-1 {
  font-size: 0.1em !important;
}

/* line 12, app/assets/stylesheets/runoland/_vars.scss */
.text-size-em-9 {
  font-size: 0.9em !important;
}

/* line 4, app/assets/stylesheets/runoland/_fonts.scss */
.dosis {
  font-family: 'Dosis', sans-serif;
}

/* line 8, app/assets/stylesheets/runoland/_fonts.scss */
.text-7 {
  font-size: 1.5em;
}

/* line 3, app/assets/stylesheets/runoland/_colors.scss */
.rl-bg-btn-red {
  background-color: #ff7f7f !important;
}

/* line 6, app/assets/stylesheets/runoland/_colors.scss */
.rl-bg-btn-frozen {
  background-color: #ccddff !important;
  color: black;
}

/* line 10, app/assets/stylesheets/runoland/_colors.scss */
.rl-bg-btn-brown {
  background-color: #ffd588 !important;
  color: #55462d;
}

/* line 16, app/assets/stylesheets/runoland/_colors.scss */
.rl-gold-green-text {
  color: #616A29;
}

/* line 19, app/assets/stylesheets/runoland/_colors.scss */
.rl-gold-green-bg {
  background-color: #616A29 !important;
}

/* line 23, app/assets/stylesheets/runoland/_colors.scss */
.rl-dark-green-text {
  color: #00823B;
}

/* line 26, app/assets/stylesheets/runoland/_colors.scss */
.rl-dark-green-bg {
  background-color: #00823B;
}

/* line 29, app/assets/stylesheets/runoland/_colors.scss */
.rl-white {
  color: white !important;
}

/* line 32, app/assets/stylesheets/runoland/_colors.scss */
.rl-green-green-bg {
  background-color: #436613 !important;
}

/* line 35, app/assets/stylesheets/runoland/_colors.scss */
.rl-green-green-text {
  color: #436613 !important;
}

/* line 52, app/assets/stylesheets/runoland/_colors.scss */
.hr-light {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 56, app/assets/stylesheets/runoland/_colors.scss */
.rl-dark-yellow {
  color: #887448;
}

/* line 65, app/assets/stylesheets/runoland/_colors.scss */
.rl-group-bg-1 {
  background-color: #EA95BF;
}

/* line 65, app/assets/stylesheets/runoland/_colors.scss */
.rl-group-bg-2 {
  background-color: #FFE18B;
}

/* line 65, app/assets/stylesheets/runoland/_colors.scss */
.rl-group-bg-3 {
  background-color: #FDBA73;
}

/* line 65, app/assets/stylesheets/runoland/_colors.scss */
.rl-group-bg-4 {
  background-color: #83C466;
}

/* line 65, app/assets/stylesheets/runoland/_colors.scss */
.rl-group-bg-5 {
  background-color: #E6F0F0;
}

/* line 65, app/assets/stylesheets/runoland/_colors.scss */
.rl-group-bg-6 {
  background-color: #D8DDFE;
}

/* line 65, app/assets/stylesheets/runoland/_colors.scss */
.rl-group-bg-7 {
  background-color: #D7CFF6;
}

/* line 70, app/assets/stylesheets/runoland/_colors.scss */
.rl-group {
  position: relative;
}

/* line 74, app/assets/stylesheets/runoland/_colors.scss */
.rl-group .all-products-wrapper {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10vw;
  bottom: 0;
  width: 5vw;
  padding: 5px 20px;
  border: 1px solid black;
  background: white;
  color: black;
  z-index: 99999;
}

/* line 89, app/assets/stylesheets/runoland/_colors.scss */
.rl-group .change-serie-box {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  border: 1px solid black;
  background: white;
  color: black;
  z-index: 99999;
}

/* line 100, app/assets/stylesheets/runoland/_colors.scss */
.rl-group .owl-next, .rl-group .owl-prev {
  background-color: #121212 !important;
  font-size: 2em;
  padding: 2em;
}

/* line 104, app/assets/stylesheets/runoland/_colors.scss */
.rl-group .owl-next:hover, .rl-group .owl-prev:hover {
  background-color: #323232 !important;
}

/* line 109, app/assets/stylesheets/runoland/_colors.scss */
.rl-group .title-group {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
}

/* line 118, app/assets/stylesheets/runoland/_colors.scss */
.rl-group .title-group p {
  width: 100%;
  font-size: 16.5em;
  line-height: 1.1em;
  font-weight: bold;
}

/* line 127, app/assets/stylesheets/runoland/_colors.scss */
.rl-group.rl-group-bg-1 .title-group p {
  color: #ffd6eb;
}

/* line 132, app/assets/stylesheets/runoland/_colors.scss */
.rl-group.rl-group-bg-2 .title-group p {
  color: #fff6da;
}

/* line 137, app/assets/stylesheets/runoland/_colors.scss */
.rl-group.rl-group-bg-3 .title-group p {
  text-align: center;
  color: #ffe1c1;
  font-size: 13.5em;
}

/* line 144, app/assets/stylesheets/runoland/_colors.scss */
.rl-group.rl-group-bg-4 .title-group p {
  text-align: center;
  color: #acff86;
}

/* line 151, app/assets/stylesheets/runoland/_colors.scss */
.rl-group .info-product {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  font-weight: bold;
  font-family: "Dosis";
  font-size: 3em;
  color: black;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}

/* line 171, app/assets/stylesheets/runoland/_colors.scss */
.bg-pr-yellow {
  background-color: #fff1c4 !important;
}

/* line 174, app/assets/stylesheets/runoland/_colors.scss */
.bg-pr-blue {
  background-color: #d1dfff !important;
}

/* line 178, app/assets/stylesheets/runoland/_colors.scss */
.rl-bg-yellow {
  background-color: #fbd685 !important;
}

/* line 182, app/assets/stylesheets/runoland/_colors.scss */
.rl-bg-blue {
  background-color: #d5eaff !important;
}

/* line 185, app/assets/stylesheets/runoland/_colors.scss */
.rl-bg-blue2 {
  background-color: #4AA1FF !important;
}

/* line 189, app/assets/stylesheets/runoland/_colors.scss */
.rl-bg-pink {
  background-color: #e2899f !important;
}

/* line 193, app/assets/stylesheets/runoland/_colors.scss */
.btn-elip {
  padding: 1em 1em !important;
  border-radius: 3em;
  font-size: 1.6em !important;
}

/* line 198, app/assets/stylesheets/runoland/_colors.scss */
.btn-elip:hover.rl-group-bg-1 {
  background-color: #a5baa7;
}

/* line 201, app/assets/stylesheets/runoland/_colors.scss */
.btn-elip:hover.rl-group-bg-2 {
  background-color: #d1bcb4;
}

/* line 204, app/assets/stylesheets/runoland/_colors.scss */
.btn-elip:hover.rl-group-bg-3 {
  background-color: #a7b8c8;
}

/* line 207, app/assets/stylesheets/runoland/_colors.scss */
.btn-elip:hover.rl-group-bg-4 {
  background-color: #d3c097;
}

/* line 212, app/assets/stylesheets/runoland/_colors.scss */
.sentence-elip {
  padding: 1em 1em !important;
  border-radius: 2em;
  background: white;
  color: black;
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #a7a4a1;
  cursor: pointer;
}

/* line 222, app/assets/stylesheets/runoland/_colors.scss */
.sentence-elip:hover {
  text-decoration: none;
}

/* line 226, app/assets/stylesheets/runoland/_colors.scss */
.sentence-elip-reverse {
  padding: 0.5em 0.5em !important;
  border-radius: 2em;
  background: black;
  color: white !important;
  font-size: 0.6em;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #000;
  cursor: pointer;
}

/* line 236, app/assets/stylesheets/runoland/_colors.scss */
.sentence-elip-reverse:hover {
  text-decoration: none;
}

/* line 243, app/assets/stylesheets/runoland/_colors.scss */
g#countries path {
  fill: #eeeeee;
  stroke: white;
}

/* line 246, app/assets/stylesheets/runoland/_colors.scss */
g#countries path.selected {
  fill: #fbd685;
}

/* line 248, app/assets/stylesheets/runoland/_colors.scss */
g#countries path.selected:hover {
  fill: #fbc349;
}

/* line 258, app/assets/stylesheets/runoland/_colors.scss */
.nutritrow.even {
  background: rgba(255, 255, 255, 0.18);
}

/* line 2, app/assets/stylesheets/runoland/_buttons.scss */
.btn-hover-danger:hover {
  color: #dc3545 !important;
}

/* line 7, app/assets/stylesheets/runoland/_buttons.scss */
.btn-hover-success:hover {
  color: #28a745 !important;
}

/* line 12, app/assets/stylesheets/runoland/_buttons.scss */
.btn-hover-warning:hover {
  color: #ffc107 !important;
}

/* line 17, app/assets/stylesheets/runoland/_buttons.scss */
.btn-hover-primary:hover {
  color: #007bff !important;
}

/* line 1, app/assets/stylesheets/runoland/_sections.scss */
.img-hfluid {
  height: 100%;
  max-height: 100%;
  width: auto !important;
}

/* line 7, app/assets/stylesheets/runoland/_sections.scss */
.counters strong {
  color: #424242;
  font-size: 3em !important;
}

/* line 11, app/assets/stylesheets/runoland/_sections.scss */
.counters label {
  margin-top: 1em;
}

/* line 20, app/assets/stylesheets/runoland/_sections.scss */
#sections-counters .counters .circular-bar .circular-bar-chart strong {
  color: #424242;
  font-size: 20px !important;
}

/* line 28, app/assets/stylesheets/runoland/_sections.scss */
.text-green-runoland {
  color: #436613;
}

/* line 32, app/assets/stylesheets/runoland/_sections.scss */
#section-boxes .card-title, #section-boxes .title-box {
  margin-top: -20px;
  font-family: 'Dosis', sans-serif;
  font-weight: 100;
  font-size: 1.9em !important;
  min-height: 80px !important;
  height: 80px !important;
  max-height: 80px !important;
  display: flex;
  direction: flex-row;
  align-items: center;
  justify-content: center;
  color: #436613;
}

/* line 46, app/assets/stylesheets/runoland/_sections.scss */
#section-boxes .card-text {
  padding-left: 2em;
  padding-right: 2em;
}

/* line 50, app/assets/stylesheets/runoland/_sections.scss */
#section-boxes .boxes-btn {
  padding: 0.5em 2em;
}

/* line 75, app/assets/stylesheets/runoland/_sections.scss */
::selection {
  color: #FFF;
  background: #436613 !important;
}

/* line 85, app/assets/stylesheets/runoland/_sections.scss */
#section-news article h4 a {
  color: #436613;
}

/* line 87, app/assets/stylesheets/runoland/_sections.scss */
#section-news article h4 a:hover {
  color: #2b2b2b;
}

/* line 93, app/assets/stylesheets/runoland/_sections.scss */
#section-counters .counter-title {
  font-size: 1.4em;
}

/* line 98, app/assets/stylesheets/runoland/_sections.scss */
#services {
  position: relative;
}

/* line 101, app/assets/stylesheets/runoland/_sections.scss */
#services .bgr {
  position: absolute;
}

/* line 103, app/assets/stylesheets/runoland/_sections.scss */
#services .bgr.bgr1 {
  top: 30px;
  left: 80px;
}

/* line 107, app/assets/stylesheets/runoland/_sections.scss */
#services .bgr.bgr2 {
  bottom: 30px;
  right: 80px;
}

/* line 113, app/assets/stylesheets/runoland/_sections.scss */
#section-footer {
  position: relative;
}

/* line 116, app/assets/stylesheets/runoland/_sections.scss */
#section-footer .bgr {
  position: absolute;
}

/* line 118, app/assets/stylesheets/runoland/_sections.scss */
#section-footer .bgr.bgr1 {
  top: 10px;
  left: 80px;
}

/* line 122, app/assets/stylesheets/runoland/_sections.scss */
#section-footer .bgr.bgr5 {
  bottom: 30px;
  right: 80px;
}

/* line 137, app/assets/stylesheets/runoland/_sections.scss */
.product-att .product-att-opt {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

/* line 142, app/assets/stylesheets/runoland/_sections.scss */
.product-att .product-att-opt .product-att-name {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

/* line 147, app/assets/stylesheets/runoland/_sections.scss */
.product-att .product-att-opt .product-att-value {
  color: black;
  height: 30px;
  min-height: 32px;
  max-height: 32px;
}

/* line 153, app/assets/stylesheets/runoland/_sections.scss */
.product-att .product-att-opt .product-att-triangle {
  z-index: 3;
  margin-left: 0px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid;
  border-bottom: 15px solid transparent;
}

/* line 163, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-brown {
  background: #AC9A91;
}

/* line 165, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-brown .product-att-name {
  background: #663527;
  color: white;
}

/* line 169, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-brown .product-att-triangle {
  border-left-color: #663527;
}

/* line 172, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-brown .product-att-value {
  color: black;
}

/* line 176, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-bord {
  background: #E4BBBC;
}

/* line 178, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-bord .product-att-name {
  background: #881214;
  color: white;
}

/* line 182, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-bord .product-att-triangle {
  border-left-color: #881214;
}

/* line 185, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-bord .product-att-value {
  color: black;
}

/* line 190, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-yellow {
  background: #D1C6A8;
}

/* line 192, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-yellow .product-att-name {
  background: #C59A2C;
  color: white;
}

/* line 196, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-yellow .product-att-triangle {
  border-left-color: #C59A2C;
}

/* line 199, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-yellow .product-att-value {
  color: black;
}

/* line 203, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-violet {
  background: #C9B4E9;
}

/* line 205, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-violet .product-att-name {
  background: #45176D;
  color: white;
}

/* line 209, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-violet .product-att-triangle {
  border-left-color: #45176D;
}

/* line 212, app/assets/stylesheets/runoland/_sections.scss */
.product-att.prduct-att-violet .product-att-value {
  color: black;
}

/* line 224, app/assets/stylesheets/runoland/_sections.scss */
.rotate-img {
  transition: all 1.5s ease;
}

/* line 226, app/assets/stylesheets/runoland/_sections.scss */
.rotate-img:hover {
  -webkit-transform: rotate(15deg) scale(1.1);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: rotate(15deg) scale(1.1);
  /* Fx 3.5-15 */
  -ms-transform: rotate(15deg) scale(1.1);
  /* IE 9 */
  -o-transform: rotate(15deg) scale(1.1);
  /* Op 10.5-12 */
  transform: rotate(15deg) scale(1.1);
  /* Fx 16+, IE 10+ */
}

/* line 234, app/assets/stylesheets/runoland/_sections.scss */
.product-group {
  transition: all 1.5s ease;
}

/* line 236, app/assets/stylesheets/runoland/_sections.scss */
.product-group .product-group-image {
  overflow: hidden;
}

/* line 239, app/assets/stylesheets/runoland/_sections.scss */
.product-group:hover {
  text-decoration: none;
}

/* line 241, app/assets/stylesheets/runoland/_sections.scss */
.product-group:hover .product-group-image {
  transition: all 0.5s ease;
  opacity: 0.6;
}

/* line 246, app/assets/stylesheets/runoland/_sections.scss */
.product-group:hover .product-group-title h4 {
  color: #436613 !important;
}

/* line 254, app/assets/stylesheets/runoland/_sections.scss */
.product .product-image {
  overflow: hidden;
}

/* line 257, app/assets/stylesheets/runoland/_sections.scss */
.product .product-title {
  font-size: 1.2em;
  font-weight: bold;
  min-height: 3em;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
  line-height: 1.2em;
  font-family: 'PT Sans Narrow', sans-serif;
  max-width: 100%;
}

/* line 270, app/assets/stylesheets/runoland/_sections.scss */
.pt-narrow {
  font-family: 'PT Sans Narrow', sans-serif;
}

/* line 277, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-light .footer-light-address {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 282, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-light .footer-light-address li {
  color: #121212;
  font-size: 0.9em;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}

/* line 293, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-light .footer-light-address li i {
  display: inline-block;
  margin-right: 1em;
}

/* line 297, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-light .footer-light-address li a {
  text-decoration: none;
  color: #3b0002;
}

/* line 301, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-light .footer-light-address li.head {
  font-size: 1.3em;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  padding-bottom: 0.2em;
}

/* line 306, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-light .footer-light-address li.head small {
  padding-left: 0.5em;
}

/* line 310, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-light .footer-light-address li.info {
  padding-left: 0em;
}

/* line 322, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-menu ul.list li a {
  color: white;
}

/* line 324, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-menu ul.list li a:hover {
  text-decoration: none;
  color: #121212;
}

/* line 332, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-menu #menu-footer {
  list-style: none;
}

/* line 334, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-menu #menu-footer li {
  display: inline-block;
  margin: 5px 1em;
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-left: 1px dotted rgba(255, 255, 255, 0.3);
}

/* line 341, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-menu #menu-footer li.first {
  border-left: 0px none !important;
}

/* line 345, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-menu #menu-footer li:first-of-type {
  border-left: 0px  none !important;
}

/* line 348, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-menu #menu-footer li a {
  font-family: "Dosis", sans-serif;
  font-size: 1.5em;
  color: white;
}

@media (max-width: 575.98px) {
  /* line 332, app/assets/stylesheets/runoland/_sections.scss */
  #section-footer-menu #menu-footer {
    text-align: center;
  }
  /* line 356, app/assets/stylesheets/runoland/_sections.scss */
  #section-footer-menu #menu-footer li {
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    border-left: 0px none !important;
    padding: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    margin-bottom: 0.9em;
  }
}

/* line 371, app/assets/stylesheets/runoland/_sections.scss */
.title-green-circle {
  background: #436613;
  border-radius: 40px;
  display: inline;
  padding: 0.3em 1em;
  color: white;
  font-family: "Poppins","Open sans", sans-serif;
}

/* line 381, app/assets/stylesheets/runoland/_sections.scss */
.section-h-wrapper {
  position: relative;
}

/* line 383, app/assets/stylesheets/runoland/_sections.scss */
.section-h-wrapper .section-h-arrows {
  position: fixed;
  top: 0;
  right: 50px;
  min-height: 100vh;
  z-index: 3;
}

/* line 391, app/assets/stylesheets/runoland/_sections.scss */
.section-h-wrapper .section-h {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  height: 100vh;
  background: #ffe6e6;
}

/* line 397, app/assets/stylesheets/runoland/_sections.scss */
.section-h-wrapper .section-h p, .section-h-wrapper .section-h h3 {
  color: black !important;
}

/* line 400, app/assets/stylesheets/runoland/_sections.scss */
.section-h-wrapper .section-h h3 {
  font-weight: bold;
}

/* line 406, app/assets/stylesheets/runoland/_sections.scss */
#section-footer-top {
  padding: 0;
  margin: 0;
  height: 130px;
  background-image: url(/assets/rl/stopka600-dd56730fe218d59b8896a3467351334832fb7e7db593cc76e4701c7bfe134bad.png);
}

/* line 414, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box {
  width: 100%;
  height: auto;
  min-height: 200px;
}

/* line 418, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper {
  cursor: pointer;
  transition: all 0.4s ease;
  border: 3px solid #ffffff;
  width: 12vw;
  height: 12vw;
  background-color: RGBA(252, 102, 32, 1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
}

@media (max-width: 575.98px) {
  /* line 418, app/assets/stylesheets/runoland/_sections.scss */
  .certificate-box .certificate-wrapper {
    width: 52vw;
    height: 52vw;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 418, app/assets/stylesheets/runoland/_sections.scss */
  .certificate-box .certificate-wrapper {
    width: 32vw;
    height: 32vw;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 418, app/assets/stylesheets/runoland/_sections.scss */
  .certificate-box .certificate-wrapper {
    width: 32vw;
    height: 32vw;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 418, app/assets/stylesheets/runoland/_sections.scss */
  .certificate-box .certificate-wrapper {
    width: 25vw;
    height: 25vw;
  }
}

@media (min-width: 1200px) {
  /* line 418, app/assets/stylesheets/runoland/_sections.scss */
  .certificate-box .certificate-wrapper {
    width: 12vw;
    height: 12vw;
  }
}

@media (min-width: 1200px) {
  /* line 451, app/assets/stylesheets/runoland/_sections.scss */
  .certificate-box .certificate-wrapper.small {
    width: 9vw;
    height: 9vw;
  }
}

/* line 459, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper:hover {
  transform: scale(1.1);
}

/* line 462, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-1 {
  background-image: url(/assets/rl/cert1-49a175a68ec56d3208a68e406ce56b992ebba365005d4ad700c2ee294878e17e.png);
}

/* line 465, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-2 {
  background-image: url(/assets/rl/cert2-3fb903ae89c2ee564c03c270702b312826dcc2920eafed00ae8efa1beb2316a2.png);
}

/* line 468, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-3 {
  background-image: url(/assets/rl/cert3-b2f902148890e5cdeb1c7178bfc8bfa9aa80871e09552d9586236de797d3c94f.png);
}

/* line 471, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-4 {
  background-image: url(/assets/rl/cert4-a0a65107d80e0b83ee4e012fd8934b9736e3b4580285d43289d6602210ae729c.png);
  border: 3px solid #f2f2f2;
}

/* line 475, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-5 {
  background-image: url(/assets/rl/cert5-945a0453e17e2c34786f6e6f406820d8f410404ee36261d997d501c0f89fdd12.png);
}

/* line 478, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-6 {
  background-image: url(/assets/rl/cert6-a1d5f6f804f7d4b8ff491310222b8c4eef844bc5494038479f3f6fca55effdbd.png);
}

/* line 481, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-10 {
  background-image: url(/assets/rl/cir1-305bd89ad15d86da2e8570fe171b5859f05b6aec602dd594b52f1248b5d675b4.jpg);
}

/* line 484, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-99 {
  background-image: url(/assets/rl/cir99-530a785acb3faacff8f68d46cbb1bfaf5c32cbdd6b25bb4c67d0de1ef278138e.jpg);
}

/* line 487, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-100 {
  background-image: url(/assets/rl/cir100-d7d06f60e9055229cc9e9ddd53cd289b5ab0de798e2d1709e81cdc25c1608315.jpg);
}

/* line 490, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.cert-11 {
  background-image: url(/assets/rl/cir2-a993b0781c43614c4ce041b82b59970459a76ad33b85d8e5aef4f3307ff95ebf.jpg);
}

/* line 493, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.ciratt-0 {
  background-image: url(/assets/rl/ciratt1-9ca838f47af1225f6b2b6ffa93e1ef1d1c36610cf81f8c88ab03c796649936fe.jpg);
}

/* line 496, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.ciratt-1 {
  background-image: url(/assets/rl/ciratt0-92e853c9e3cbff2921d486a81877b3286210e301174b5dbcb453d89af2be0caf.jpg);
}

/* line 499, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.off2-1 {
  background-image: url(/assets/rl/swapbox-organic-4fa21b65bb76481890954cd3c833338358aebeaec8d60e1b6cc47863b6e42a27.jpg);
  background-position: 30% 70%;
}

/* line 503, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.off2-2 {
  background-image: url(/assets/rl/swapbox-traditional-1bef7ff1650f89587f8c279624c16cd0c219c69564bb7d797dd1737f54c513de.jpg);
}

/* line 506, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.off2-3 {
  background-image: url(/assets/rl/swapbox-frozen-aa341771960f751bfe7925306c612840d6414b577c39b95c3f55f9cd8241db4e.jpg);
}

/* line 509, app/assets/stylesheets/runoland/_sections.scss */
.certificate-box .certificate-wrapper.off2-4 {
  background-image: url(/assets/rl/swapbox-fillings-c643ac6d5f9bb1fa23a6961aad889e2358b3f8c5ead5cef25117f5e202b6b11a.jpg);
}

/* line 518, app/assets/stylesheets/runoland/_sections.scss */
.certificate-title {
  color: black;
  font-size: 1.3em;
  text-align: center;
}

/* line 527, app/assets/stylesheets/runoland/_sections.scss */
.ifoot-title {
  font-size: 0.9em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 3px;
  border-bottom: 1px solid #b9cbdd !important;
}

/* line 533, app/assets/stylesheets/runoland/_sections.scss */
.ifoot-title > h4 {
  color: #39587e !important;
}

/* line 535, app/assets/stylesheets/runoland/_sections.scss */
.ifoot-info {
  line-height: 1.1em;
  font-family: "Open Sans", sans-serif;
}

/* line 538, app/assets/stylesheets/runoland/_sections.scss */
.ifoot-info > a, .ifoot-info > i {
  font-size: 0.89em !important;
  color: #2b2b2b;
}

/* line 542, app/assets/stylesheets/runoland/_sections.scss */
.ifoot-info > i {
  padding-right: 0.5em;
}

/* line 547, app/assets/stylesheets/runoland/_sections.scss */
a.circ:hover {
  text-decoration: none;
}

/* line 549, app/assets/stylesheets/runoland/_sections.scss */
a.circ:hover .certificate-title {
  color: #4c2f12 !important;
}

/* line 555, app/assets/stylesheets/runoland/_sections.scss */
html {
  scroll-behavior: smooth;
}

/* line 561, app/assets/stylesheets/runoland/_sections.scss */
.item-ifoot a {
  font-size: 1.0em !important;
}

/* line 573, app/assets/stylesheets/runoland/_sections.scss */
.swapbox--organic {
  background-color: #50CC4B !important;
}

/* line 573, app/assets/stylesheets/runoland/_sections.scss */
.swapbox--traditional {
  background-color: #e2899f !important;
}

/* line 573, app/assets/stylesheets/runoland/_sections.scss */
.swapbox--frozen {
  background-color: #d5eaff !important;
}

/* line 573, app/assets/stylesheets/runoland/_sections.scss */
.swapbox--fillings {
  background-color: #fbd685 !important;
}

/* line 578, app/assets/stylesheets/runoland/_sections.scss */
.swapbox-title-huge {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px 0;
  letter-spacing: -0.05em;
}

/* line 584, app/assets/stylesheets/runoland/_sections.scss */
.swapbox-title-organic {
  color: #20501d !important;
}

/* line 589, app/assets/stylesheets/runoland/_sections.scss */
.header-social-icons li a {
  font-size: 1.5em;
}

/* line 594, app/assets/stylesheets/runoland/_sections.scss */
.circle-box {
  background: red;
}

/* line 596, app/assets/stylesheets/runoland/_sections.scss */
.circle-box .circle-image {
  border-radius: 50% !important;
  border: 1px solid white;
  overflow: hidden;
}

/* line 603, app/assets/stylesheets/runoland/_sections.scss */
.sentence {
  background: #fff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 1.5em;
  font-family: 'Dosis',sans-serif;
  font-weight: 900 !important;
  color: black;
}

/* line 612, app/assets/stylesheets/runoland/_sections.scss */
.sentence p {
  color: black !important;
}

/* line 1, app/assets/stylesheets/runoland/_menu.scss */
#header .header-nav-main nav > ul > li > a {
  color: black;
  font-size: 1.3em;
}

/* line 4, app/assets/stylesheets/runoland/_menu.scss */
#header .header-nav-main nav > ul > li > a:hover {
  background-color: black;
  color: white;
}

/* line 8, app/assets/stylesheets/runoland/_menu.scss */
#header .header-nav-main nav > ul > li > a:active {
  background-color: black;
  color: white;
}

/* line 15, app/assets/stylesheets/runoland/_menu.scss */
#header .header-nav-main nav > ul > li:hover > a {
  background-color: black;
  color: white !important;
}

/* line 22, app/assets/stylesheets/runoland/_menu.scss */
#header .header-nav-main nav > ul:not(:hover) > li > a.active {
  background-color: black;
  color: white !important;
}

/* line 27, app/assets/stylesheets/runoland/_menu.scss */
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
  color: black;
}

/* line 32, app/assets/stylesheets/runoland/_menu.scss */
#search-list-results {
  max-height: 500px !important;
  overflow-y: scroll;
}

/* line 5, app/assets/stylesheets/runoland/_products.scss */
.rotate-img {
  transition: all 1.5s ease;
}

/* line 7, app/assets/stylesheets/runoland/_products.scss */
.rotate-img:hover {
  -webkit-transform: rotate(15deg) scale(2.3);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: rotate(15deg) scale(2.3);
  /* Fx 3.5-15 */
  -ms-transform: rotate(15deg) scale(2.3);
  /* IE 9 */
  -o-transform: rotate(15deg) scale(2.3);
  /* Op 10.5-12 */
  transform: rotate(15deg) scale(2.3);
  /* Fx 16+, IE 10+ */
}

/* line 16, app/assets/stylesheets/runoland/_products.scss */
.pulse-img {
  transition: all 1.5s ease;
}

/* line 18, app/assets/stylesheets/runoland/_products.scss */
.pulse-img:hover {
  -webkit-transform: scale(1.2);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: scale(1.2);
  /* Fx 3.5-15 */
  -ms-transform: scale(1.2);
  /* IE 9 */
  -o-transform: scale(1.2);
  /* Op 10.5-12 */
  transform: scale(1.2);
  /* Fx 16+, IE 10+ */
}

/* line 31, app/assets/stylesheets/runoland/_products.scss */
.product-item {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 37, app/assets/stylesheets/runoland/_products.scss */
.product-item .product-wrapper {
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
}

/* line 42, app/assets/stylesheets/runoland/_products.scss */
.product-item .product-wrapper .product-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

/* line 49, app/assets/stylesheets/runoland/_products.scss */
.product-item .product-wrapper .product-info .product-info-show {
  background-color: #436613;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 25px;
}

/* line 59, app/assets/stylesheets/runoland/_products.scss */
.product-item:hover {
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/runoland/_products.scss */
.product-item:hover .product-wrapper .product-info {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 65, app/assets/stylesheets/runoland/_products.scss */
.product-item:hover .product-wrapper .product-info .product-info-show {
  display: block;
}

/* line 71, app/assets/stylesheets/runoland/_products.scss */
.product-item:hover .product-wrapper .product-thumb img {
  transition: all 0.5s ease;
  -webkit-transform: rotate(15deg) scale(0.8);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: rotate(15deg) scale(0.8);
  /* Fx 3.5-15 */
  -ms-transform: rotate(15deg) scale(0.8);
  /* IE 9 */
  -o-transform: rotate(15deg) scale(0.8);
  /* Op 10.5-12 */
  transform: rotate(15deg) scale(0.8);
  /* Fx 16+, IE 10+ */
}

/* line 83, app/assets/stylesheets/runoland/_products.scss */
.product-item-title {
  color: #436613;
  font-weight: 900;
  font-size: 1.4em;
  text-decoration: none;
  min-height: 3em;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/runoland/_products.scss */
.prdbox {
  min-height: 400px;
  height: 400px;
  max-height: 400px;
}

/* line 102, app/assets/stylesheets/runoland/_products.scss */
.prdbox.prdbox-1 {
  background-color: #CDE4F5;
}

/* line 105, app/assets/stylesheets/runoland/_products.scss */
.prdbox.prdbox-2 {
  background-color: #D9E8F3;
}

/* line 108, app/assets/stylesheets/runoland/_products.scss */
.prdbox.prdbox-3 {
  background-color: #E6EDF2;
}

/* line 117, app/assets/stylesheets/runoland/_products.scss */
.product-cell p, .product-cell li {
  color: black;
}

/* line 121, app/assets/stylesheets/runoland/_products.scss */
.product-cell table td, .product-cell table th {
  padding-top: 1px;
  padding-bottom: 1px;
}

@media (min-width: 1200px) {
  /* line 115, app/assets/stylesheets/runoland/_products.scss */
  .product-cell {
    min-height: 100vh;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 131, app/assets/stylesheets/runoland/_products.scss */
  #product-col-br {
    min-height: 50vh !important;
    height: 50vh;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 131, app/assets/stylesheets/runoland/_products.scss */
  #product-col-br {
    min-height: 50vh !important;
    height: 50vh;
  }
}

@media (max-width: 575.98px) {
  /* line 131, app/assets/stylesheets/runoland/_products.scss */
  #product-col-br {
    min-height: 50vh !important;
    height: 50vh;
  }
}

@media (max-width: 575.98px) {
  /* line 148, app/assets/stylesheets/runoland/_products.scss */
  #product-col-bl table {
    width: 80% !important;
  }
}

/* line 165, app/assets/stylesheets/runoland/_products.scss */
.box-bar-product {
  transition: all 1.0s ease-in-out;
  background-color: transparent;
  padding: 20px;
  background-image: none;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1200px) {
  /* line 165, app/assets/stylesheets/runoland/_products.scss */
  .box-bar-product {
    width: 400px;
    height: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 165, app/assets/stylesheets/runoland/_products.scss */
  .box-bar-product {
    width: 350px;
    height: 280px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 165, app/assets/stylesheets/runoland/_products.scss */
  .box-bar-product {
    width: 300px;
    height: 250px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 165, app/assets/stylesheets/runoland/_products.scss */
  .box-bar-product {
    width: 300px;
    height: 220px;
  }
}

@media (max-width: 575.98px) {
  /* line 165, app/assets/stylesheets/runoland/_products.scss */
  .box-bar-product {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 575.98px) {
  /* line 190, app/assets/stylesheets/runoland/_products.scss */
  .box-bar-product-title {
    font-size: 0.8em;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 190, app/assets/stylesheets/runoland/_products.scss */
  .box-bar-product-title {
    font-size: 0.8em;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 190, app/assets/stylesheets/runoland/_products.scss */
  .box-bar-product-title {
    font-size: 0.8em;
  }
}

/* line 202, app/assets/stylesheets/runoland/_products.scss */
.similarbox {
  height: 300px;
  max-height: 300px;
  overflow: hidden !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 202, app/assets/stylesheets/runoland/_products.scss */
  .similarbox {
    height: 250px;
    max-height: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 202, app/assets/stylesheets/runoland/_products.scss */
  .similarbox {
    height: 250px;
    max-height: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 202, app/assets/stylesheets/runoland/_products.scss */
  .similarbox {
    height: 300px;
    max-height: 300px;
  }
}

/* line 221, app/assets/stylesheets/runoland/_products.scss */
.product-all-wrapper {
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  color: #4b4b4b;
  text-decoration: none;
  margin-bottom: 10px;
}

/* line 226, app/assets/stylesheets/runoland/_products.scss */
.product-all-wrapper:hover {
  opacity: 0.8;
  color: black;
  text-decoration: none;
}

/* line 231, app/assets/stylesheets/runoland/_products.scss */
.product-all-wrapper .product-all-image {
  min-width: 60px;
  min-height: 60px;
}

/* line 237, app/assets/stylesheets/runoland/_products.scss */
#products-found {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 241, app/assets/stylesheets/runoland/_products.scss */
#products-found mark {
  padding: 0;
  color: black;
}

@-webkit-keyframes hovItemLeft {
  0% {
    position: relative;
    left: -1px;
  }
  50% {
    position: relative;
    left: 3px;
  }
  100% {
    position: relative;
    left: -1px;
  }
}

/* line 20, app/assets/stylesheets/runoland/_hovers.scss */
.hov-left:hover [class*="fa-"] {
  -webkit-animation: hovItemLeft 600ms ease;
  animation: hovItemLeft 600ms ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 2, app/assets/stylesheets/runoland/_footer.scss */
.item-foot-contact img {
  opacity: 0.5;
}

/* line 6, app/assets/stylesheets/runoland/_footer.scss */
.ifoot-title {
  font-size: 1.0em;
  margin-bottom: 0.5em;
}

/* line 10, app/assets/stylesheets/runoland/_footer.scss */
.item-ifoot {
  margin-top: 0.5em;
}

/* line 12, app/assets/stylesheets/runoland/_footer.scss */
.item-ifoot a {
  font-size: 1.0em !important;
}

/* line 1, app/assets/stylesheets/runoland/_changes.scss */
.article-exp-title {
  font-size: 36px !important;
  font-weight: 700 !important;
  font-family: "Dosis" !important;
  line-height: 44px !important;
  margin-bottom: 20px !important;
}
