@charset "UTF-8";
/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/compare-slider.scss */
.compare-label {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  padding: 6px 12px;
  white-space: nowrap;
  border-radius: 4px;
  color: #f0f0f0;
  box-shadow: 0px 0px 20px -9px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.5); }
  /* line 12, /tmp/build_5ef49075/app/assets/stylesheets/components/compare-slider.scss */
  .compare-label.right {
    right: 8px; }
  /* line 15, /tmp/build_5ef49075/app/assets/stylesheets/components/compare-slider.scss */
  .compare-label.left {
    left: 8px; }

/* line 20, /tmp/build_5ef49075/app/assets/stylesheets/components/compare-slider.scss */
.compare-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center center; }

/*!
 * Cropper.js v1.4.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-07-15T09:54:43.167Z
 */
/* line 11, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 24, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%; }

/* line 35, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

/* line 47, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden; }

/* line 52, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-drag-box {
  background-color: #fff;
  opacity: 0; }

/* line 57, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-modal {
  background-color: #000;
  opacity: .5; }

/* line 62, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%; }

/* line 71, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute; }

/* line 78, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%; }

/* line 87, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3); }

/* line 96, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 106, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute; }

/* line 114, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px; }

/* line 121, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px; }

/* line 128, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%; }

/* line 138, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-face {
  background-color: none;
  left: 0;
  top: 0; }

/* line 144, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-line {
  background-color: #39f; }

/* line 148, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px; }

/* line 155, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px; }

/* line 162, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px; }

/* line 169, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0; }

/* line 176, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px; }

/* line 183, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%; }

/* line 190, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px; }

/* line 197, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%; }

/* line 204, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px; }

/* line 211, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px; }

/* line 217, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px; }

/* line 223, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px; }

/* line 229, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px; }

@media (min-width: 768px) {
  /* line 239, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
  .cropper-point.point-se {
    height: 15px;
    width: 15px; } }
@media (min-width: 992px) {
  /* line 246, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
  .cropper-point.point-se {
    height: 10px;
    width: 10px; } }
@media (min-width: 1200px) {
  /* line 253, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px; } }
/* line 260, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%; }

/* line 272, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-invisible {
  opacity: 0; }

/* line 276, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

/* line 280, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

/* line 287, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-hidden {
  display: none !important; }

/* line 291, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-move {
  cursor: move; }

/* line 295, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-crop {
  cursor: crosshair; }

/* line 299, /tmp/build_5ef49075/app/assets/stylesheets/components/cropper.scss */
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.table {
  display: table;
  border-collapse: separate;
  border-spacing: 0px; }

/* line 7, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.table.unhoverable .table-row:hover {
  background: #fff;
  text-decoration: none;
  cursor: default; }

/* line 13, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.table-row {
  display: table-row;
  color: #373a3c; }
  /* line 16, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
  .table-row:hover {
    background: #f6f6f6;
    text-decoration: none; }
  /* line 20, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
  .table-row.header-row {
    font-weight: bold; }

/* line 24, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.table-cell {
  display: table-cell;
  padding: 0.6rem 0.3rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
  font-size: .85rem; }

/* line 32, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.table thead th {
  border-bottom: none; }

/* line 36, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.current-week {
  background: #eee; }

/* line 41, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.table.table-sm .table-cell {
  padding: 0.4rem 0.3rem; }

/* line 47, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.table.table-lg .table-cell {
  padding: 0.8rem 0.3rem;
  font-size: 16px; }

/* line 53, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.table-xs .table-cell {
  padding: 0.2rem 0.3rem; }

/* line 57, /tmp/build_5ef49075/app/assets/stylesheets/components/tables.scss */
.table-borderless .table-cell {
  border: none; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
.v-opaque.modal-backdrop.show {
  opacity: 0.75; }

/* line 5, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
.modal-glass {
  display: block; }

/* line 9, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
.modal-content {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.12), -1px 4px 12px rgba(0, 0, 0, 0.01);
  border: none; }

/* line 14, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
.custom-modal.modal-small {
  max-width: 420px; }

/* line 18, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
.upscale-modal {
  max-width: 100% !important; }

@media (min-width: 640px) {
  /* line 23, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
  .custom-modal {
    padding: 2.2rem;
    min-width: 340px; }

  /* line 28, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
  .custom-modal.gift-note-modal {
    min-width: 440px; } }
@media (max-width: 640px) {
  /* line 34, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
  .custom-overlay, .no-padding.custom-modal {
    padding: 0rem; }

  /* line 37, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
  .no-padding.custom-modal {
    height: 100%; } }
/* line 43, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
.video-modal {
  width: 75%; }
  @media (max-width: 640px) {
    /* line 43, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
    .video-modal {
      width: 90%; } }

/* line 50, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
.modal-scroll {
  background: #fff; }

/* line 54, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
.custom-overlay {
  z-index: 10000; }

/* line 59, /tmp/build_5ef49075/app/assets/stylesheets/components/modal.scss */
.product-type-popup {
  padding: 0 !important; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.form-group.required > label:first-child:after {
  content: '*';
  margin-left: 2px; }

/* line 6, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.checkbox input.boolean {
  position: relative;
  left: -5px;
  margin-left: 5px; }

/* line 12, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.help-block {
  color: #999;
  display: block;
  padding: 3px 7px;
  font-size: 14px; }

/* line 19, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.has-error .help-block {
  color: #BA0000;
  font-weight: bold; }

/* line 25, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.form-group.has-error .form-control {
  border-color: #BA0000; }

/* line 57, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.floating-fields .control-label {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  transform: translate3d(10px, 12px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms; }
/* line 68, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.floating-fields .form-group.focused .control-label {
  opacity: 0.4;
  transform: translate3d(10px, 5px, 0) scale(0.75); }
/* line 73, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.floating-fields .form-control {
  align-self: flex-end;
  padding: 1.2rem 0.75rem 0.3rem; }
/* line 78, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.floating-fields .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms; }
/* line 83, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.floating-fields .form-control.rich_text_area {
  height: auto;
  padding: 0.55rem 0.55rem 0.3rem; }
/* line 88, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.floating-fields .form-control:focus::-webkit-input-placeholder {
  transition: none; }
/* line 92, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.floating-fields .form-group.focused .form-control::-webkit-input-placeholder {
  color: #bbb; }
/* line 97, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.floating-fields.large-floating .form-control {
  padding: 1.4rem 0.65rem 0.2rem;
  font-size: 20px; }
/* line 101, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
.floating-fields.large-floating .control-label {
  transform: translate3d(10px, 15px, 0) scale(1); }

/* line 107, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
#react-select-2-input:focus {
  box-shadow: none; }

/* line 112, /tmp/build_5ef49075/app/assets/stylesheets/components/forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.85rem + 2px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/react-modal.scss */
.react-responsive-modal-root {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

/* line 10, /tmp/build_5ef49075/app/assets/stylesheets/components/react-modal.scss */
.react-responsive-modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

/* line 20, /tmp/build_5ef49075/app/assets/stylesheets/components/react-modal.scss */
.react-responsive-modal-container {
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center; }

/* Used to trick the browser to center the modal content properly  */
/* line 29, /tmp/build_5ef49075/app/assets/stylesheets/components/react-modal.scss */
.react-responsive-modal-containerCenter:after {
  width: 0;
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle; }

/* line 37, /tmp/build_5ef49075/app/assets/stylesheets/components/react-modal.scss */
.react-responsive-modal-modal {
  max-width: 800px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 0.5rem;
  padding: 1.2rem;
  position: relative;
  overflow-y: auto; }

/* line 50, /tmp/build_5ef49075/app/assets/stylesheets/components/react-modal.scss */
.react-responsive-modal-closeButton {
  position: absolute;
  top: 14px;
  right: 14px;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: flex; }

@keyframes react-responsive-modal-overlay-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes react-responsive-modal-overlay-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes react-responsive-modal-modal-in {
  0% {
    transform: scale(0.96);
    opacity: 0; }
  100% {
    transform: scale(100%);
    opacity: 1; } }
@keyframes react-responsive-modal-modal-out {
  0% {
    transform: scale(100%);
    opacity: 1; }
  100% {
    transform: scale(0.96);
    opacity: 0; } }
/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-touch {
  cursor: pointer !important; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-notransition {
  transition: none !important; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper {
  max-width: 400px;
  -webkit-perspective: 800px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [x-arrow] {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 9px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [x-circle] {
  -webkit-transform-origin: 0 33%;
  transform-origin: 0 33%; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
  opacity: 1; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 9px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [x-circle] {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
  opacity: 1; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -5%);
  transform: scale(0.15) translate(-50%, -5%);
  opacity: 0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [x-arrow] {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 6px 0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-left: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [x-circle] {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [x-arrow] {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 6px 0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-right: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [x-circle] {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.7); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: #fff; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: .4rem .8rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-tooltip--small {
  padding: .25rem .5rem;
  font-size: .8rem; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-tooltip--big {
  padding: .6rem 1.2rem;
  font-size: 1.2rem; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-tooltip[data-interactive] {
  pointer-events: auto; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-tooltip[data-inertia] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: all ease; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
.tippy-tooltip [x-circle]:before {
  content: "";
  padding-top: 90%;
  float: left; }

@media (max-width: 450px) {
  /* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/tippy.scss */
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }
/* line 2, /tmp/build_5ef49075/app/assets/stylesheets/components/react-tabs.scss */
.react-tabs__tab-list {
  border-bottom: 1px solid #f5f5f4;
  margin: 0;
  padding: 0; }
/* line 8, /tmp/build_5ef49075/app/assets/stylesheets/components/react-tabs.scss */
.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  /* line 19, /tmp/build_5ef49075/app/assets/stylesheets/components/react-tabs.scss */
  .react-tabs__tab--selected {
    background: #f5f5f4;
    border-color: #f5f5f4;
    color: black;
    border-radius: 5px 5px 0 0; }
  /* line 26, /tmp/build_5ef49075/app/assets/stylesheets/components/react-tabs.scss */
  .react-tabs__tab--disabled {
    color: GrayText;
    cursor: default; }
  /* line 31, /tmp/build_5ef49075/app/assets/stylesheets/components/react-tabs.scss */
  .react-tabs__tab:focus {
    box-shadow: 0 0 5px #0188fe;
    border-color: #0188fe;
    outline: none; }
    /* line 36, /tmp/build_5ef49075/app/assets/stylesheets/components/react-tabs.scss */
    .react-tabs__tab:focus:after {
      content: "";
      position: absolute;
      height: 5px;
      left: -4px;
      right: -4px;
      bottom: -5px;
      background: #f5f5f4; }
/* line 48, /tmp/build_5ef49075/app/assets/stylesheets/components/react-tabs.scss */
.react-tabs__tab-panel {
  display: none; }
  /* line 51, /tmp/build_5ef49075/app/assets/stylesheets/components/react-tabs.scss */
  .react-tabs__tab-panel--selected {
    display: block;
    background: #f5f5f4;
    padding: 20px; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 11, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 15, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px; }

/* line 22, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #222; }

/* line 29, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-handle {
  position: absolute;
  margin-left: -12px;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 3px #af8e7a;
  background-color: #fff;
  touch-action: pan-x; }

/* line 43, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-handle:focus {
  border-color: #222;
  box-shadow: 0 0 0 5px #af8e7a;
  outline: none; }

/* line 48, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-handle-click-focused:focus {
  border-color: #af8e7a;
  box-shadow: unset; }

/* line 52, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-handle:hover {
  border-color: #222; }

/* line 55, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-handle:active {
  border-color: #222;
  box-shadow: 0 0 5px #222;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* line 61, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

/* line 68, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

/* line 76, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-mark-text-active {
  color: #666; }

/* line 79, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

/* line 85, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

/* line 97, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-dot-active {
  border-color: #af8e7a; }

/* line 100, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-disabled {
  background-color: #e9e9e9; }

/* line 103, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

/* line 106, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed; }

/* line 113, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

/* line 117, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

/* line 122, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

/* line 126, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

/* line 131, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  touch-action: pan-y; }

/* line 136, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

/* line 141, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

/* line 145, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

/* line 149, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

/* line 152, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

/* line 155, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

/* line 162, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

/* line 168, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running; }

/* line 173, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running; }

/* line 177, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

/* line 182, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); } }
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); } }
/* line 207, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 215, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 219, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-hidden {
  display: none; }

/* line 222, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

/* line 225, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9; }

/* line 238, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 245, /tmp/build_5ef49075/app/assets/stylesheets/components/rc-slider.scss */
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
/* FONT_END */
/* line 9, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:root {
  --swiper-theme-color: #8C7161;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

/* line 16, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

/* line 28, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-vertical) > .swiper-wrapper {
  flex-direction: column; }

/* line 31, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

/* line 41, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-android swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

/* line 45, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-horizontal {
  touch-action: pan-y; }

/* line 48, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-vertical {
  touch-action: pan-x; }

/* line 51, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
swiper-slide,
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

/* line 60, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
/* line 64, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

/* line 68, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-autoheight) .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* line 72, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
/* line 78, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-3d.swiper-css-mode) .swiper-wrapper {
  perspective: 1200px; }

/* line 81, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-3d) .swiper-wrapper {
  transform-style: preserve-3d; }

/* line 84, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-3d {
  perspective: 1200px; }

/* line 87, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-3d swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* line 96, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

/* line 109, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

/* line 112, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* line 115, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* line 118, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* line 121, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
/* line 125, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-css-mode) > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

/* line 132, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-css-mode) > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

/* line 135, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-css-mode > .swiper-slide {
  scroll-snap-align: start start; }

/* line 138, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-horizontal.swiper-css-mode) > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

/* line 141, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-vertical.swiper-css-mode) > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/* line 144, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-css-mode.swiper-free-mode) > .swiper-wrapper {
  scroll-snap-type: none; }

/* line 147, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-css-mode.swiper-free-mode > .swiper-slide {
  scroll-snap-align: none; }

/* line 150, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-centered) > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

/* line 155, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-centered > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

/* line 159, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-centered.swiper-horizontal > swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

/* line 162, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-centered.swiper-horizontal) > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

/* line 167, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-centered.swiper-vertical > swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

/* line 170, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-centered.swiper-vertical) > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* line 175, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

/* line 190, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

/* line 195, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

/* line 198, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 209, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

/* line 213, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-virtual.swiper-css-mode) .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

/* line 220, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-virtual.swiper-css-mode.swiper-horizontal) .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

/* line 224, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-virtual.swiper-css-mode.swiper-vertical) .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

/* line 228, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:root {
  --swiper-navigation-size: 24px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

/* line 236, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 40%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

/* line 250, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

/* line 256, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

/* line 262, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

/* line 266, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

/* line 275, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-button-prev,
:host(.swiper-rtl) .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

/* line 280, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-button-prev:after,
:host(.swiper-rtl) .swiper-button-next:after {
  content: 'prev'; }

/* line 284, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-button-next,
:host(.swiper-rtl) .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

/* line 289, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-button-next:after,
:host(.swiper-rtl) .swiper-button-prev:after {
  content: 'next'; }

/* line 293, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-button-lock {
  display: none; }

/* line 296, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

/* line 317, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

/* line 324, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 327, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
/* line 332, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
/* line 342, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

/* line 346, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

/* line 350, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

/* line 353, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

/* line 356, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

/* line 359, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

/* line 362, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

/* line 365, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

/* line 368, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

/* line 376, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

/* line 384, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 387, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullet:only-child {
  display: none !important; }

/* line 390, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

/* line 394, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

/* line 401, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

/* line 406, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

/* line 412, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

/* line 417, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

/* line 421, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

/* line 427, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

/* line 431, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
/* line 436, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
/* line 440, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/ }

/* line 445, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

/* line 455, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-rtl) .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

/* line 458, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

/* line 467, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

/* line 476, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-pagination-lock {
  display: none; }

/* line 479, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

/* line 492, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

/* line 498, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

/* line 502, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

/* line 512, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

/* line 522, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

/* line 531, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 534, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-scrollbar-lock {
  display: none; }

/* line 537, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

/* line 545, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* line 552, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
/* line 557, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 566, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-free-mode) > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 570, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-grid) > .swiper-wrapper {
  flex-wrap: wrap; }

/* line 573, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
:host(.swiper-grid-column) > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

/* line 577, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

/* line 580, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

/* line 584, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 587, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 591, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cube {
  overflow: visible; }

/* line 594, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

/* line 604, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 607, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

/* line 610, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 614, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* line 621, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 629, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

/* line 638, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

/* line 648, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-flip {
  overflow: visible; }

/* line 651, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

/* line 657, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 660, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 664, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 672, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

/* line 678, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cards {
  overflow: visible; }

/* line 681, /tmp/build_5ef49075/app/assets/stylesheets/components/swiper.scss */
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* line 22, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 33, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

/* line 40, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* line 51, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #af8e7a; }

/* line 55, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle--checked .react-toggle-track {
  background-color: #222; }

/* line 59, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #af8e7a; }

/* line 63, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

/* line 79, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

/* line 86, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

/* line 102, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle--checked .react-toggle-track-x {
  opacity: 0; }

/* line 106, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

/* line 126, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #222; }

/* line 131, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  -moz-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0; }

/* line 137, /tmp/build_5ef49075/app/assets/stylesheets/components/react-toggle.scss */
.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  -moz-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0; }

/* line 1, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  margin-bottom: 0.6rem;
  vertical-align: middle; }

/* line 8, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 44px;
  user-select: none;
  -webkit-user-select: none; }

/* line 15, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 22, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

/* line 24, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

/* line 27, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

/* line 34, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 40, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container .select2-search--inline {
  float: left; }

/* line 42, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

/* line 48, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 51, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

/* line 62, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-results {
  display: block; }

/* line 65, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 70, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

/* line 74, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer; }

/* line 77, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--open .select2-dropdown {
  left: 0; }

/* line 80, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 85, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 90, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px; }

/* line 93, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

/* line 97, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 99, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none; }

/* line 102, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

/* line 119, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/* line 129, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

/* line 133, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 43px; }

/* line 136, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

/* line 140, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 142, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 9px;
  width: 20px; }

/* line 148, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 160, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 163, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

/* line 167, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

/* line 170, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

/* line 173, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 177, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

/* line 182, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

/* line 188, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

/* line 190, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

/* line 194, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

/* line 200, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

/* line 209, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

/* line 215, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

/* line 218, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

/* line 221, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 225, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 229, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

/* line 233, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

/* line 237, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

/* line 240, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 244, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 248, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

/* line 251, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

/* line 258, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 262, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

/* line 265, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

/* line 268, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

/* line 271, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

/* line 273, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

/* line 275, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

/* line 278, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

/* line 281, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

/* line 284, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

/* line 287, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

/* line 291, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #AF8E7A;
  color: white; }

/* line 295, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 300, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

/* line 310, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #AF8E7A; }

/* line 312, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

/* line 315, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

/* line 320, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 322, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

/* line 338, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 350, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 353, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

/* line 362, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #AF8E7A; }

/* line 364, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

/* line 367, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 371, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

/* line 381, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

/* line 391, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

/* line 397, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #AF8E7A; }

/* line 399, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

/* line 403, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

/* line 405, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

/* line 414, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

/* line 420, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

/* line 423, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

/* line 426, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 430, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 434, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #AF8E7A; }

/* line 437, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 442, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 447, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

/* line 451, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

/* line 455, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

/* line 459, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

/* line 462, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none; }

/* line 465, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 469, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

/* line 472, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

/* line 475, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #ef7152;
  color: white; }

/* line 479, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 484, /tmp/build_5ef49075/app/assets/stylesheets/components/select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #AF8E7A; }

/* line 2, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
body.frame-gallery_wall_styles-show footer, body.frame-gallery_wall_styles-show nav, body.frame-gallery_wall_styles-show .alert-banner, body.frame-gallery_wall_styles-show #shopify-section-header, body.frame-gallery_wall_purchases-edit footer, body.frame-gallery_wall_purchases-edit nav, body.frame-gallery_wall_purchases-edit .alert-banner, body.frame-gallery_wall_purchases-edit #shopify-section-header {
  display: none; }

/* line 7, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.img-in-button {
  max-width: 30px;
  border-radius: 5px; }

/* line 12, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.img-50 {
  max-width: 50px; }

/* line 16, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.img-80 {
  max-width: 80px; }

/* line 20, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.edit-tools .btn-light {
  padding: 0.625rem 0.8rem 0.3rem; }

/* line 24, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.tippy-tooltip {
  font-weight: bold !important;
  background: #222 !important; }

/* line 29, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.carts-show .tippy-tooltip {
  font-weight: normal !important; }

/* line 33, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.tippy-tooltip--big {
  padding: 0.5rem 1.2rem 0.6rem !important;
  font-size: 1.1rem !important; }

/* line 38, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.image-blank-state {
  margin: 1px;
  height: 5px;
  width: 5px;
  left: 50%; }

/* line 45, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.gallery-wall-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0; }

/* line 51, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.gallery-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

/* line 58, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.navbar-edit {
  position: absolute;
  padding: 0.5rem 1rem; }

/* line 63, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.navbar .categories-radio-button.radio-text label {
  font-size: 14px; }

/* line 67, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.right-sidebar {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center; }

/* line 76, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.filter-container {
  transform: translateY(-100%);
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
  text-align: center; }

/* line 83, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.gallery-wall-container.tray-open {
  background: #fff; }
  /* line 84, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container.tray-open .right-sidebar {
    background-color: #222; }
  /* line 88, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container.tray-open .frame.active {
    z-index: 1;
    opacity: 1; }
    /* line 91, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .gallery-wall-container.tray-open .frame.active .overlay {
      pointer-events: none;
      cursor: default;
      background: rgba(0, 0, 0, 0); }
      /* line 95, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
      .gallery-wall-container.tray-open .frame.active .overlay.draggedOver {
        background: rgba(0, 0, 0, 0.5); }
    /* line 99, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .gallery-wall-container.tray-open .frame.active:hover {
      opacity: 1; }
  /* line 103, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container.tray-open .frame, .gallery-wall-container.tray-open .frame:hover {
    opacity: 0.1; }
  /* line 104, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container.tray-open .frame:hover .overlay i {
    display: none; }
  /* line 105, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container.tray-open .tray-overlay {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.50196) 95%, #222); }
  /* line 109, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container.tray-open .tray-thumbnail:hover .tray-thumbnail-image {
    opacity: 0.5;
    cursor: pointer; }
  /* line 110, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container.tray-open .uploadcare--widget__text {
    color: #fff; }
  /* line 112, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container.tray-open .canvas-artwork {
    border: 3px solid #ddd; }

/* line 117, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.tray-overlay {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0.50196) 95%, #fff); }

/* line 134, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.thumbnail-preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 3px; }
  /* line 142, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .thumbnail-preloader img {
    max-width: 25px;
    top: 35%;
    position: relative; }

/* line 150, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.tray-thumbnails .tray-thumbnail {
  margin: 10px 0px 10px 5px;
  position: relative;
  display: block;
  width: 95px;
  height: 95px;
  cursor: move; }
@-moz-document url-prefix() {
  /* line 150, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-thumbnails .tray-thumbnail {
    cursor: default; } }
  @media (max-width: 640px) {
    /* line 150, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .tray-thumbnails .tray-thumbnail {
      margin: 7px 0px 7px 0px;
      width: 55px;
      height: 55px; } }
  /* line 165, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-thumbnails .tray-thumbnail .load-image-btn {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    width: 90%;
    font-weight: bold;
    color: #fff; }
    /* line 175, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .tray-thumbnails .tray-thumbnail .load-image-btn i {
      text-shadow: 0 0px 11px rgba(0, 0, 0, 0.3); }
  /* line 180, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-thumbnails .tray-thumbnail .tray-thumbnail-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  /* line 187, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-thumbnails .tray-thumbnail:hover .radio-delete-icon {
    display: block;
    cursor: pointer; }
  /* line 192, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-thumbnails .tray-thumbnail:hover .thumbnail-preloader, .tray-thumbnails .tray-thumbnail:hover .load-image-btn.used {
    display: none; }
  @media (min-width: 640px) {
    /* line 193, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .tray-thumbnails .tray-thumbnail:hover .load-image-btn {
      display: block; } }
  /* line 197, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-thumbnails .tray-thumbnail.used {
    cursor: default; }
    /* line 199, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .tray-thumbnails .tray-thumbnail.used .img-fluid {
      opacity: 0.5; }
    /* line 200, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .tray-thumbnails .tray-thumbnail.used .load-image-btn.used {
      display: block; }
    /* line 201, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .tray-thumbnails .tray-thumbnail.used .radio-delete-icon, .tray-thumbnails .tray-thumbnail.used .load-image-btn, .tray-thumbnails .tray-thumbnail.used .thumbnail-preloader {
      display: none; }
  /* line 203, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-thumbnails .tray-thumbnail.delete-mode {
    cursor: pointer; }
    /* line 204, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .tray-thumbnails .tray-thumbnail.delete-mode .img-fluid {
      opacity: 0.5; }
    /* line 205, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .tray-thumbnails .tray-thumbnail.delete-mode .thumbnail-preloader {
      display: none; }
  /* line 209, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-thumbnails .tray-thumbnail.delete-mode:hover {
    opacity: 0.8; }
  /* line 212, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-thumbnails .tray-thumbnail.dragging {
    opacity: 1; }

/* line 218, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.canvas-artwork {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border: 2px solid #ddd; }

/* line 227, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.canvas-artwork-img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: inherit; }

/* line 235, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.frame-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
  border: 1px solid #fff;
  box-sizing: content-box;
  opacity: 0.9; }
  /* line 245, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .frame-preloader img {
    max-width: 35px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

/* line 254, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.uploadcare--dragging .uploadcare--widget {
  width: 100%; }

/* line 257, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.uploadcare--dragging .thumb-dragging .uploadcare--widget {
  width: inherit; }

/* line 264, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.tray-button .uploadcare--widget__button_type_open {
  background-color: #AF8E7A;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding: 0.8rem 1.1rem;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: 0px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0.2rem; }
  /* line 278, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-button .uploadcare--widget__button_type_open:hover {
    background-color: #a5806a; }
  /* line 281, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .tray-button .uploadcare--widget__button_type_open:before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    font-size: 12px;
    margin-right: 5px; }
  @media (max-width: 640px) {
    /* line 264, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .tray-button .uploadcare--widget__button_type_open {
      background-color: #AF8E7A;
      margin: 0;
      font-size: 0px;
      letter-spacing: 0px; } }

/* line 295, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.tray-button.deleteImageMode .uploadcare--widget__button_type_open {
  display: none; }

/* line 299, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.uploadcare--widget__dragndrop-area {
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold;
  border: none;
  padding: 30px 10px;
  font-size: 24px;
  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;
  background-color: #AF8E7A; }

/* line 312, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.gallery-wall-container.thumb-dragging .uploadcare--widget__dragndrop-area {
  display: none; }

/* line 318, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.gallery-wall-container.images-present .tray-button .uploadcare--widget__button_type_open {
  background-color: #333; }
/* line 321, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.gallery-wall-container.images-present .uploadcare--widget__dragndrop-area {
  font-size: 16px; }

/* line 326, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.uploadcare--widget__button_type_cancel {
  border-radius: 4px; }

@media (max-width: 640px) {
  /* line 332, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container .uploadcare--widget__text {
    display: none; }
  /* line 333, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .gallery-wall-container .uploadcare--widget__button_type_cancel {
    padding: 0px;
    margin-top: 1px;
    background: none;
    color: #F44336; } }

/* line 344, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.tray-thumbnails .col-auto:last-child .tray-thumbnail {
  margin-right: 30px; }

/* line 348, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0; }
  /* line 354, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .frame .frame-position {
    display: block;
    position: relative;
    transform: translate(-50%, -50%); }
    /* line 358, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .frame .frame-position:hover {
      cursor: pointer; }
    /* line 361, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .frame .frame-position canvas {
      pointer-events: none; }
  /* line 365, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .frame .overlay {
    width: 100%;
    height: 100.5%;
    position: absolute;
    z-index: 99; }
    /* line 370, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .frame .overlay.draggedOver {
      background: rgba(0, 0, 0, 0.5); }
      /* line 372, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
      .frame .overlay.draggedOver i {
        display: block;
        color: #fff; }
    /* line 376, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .frame .overlay i {
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: none;
      font-size: 20px; }
  @media (min-width: 768px) {
    /* line 389, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .frame:hover .overlay {
      background: rgba(0, 0, 0, 0.5); }
      /* line 391, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
      .frame:hover .overlay i {
        display: block;
        color: #fff; } }

/* line 396, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.done-button {
  text-align: center;
  position: absolute;
  background-color: #fff;
  top: 100%;
  margin-top: -170px;
  width: 100%;
  font-size: 20px;
  padding: 20px; }
  /* line 405, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .done-button .action-helper {
    font-weight: bold;
    margin-top: -45px; }
  @media (min-width: 768px) {
    /* line 396, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
    .done-button {
      margin-top: -220px; } }

/* line 413, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.style-select {
  margin-left: 10px; }
  /* line 415, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
  .style-select .style-select__single-value {
    width: 100%; }

/* line 434, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.gallery_wall_templates-show .style-select {
  margin: 0; }

/* line 441, /tmp/build_5ef49075/app/assets/stylesheets/gallery-walls.scss */
.build_gallery-designers .reviews-io-floating-widget {
  display: none; }

/* Utility classes */
/* line 17, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
.inline {
  display: inline-block; }

/* Typography */
@media (min-width: 768px) {
  /* line 28, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .lg-px6 {
    padding-left: 6vw;
    padding-right: 6vw; }

  /* line 32, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .lg-px13 {
    padding-left: 13vw;
    padding-right: 13vw; }

  /* line 36, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .lg-py5 {
    padding-top: 5vw;
    padding-bottom: 5vw; } }
/* line 43, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
body {
  -webkit-font-smoothing: antialiased; }

/* line 49, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
body.frame-designers .uploadcare--widget__button,
body.frame-designers .uploadcare--widget__dragndrop-area,
body.frame-designers .uploadcare--progress,
body.frame-designers .uploadcare--widget__text, body.admin-designers .uploadcare--widget__button,
body.admin-designers .uploadcare--widget__dragndrop-area,
body.admin-designers .uploadcare--progress,
body.admin-designers .uploadcare--widget__text {
  display: none !important; }

/* line 58, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
body.checkout-payment_infos-show .main-nav, body.checkout-payment_infos-show .promo-bar, body.checkout-payment_infos-show footer, body.checkout-payment_infos-show .reviews-io-floating-widget, .checkout-afterpays-success .main-nav, .checkout-afterpays-success .promo-bar, .checkout-afterpays-success footer, .checkout-afterpays-success .reviews-io-floating-widget {
  display: none; }

@media (min-height: 746px) {
  /* line 64, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .sticky-button {
    position: sticky;
    top: 0; } }
/* line 71, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
.featured-collection {
  display: flex;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 60px;
  margin-top: 60px; }
  /* line 77, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .featured-collection .card {
    align-self: center;
    margin-left: -120px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.11); }
    @media (min-width: 768px) {
      /* line 77, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
      .featured-collection .card {
        max-width: 50%; } }
  /* line 87, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .featured-collection .collection-image {
    max-width: 60%;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.24);
    border-radius: 10px; }
  @media (max-width: 640px) {
    /* line 71, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
    .featured-collection {
      display: block;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 20px; }
      /* line 97, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
      .featured-collection .card {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: -40px; }
      /* line 102, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
      .featured-collection .collection-image {
        max-width: 85%;
        margin: auto; } }

/* line 111, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
.featured-collection:nth-child(even) {
  flex-direction: row-reverse; }
  /* line 113, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .featured-collection:nth-child(even) .collection-image {
    transform: scaleX(1); }
  /* line 116, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .featured-collection:nth-child(even) .card {
    margin-right: -120px;
    margin-left: 0; }

/* line 122, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
.twitter-picker {
  position: absolute !important;
  right: -9px;
  z-index: 999;
  top: 46px; }
  /* line 127, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .twitter-picker span > div {
    box-shadow: 0px 0px 3px #00000033 !important; }

/* line 134, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
.frame-container {
  text-align: center;
  margin-bottom: 15px;
  color: inherit;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  /* line 142, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .frame-container .preloader-holder {
    position: absolute;
    top: 50%; }
  /* line 147, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .frame-container .slide-show {
    position: relative;
    width: 100%;
    padding-top: 100%; }
    /* line 151, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
    .frame-container .slide-show .lead-image img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    /* line 160, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
    .frame-container .slide-show .corner-image img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0; }
  /* line 171, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
  .frame-container:hover, .frame-container:focus {
    text-decoration: none;
    outline: none; }
    /* line 174, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
    .frame-container:hover .lead-image img, .frame-container:focus .lead-image img {
      opacity: 0; }
    /* line 177, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
    .frame-container:hover .corner-image img, .frame-container:focus .corner-image img {
      opacity: 1; }

/* line 186, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
ol.fancy {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }

/* line 194, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
ol.fancy li {
  counter-increment: my-awesome-counter;
  margin-bottom: 1.5rem; }

/* line 198, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
ol.fancy li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 1rem;
  font-family: 'Tiempos', serif;
  line-height: 1;
  letter-spacing: -1px;
  float: left; }

/* line 209, /tmp/build_5ef49075/app/assets/stylesheets/application.scss */
.masthead {
  background-image: url(https://shop.framefox.co.nz/assets/modal-image-2152e6f49ef2cf53d17cb6e573fd2ac238570e817f52e96ca2ea0d5a93a17880.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
