@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i");
/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  /* line 45, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
/* line 59, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
/* line 91, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
/* line 105, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 198, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
/* line 207, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
/* line 221, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
/* line 231, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
/* line 251, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
/* line 266, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
/* line 276, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
/* line 291, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
/* line 301, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
/* line 310, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
/* line 320, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
/* line 331, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
/* line 339, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
/* line 348, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
/* line 357, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 365, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sub {
  bottom: -0.25em;
}

/* line 369, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 382, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
/* line 391, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
/* line 400, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
/* line 408, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
/* line 422, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
/* line 442, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
/* line 451, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
/* line 462, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 469, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

/* line 478, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 487, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
/* line 496, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
/* line 505, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
/* line 515, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
/* line 525, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

/* line 533, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
/* line 544, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
/* line 553, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
/* line 566, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
/* line 580, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
/* line 589, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
/* line 602, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
/* line 610, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
/* line 618, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 651, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
/* line 659, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
/* line 672, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[hidden] {
  display: none;
}

/* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 139, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* line 145, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 152, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
body {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 169, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 181, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

/* line 188, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

/* line 198, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 206, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 220, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
pre {
  overflow: auto;
}

/* line 225, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 13, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-container {
  max-width: 100rem;
  margin: 0 auto;
}

/* line 17, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-container-padded {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  /* line 17, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-container-padded {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 100em) {
  /* line 17, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-container-padded {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x {
  display: flex;
  flex-flow: row wrap;
}

/* line 26, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.cell.auto {
  flex: 1 1 0px;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.cell.shrink {
  flex: 0 0 auto;
}

/* line 40, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .auto {
  width: auto;
}

/* line 44, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .shrink {
  width: auto;
}

/* line 60, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > small-shrink, .grid-x > small-full, .grid-x > small-1, .grid-x > small-2, .grid-x > small-3, .grid-x > small-4, .grid-x > small-5, .grid-x > small-6, .grid-x > small-7, .grid-x > small-8, .grid-x > small-9, .grid-x > small-10, .grid-x > small-11, .grid-x > small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 60, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > medium-shrink, .grid-x > medium-full, .grid-x > medium-1, .grid-x > medium-2, .grid-x > medium-3, .grid-x > medium-4, .grid-x > medium-5, .grid-x > medium-6, .grid-x > medium-7, .grid-x > medium-8, .grid-x > medium-9, .grid-x > medium-10, .grid-x > medium-11, .grid-x > medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 60, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > large-shrink, .grid-x > large-full, .grid-x > large-1, .grid-x > large-2, .grid-x > large-3, .grid-x > large-4, .grid-x > large-5, .grid-x > large-6, .grid-x > large-7, .grid-x > large-8, .grid-x > large-9, .grid-x > large-10, .grid-x > large-11, .grid-x > large-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  /* line 60, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > xlarge-shrink, .grid-x > xlarge-full, .grid-x > xlarge-1, .grid-x > xlarge-2, .grid-x > xlarge-3, .grid-x > xlarge-4, .grid-x > xlarge-5, .grid-x > xlarge-6, .grid-x > xlarge-7, .grid-x > xlarge-8, .grid-x > xlarge-9, .grid-x > xlarge-10, .grid-x > xlarge-11, .grid-x > xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  /* line 60, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > xxlarge-shrink, .grid-x > xxlarge-full, .grid-x > xxlarge-1, .grid-x > xxlarge-2, .grid-x > xxlarge-3, .grid-x > xxlarge-4, .grid-x > xxlarge-5, .grid-x > xxlarge-6, .grid-x > xxlarge-7, .grid-x > xxlarge-8, .grid-x > xxlarge-9, .grid-x > xxlarge-10, .grid-x > xxlarge-11, .grid-x > xxlarge-12 {
    flex-basis: auto;
  }
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-1 {
  width: 8.3333333333%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-2 {
  width: 16.6666666667%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-3 {
  width: 25%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-4 {
  width: 33.3333333333%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-5 {
  width: 41.6666666667%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-6 {
  width: 50%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-7 {
  width: 58.3333333333%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-8 {
  width: 66.6666666667%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-9 {
  width: 75%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-10 {
  width: 83.3333333333%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-11 {
  width: 91.6666666667%;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  /* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-3 {
    width: 25%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-6 {
    width: 50%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-9 {
    width: 75%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  /* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-3 {
    width: 25%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-6 {
    width: 50%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-9 {
    width: 75%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  /* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  /* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}

/* line 88, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

/* line 124, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

@media print, screen and (min-width: 40em) {
  /* line 124, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* line 128, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .cell {
  width: calc(100% - 0.625rem);
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  /* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .auto {
  width: auto;
}

/* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .shrink {
  width: auto;
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-3 {
  width: calc(25% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-6 {
  width: calc(50% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-9 {
  width: calc(75% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-12 {
  width: calc(100% - 0.625rem);
}

@media print, screen and (min-width: 40em) {
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .auto {
    width: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .shrink {
    width: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-auto {
    width: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

/* line 163, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-x .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

@media print, screen and (min-width: 40em) {
  /* line 163, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 168, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-x > .cell {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  /* line 168, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-1 > .cell {
  width: 100%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-2 > .cell {
  width: 50%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-3 > .cell {
  width: 33.3333333333%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-4 > .cell {
  width: 25%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-5 > .cell {
  width: 20%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-6 > .cell {
  width: 16.6666666667%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-7 > .cell {
  width: 14.2857142857%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-8 > .cell {
  width: 12.5%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-9 > .cell {
  width: 11.1111111111%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-10 > .cell {
  width: 10%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-11 > .cell {
  width: 9.0909090909%;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-12 > .cell {
  width: 8.3333333333%;
}

@media print, screen and (min-width: 40em) {
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-1 > .cell {
    width: 100%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-2 > .cell {
    width: 50%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-4 > .cell {
    width: 25%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-5 > .cell {
    width: 20%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-8 > .cell {
    width: 12.5%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-9 > .cell {
    width: 11.1111111111%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-10 > .cell {
    width: 10%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-11 > .cell {
    width: 9.0909090909%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-12 > .cell {
    width: 8.3333333333%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-1 > .cell {
    width: 100%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-2 > .cell {
    width: 50%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-4 > .cell {
    width: 25%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-5 > .cell {
    width: 20%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-8 > .cell {
    width: 12.5%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-9 > .cell {
    width: 11.1111111111%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-10 > .cell {
    width: 10%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-11 > .cell {
    width: 9.0909090909%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-12 > .cell {
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 75em) {
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-9 > .cell {
    width: 11.1111111111%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-10 > .cell {
    width: 10%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-11 > .cell {
    width: 9.0909090909%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xlarge-up-12 > .cell {
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 90em) {
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-9 > .cell {
    width: 11.1111111111%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-10 > .cell {
    width: 10%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-11 > .cell {
    width: 9.0909090909%;
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .xxlarge-up-12 > .cell {
    width: 8.3333333333%;
  }
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-9 > .cell {
  width: calc(11.1111111111% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-10 > .cell {
  width: calc(10% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-11 > .cell {
  width: calc(9.0909090909% - 0.625rem);
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-12 > .cell {
  width: calc(8.3333333333% - 0.625rem);
}

@media print, screen and (min-width: 40em) {
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-9 > .cell {
    width: calc(11.1111111111% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-10 > .cell {
    width: calc(10% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-11 > .cell {
    width: calc(9.0909090909% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-12 > .cell {
    width: calc(8.3333333333% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-9 > .cell {
    width: calc(11.1111111111% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-10 > .cell {
    width: calc(10% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-11 > .cell {
    width: calc(9.0909090909% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-12 > .cell {
    width: calc(8.3333333333% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-9 > .cell {
    width: calc(11.1111111111% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-10 > .cell {
    width: calc(10% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-11 > .cell {
    width: calc(9.0909090909% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-12 > .cell {
    width: calc(8.3333333333% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-9 > .cell {
    width: calc(11.1111111111% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-10 > .cell {
    width: calc(10% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-11 > .cell {
    width: calc(9.0909090909% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xlarge-up-12 > .cell {
    width: calc(8.3333333333% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-9 > .cell {
    width: calc(11.1111111111% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-10 > .cell {
    width: calc(10% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-11 > .cell {
    width: calc(9.0909090909% - 1.875rem);
  }
  /* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.xxlarge-up-12 > .cell {
    width: calc(8.3333333333% - 1.875rem);
  }
}

/* line 214, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 26, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-3 {
  width: 25%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-6 {
  width: 50%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-9 {
  width: 75%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-12 {
  width: 100%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-1 {
  width: 8.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-2 {
  width: 16.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-3 {
  width: 25%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-4 {
  width: 33.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-5 {
  width: 41.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-6 {
  width: 50%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-7 {
  width: 58.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-8 {
  width: 66.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-9 {
  width: 75%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-10 {
  width: 83.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-11 {
  width: 91.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .medium-12 {
  width: 100%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-1 {
  width: 8.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-2 {
  width: 16.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-3 {
  width: 25%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-4 {
  width: 33.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-5 {
  width: 41.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-6 {
  width: 50%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-7 {
  width: 58.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-8 {
  width: 66.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-9 {
  width: 75%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-10 {
  width: 83.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-11 {
  width: 91.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .large-12 {
  width: 100%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-1 {
  width: 8.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-2 {
  width: 16.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-3 {
  width: 25%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-4 {
  width: 33.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-5 {
  width: 41.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-6 {
  width: 50%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-7 {
  width: 58.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-8 {
  width: 66.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-9 {
  width: 75%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-10 {
  width: 83.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-11 {
  width: 91.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xlarge-12 {
  width: 100%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-1 {
  width: 8.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-2 {
  width: 16.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-3 {
  width: 25%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-4 {
  width: 33.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-5 {
  width: 41.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-6 {
  width: 50%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-7 {
  width: 58.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-8 {
  width: 66.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-9 {
  width: 75%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-10 {
  width: 83.3333333333%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-11 {
  width: 91.6666666667%;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .xxlarge-12 {
  width: 100%;
}

/* line 220, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 214, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 26, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
  /* line 220, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 214, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 26, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
  /* line 220, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  /* line 214, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 26, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
  /* line 220, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  /* line 214, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 26, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
  /* line 220, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_collapse.scss */
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.3125rem);
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.3125rem);
}

@media print, screen and (min-width: 40em) {
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media screen and (min-width: 75em) {
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media screen and (min-width: 90em) {
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  /* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 238, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

/* line 256, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

/* line 260, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .cell {
  width: auto;
}

/* line 264, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .auto {
  height: auto;
}

/* line 268, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .shrink {
  height: auto;
}

/* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > small-shrink, .grid-y > small-full, .grid-y > small-1, .grid-y > small-2, .grid-y > small-3, .grid-y > small-4, .grid-y > small-5, .grid-y > small-6, .grid-y > small-7, .grid-y > small-8, .grid-y > small-9, .grid-y > small-10, .grid-y > small-11, .grid-y > small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > medium-shrink, .grid-y > medium-full, .grid-y > medium-1, .grid-y > medium-2, .grid-y > medium-3, .grid-y > medium-4, .grid-y > medium-5, .grid-y > medium-6, .grid-y > medium-7, .grid-y > medium-8, .grid-y > medium-9, .grid-y > medium-10, .grid-y > medium-11, .grid-y > medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > large-shrink, .grid-y > large-full, .grid-y > large-1, .grid-y > large-2, .grid-y > large-3, .grid-y > large-4, .grid-y > large-5, .grid-y > large-6, .grid-y > large-7, .grid-y > large-8, .grid-y > large-9, .grid-y > large-10, .grid-y > large-11, .grid-y > large-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  /* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > xlarge-shrink, .grid-y > xlarge-full, .grid-y > xlarge-1, .grid-y > xlarge-2, .grid-y > xlarge-3, .grid-y > xlarge-4, .grid-y > xlarge-5, .grid-y > xlarge-6, .grid-y > xlarge-7, .grid-y > xlarge-8, .grid-y > xlarge-9, .grid-y > xlarge-10, .grid-y > xlarge-11, .grid-y > xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  /* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > xxlarge-shrink, .grid-y > xxlarge-full, .grid-y > xxlarge-1, .grid-y > xxlarge-2, .grid-y > xxlarge-3, .grid-y > xxlarge-4, .grid-y > xxlarge-5, .grid-y > xxlarge-6, .grid-y > xxlarge-7, .grid-y > xxlarge-8, .grid-y > xxlarge-9, .grid-y > xxlarge-10, .grid-y > xxlarge-11, .grid-y > xxlarge-12 {
    flex-basis: auto;
  }
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-1 {
  height: 8.3333333333%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-2 {
  height: 16.6666666667%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-3 {
  height: 25%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-4 {
  height: 33.3333333333%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-5 {
  height: 41.6666666667%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-6 {
  height: 50%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-7 {
  height: 58.3333333333%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-8 {
  height: 66.6666666667%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-9 {
  height: 75%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-10 {
  height: 83.3333333333%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-11 {
  height: 91.6666666667%;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 289, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 294, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink {
    height: auto;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-3 {
    height: 25%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-6 {
    height: 50%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-9 {
    height: 75%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 289, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 294, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink {
    height: auto;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-3 {
    height: 25%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-6 {
    height: 50%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-9 {
    height: 75%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  /* line 289, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 294, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  /* line 289, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 294, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  /* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

/* line 313, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-y .grid-padding-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

@media print, screen and (min-width: 40em) {
  /* line 313, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 318, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-y > .cell {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  /* line 318, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

/* line 124, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

@media print, screen and (min-width: 40em) {
  /* line 124, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 128, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .cell {
  height: calc(100% - 0.625rem);
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  /* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.625rem);
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 0.625rem);
}

@media print, screen and (min-width: 40em) {
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .auto {
    height: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .shrink {
    height: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-auto {
    height: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  /* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  /* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  /* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

/* line 331, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-frame {
  width: 100vw;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
}

/* line 335, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.cell .grid-frame {
  width: 100%;
}

/* line 339, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

/* line 343, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

/* line 348, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_frame.scss */
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  /* line 355, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  /* line 359, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .medium-grid-frame {
    width: 100%;
  }
  /* line 363, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  /* line 367, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_frame.scss */
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 371, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 355, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  /* line 359, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .large-grid-frame {
    width: 100%;
  }
  /* line 363, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  /* line 367, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_frame.scss */
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 371, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 75em) {
  /* line 355, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  /* line 359, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  /* line 363, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  /* line 367, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_frame.scss */
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 371, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 90em) {
  /* line 355, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  /* line 359, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  /* line 363, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  /* line 367, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_frame.scss */
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 371, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

/* line 379, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y.grid-frame {
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
}

@media print, screen and (min-width: 40em) {
  /* line 385, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y.medium-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 385, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y.large-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

@media screen and (min-width: 75em) {
  /* line 385, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y.xlarge-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

@media screen and (min-width: 90em) {
  /* line 385, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y.xxlarge-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

/* line 393, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 397, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 397, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  /* line 397, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  /* line 397, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

/* line 28, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.row::before, .row::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.row::after {
  clear: both;
}

/* line 33, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 39, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 39, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 39, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 39, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 39, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 42, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 49, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}

/* line 52, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 58, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row:not(.expanded) .row {
  max-width: none;
}

/* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 76, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 76, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

/* line 49, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 88, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-1 {
  width: 8.3333333333%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-2 {
  width: 16.6666666667%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-4 {
  width: 33.3333333333%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-5 {
  width: 41.6666666667%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-7 {
  width: 58.3333333333%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-8 {
  width: 66.6666666667%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-10 {
  width: 83.3333333333%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-11 {
  width: 91.6666666667%;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

/* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-9 > .column, .small-up-9 > .columns {
  float: left;
  width: 11.1111111111%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-9 > .column:nth-of-type(1n), .small-up-9 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-9 > .column:nth-of-type(9n+1), .small-up-9 > .columns:nth-of-type(9n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-9 > .column:last-child, .small-up-9 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-10 > .column, .small-up-10 > .columns {
  float: left;
  width: 10%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-10 > .column:nth-of-type(1n), .small-up-10 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-10 > .column:nth-of-type(10n+1), .small-up-10 > .columns:nth-of-type(10n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-10 > .column:last-child, .small-up-10 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-11 > .column, .small-up-11 > .columns {
  float: left;
  width: 9.0909090909%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-11 > .column:nth-of-type(1n), .small-up-11 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-11 > .column:nth-of-type(11n+1), .small-up-11 > .columns:nth-of-type(11n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-11 > .column:last-child, .small-up-11 > .columns:last-child {
  float: left;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-12 > .column, .small-up-12 > .columns {
  float: left;
  width: 8.3333333333%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-12 > .column:nth-of-type(1n), .small-up-12 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-12 > .column:nth-of-type(12n+1), .small-up-12 > .columns:nth-of-type(12n+1) {
  clear: both;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
.small-up-12 > .column:last-child, .small-up-12 > .columns:last-child {
  float: left;
}

/* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 143, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

/* line 149, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 153, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-centered {
  margin-right: auto;
  margin-left: auto;
}

/* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

/* line 158, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-9 > .column, .medium-up-9 > .columns {
    float: left;
    width: 11.1111111111%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-9 > .column:nth-of-type(1n), .medium-up-9 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-9 > .column:nth-of-type(9n+1), .medium-up-9 > .columns:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-9 > .column:last-child, .medium-up-9 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-10 > .column, .medium-up-10 > .columns {
    float: left;
    width: 10%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-10 > .column:nth-of-type(1n), .medium-up-10 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-10 > .column:nth-of-type(10n+1), .medium-up-10 > .columns:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-10 > .column:last-child, .medium-up-10 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-11 > .column, .medium-up-11 > .columns {
    float: left;
    width: 9.0909090909%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-11 > .column:nth-of-type(1n), .medium-up-11 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-11 > .column:nth-of-type(11n+1), .medium-up-11 > .columns:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-11 > .column:last-child, .medium-up-11 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-12 > .column, .medium-up-12 > .columns {
    float: left;
    width: 8.3333333333%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-12 > .column:nth-of-type(1n), .medium-up-12 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-12 > .column:nth-of-type(12n+1), .medium-up-12 > .columns:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .medium-up-12 > .column:last-child, .medium-up-12 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-9 > .column, .large-up-9 > .columns {
    float: left;
    width: 11.1111111111%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-9 > .column:nth-of-type(1n), .large-up-9 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-9 > .column:nth-of-type(9n+1), .large-up-9 > .columns:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-9 > .column:last-child, .large-up-9 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-10 > .column, .large-up-10 > .columns {
    float: left;
    width: 10%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-10 > .column:nth-of-type(1n), .large-up-10 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-10 > .column:nth-of-type(10n+1), .large-up-10 > .columns:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-10 > .column:last-child, .large-up-10 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-11 > .column, .large-up-11 > .columns {
    float: left;
    width: 9.0909090909%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-11 > .column:nth-of-type(1n), .large-up-11 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-11 > .column:nth-of-type(11n+1), .large-up-11 > .columns:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-11 > .column:last-child, .large-up-11 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-12 > .column, .large-up-12 > .columns {
    float: left;
    width: 8.3333333333%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-12 > .column:nth-of-type(1n), .large-up-12 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-12 > .column:nth-of-type(12n+1), .large-up-12 > .columns:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .large-up-12 > .column:last-child, .large-up-12 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-3 {
    width: 25%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-6 {
    width: 50%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-9 {
    width: 75%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-12 {
    width: 100%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-9 > .column, .xlarge-up-9 > .columns {
    float: left;
    width: 11.1111111111%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-9 > .column:nth-of-type(1n), .xlarge-up-9 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-9 > .column:nth-of-type(9n+1), .xlarge-up-9 > .columns:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-9 > .column:last-child, .xlarge-up-9 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-10 > .column, .xlarge-up-10 > .columns {
    float: left;
    width: 10%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-10 > .column:nth-of-type(1n), .xlarge-up-10 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-10 > .column:nth-of-type(10n+1), .xlarge-up-10 > .columns:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-10 > .column:last-child, .xlarge-up-10 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-11 > .column, .xlarge-up-11 > .columns {
    float: left;
    width: 9.0909090909%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-11 > .column:nth-of-type(1n), .xlarge-up-11 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-11 > .column:nth-of-type(11n+1), .xlarge-up-11 > .columns:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-11 > .column:last-child, .xlarge-up-11 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-12 > .column, .xlarge-up-12 > .columns {
    float: left;
    width: 8.3333333333%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-12 > .column:nth-of-type(1n), .xlarge-up-12 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-12 > .column:nth-of-type(12n+1), .xlarge-up-12 > .columns:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-12 > .column:last-child, .xlarge-up-12 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-3 {
    width: 25%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-6 {
    width: 50%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-9 {
    width: 75%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 113, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-12 {
    width: 100%;
  }
  /* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-9 > .column, .xxlarge-up-9 > .columns {
    float: left;
    width: 11.1111111111%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-9 > .column:nth-of-type(1n), .xxlarge-up-9 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-9 > .column:nth-of-type(9n+1), .xxlarge-up-9 > .columns:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-9 > .column:last-child, .xxlarge-up-9 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-10 > .column, .xxlarge-up-10 > .columns {
    float: left;
    width: 10%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-10 > .column:nth-of-type(1n), .xxlarge-up-10 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-10 > .column:nth-of-type(10n+1), .xxlarge-up-10 > .columns:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-10 > .column:last-child, .xxlarge-up-10 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-11 > .column, .xxlarge-up-11 > .columns {
    float: left;
    width: 9.0909090909%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-11 > .column:nth-of-type(1n), .xxlarge-up-11 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-11 > .column:nth-of-type(11n+1), .xxlarge-up-11 > .columns:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-11 > .column:last-child, .xxlarge-up-11 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-12 > .column, .xxlarge-up-12 > .columns {
    float: left;
    width: 8.3333333333%;
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-12 > .column:nth-of-type(1n), .xxlarge-up-12 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-12 > .column:nth-of-type(12n+1), .xxlarge-up-12 > .columns:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-12 > .column:last-child, .xxlarge-up-12 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 166, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
.column-block {
  margin-bottom: 1.25rem;
}

/* line 78, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_gutter.scss */
.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 166, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_classes.scss */
  .column-block {
    margin-bottom: 1.875rem;
  }
  /* line 78, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_gutter.scss */
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-right {
  justify-content: flex-end;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-center {
  justify-content: center;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-justify {
  justify-content: space-between;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-spaced {
  justify-content: space-around;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-center.vertical.menu > li > a {
  justify-content: center;
}

/* line 91, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-top {
  align-items: flex-start;
}

/* line 95, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-self-top {
  align-self: flex-start;
}

/* line 91, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-bottom {
  align-items: flex-end;
}

/* line 95, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-self-bottom {
  align-self: flex-end;
}

/* line 91, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-middle {
  align-items: center;
}

/* line 95, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-self-middle {
  align-self: center;
}

/* line 91, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-stretch {
  align-items: stretch;
}

/* line 95, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-self-stretch {
  align-self: stretch;
}

/* line 101, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.small-order-1 {
  order: 1;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.small-order-2 {
  order: 2;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.small-order-3 {
  order: 3;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.small-order-4 {
  order: 4;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.small-order-5 {
  order: 5;
}

/* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-order-1 {
    order: 1;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-order-2 {
    order: 2;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-order-3 {
    order: 3;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-order-4 {
    order: 4;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-order-5 {
    order: 5;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-order-1 {
    order: 1;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-order-2 {
    order: 2;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-order-3 {
    order: 3;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-order-4 {
    order: 4;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-order-5 {
    order: 5;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 75em) {
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-order-1 {
    order: 1;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-order-2 {
    order: 2;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-order-3 {
    order: 3;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-order-4 {
    order: 4;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-order-5 {
    order: 5;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 90em) {
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-order-1 {
    order: 1;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-order-2 {
    order: 2;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-order-3 {
    order: 3;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-order-4 {
    order: 4;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-order-5 {
    order: 5;
  }
  /* line 109, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-order-6 {
    order: 6;
  }
}

/* line 18, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.flex-container {
  display: flex;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.flex-child-auto {
  flex: 1 1 auto;
}

/* line 26, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.flex-child-grow {
  flex: 1 0 auto;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.flex-child-shrink {
  flex: 0 1 auto;
}

/* line 35, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.flex-dir-row {
  flex-direction: row;
}

/* line 35, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

/* line 35, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.flex-dir-column {
  flex-direction: column;
}

/* line 35, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  /* line 45, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-flex-container {
    display: flex;
  }
  /* line 49, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  /* line 53, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  /* line 57, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-flex-dir-row {
    flex-direction: row;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-flex-dir-column {
    flex-direction: column;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 45, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-flex-container {
    display: flex;
  }
  /* line 49, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  /* line 53, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  /* line 57, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-flex-dir-row {
    flex-direction: row;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-flex-dir-column {
    flex-direction: column;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 75em) {
  /* line 45, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-flex-container {
    display: flex;
  }
  /* line 49, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  /* line 53, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  /* line 57, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  /* line 45, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-flex-container {
    display: flex;
  }
  /* line 49, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  /* line 53, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  /* line 57, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  /* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_flex.scss */
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

/* line 256, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 280, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* line 289, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 296, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 303, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 309, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}

/* line 321, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

/* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
h3 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
h5 {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
  h2 {
    font-size: 2.5rem;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
  h5 {
    font-size: 1.25rem;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
  h6 {
    font-size: 1rem;
  }
}

/* line 371, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
a {
  line-height: inherit;
  color: #49bdbc;
  text-decoration: none;
  cursor: pointer;
}

/* line 378, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #3ca5a4;
}

/* line 386, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 392, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
hr {
  clear: both;
  max-width: 1800px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

/* line 406, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

/* line 415, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 420, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* line 426, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 432, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 439, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}

/* line 442, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 449, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.625rem 0;
  border-left: none;
}

/* line 454, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #0a0a0a;
}

/* line 461, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

/* line 466, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
cite:before {
  content: "— ";
}

/* line 472, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

/* line 479, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
figure {
  margin: 0;
}

/* line 484, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #f2f2f2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

/* line 496, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_base.scss */
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f2f2f2;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 4px;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 58, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 100%;
  line-height: 1.4;
}

/* line 64, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_helpers.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-left {
    text-align: left;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-right {
    text-align: right;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-center {
    text-align: center;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-left {
    text-align: left;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-right {
    text-align: right;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-center {
    text-align: center;
  }
  /* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-justify {
    text-align: justify;
  }
}

/* line 14, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 17, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  /* line 28, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }
  /* line 29, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 31, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 32, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 33, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 35, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 39, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 42, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  /* line 51, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  /* line 61, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 63, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 66, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 70, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 78, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/typography/_print.scss */
  .print-break-inside {
    page-break-inside: auto;
  }
}

/* line 125, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}

/* line 111, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 132, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}

/* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 143, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #8a8a8a;
}

/* line 148, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/* line 156, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 4px;
}

/* line 163, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* line 26, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 32, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 38, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 43, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

/* line 36, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 4px 0 0 4px;
}

/* line 41, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 4px 4px 0;
}

/* line 47, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

/* line 57, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #f2f2f2;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

/* line 78, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}

/* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 88, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

/* line 102, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto;
}

/* line 116, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* line 39, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_fieldset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 45, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_fieldset.scss */
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_fieldset.scss */
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

/* line 30, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_fieldset.scss */
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  /* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_select.scss */
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 66, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_select.scss */
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/* line 72, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}

/* line 76, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  border-color: #ed6a76;
  background-color: #fceff0;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus)::placeholder {
  color: #ed6a76;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_error.scss */
.is-invalid-label {
  color: #ed6a76;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ed6a76;
}

/* line 84, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 262, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button, .apply_credit_label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1.25em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #49bdbc;
  color: #fefefe;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button, [data-whatinput='mouse'] .apply_credit_label {
  outline: 0;
}

/* line 150, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button:hover, .apply_credit_label:hover, .button:focus, .apply_credit_label:focus {
  background-color: #3ba3a3;
  color: #fefefe;
}

/* line 267, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.tiny, .tiny.apply_credit_label {
  font-size: 0.6rem;
}

/* line 267, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.small, .small.apply_credit_label {
  font-size: 0.75rem;
}

/* line 267, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.large, .large.apply_credit_label {
  font-size: 1.2rem;
}

/* line 272, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.expanded, .expanded.apply_credit_label {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 277, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.primary, .primary.apply_credit_label {
  background-color: #49bdbc;
  color: #0a0a0a;
}

/* line 150, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.primary:hover, .primary.apply_credit_label:hover, .button.primary:focus, .primary.apply_credit_label:focus {
  background-color: #389a99;
  color: #0a0a0a;
}

/* line 277, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.secondary, .secondary.apply_credit_label {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

/* line 150, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.secondary:hover, .secondary.apply_credit_label:hover, .button.secondary:focus, .secondary.apply_credit_label:focus {
  background-color: #c2c2c2;
  color: #0a0a0a;
}

/* line 277, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.success, .success.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.button {
  background-color: #5dcc8f;
  color: #0a0a0a;
}

/* line 150, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.success:hover, .success.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.button:hover, .button.success:focus, .success.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.button:focus {
  background-color: #39b571;
  color: #0a0a0a;
}

/* line 277, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.warning, .warning.apply_credit_label {
  background-color: #7f78e1;
  color: #0a0a0a;
}

/* line 150, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.warning:hover, .warning.apply_credit_label:hover, .button.warning:focus, .warning.apply_credit_label:focus {
  background-color: #4940d4;
  color: #0a0a0a;
}

/* line 277, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.alert, .alert.apply_credit_label, .apply_credit_checkbox:checked + label.apply_credit_label, .apply_credit_checkbox:checked + label.button {
  background-color: #ed6a76;
  color: #0a0a0a;
}

/* line 150, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.alert:hover, .alert.apply_credit_label:hover, .apply_credit_checkbox:checked + label.apply_credit_label:hover, .apply_credit_checkbox:checked + label.button:hover, .button.alert:focus, .alert.apply_credit_label:focus, .apply_credit_checkbox:checked + label.apply_credit_label:focus, .apply_credit_checkbox:checked + label.button:focus {
  background-color: #e62d3e;
  color: #0a0a0a;
}

/* line 293, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled, .disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.apply_credit_label, .apply_credit_checkbox:disabled + label.button, .button[disabled], .apply_credit_label[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled, .disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.apply_credit_label, .apply_credit_checkbox:disabled + label.button, .button.disabled:hover, .disabled.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.button:hover, .button.disabled:focus, .disabled.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.button:focus, .button[disabled], .apply_credit_label[disabled], .button[disabled]:hover, .apply_credit_label[disabled]:hover, .button[disabled]:focus, .apply_credit_label[disabled]:focus {
  background-color: #49bdbc;
  color: #fefefe;
}

/* line 298, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.primary, .disabled.primary.apply_credit_label, .apply_credit_checkbox:disabled + label.primary.apply_credit_label, .apply_credit_checkbox:disabled + label.button.primary, .button[disabled].primary, [disabled].primary.apply_credit_label {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.primary, .disabled.primary.apply_credit_label, .apply_credit_checkbox:disabled + label.primary.apply_credit_label, .apply_credit_checkbox:disabled + label.button.primary, .button.disabled.primary:hover, .disabled.primary.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.primary.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.button.primary:hover, .button.disabled.primary:focus, .disabled.primary.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.primary.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.button.primary:focus, .button[disabled].primary, [disabled].primary.apply_credit_label, .button[disabled].primary:hover, [disabled].primary.apply_credit_label:hover, .button[disabled].primary:focus, [disabled].primary.apply_credit_label:focus {
  background-color: #49bdbc;
  color: #0a0a0a;
}

/* line 298, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.secondary, .disabled.secondary.apply_credit_label, .apply_credit_checkbox:disabled + label.secondary.apply_credit_label, .apply_credit_checkbox:disabled + label.button.secondary, .button[disabled].secondary, [disabled].secondary.apply_credit_label {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.secondary, .disabled.secondary.apply_credit_label, .apply_credit_checkbox:disabled + label.secondary.apply_credit_label, .apply_credit_checkbox:disabled + label.button.secondary, .button.disabled.secondary:hover, .disabled.secondary.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.secondary.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.button.secondary:hover, .button.disabled.secondary:focus, .disabled.secondary.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.secondary.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.button.secondary:focus, .button[disabled].secondary, [disabled].secondary.apply_credit_label, .button[disabled].secondary:hover, [disabled].secondary.apply_credit_label:hover, .button[disabled].secondary:focus, [disabled].secondary.apply_credit_label:focus {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

/* line 298, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.success, .disabled.success.apply_credit_label, .apply_credit_checkbox:disabled + label.success.apply_credit_label, .apply_credit_checkbox:disabled:not(:checked) + label.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.button.success, .apply_credit_checkbox:disabled:not(:checked) + label.button, .apply_credit_checkbox:not(:checked) + label.button.disabled, .button[disabled].success, [disabled].success.apply_credit_label, .apply_credit_checkbox:not(:checked) + label[disabled].apply_credit_label, .apply_credit_checkbox:not(:checked) + label.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.success, .disabled.success.apply_credit_label, .apply_credit_checkbox:disabled + label.success.apply_credit_label, .apply_credit_checkbox:disabled:not(:checked) + label.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.button.success, .apply_credit_checkbox:disabled:not(:checked) + label.button, .apply_credit_checkbox:not(:checked) + label.button.disabled, .button.disabled.success:hover, .disabled.success.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.success.apply_credit_label:hover, .apply_credit_checkbox:disabled:not(:checked) + label.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.disabled.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.button.success:hover, .apply_credit_checkbox:disabled:not(:checked) + label.button:hover, .apply_credit_checkbox:not(:checked) + label.button.disabled:hover, .button.disabled.success:focus, .disabled.success.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.success.apply_credit_label:focus, .apply_credit_checkbox:disabled:not(:checked) + label.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.disabled.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.button.success:focus, .apply_credit_checkbox:disabled:not(:checked) + label.button:focus, .apply_credit_checkbox:not(:checked) + label.button.disabled:focus, .button[disabled].success, [disabled].success.apply_credit_label, .apply_credit_checkbox:not(:checked) + label[disabled].apply_credit_label, .apply_credit_checkbox:not(:checked) + label.button[disabled], .button[disabled].success:hover, [disabled].success.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label[disabled].apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.button[disabled]:hover, .button[disabled].success:focus, [disabled].success.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label[disabled].apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.button[disabled]:focus {
  background-color: #5dcc8f;
  color: #0a0a0a;
}

/* line 298, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.warning, .disabled.warning.apply_credit_label, .apply_credit_checkbox:disabled + label.warning.apply_credit_label, .apply_credit_checkbox:disabled + label.button.warning, .button[disabled].warning, [disabled].warning.apply_credit_label {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.warning, .disabled.warning.apply_credit_label, .apply_credit_checkbox:disabled + label.warning.apply_credit_label, .apply_credit_checkbox:disabled + label.button.warning, .button.disabled.warning:hover, .disabled.warning.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.warning.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.button.warning:hover, .button.disabled.warning:focus, .disabled.warning.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.warning.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.button.warning:focus, .button[disabled].warning, [disabled].warning.apply_credit_label, .button[disabled].warning:hover, [disabled].warning.apply_credit_label:hover, .button[disabled].warning:focus, [disabled].warning.apply_credit_label:focus {
  background-color: #7f78e1;
  color: #0a0a0a;
}

/* line 298, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.alert, .disabled.alert.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.apply_credit_label, .apply_credit_checkbox:checked + label.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.alert.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.button, .apply_credit_checkbox:checked + label.button.disabled, .apply_credit_checkbox:disabled + label.button.alert, .button[disabled].alert, [disabled].alert.apply_credit_label, .apply_credit_checkbox:checked + label[disabled].apply_credit_label, .apply_credit_checkbox:checked + label.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.disabled.alert, .disabled.alert.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.apply_credit_label, .apply_credit_checkbox:checked + label.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.alert.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.button, .apply_credit_checkbox:checked + label.button.disabled, .apply_credit_checkbox:disabled + label.button.alert, .button.disabled.alert:hover, .disabled.alert.apply_credit_label:hover, .apply_credit_checkbox:checked:disabled + label.apply_credit_label:hover, .apply_credit_checkbox:checked + label.disabled.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.alert.apply_credit_label:hover, .apply_credit_checkbox:checked:disabled + label.button:hover, .apply_credit_checkbox:checked + label.button.disabled:hover, .apply_credit_checkbox:disabled + label.button.alert:hover, .button.disabled.alert:focus, .disabled.alert.apply_credit_label:focus, .apply_credit_checkbox:checked:disabled + label.apply_credit_label:focus, .apply_credit_checkbox:checked + label.disabled.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.alert.apply_credit_label:focus, .apply_credit_checkbox:checked:disabled + label.button:focus, .apply_credit_checkbox:checked + label.button.disabled:focus, .apply_credit_checkbox:disabled + label.button.alert:focus, .button[disabled].alert, [disabled].alert.apply_credit_label, .apply_credit_checkbox:checked + label[disabled].apply_credit_label, .apply_credit_checkbox:checked + label.button[disabled], .button[disabled].alert:hover, [disabled].alert.apply_credit_label:hover, .apply_credit_checkbox:checked + label[disabled].apply_credit_label:hover, .apply_credit_checkbox:checked + label.button[disabled]:hover, .button[disabled].alert:focus, [disabled].alert.apply_credit_label:focus, .apply_credit_checkbox:checked + label[disabled].apply_credit_label:focus, .apply_credit_checkbox:checked + label.button[disabled]:focus {
  background-color: #ed6a76;
  color: #0a0a0a;
}

/* line 306, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow, .hollow.apply_credit_label {
  border: 1px solid #49bdbc;
  color: #49bdbc;
}

/* line 158, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow, .hollow.apply_credit_label, .button.hollow:hover, .hollow.apply_credit_label:hover, .button.hollow:focus, .hollow.apply_credit_label:focus {
  background-color: transparent;
}

/* line 165, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.disabled, .hollow.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow, .button.hollow.disabled:hover, .hollow.disabled.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.hollow.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.button.hollow:hover, .button.hollow.disabled:focus, .hollow.disabled.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.hollow.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.button.hollow:focus, .button.hollow[disabled], .hollow.apply_credit_label[disabled], .button.hollow[disabled]:hover, .hollow.apply_credit_label[disabled]:hover, .button.hollow[disabled]:focus, .hollow.apply_credit_label[disabled]:focus {
  background-color: transparent;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow:hover, .hollow.apply_credit_label:hover, .button.hollow:focus, .hollow.apply_credit_label:focus {
  border-color: #236060;
  color: #236060;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow:hover.disabled, .hollow:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow:hover, .button.hollow:hover[disabled], .hollow.apply_credit_label:hover[disabled], .button.hollow:focus.disabled, .hollow:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow:focus, .button.hollow:focus[disabled], .hollow.apply_credit_label:focus[disabled] {
  border: 1px solid #49bdbc;
  color: #49bdbc;
}

/* line 311, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.primary, .hollow.primary.apply_credit_label {
  border: 1px solid #49bdbc;
  color: #49bdbc;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover, .hollow.primary.apply_credit_label:hover, .button.hollow.primary:focus, .hollow.primary.apply_credit_label:focus {
  border-color: #236060;
  color: #236060;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover.disabled, .hollow.primary:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.primary:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow.primary:hover, .button.hollow.primary:hover[disabled], .hollow.primary.apply_credit_label:hover[disabled], .button.hollow.primary:focus.disabled, .hollow.primary:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.primary:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow.primary:focus, .button.hollow.primary:focus[disabled], .hollow.primary.apply_credit_label:focus[disabled] {
  border: 1px solid #49bdbc;
  color: #49bdbc;
}

/* line 311, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary, .hollow.secondary.apply_credit_label {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover, .hollow.secondary.apply_credit_label:hover, .button.hollow.secondary:focus, .hollow.secondary.apply_credit_label:focus {
  border-color: #797979;
  color: #797979;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover.disabled, .hollow.secondary:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.secondary:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow.secondary:hover, .button.hollow.secondary:hover[disabled], .hollow.secondary.apply_credit_label:hover[disabled], .button.hollow.secondary:focus.disabled, .hollow.secondary:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.secondary:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow.secondary:focus, .button.hollow.secondary:focus[disabled], .hollow.secondary.apply_credit_label:focus[disabled] {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
}

/* line 311, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.success, .hollow.success.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.hollow.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.button.hollow {
  border: 1px solid #5dcc8f;
  color: #5dcc8f;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover, .hollow.success.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.hollow.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.button.hollow:hover, .button.hollow.success:focus, .hollow.success.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.hollow.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.button.hollow:focus {
  border-color: #247146;
  color: #247146;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover.disabled, .hollow.success:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.success:hover.apply_credit_label, .apply_credit_checkbox:disabled:not(:checked) + label.hollow:hover.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.hollow:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow.success:hover, .apply_credit_checkbox:disabled:not(:checked) + label.button.hollow:hover, .apply_credit_checkbox:not(:checked) + label.button.hollow:hover.disabled, .button.hollow.success:hover[disabled], .hollow.success.apply_credit_label:hover[disabled], .apply_credit_checkbox:not(:checked) + label.hollow.apply_credit_label:hover[disabled], .apply_credit_checkbox:not(:checked) + label.button.hollow:hover[disabled], .button.hollow.success:focus.disabled, .hollow.success:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.success:focus.apply_credit_label, .apply_credit_checkbox:disabled:not(:checked) + label.hollow:focus.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.hollow:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow.success:focus, .apply_credit_checkbox:disabled:not(:checked) + label.button.hollow:focus, .apply_credit_checkbox:not(:checked) + label.button.hollow:focus.disabled, .button.hollow.success:focus[disabled], .hollow.success.apply_credit_label:focus[disabled], .apply_credit_checkbox:not(:checked) + label.hollow.apply_credit_label:focus[disabled], .apply_credit_checkbox:not(:checked) + label.button.hollow:focus[disabled] {
  border: 1px solid #5dcc8f;
  color: #5dcc8f;
}

/* line 311, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.warning, .hollow.warning.apply_credit_label {
  border: 1px solid #7f78e1;
  color: #7f78e1;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover, .hollow.warning.apply_credit_label:hover, .button.hollow.warning:focus, .hollow.warning.apply_credit_label:focus {
  border-color: #271f8d;
  color: #271f8d;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover.disabled, .hollow.warning:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.warning:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow.warning:hover, .button.hollow.warning:hover[disabled], .hollow.warning.apply_credit_label:hover[disabled], .button.hollow.warning:focus.disabled, .hollow.warning:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.warning:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.hollow.warning:focus, .button.hollow.warning:focus[disabled], .hollow.warning.apply_credit_label:focus[disabled] {
  border: 1px solid #7f78e1;
  color: #7f78e1;
}

/* line 311, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.alert, .hollow.alert.apply_credit_label, .apply_credit_checkbox:checked + label.hollow.apply_credit_label, .apply_credit_checkbox:checked + label.button.hollow {
  border: 1px solid #ed6a76;
  color: #ed6a76;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover, .hollow.alert.apply_credit_label:hover, .apply_credit_checkbox:checked + label.hollow.apply_credit_label:hover, .apply_credit_checkbox:checked + label.button.hollow:hover, .button.hollow.alert:focus, .hollow.alert.apply_credit_label:focus, .apply_credit_checkbox:checked + label.hollow.apply_credit_label:focus, .apply_credit_checkbox:checked + label.button.hollow:focus {
  border-color: #99121f;
  color: #99121f;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover.disabled, .hollow.alert:hover.disabled.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.hollow:hover.apply_credit_label, .apply_credit_checkbox:checked + label.hollow:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.alert:hover.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.button.hollow:hover, .apply_credit_checkbox:checked + label.button.hollow:hover.disabled, .apply_credit_checkbox:disabled + label.button.hollow.alert:hover, .button.hollow.alert:hover[disabled], .hollow.alert.apply_credit_label:hover[disabled], .apply_credit_checkbox:checked + label.hollow.apply_credit_label:hover[disabled], .apply_credit_checkbox:checked + label.button.hollow:hover[disabled], .button.hollow.alert:focus.disabled, .hollow.alert:focus.disabled.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.hollow:focus.apply_credit_label, .apply_credit_checkbox:checked + label.hollow:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.hollow.alert:focus.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.button.hollow:focus, .apply_credit_checkbox:checked + label.button.hollow:focus.disabled, .apply_credit_checkbox:disabled + label.button.hollow.alert:focus, .button.hollow.alert:focus[disabled], .hollow.alert.apply_credit_label:focus[disabled], .apply_credit_checkbox:checked + label.hollow.apply_credit_label:focus[disabled], .apply_credit_checkbox:checked + label.button.hollow:focus[disabled] {
  border: 1px solid #ed6a76;
  color: #ed6a76;
}

/* line 320, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear, .clear.apply_credit_label {
  border: 1px solid #49bdbc;
  color: #49bdbc;
}

/* line 158, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear, .clear.apply_credit_label, .button.clear:hover, .clear.apply_credit_label:hover, .button.clear:focus, .clear.apply_credit_label:focus {
  background-color: transparent;
}

/* line 165, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.disabled, .clear.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear, .button.clear.disabled:hover, .clear.disabled.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.clear.apply_credit_label:hover, .apply_credit_checkbox:disabled + label.button.clear:hover, .button.clear.disabled:focus, .clear.disabled.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.clear.apply_credit_label:focus, .apply_credit_checkbox:disabled + label.button.clear:focus, .button.clear[disabled], .clear.apply_credit_label[disabled], .button.clear[disabled]:hover, .clear.apply_credit_label[disabled]:hover, .button.clear[disabled]:focus, .clear.apply_credit_label[disabled]:focus {
  background-color: transparent;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear:hover, .clear.apply_credit_label:hover, .button.clear:focus, .clear.apply_credit_label:focus {
  border-color: #236060;
  color: #236060;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear:hover.disabled, .clear:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear:hover, .button.clear:hover[disabled], .clear.apply_credit_label:hover[disabled], .button.clear:focus.disabled, .clear:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear:focus, .button.clear:focus[disabled], .clear.apply_credit_label:focus[disabled] {
  border: 1px solid #49bdbc;
  color: #49bdbc;
}

/* line 325, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear, .clear.apply_credit_label, .button.clear.disabled, .clear.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear, .button.clear[disabled], .clear.apply_credit_label[disabled], .button.clear:hover, .clear.apply_credit_label:hover, .button.clear:hover.disabled, .clear:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear:hover, .button.clear:hover[disabled], .clear.apply_credit_label:hover[disabled], .button.clear:focus, .clear.apply_credit_label:focus, .button.clear:focus.disabled, .clear:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear:focus, .button.clear:focus[disabled], .clear.apply_credit_label:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.primary, .clear.primary.apply_credit_label {
  border: 1px solid #49bdbc;
  color: #49bdbc;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.primary:hover, .clear.primary.apply_credit_label:hover, .button.clear.primary:focus, .clear.primary.apply_credit_label:focus {
  border-color: #236060;
  color: #236060;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.primary:hover.disabled, .clear.primary:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.primary:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.primary:hover, .button.clear.primary:hover[disabled], .clear.primary.apply_credit_label:hover[disabled], .button.clear.primary:focus.disabled, .clear.primary:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.primary:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.primary:focus, .button.clear.primary:focus[disabled], .clear.primary.apply_credit_label:focus[disabled] {
  border: 1px solid #49bdbc;
  color: #49bdbc;
}

/* line 336, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.primary, .clear.primary.apply_credit_label, .button.clear.primary.disabled, .clear.primary.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.primary.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.primary, .button.clear.primary[disabled], .clear.primary.apply_credit_label[disabled], .button.clear.primary:hover, .clear.primary.apply_credit_label:hover, .button.clear.primary:hover.disabled, .clear.primary:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.primary:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.primary:hover, .button.clear.primary:hover[disabled], .clear.primary.apply_credit_label:hover[disabled], .button.clear.primary:focus, .clear.primary.apply_credit_label:focus, .button.clear.primary:focus.disabled, .clear.primary:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.primary:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.primary:focus, .button.clear.primary:focus[disabled], .clear.primary.apply_credit_label:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.secondary, .clear.secondary.apply_credit_label {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.secondary:hover, .clear.secondary.apply_credit_label:hover, .button.clear.secondary:focus, .clear.secondary.apply_credit_label:focus {
  border-color: #797979;
  color: #797979;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.secondary:hover.disabled, .clear.secondary:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.secondary:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.secondary:hover, .button.clear.secondary:hover[disabled], .clear.secondary.apply_credit_label:hover[disabled], .button.clear.secondary:focus.disabled, .clear.secondary:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.secondary:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.secondary:focus, .button.clear.secondary:focus[disabled], .clear.secondary.apply_credit_label:focus[disabled] {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
}

/* line 336, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.secondary, .clear.secondary.apply_credit_label, .button.clear.secondary.disabled, .clear.secondary.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.secondary.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.secondary, .button.clear.secondary[disabled], .clear.secondary.apply_credit_label[disabled], .button.clear.secondary:hover, .clear.secondary.apply_credit_label:hover, .button.clear.secondary:hover.disabled, .clear.secondary:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.secondary:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.secondary:hover, .button.clear.secondary:hover[disabled], .clear.secondary.apply_credit_label:hover[disabled], .button.clear.secondary:focus, .clear.secondary.apply_credit_label:focus, .button.clear.secondary:focus.disabled, .clear.secondary:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.secondary:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.secondary:focus, .button.clear.secondary:focus[disabled], .clear.secondary.apply_credit_label:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.success, .clear.success.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.button.clear {
  border: 1px solid #5dcc8f;
  color: #5dcc8f;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.success:hover, .clear.success.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.button.clear:hover, .button.clear.success:focus, .clear.success.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.button.clear:focus {
  border-color: #247146;
  color: #247146;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.success:hover.disabled, .clear.success:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.success:hover.apply_credit_label, .apply_credit_checkbox:disabled:not(:checked) + label.clear:hover.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.clear:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.success:hover, .apply_credit_checkbox:disabled:not(:checked) + label.button.clear:hover, .apply_credit_checkbox:not(:checked) + label.button.clear:hover.disabled, .button.clear.success:hover[disabled], .clear.success.apply_credit_label:hover[disabled], .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label:hover[disabled], .apply_credit_checkbox:not(:checked) + label.button.clear:hover[disabled], .button.clear.success:focus.disabled, .clear.success:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.success:focus.apply_credit_label, .apply_credit_checkbox:disabled:not(:checked) + label.clear:focus.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.clear:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.success:focus, .apply_credit_checkbox:disabled:not(:checked) + label.button.clear:focus, .apply_credit_checkbox:not(:checked) + label.button.clear:focus.disabled, .button.clear.success:focus[disabled], .clear.success.apply_credit_label:focus[disabled], .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label:focus[disabled], .apply_credit_checkbox:not(:checked) + label.button.clear:focus[disabled] {
  border: 1px solid #5dcc8f;
  color: #5dcc8f;
}

/* line 336, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.success, .clear.success.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.button.clear, .button.clear.success.disabled, .clear.success.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.success.apply_credit_label, .apply_credit_checkbox:disabled:not(:checked) + label.clear.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.clear.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.success, .apply_credit_checkbox:disabled:not(:checked) + label.button.clear, .apply_credit_checkbox:not(:checked) + label.button.clear.disabled, .button.clear.success[disabled], .clear.success.apply_credit_label[disabled], .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label[disabled], .apply_credit_checkbox:not(:checked) + label.button.clear[disabled], .button.clear.success:hover, .clear.success.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.button.clear:hover, .button.clear.success:hover.disabled, .clear.success:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.success:hover.apply_credit_label, .apply_credit_checkbox:disabled:not(:checked) + label.clear:hover.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.clear:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.success:hover, .apply_credit_checkbox:disabled:not(:checked) + label.button.clear:hover, .apply_credit_checkbox:not(:checked) + label.button.clear:hover.disabled, .button.clear.success:hover[disabled], .clear.success.apply_credit_label:hover[disabled], .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label:hover[disabled], .apply_credit_checkbox:not(:checked) + label.button.clear:hover[disabled], .button.clear.success:focus, .clear.success.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label:focus, .apply_credit_checkbox:not(:checked) + label.button.clear:focus, .button.clear.success:focus.disabled, .clear.success:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.success:focus.apply_credit_label, .apply_credit_checkbox:disabled:not(:checked) + label.clear:focus.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.clear:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.success:focus, .apply_credit_checkbox:disabled:not(:checked) + label.button.clear:focus, .apply_credit_checkbox:not(:checked) + label.button.clear:focus.disabled, .button.clear.success:focus[disabled], .clear.success.apply_credit_label:focus[disabled], .apply_credit_checkbox:not(:checked) + label.clear.apply_credit_label:focus[disabled], .apply_credit_checkbox:not(:checked) + label.button.clear:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.warning, .clear.warning.apply_credit_label {
  border: 1px solid #7f78e1;
  color: #7f78e1;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.warning:hover, .clear.warning.apply_credit_label:hover, .button.clear.warning:focus, .clear.warning.apply_credit_label:focus {
  border-color: #271f8d;
  color: #271f8d;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.warning:hover.disabled, .clear.warning:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.warning:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.warning:hover, .button.clear.warning:hover[disabled], .clear.warning.apply_credit_label:hover[disabled], .button.clear.warning:focus.disabled, .clear.warning:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.warning:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.warning:focus, .button.clear.warning:focus[disabled], .clear.warning.apply_credit_label:focus[disabled] {
  border: 1px solid #7f78e1;
  color: #7f78e1;
}

/* line 336, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.warning, .clear.warning.apply_credit_label, .button.clear.warning.disabled, .clear.warning.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.warning.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.warning, .button.clear.warning[disabled], .clear.warning.apply_credit_label[disabled], .button.clear.warning:hover, .clear.warning.apply_credit_label:hover, .button.clear.warning:hover.disabled, .clear.warning:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.warning:hover.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.warning:hover, .button.clear.warning:hover[disabled], .clear.warning.apply_credit_label:hover[disabled], .button.clear.warning:focus, .clear.warning.apply_credit_label:focus, .button.clear.warning:focus.disabled, .clear.warning:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.warning:focus.apply_credit_label, .apply_credit_checkbox:disabled + label.button.clear.warning:focus, .button.clear.warning:focus[disabled], .clear.warning.apply_credit_label:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.alert, .clear.alert.apply_credit_label, .apply_credit_checkbox:checked + label.clear.apply_credit_label, .apply_credit_checkbox:checked + label.button.clear {
  border: 1px solid #ed6a76;
  color: #ed6a76;
}

/* line 182, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.alert:hover, .clear.alert.apply_credit_label:hover, .apply_credit_checkbox:checked + label.clear.apply_credit_label:hover, .apply_credit_checkbox:checked + label.button.clear:hover, .button.clear.alert:focus, .clear.alert.apply_credit_label:focus, .apply_credit_checkbox:checked + label.clear.apply_credit_label:focus, .apply_credit_checkbox:checked + label.button.clear:focus {
  border-color: #99121f;
  color: #99121f;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.alert:hover.disabled, .clear.alert:hover.disabled.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.clear:hover.apply_credit_label, .apply_credit_checkbox:checked + label.clear:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.alert:hover.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.button.clear:hover, .apply_credit_checkbox:checked + label.button.clear:hover.disabled, .apply_credit_checkbox:disabled + label.button.clear.alert:hover, .button.clear.alert:hover[disabled], .clear.alert.apply_credit_label:hover[disabled], .apply_credit_checkbox:checked + label.clear.apply_credit_label:hover[disabled], .apply_credit_checkbox:checked + label.button.clear:hover[disabled], .button.clear.alert:focus.disabled, .clear.alert:focus.disabled.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.clear:focus.apply_credit_label, .apply_credit_checkbox:checked + label.clear:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.alert:focus.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.button.clear:focus, .apply_credit_checkbox:checked + label.button.clear:focus.disabled, .apply_credit_checkbox:disabled + label.button.clear.alert:focus, .button.clear.alert:focus[disabled], .clear.alert.apply_credit_label:focus[disabled], .apply_credit_checkbox:checked + label.clear.apply_credit_label:focus[disabled], .apply_credit_checkbox:checked + label.button.clear:focus[disabled] {
  border: 1px solid #ed6a76;
  color: #ed6a76;
}

/* line 336, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.clear.alert, .clear.alert.apply_credit_label, .apply_credit_checkbox:checked + label.clear.apply_credit_label, .apply_credit_checkbox:checked + label.button.clear, .button.clear.alert.disabled, .clear.alert.disabled.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.clear.apply_credit_label, .apply_credit_checkbox:checked + label.clear.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.alert.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.button.clear, .apply_credit_checkbox:checked + label.button.clear.disabled, .apply_credit_checkbox:disabled + label.button.clear.alert, .button.clear.alert[disabled], .clear.alert.apply_credit_label[disabled], .apply_credit_checkbox:checked + label.clear.apply_credit_label[disabled], .apply_credit_checkbox:checked + label.button.clear[disabled], .button.clear.alert:hover, .clear.alert.apply_credit_label:hover, .apply_credit_checkbox:checked + label.clear.apply_credit_label:hover, .apply_credit_checkbox:checked + label.button.clear:hover, .button.clear.alert:hover.disabled, .clear.alert:hover.disabled.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.clear:hover.apply_credit_label, .apply_credit_checkbox:checked + label.clear:hover.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.alert:hover.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.button.clear:hover, .apply_credit_checkbox:checked + label.button.clear:hover.disabled, .apply_credit_checkbox:disabled + label.button.clear.alert:hover, .button.clear.alert:hover[disabled], .clear.alert.apply_credit_label:hover[disabled], .apply_credit_checkbox:checked + label.clear.apply_credit_label:hover[disabled], .apply_credit_checkbox:checked + label.button.clear:hover[disabled], .button.clear.alert:focus, .clear.alert.apply_credit_label:focus, .apply_credit_checkbox:checked + label.clear.apply_credit_label:focus, .apply_credit_checkbox:checked + label.button.clear:focus, .button.clear.alert:focus.disabled, .clear.alert:focus.disabled.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.clear:focus.apply_credit_label, .apply_credit_checkbox:checked + label.clear:focus.disabled.apply_credit_label, .apply_credit_checkbox:disabled + label.clear.alert:focus.apply_credit_label, .apply_credit_checkbox:checked:disabled + label.button.clear:focus, .apply_credit_checkbox:checked + label.button.clear:focus.disabled, .apply_credit_checkbox:disabled + label.button.clear.alert:focus, .button.clear.alert:focus[disabled], .clear.alert.apply_credit_label:focus[disabled], .apply_credit_checkbox:checked + label.clear.apply_credit_label:focus[disabled], .apply_credit_checkbox:checked + label.button.clear:focus[disabled] {
  border-color: transparent;
}

/* line 222, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.dropdown::after, .dropdown.apply_credit_label::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.25em;
}

/* line 358, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow::after, .dropdown.hollow.apply_credit_label::after {
  border-top-color: #49bdbc;
}

/* line 364, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.primary::after, .dropdown.hollow.primary.apply_credit_label::after {
  border-top-color: #49bdbc;
}

/* line 364, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.secondary::after, .dropdown.hollow.secondary.apply_credit_label::after {
  border-top-color: #f2f2f2;
}

/* line 364, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.success::after, .dropdown.hollow.success.apply_credit_label::after, .apply_credit_checkbox:not(:checked) + label.dropdown.hollow.apply_credit_label::after, .apply_credit_checkbox:not(:checked) + label.button.dropdown.hollow::after {
  border-top-color: #5dcc8f;
}

/* line 364, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.warning::after, .dropdown.hollow.warning.apply_credit_label::after {
  border-top-color: #7f78e1;
}

/* line 364, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.alert::after, .dropdown.hollow.alert.apply_credit_label::after, .apply_credit_checkbox:checked + label.dropdown.hollow.apply_credit_label::after, .apply_credit_checkbox:checked + label.button.dropdown.hollow::after {
  border-top-color: #ed6a76;
}

/* line 373, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.button.arrow-only::after, .arrow-only.apply_credit_label::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 140, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}

/* line 57, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

/* line 65, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}

/* line 69, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px;
}

/* line 148, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
.accordion-title {
  position: relative;
  display: block;
  padding: 0.5em 2em 0.5em 0;
  border: none;
  border-bottom: 0;
  font-size: 100%;
  line-height: 1;
  color: #0a0a0a;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}

/* line 98, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: none;
}

/* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '\2013';
}

/* line 152, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
.accordion-content {
  display: none;
  padding: 0 2em 1em 0;
  border: none;
  border-bottom: 0;
  background-color: transparent;
  color: #0a0a0a;
}

/* line 134, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: none;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu li {
  width: 100%;
}

/* line 90, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu a {
  padding: 0.7rem 1rem;
}

/* line 97, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

/* line 101, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 54, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

/* line 57, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #49bdbc transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 65, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}

/* line 69, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

/* line 114, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

/* line 128, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent {
  position: relative;
}

/* line 132, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.has-submenu-toggle > a {
  margin-right: 40px;
}

/* line 137, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

/* line 153, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #49bdbc transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 163, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

/* line 168, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* line 89, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 2rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 55, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 59, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout.primary {
  background-color: #49bdbc;
  color: #0a0a0a;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout.secondary {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout.success, .apply_credit_checkbox:not(:checked) + label.callout {
  background-color: #5dcc8f;
  color: #0a0a0a;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout.warning {
  background-color: #7f78e1;
  color: #0a0a0a;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout.alert, .apply_credit_checkbox:checked + label.callout {
  background-color: #ed6a76;
  color: #0a0a0a;
}

/* line 98, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 102, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_card.scss */
.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

/* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_card.scss */
.card > :last-child {
  margin-bottom: 0;
}

/* line 116, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_card.scss */
.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #f2f2f2;
}

/* line 91, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_card.scss */
.card-divider > :last-child {
  margin-bottom: 0;
}

/* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_card.scss */
.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

/* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_card.scss */
.card-section > :last-child {
  margin-bottom: 0;
}

/* line 126, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_card.scss */
.card-image {
  min-height: 1px;
}

/* line 96, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 89, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 99, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_close-button.scss */
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_close-button.scss */
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/* line 357, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu li {
  outline: 0;
}

/* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu a,
.menu .button,
.menu .apply_credit_label {
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 0.7rem 1rem;
}

/* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 84, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu input {
  display: inline-block;
}

/* line 361, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

/* line 366, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

/* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.expanded li {
  flex: 1 1 0px;
}

/* line 376, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.simple {
  align-items: center;
}

/* line 210, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.simple li + li {
  margin-left: 1rem;
}

/* line 214, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 382, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* line 386, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  /* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  /* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 382, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* line 386, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  /* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  /* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  /* line 382, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* line 386, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  /* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  /* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  /* line 382, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* line 386, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  /* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  /* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}

/* line 400, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 240, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.icons a {
  display: flex;
}

/* line 260, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.icon-left li a {
  flex-flow: row nowrap;
}

/* line 265, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

/* line 277, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.icon-right li a {
  flex-flow: row nowrap;
}

/* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

/* line 294, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.icon-top li a {
  flex-flow: column nowrap;
}

/* line 302, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 318, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

/* line 326, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 430, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu .is-active > a {
  background: #49bdbc;
  color: #fefefe;
}

/* line 436, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  background: #49bdbc;
  color: #fefefe;
}

/* line 442, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.align-left {
  justify-content: flex-start;
}

/* line 119, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

/* line 123, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.align-right li .submenu li {
  justify-content: flex-start;
}

/* line 128, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

/* line 132, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.align-right.vertical li .submenu li {
  text-align: right;
}

/* line 450, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 153, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.align-center li {
  display: flex;
  justify-content: center;
}

/* line 157, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu.align-center li .submenu li {
  justify-content: flex-start;
}

/* line 460, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 467, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  justify-content: center;
}

/* line 153, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

/* line 157, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

/* line 478, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block;
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown.animate-height {
  transition: height 0.5s;
}

/* line 88, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown a {
  padding: 0.7rem 1rem;
  background: #0a0a0a;
}

/* line 94, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #0a0a0a;
  transition: transform 0.15s linear;
}

/* line 104, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

/* line 110, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 115, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 124, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #49bdbc;
}

/* line 57, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #49bdbc;
}

/* line 63, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #49bdbc transparent transparent;
}

/* line 131, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_drilldown.scss */
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #49bdbc transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

/* line 70, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #f2f2f2;
  font-size: 1rem;
}

/* line 59, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-opening {
  display: block;
}

/* line 63, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 85, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 101, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #49bdbc transparent transparent;
  right: 5px;
  margin-top: -3px;
}

/* line 148, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu a {
  padding: 0.7rem 1rem;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 154, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu .is-active > a {
  background: transparent;
  color: #49bdbc;
}

/* line 159, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 163, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 115, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

/* line 128, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 71, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #49bdbc transparent transparent;
}

/* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #49bdbc;
}

@media print, screen and (min-width: 40em) {
  /* line 85, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #49bdbc transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 115, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  /* line 128, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #49bdbc transparent transparent;
  }
  /* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #49bdbc;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 85, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #49bdbc transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 115, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  /* line 128, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #49bdbc transparent transparent;
  }
  /* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #49bdbc;
  }
}

@media screen and (min-width: 75em) {
  /* line 85, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #49bdbc transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 115, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  /* line 128, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #49bdbc transparent transparent;
  }
  /* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #49bdbc;
  }
}

@media screen and (min-width: 90em) {
  /* line 85, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #49bdbc transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 115, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  /* line 128, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #49bdbc transparent transparent;
  }
  /* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #49bdbc;
  }
}

/* line 186, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 194, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 197, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 202, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

/* line 212, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 223, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 228, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 234, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

/* line 246, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 71, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #49bdbc transparent transparent;
}

/* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #49bdbc;
}

/* line 257, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 262, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 268, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

/* line 35, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 55, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 51, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #49bdbc;
  color: #fefefe;
}

/* line 58, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_label.scss */
.label.primary {
  background: #49bdbc;
  color: #fefefe;
}

/* line 58, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_label.scss */
.label.secondary {
  background: #f2f2f2;
  color: #fefefe;
}

/* line 58, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_label.scss */
.label.success, .apply_credit_checkbox:not(:checked) + label.label {
  background: #5dcc8f;
  color: #fefefe;
}

/* line 58, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_label.scss */
.label.warning {
  background: #7f78e1;
  color: #fefefe;
}

/* line 58, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_label.scss */
.label.alert, .apply_credit_checkbox:checked + label.label {
  background: #ed6a76;
  color: #fefefe;
}

/* line 74, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

/* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 89, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 96, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
.media-object-section {
  flex: 0 1 auto;
}

/* line 42, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 50, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
.media-object-section > :last-child {
  margin-bottom: 0;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_media-object.scss */
.media-object-section.main-section {
  flex: 1 1 0px;
}

/* line 78, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.is-off-canvas-open {
  overflow: hidden;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 101, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

/* line 110, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

/* line 114, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 379, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 384, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #0a0a0a;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 145, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-push {
  z-index: 12;
}

/* line 155, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-closed {
  visibility: hidden;
}

/* line 160, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap {
  z-index: 13;
}

/* line 163, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap.is-open {
  box-shadow: none;
}

/* line 169, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-open {
  transform: translate(0, 0);
}

/* line 395, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #0a0a0a;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

/* line 145, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

/* line 155, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-closed {
  visibility: hidden;
}

/* line 160, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

/* line 163, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: none;
}

/* line 169, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

/* line 400, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}

/* line 190, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

/* line 192, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

/* line 199, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

/* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 401, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}

/* line 214, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

/* line 216, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

/* line 223, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

/* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 402, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}

/* line 239, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

/* line 241, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

/* line 248, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

/* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 403, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}

/* line 264, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

/* line 266, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

/* line 273, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

/* line 282, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 405, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

/* line 307, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

/* line 312, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  /* line 413, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 417, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 421, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 425, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 413, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 417, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 421, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 425, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 75em) {
  /* line 413, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 417, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 421, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 425, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 90em) {
  /* line 413, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 417, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 421, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 425, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 332, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  /* line 337, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  /* line 341, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 346, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 436, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  /* line 362, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  /* line 370, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 436, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  /* line 362, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  /* line 370, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  /* line 436, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  /* line 362, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  /* line 370, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

@media screen and (min-width: 90em) {
  /* line 436, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  /* line 362, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  /* line 370, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}

/* line 155, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 159, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

/* line 163, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
}

/* line 72, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 167, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 171, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 175, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

/* line 179, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

/* line 110, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 183, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 188, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 193, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 136, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

/* line 144, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

/* line 148, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 162, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination li {
  margin-right: 0;
  border-radius: 4px;
  font-size: 1.125rem;
  display: inline-block;
}

/* line 112, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  display: block;
  padding: 1rem;
  border-radius: 4px;
  color: #8a8a8a;
}

/* line 119, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #f2f2f2;
}

/* line 165, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination .current {
  padding: 1rem;
  background: #fefefe;
  color: #0a0a0a;
  cursor: default;
}

/* line 169, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled, .pagination .apply_credit_checkbox:disabled + label {
  padding: 1rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 146, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled:hover, .pagination .apply_credit_checkbox:disabled + label:hover {
  background: transparent;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  padding: 1rem;
  content: '\2026';
  color: #8a8a8a;
}

/* line 179, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before,
.apply_credit_checkbox:disabled + label.pagination-previous::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

/* line 186, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after,
.apply_credit_checkbox:disabled + label.pagination-next::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

/* line 43, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_progress-bar.scss */
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #cacaca;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #49bdbc;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #f2f2f2;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_progress-bar.scss */
.progress.success .progress-meter, .apply_credit_checkbox:not(:checked) + label.progress .progress-meter {
  background-color: #5dcc8f;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #7f78e1;
}

/* line 48, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_progress-bar.scss */
.progress.alert .progress-meter, .apply_credit_checkbox:checked + label.progress .progress-meter {
  background-color: #ed6a76;
}

/* line 56, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #49bdbc;
  border-radius: 4px;
}

/* line 61, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f2f2f2;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

/* line 111, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

/* line 46, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 116, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 4px;
  background-color: #49bdbc;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 67, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #3ba3a3;
}

/* line 71, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

/* line 121, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider.disabled, .apply_credit_checkbox:disabled + label.slider,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 127, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

/* line 88, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 94, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

/* line 129, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 134, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

/* line 143, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 148, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 148, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}

/* line 87, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
.reveal .column, .reveal .columns {
  min-width: 0;
}

/* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 148, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 100rem;
  }
}

/* line 158, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 163, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 164, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 165, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}

/* line 168, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  /* line 148, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

/* line 176, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 305, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}

/* line 111, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #cacaca;
  background-color: #fefefe;
}

/* line 119, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

/* line 125, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
thead {
  background: #fefefe;
  color: #0a0a0a;
}

/* line 131, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

/* line 140, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}

/* line 145, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 155, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 103, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #cacaca;
  background-color: #fefefe;
}

/* line 87, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
table.striped tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

@media screen and (max-width: 63.9375em) {
  /* line 284, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 289, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 293, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 299, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 315, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 221, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
table.hover thead tr:hover {
  background-color: #f9f9f9;
}

/* line 228, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
table.hover tfoot tr:hover {
  background-color: #ececec;
}

/* line 235, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

/* line 259, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
table.hover.striped tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 323, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}

/* line 326, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_table.scss */
.table-scroll table {
  width: auto;
}

/* line 147, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  border: 1px solid #f2f2f2;
  background: #fefefe;
  list-style-type: none;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 158, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 161, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 168, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs.primary {
  background: #49bdbc;
}

/* line 171, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #0a0a0a;
}

/* line 174, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #42b7b6;
}

/* line 181, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1;
  color: #0a0a0a;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
  color: #090909;
}

/* line 105, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #f2f2f2;
  color: #49bdbc;
}

/* line 185, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs-content {
  border: 1px solid #f2f2f2;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

/* line 189, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #f2f2f2;
  border-left: 0;
}

/* line 193, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 0rem;
}

/* line 141, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 38, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  padding: 0;
  background: #fefefe;
  color: #0a0a0a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 52, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 59, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

/* line 64, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  text-align: right;
}

/* line 79, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_title-bar.scss */
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 153, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

/* line 157, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

/* line 75, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip::before {
  position: absolute;
}

/* line 80, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

/* line 85, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

/* line 92, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

/* line 98, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

/* line 105, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

/* line 110, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

/* line 118, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

/* line 124, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

/* line 131, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

/* line 136, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

/* line 141, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

/* line 146, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

/* line 122, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  flex-wrap: wrap;
}

/* line 47, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #fefefe;
}

/* line 60, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 71, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar input.button, .top-bar input.apply_credit_label {
  width: auto;
}

/* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 122, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
  .top-bar {
    flex-wrap: nowrap;
  }
  /* line 102, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  /* line 107, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 135, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar.stacked-for-xxlarge {
  flex-wrap: wrap;
}

/* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 146, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title {
  flex: 0 0 auto;
  margin: 0 1rem;
}

/* line 151, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_top-bar.scss */
.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

/* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 86, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 86, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  /* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  /* line 86, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  /* line 73, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  /* line 82, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 86, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-xxlarge-only {
    display: none !important;
  }
}

/* line 93, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

/* line 107, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 107, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 107, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 120, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_float.scss */
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 56, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  transition-duration: 750ms !important;
}

/* line 56, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  transition-duration: 250ms !important;
}

/* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  transition-timing-function: linear !important;
}

/* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  transition-timing-function: ease !important;
}

/* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  transition-timing-function: ease-in !important;
}

/* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  transition-timing-function: ease-out !important;
}

/* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

/* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  transition-delay: 300ms !important;
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  transition-delay: 700ms !important;
}

/* line 76, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

/* line 77, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

/* line 78, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

/* line 79, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

/* line 81, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

/* line 90, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.infinite {
  animation-iteration-count: infinite;
}

/* line 94, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  animation-duration: 750ms !important;
}

/* line 94, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  animation-duration: 250ms !important;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  animation-timing-function: linear !important;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  animation-timing-function: ease !important;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  animation-timing-function: ease-in !important;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  animation-timing-function: ease-out !important;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  animation-delay: 300ms !important;
}

/* line 106, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  animation-delay: 700ms !important;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont-50bbe9192697e791e2ee4ef73917aeb1b03e727dff08a1fc8d74f00e4aa812e1.eot");
  src: url("/assets/fontawesome-webfont-50bbe9192697e791e2ee4ef73917aeb1b03e727dff08a1fc8d74f00e4aa812e1.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-7dacf83f51179de8d7980a513e67ab3a08f2c6272bb5946df8fd77c0d1763b73.woff2") format("woff2"), url("/assets/fontawesome-webfont-adbc4f95eb6d7f2738959cf0ecbc374672fce47e856050a8e9791f457623ac2c.woff") format("woff"), url("/assets/fontawesome-webfont-ae19e2e4c04f2b04bf030684c4c1db8faf5c8fe3ee03d1e0c409046608b38912.ttf") format("truetype"), url("/assets/fontawesome-webfont-8e3586389bb4cd01b3f85bb3b622739bde6627f28bba63a020c223ca9cf1b9ae.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1843, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1847, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1851, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1855, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1859, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1862, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1865, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1868, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1871, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1874, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1877, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1880, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1883, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1886, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1889, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1892, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1896, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1900, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1904, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1907, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1911, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1915, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1918, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1921, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1924, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1927, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1930, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1933, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1936, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1939, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1942, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1945, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1948, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1951, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1954, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1957, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1960, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1963, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1966, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1969, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1972, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1975, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1979, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1982, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1985, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1988, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1991, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1994, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1997, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2000, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2003, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2006, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2009, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2012, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2015, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2018, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2021, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2024, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2027, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2030, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2033, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2036, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2039, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2042, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2045, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2048, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2051, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2054, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2057, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2060, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2063, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2066, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2069, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2072, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2075, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2078, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2081, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2084, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2087, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2090, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2093, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2096, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2099, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2102, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2105, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2108, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2111, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2114, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2117, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2120, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2123, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2126, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2129, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2133, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2138, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2141, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2144, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2148, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2151, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2154, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2157, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2160, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2163, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2166, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2169, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2172, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2175, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2178, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2182, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2186, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2196, ../../usr/local/bundle/gems/font-awesome-rails-4.6.3.1/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
/* line 2, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, ../../usr/local/bundle/gems/jquery-slick-rails-1.8.1/app/assets/stylesheets/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 5, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink {
  background-color: #fefefe;
}

/* line 8, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink h2 {
  margin-bottom: 2rem;
}

/* line 12, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink h3 {
  font-size: 1.3em !important;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  /* line 12, app/assets/stylesheets/bookstore_link.scss */
  .bookstorelink h3 {
    font-size: 1.5em !important;
  }
}

/* line 20, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink h5 {
  font-weight: normal;
  font-size: 1em !important;
}

@media print, screen and (min-width: 64em) {
  /* line 20, app/assets/stylesheets/bookstore_link.scss */
  .bookstorelink h5 {
    font-size: 1.2em !important;
  }
}

/* line 28, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink hr {
  border-bottom: 2px solid #0a0a0a;
  width: 100px;
  margin: 2rem auto;
}

/* line 35, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink p a {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 38, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink p a:hover {
  color: #49bdbc;
}

/* line 43, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink p.meta {
  font-style: normal;
}

/* line 48, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .highlight {
  background-color: #0a0a0a;
  color: #fefefe;
  padding: 2px 4px;
  margin-left: 2px;
}

/* line 55, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .hidden {
  display: none !important;
}

/* line 59, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .mouse-type {
  font-size: .9em;
}

/* line 61, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .mouse-type a {
  color: #0a0a0a;
}

/* line 64, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .mouse-type a:hover {
  color: #49bdbc;
}

/* line 70, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .not-found {
  max-width: 500px;
  margin: 0 auto;
}

/* line 75, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .bookstorelink_edit {
  color: #cacaca;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}

/* line 83, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .bookstorelink_edit:hover {
  color: #0a0a0a;
}

/* line 90, app/assets/stylesheets/bookstore_link.scss */
.bsl_steps {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  /* line 90, app/assets/stylesheets/bookstore_link.scss */
  .bsl_steps {
    flex-direction: row;
  }
}

/* line 101, app/assets/stylesheets/bookstore_link.scss */
.bsl_steps div {
  flex-grow: 1;
  flex-basis: 0;
  padding: 1rem;
}

/* line 107, app/assets/stylesheets/bookstore_link.scss */
.bsl_steps em {
  display: block;
  height: 60px;
  width: 60px;
  color: #fefefe;
  font-style: normal;
  font-weight: bold;
  line-height: 60px;
  background-color: #0a0a0a;
  border-radius: 60px;
  margin: 1rem auto 0.5rem;
}

/* line 122, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_mobile-menu li {
  color: #fefefe;
}

/* line 124, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_mobile-menu li a {
  color: #fefefe;
  font-weight: bold;
  padding: 1rem 1.5rem;
}

/* line 128, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_mobile-menu li a:hover {
  color: #49bdbc;
}

/* line 137, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_result h2,
.bookstorelink_result .bookstorelink_form {
  display: none;
}

/* line 142, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_result .bookstorelink_book-found,
.bookstorelink_result .bookstorelink_store-found {
  display: block;
}

/* line 149, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink-sharelink {
  background-color: #49bdbc;
  padding: 2rem 1rem;
  text-align: center;
  color: #0a0a0a;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  /* line 149, app/assets/stylesheets/bookstore_link.scss */
  .bookstorelink-sharelink {
    padding: 1rem 1rem;
  }
}

/* line 159, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink-sharelink a {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 162, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink-sharelink a:hover {
  color: #fefefe;
}

@media print, screen and (min-width: 64em) {
  /* line 168, app/assets/stylesheets/bookstore_link.scss */
  .bookstorelink_wrap {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px);
  }
}

/* line 176, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_content {
  display: flex;
  flex-grow: 1;
}

@media print, screen and (min-width: 64em) {
  /* line 176, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_content {
    justify-content: center;
    align-items: center;
  }
}

/* line 185, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_content .bookstore-link_message {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* line 190, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_content .bookstore-link_message h1 {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 185, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_content .bookstore-link_message {
    display: flex;
  }
}

/* line 198, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_content .bookstore-link_message article {
  margin: 0 2rem 1rem;
}

/* line 202, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_content .bookstore-link_message aside {
  margin: 1rem 2rem 1rem;
  padding-top: 1rem;
  border-top: 2px solid #0a0a0a;
}

@media print, screen and (min-width: 64em) {
  /* line 202, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_content .bookstore-link_message aside {
    padding: 1rem 0 1rem 2rem;
    margin: 0 2rem 1rem;
    border-top: none;
    border-left: 2px solid #0a0a0a;
    flex-grow: 0;
    /* do not grow   - initial value: 0 */
    flex-shrink: 0;
    /* do not shrink - initial value: 1 */
    flex-basis: 400px;
  }
}

/* line 217, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_content .bookstore-link_message aside input[type=email] {
  margin: 0 0 1rem;
  padding: 1rem 1rem;
  height: auto;
  max-width: 400px;
  text-align: left;
  border: 2px solid #0a0a0a !important;
  font-weight: bold;
  background-color: #fefefe;
}

/* line 232, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_content .bookstore-link_number {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #0a0a0a;
  color: #fefefe;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  font-size: 1.5em;
  margin: 2rem auto 0.5rem;
  border-radius: 80px;
}

/* line 246, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_content .link-example {
  margin: 3rem 0;
}

/* line 249, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_content .link-example span {
  color: #cacaca;
}

/* line 256, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button, .bookstorelink_button.apply_credit_label {
  background-color: #0a0a0a;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 0 1rem;
}

/* line 262, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button:hover, .bookstorelink_button.apply_credit_label:hover {
  background-color: #49bdbc !important;
  color: #fefefe;
}

/* line 267, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button.bookstorelink_button_white, .bookstorelink_button.bookstorelink_button_white.apply_credit_label {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 272, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button.button-logo, .bookstorelink_button.button-logo.apply_credit_label {
  background-position: 1rem center;
  background-repeat: no-repeat;
  padding-left: 3rem;
}

/* line 278, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button.libro-logo, .bookstorelink_button.libro-logo.apply_credit_label {
  background-image: url("/assets/bookstorelink-librofm-logo-85532210f3d69bb8dac482fc5124e367a66e46a70e5a652f92fcef578c479981.svg");
}

/* line 282, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button.download-logo, .bookstorelink_button.download-logo.apply_credit_label {
  background-image: url("/assets/bookstorelink-download-logo-6a8e944096876a56f7b5ea26c2aecff7a16d048f41b4ece6ae7399217fc9d0a8.svg");
}

/* line 286, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button.book-logo, .bookstorelink_button.book-logo.apply_credit_label {
  background-image: url("/assets/bookstorelink-book-logo-a3d2db9f1c228a34b4696438934ce9a639d3c00f1a22c8226afbebe4864c1df0.svg");
}

/* line 290, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button.headphones-logo, .bookstorelink_button.headphones-logo.apply_credit_label {
  background-image: url("/assets/bookstorelink-headphones-logo-368b987cdf00a119d6443c8afa74333b0c35dc663a80fa3f0be19ed4d7238b1c.svg");
  padding-left: 3.5rem;
}

/* line 295, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button.home-logo, .bookstorelink_button.home-logo.apply_credit_label {
  background-image: url("/assets/bookstorelink-home-logo-cc48df62acc692f356749b1e069b8f678b724c29faa54e5edf601a3b3360e0e7.svg");
  padding-left: 3.5rem;
}

/* line 300, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button.phone-logo, .bookstorelink_button.phone-logo.apply_credit_label {
  background-image: url("/assets/bookstorelink-phone-logo-ab1a759decd92c350eb1a2cc2c537af512a158c478b11ad99ed92bf924f12664.svg");
}

/* line 304, app/assets/stylesheets/bookstore_link.scss */
.button.bookstorelink_button.email-logo, .bookstorelink_button.email-logo.apply_credit_label {
  background-image: url("/assets/bookstorelink-email-logo-bf2c766c1df9885e1c35e61eef157919299f4a2a085a354d21b1e9e2fa3f788c.svg");
}

/* line 310, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu {
  background: #0a0a0a;
  font-weight: bold;
  height: 60px;
  padding: 0 1rem;
  color: #fefefe;
}

/* line 317, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  height: 60px;
}

/* line 326, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu ul .logo {
  margin-right: auto;
}

/* line 330, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu ul .logo:hover {
  text-decoration: none;
}

/* line 334, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu ul .logo img {
  height: 35px;
}

/* line 340, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu ul .item {
  width: 100%;
  text-align: center;
  order: 2;
  display: block;
  width: auto;
}

/* line 348, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu ul .item.active {
  display: block;
}

/* line 352, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu ul li {
  padding: 0 1rem;
  white-space: nowrap;
}

/* line 358, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu ul a {
  color: white;
  text-decoration: none;
}

/* line 362, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_menu ul a:hover {
  text-decoration: underline;
}

/* line 369, app/assets/stylesheets/bookstore_link.scss */
.bsl_content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* line 375, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_search {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  /* line 375, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_search {
    flex-direction: row;
    justify-content: center;
  }
}

/* line 385, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_search .bookstorelink_book,
.bookstore-link_search .bookstorelink_store {
  padding: 2rem 1rem 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fefefe;
  align-items: center;
}

@media print, screen and (min-width: 64em) {
  /* line 385, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_search .bookstorelink_book,
  .bookstore-link_search .bookstorelink_store {
    width: 33.3%;
    justify-content: center;
    padding: 2rem 1rem;
  }
}

/* line 403, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_search .bookstorelink_buy {
  padding: 2rem 1rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  align-items: center;
  margin-top: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 403, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_search .bookstorelink_buy {
    margin-top: 0;
    width: 33.4%;
    justify-content: center;
  }
}

/* line 423, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_form {
  width: 100%;
  max-width: 600px;
}

/* line 427, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_form input[type=text] {
  margin: 0 0 1rem;
  padding: 1rem 1rem;
  height: auto;
  text-align: center;
  border: 2px solid #0a0a0a !important;
  font-weight: bold;
  background-color: #f2f2f2;
}

/* line 438, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_book-found,
.bookstorelink_store-found {
  display: none;
  width: 100%;
}

/* line 444, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  /* line 444, app/assets/stylesheets/bookstore_link.scss */
  .bookstorelink-info {
    flex-direction: column;
  }
}

/* line 454, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink-info .bookstorelink_cover {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  /* line 454, app/assets/stylesheets/bookstore_link.scss */
  .bookstorelink-info .bookstorelink_cover {
    width: 200px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 454, app/assets/stylesheets/bookstore_link.scss */
  .bookstorelink-info .bookstorelink_cover {
    width: 250px;
    margin: 0 auto 1rem;
  }
}

/* line 468, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink-info .bookstorelink_cover img {
  max-height: 125px;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  /* line 468, app/assets/stylesheets/bookstore_link.scss */
  .bookstorelink-info .bookstorelink_cover img {
    max-height: 175px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 468, app/assets/stylesheets/bookstore_link.scss */
  .bookstorelink-info .bookstorelink_cover img {
    max-height: 225px;
  }
}

/* line 480, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink-info .bookstorelink_cover img.book-cover {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 490, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink-info .bookstorelink-content {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 1rem;
}

/* line 501, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_buy .details-print,
.bookstorelink_buy .details-audio,
.bookstorelink_buy .details-share {
  max-width: 500px;
  margin: 0 auto;
}

/* line 508, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_buy .details-print + .details-audio,
.bookstorelink_buy .details-print + .details-print,
.bookstorelink_buy .details-print + .details-share,
.bookstorelink_buy .details-audio + .details-share {
  margin-top: 2rem;
}

/* line 515, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_buy .details-share {
  display: flex;
  justify-content: center;
}

/* line 519, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_buy .details-share a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 0.5rem;
  text-indent: -9999px;
  background-color: #0a0a0a;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 60px;
}

/* line 530, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_buy .details-share a.facebook_button {
  background-color: #3B5998;
  background-image: url("/assets/bookstorelink-facebook-logo-f6d5c639f2c784d342b5eca92cfbe2a5242246b27551921376ee39a7677e0e3b.svg");
}

/* line 535, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_buy .details-share a.twitter_button {
  background-color: #1DA1F2;
  background-image: url("/assets/bookstorelink-twitter-logo-4ecabd367afe785b2fee20f1958290c8492b628676b15cc7365ec5e7837b5e23.svg");
}

/* line 540, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_buy .details-share a.email_button {
  background-color: #5dcc8f;
  background-image: url("/assets/bookstorelink-email-logo-bf2c766c1df9885e1c35e61eef157919299f4a2a085a354d21b1e9e2fa3f788c.svg");
}

/* line 545, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_buy .details-share a:hover {
  background-color: #0a0a0a;
}

/* line 553, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 558, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_list-header {
  width: 100%;
  padding: 2rem 1rem 1rem;
  text-align: center;
}

/* line 564, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_filters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1rem 1rem;
}

/* line 571, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_filters ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 578, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_filters ul li {
  margin: 0;
}

/* line 581, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_filters ul li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 20px;
  background-color: #fefefe;
  color: #cacaca;
  border-radius: 100px;
}

/* line 590, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_filters ul li a:hover {
  color: #0a0a0a;
}

/* line 597, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_filters ul li.active a {
  color: #0a0a0a;
  z-index: 2;
  background-color: #f2f2f2;
}

/* line 608, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_list-content {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 1rem 2rem;
  margin-bottom: 80px;
}

/* line 621, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_list-content li {
  width: 50%;
}

/* line 624, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_list-content li a {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1rem;
  border-radius: 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 633, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_list-content li a:hover {
  z-index: 2;
  -webkit-box-shadow: 0px 10px 29px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 29px 0 rgba(0, 0, 0, 0.25);
}

/* line 639, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_list-content li a h6, .bookstore-link_list .bookstore-link_list-content li a p {
  margin-bottom: 0;
  color: #0a0a0a;
}

/* line 644, app/assets/stylesheets/bookstore_link.scss */
.bookstore-link_list .bookstore-link_list-content li a img {
  height: 150px;
  width: auto;
  margin: 0 auto 0.5rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 64em) {
  /* line 644, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_list .bookstore-link_list-content li a img {
    height: 200px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 621, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_list .bookstore-link_list-content li {
    width: 33%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 621, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_list .bookstore-link_list-content li {
    width: 200px;
  }
}

@media screen and (min-width: 75em) {
  /* line 621, app/assets/stylesheets/bookstore_link.scss */
  .bookstore-link_list .bookstore-link_list-content li {
    width: 250px;
  }
}

/* line 672, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .dropdown-pane {
  border: 2px solid #0a0a0a;
  padding: 4px;
  background-color: #fefefe;
  border-radius: 4px;
  width: 200px;
}

/* line 679, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .dropdown-pane a {
  color: #0a0a0a;
  display: block;
  padding: 0.25rem 1rem;
}

/* line 683, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .dropdown-pane a:hover {
  color: #0a0a0a;
  background-color: #f2f2f2;
}

/* line 687, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .dropdown-pane a span {
  display: block;
  color: #8a8a8a;
  font-size: .9em;
  font-style: italic;
}

/* line 701, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2 {
  margin-bottom: 2rem;
}

/* line 705, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-container .select2-selection--multiple {
  border: 2px solid #cacaca;
}

/* line 708, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: normal;
  word-break: break-all;
}

/* line 710, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-container .select2-selection--multiple .select2-selection__rendered {
  font-size: 1.2em;
  height: 60px;
  line-height: 60px;
}

/* line 717, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-container .select2-selection--multiple .select2-selection__arrow {
  display: none;
}

/* line 722, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-dropdown {
  border: 2px solid #cacaca;
  border-top: none;
}

/* line 727, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-search--inline {
  text-align: center;
}

/* line 729, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-search--inline input {
  margin-left: auto;
  margin-right: auto;
}

/* line 735, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-search--dropdown {
  padding: 0;
  margin-top: 20px;
}

/* line 741, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-results__group {
  margin-top: 1rem;
  border-bottom: 2px solid #cacaca;
  font-size: 1.2em;
}

/* line 747, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-search__field {
  font-size: 1.2em;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #0a0a0a;
  width: 100%;
}

/* line 757, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .select2-results__message {
  color: #8a8a8a;
  font-size: .9em;
  text-align: center;
  font-style: italic;
  background-color: #f2f2f2;
}

/* line 765, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .loading-results {
  color: #8a8a8a;
  font-size: .9em;
  text-align: center;
  font-style: italic;
  background-color: #f2f2f2;
}

/* line 772, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .loading-results .one {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.0s;
  animation: dot 1.3s infinite;
  animation-delay: 0.0s;
}

/* line 779, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .loading-results .two {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.2s;
  animation: dot 1.3s infinite;
  animation-delay: 0.2s;
}

/* line 786, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .loading-results .three {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.3s;
  animation: dot 1.3s infinite;
  animation-delay: 0.3s;
}

@-webkit-keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 807, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .bookstorelink-audiobook-result {
  display: flex;
  align-items: center;
}

/* line 811, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .bookstorelink-audiobook-result .bookstorelink-audiobook-cover {
  width: 80px;
  height: 80px;
  text-align: center;
}

/* line 816, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .bookstorelink-audiobook-result .bookstorelink-audiobook-cover img {
  max-height: 80px;
  max-width: 80px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 826, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .bookstorelink-audiobook-result .bookstorelink-audiobook-content {
  margin-left: 1rem;
}

/* line 828, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .bookstorelink-audiobook-result .bookstorelink-audiobook-content strong {
  display: block;
  font-size: 1.2em;
}

/* line 832, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .bookstorelink-audiobook-result .bookstorelink-audiobook-content span {
  display: block;
}

/* line 840, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink .bookstore-chooser {
  height: 300px;
  border-radius: 4px;
  padding: 1rem;
  border: 2px solid #cacaca;
  overflow-y: scroll;
}

/* line 848, app/assets/stylesheets/bookstore_link.scss */
.bookstorelink_footer {
  color: #fefefe;
  background-color: #0a0a0a;
  padding: 2rem 1rem;
  text-align: center;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-results {
  display: block;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

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

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

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

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

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

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

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

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

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

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

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

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

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

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

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/third_party/select2-4.0.13/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
/* line 8, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container.sp-flat {
  position: relative;
}

/* Fix for * { box-sizing: border-box; } */
/* line 24, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
/* line 32, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

/* line 37, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 44, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

/* line 51, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

/* line 60, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

/* line 65, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-fill {
  padding-top: 80%;
}

/* line 68, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 76, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

/* line 79, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-alpha-enabled .sp-alpha {
  display: block;
}

/* line 82, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}

/* line 93, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

/* line 101, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-alpha-inner {
  border: solid 1px #333;
}

/* line 105, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-clear {
  display: none;
}

/* line 109, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-clear.sp-clear-display {
  background-position: center;
}

/* line 113, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

/* Don't allow text selection */
/* line 124, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

/* line 131, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

/* line 134, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

/* line 137, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

/* line 140, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette-only .sp-picker-container {
  display: none;
}

/* line 143, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette-disabled .sp-palette-container {
  display: none;
}

/* line 147, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
/* line 153, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

/* line 163, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

/* line 174, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
/* line 187, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

/* line 191, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

/* line 195, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

/* line 199, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

/* line 203, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

/* line 207, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

/* line 212, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-hidden {
  display: none !important;
}

/* Clearfix hack */
/* line 217, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table;
}

/* line 218, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-cf:after {
  clear: both;
}

/* line 219, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-cf {
  *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  /* line 223, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
  .sp-color {
    right: 40%;
  }
  /* line 224, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
  .sp-hue {
    left: 63%;
  }
  /* line 225, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
  .sp-fill {
    padding-top: 60%;
  }
}

/* line 227, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 238, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
/* line 256, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}

/* line 262, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 269, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-top {
  margin-bottom: 3px;
}

/* line 272, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666;
}

/* Input */
/* line 277, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

/* line 282, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-initial-disabled .sp-input-container {
  width: 100%;
}

/* line 285, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}

/* line 295, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-input:focus {
  border: 1px solid orange;
}

/* line 298, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

/* line 302, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

/* line 309, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

/* Palettes */
/* line 315, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

/* line 319, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette-only .sp-palette-container {
  border: 0;
}

/* line 323, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

/* line 333, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

/* line 336, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-thumb-el {
  position: relative;
}

/* Initial */
/* line 341, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-initial {
  float: left;
  border: solid 1px #333;
}

/* line 345, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

/* line 354, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */
/* line 359, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
/* line 365, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}

/* line 378, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}

/* line 382, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

/* line 387, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

/* line 394, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

/* line 404, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette {
  *width: 220px;
  max-width: 220px;
}

/* line 408, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}

/* line 415, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container {
  padding-bottom: 0;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */
/* line 421, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}

/* line 439, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}

/* line 451, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

/* line 460, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}

/* line 470, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

/* line 476, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000;
}

/* line 480, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

/* line 484, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 490, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 495, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

/* line 499, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

/* line 503, app/assets/stylesheets/third_party/spectrum-1.8.0/spectrum.css */
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/* line 1, app/assets/stylesheets/_/_about.scss */
#story-banner {
  padding: 2em 0;
}

/* line 4, app/assets/stylesheets/_/_about.scss */
#story-banner h1 strong {
  font-size: 1.3em;
  color: #49bdbc;
}

/* line 8, app/assets/stylesheets/_/_about.scss */
#story-banner h1::after {
  content: '';
  display: block;
  border-bottom: 1px solid #cacaca;
  width: 100px;
  margin: .5em auto;
}

/* line 19, app/assets/stylesheets/_/_about.scss */
#support h2 {
  text-align: center;
}

/* line 22, app/assets/stylesheets/_/_about.scss */
#support h4 {
  color: #49bdbc;
  text-align: center;
}

/* line 26, app/assets/stylesheets/_/_about.scss */
#support h5 {
  color: #49bdbc;
  text-align: center;
  text-transform: uppercase;
}

/* line 34, app/assets/stylesheets/_/_about.scss */
.half-content .content {
  padding: 2em 1em;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 34, app/assets/stylesheets/_/_about.scss */
  .half-content .content {
    padding: 4em;
  }
}

/* line 40, app/assets/stylesheets/_/_about.scss */
.half-content .content h2 {
  color: #fefefe;
}

/* line 42, app/assets/stylesheets/_/_about.scss */
.half-content .content h2::after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100px;
  margin: .5em auto;
}

/* line 50, app/assets/stylesheets/_/_about.scss */
.half-content .content h5 {
  color: #fefefe;
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/_/_about.scss */
.half-content .content p {
  color: #fefefe;
}

/* line 58, app/assets/stylesheets/_/_about.scss */
.half-content .image {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  min-height: 200px;
  background-color: #f2f2f2;
  position: relative;
}

/* line 63, app/assets/stylesheets/_/_about.scss */
.half-content .image .caption {
  color: #0a0a0a;
  background-color: #fefefe;
  padding: .5em 1em;
  margin: 10px 0;
  font-size: .9em;
  position: absolute;
  text-align: left;
  bottom: 0;
}

/* line 74, app/assets/stylesheets/_/_about.scss */
.half-content.bookstore {
  background-color: #ed6a76;
}

/* line 76, app/assets/stylesheets/_/_about.scss */
.half-content.bookstore .image {
  background-image: url("//cdn.libro.fm/assets/website-images/story-bookstore-parnassus.jpg");
}

/* line 80, app/assets/stylesheets/_/_about.scss */
.half-content.bookstore2 {
  background-color: #49bdbc;
}

/* line 82, app/assets/stylesheets/_/_about.scss */
.half-content.bookstore2 .image {
  background-image: url("//cdn.libro.fm/assets/website-images/story-bookstore-litbar.jpg");
  background-position: center top;
}

/* line 87, app/assets/stylesheets/_/_about.scss */
.half-content.bookstore3 {
  background-color: #7f78e1;
}

/* line 89, app/assets/stylesheets/_/_about.scss */
.half-content.bookstore3 .image {
  background-image: url("//cdn.libro.fm/assets/website-images/story-bookstore-booksbooks.jpg");
}

/* line 94, app/assets/stylesheets/_/_about.scss */
.half-content.bookstore3 .social-list li a {
  background-color: transparent;
  color: #fefefe !important;
  border: 2px solid #fefefe;
  line-height: 35px;
}

/* line 99, app/assets/stylesheets/_/_about.scss */
.half-content.bookstore3 .social-list li a:hover {
  background-color: #6b63dc !important;
  color: #7f78e1 !important;
}

/* line 109, app/assets/stylesheets/_/_about.scss */
#team {
  padding: 2em 0;
}

/* line 111, app/assets/stylesheets/_/_about.scss */
#team h5 {
  margin-bottom: .15em;
}

/* line 114, app/assets/stylesheets/_/_about.scss */
#team h6 {
  font-weight: normal;
  color: #8a8a8a;
  margin-bottom: 1em;
}

/* line 119, app/assets/stylesheets/_/_about.scss */
#team .button, #team .apply_credit_label {
  margin-bottom: 2em;
}

/* line 125, app/assets/stylesheets/_/_about.scss */
#about-bookstores .column, #about-bookstores .columns {
  margin-bottom: 0;
}

/* line 130, app/assets/stylesheets/_/_about.scss */
.alc-header {
  text-align: center;
  padding: 2em 0;
  background-color: #f2f2f2;
}

@media print, screen and (min-width: 64em) {
  /* line 130, app/assets/stylesheets/_/_about.scss */
  .alc-header {
    padding: 4em 0;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    background-image: url("//cdn.libro.fm/assets/website-images/collage-lg.jpg");
  }
}

/* line 139, app/assets/stylesheets/_/_about.scss */
.alc-header .content {
  padding: 1em;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  /* line 139, app/assets/stylesheets/_/_about.scss */
  .alc-header .content {
    max-width: 40%;
  }
}

/* line 1, app/assets/stylesheets/_/_account.scss */
#account-content, #cart-content {
  padding: 2em 1em;
}

/* line 3, app/assets/stylesheets/_/_account.scss */
#account-content h2, #cart-content h2 {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  /* line 3, app/assets/stylesheets/_/_account.scss */
  #account-content h2, #cart-content h2 {
    text-align: left;
  }
}

/* line 9, app/assets/stylesheets/_/_account.scss */
#account-content .label-success, #cart-content .label-success {
  padding-bottom: 1em;
  color: #5dcc8f;
  font-size: .8em;
  font-weight: bold;
}

/* line 15, app/assets/stylesheets/_/_account.scss */
#account-content .label-error, #cart-content .label-error {
  padding-bottom: 1em;
  display: block;
  color: #ed6a76;
  font-size: .8em;
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/_/_account.scss */
#account-content .account-list-item, #cart-content .account-list-item {
  padding: 1rem 0;
}

@media print, screen and (min-width: 64em) {
  /* line 22, app/assets/stylesheets/_/_account.scss */
  #account-content .account-list-item, #cart-content .account-list-item {
    display: flex;
  }
}

/* line 28, app/assets/stylesheets/_/_account.scss */
#account-content .account-list-item .account-item-cover, #cart-content .account-list-item .account-item-cover {
  padding-bottom: 1rem;
  text-align: center;
}

/* line 32, app/assets/stylesheets/_/_account.scss */
#account-content .account-list-item .account-item-cover img, #cart-content .account-list-item .account-item-cover img {
  width: 100px;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  /* line 28, app/assets/stylesheets/_/_account.scss */
  #account-content .account-list-item .account-item-cover, #cart-content .account-list-item .account-item-cover {
    padding-bottom: 0;
    margin-right: 2rem;
  }
}

/* line 42, app/assets/stylesheets/_/_account.scss */
#account-content .account-list-item .account-item-info, #cart-content .account-list-item .account-item-info {
  text-align: center;
  padding-bottom: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  /* line 42, app/assets/stylesheets/_/_account.scss */
  #account-content .account-list-item .account-item-info, #cart-content .account-list-item .account-item-info {
    text-align: left;
    flex-grow: 1;
    margin-right: 2rem;
  }
}

/* line 52, app/assets/stylesheets/_/_account.scss */
#account-content .account-list-item .account-item-price, #cart-content .account-list-item .account-item-price {
  text-align: center;
  padding-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 52, app/assets/stylesheets/_/_account.scss */
  #account-content .account-list-item .account-item-price, #cart-content .account-list-item .account-item-price {
    width: 300px;
    text-align: right;
  }
}

/* line 61, app/assets/stylesheets/_/_account.scss */
#account-content .account-list-item .preorder, #cart-content .account-list-item .preorder {
  border: 2px solid #7f78e1;
  padding: .5em 1em;
  border-radius: 4px;
  background-color: #f2f2fc;
}

/* line 66, app/assets/stylesheets/_/_account.scss */
#account-content .account-list-item .preorder strong, #cart-content .account-list-item .preorder strong {
  color: #7f78e1;
}

/* line 73, app/assets/stylesheets/_/_account.scss */
#account-content .empty-cart, #cart-content .empty-cart {
  text-align: center;
  padding: 2em 0;
}

/* line 78, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item, #cart-content .cart-item {
  border: 1px solid #cacaca;
  border-radius: 4px;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-details, #cart-content .cart-item .cart-item-details {
  padding: 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 83, app/assets/stylesheets/_/_account.scss */
  #account-content .cart-item .cart-item-details, #cart-content .cart-item .cart-item-details {
    display: flex;
    flex-wrap: none;
  }
}

/* line 91, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-cover, #cart-content .cart-item .cart-item-cover {
  padding-bottom: 1rem;
  text-align: center;
}

/* line 94, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-cover img, #cart-content .cart-item .cart-item-cover img {
  max-width: 100px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 64em) {
  /* line 91, app/assets/stylesheets/_/_account.scss */
  #account-content .cart-item .cart-item-cover, #cart-content .cart-item .cart-item-cover {
    padding-bottom: 0;
    margin-right: 1rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 120px;
  }
}

/* line 109, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-info, #cart-content .cart-item .cart-item-info {
  text-align: center;
  padding-bottom: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  /* line 109, app/assets/stylesheets/_/_account.scss */
  #account-content .cart-item .cart-item-info, #cart-content .cart-item .cart-item-info {
    text-align: left;
    flex-grow: 1;
    margin-right: 1rem;
  }
}

/* line 119, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-price, #cart-content .cart-item .cart-item-price {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 119, app/assets/stylesheets/_/_account.scss */
  #account-content .cart-item .cart-item-price, #cart-content .cart-item .cart-item-price {
    text-align: right;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 250px;
  }
}

/* line 129, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-actions, #cart-content .cart-item .cart-item-actions {
  text-align: center;
  margin: 0 1rem;
  padding: 0.5rem;
  border-top: 1px solid #cacaca;
}

@media print, screen and (min-width: 64em) {
  /* line 129, app/assets/stylesheets/_/_account.scss */
  #account-content .cart-item .cart-item-actions, #cart-content .cart-item .cart-item-actions {
    text-align: left;
  }
}

/* line 139, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-price-detail, #cart-content .cart-item .cart-item-price-detail {
  display: flex;
}

/* line 142, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-price-detail strong, #cart-content .cart-item .cart-item-price-detail strong {
  flex-grow: 1;
  font-weight: normal;
  text-align: left;
  margin-right: 1rem;
}

/* line 149, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-price-detail span, #cart-content .cart-item .cart-item-price-detail span {
  text-align: right;
}

/* line 154, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .cart-item-price-detail.total strong, #account-content .cart-item .cart-item-price-detail.total span, #cart-content .cart-item .cart-item-price-detail.total strong, #cart-content .cart-item .cart-item-price-detail.total span {
  font-weight: bold;
}

/* line 160, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item select, #cart-content .cart-item select {
  max-width: 200px;
}

/* line 164, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .gift-form, #cart-content .cart-item .gift-form {
  border-top: 1px solid #cacaca;
  padding: 1rem;
  background-color: #f2f2f2;
}

/* line 169, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .gift-form label, #cart-content .cart-item .gift-form label {
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* line 174, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .gift-form h4, #cart-content .cart-item .gift-form h4 {
  margin-top: 2rem;
}

/* line 181, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .gift-option input[type='checkbox'], #cart-content .cart-item .gift-option input[type='checkbox'] {
  margin: 5px;
}

/* line 184, app/assets/stylesheets/_/_account.scss */
#account-content .cart-item .gift-option label, #cart-content .cart-item .gift-option label {
  font-weight: bold;
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 190, app/assets/stylesheets/_/_account.scss */
  #account-content .cart-item .gift-info, #cart-content .cart-item .gift-info {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 195, app/assets/stylesheets/_/_account.scss */
  #account-content .cart-item .gift-info .gift-info-name, #cart-content .cart-item .gift-info .gift-info-name {
    flex-grow: 1;
    margin-right: 0.5rem;
  }
  /* line 199, app/assets/stylesheets/_/_account.scss */
  #account-content .cart-item .gift-info .gift-info-email, #cart-content .cart-item .gift-info .gift-info-email {
    flex-grow: 1;
    margin-left: 0.5rem;
  }
  /* line 203, app/assets/stylesheets/_/_account.scss */
  #account-content .cart-item .gift-info .gift-info-break, #cart-content .cart-item .gift-info .gift-info-break {
    flex-basis: 100%;
    height: 0;
  }
}

/* line 213, app/assets/stylesheets/_/_account.scss */
#account-content .snipe, #cart-content .snipe {
  display: none !important;
}

/* line 217, app/assets/stylesheets/_/_account.scss */
.account-form {
  text-align: left;
}

/* line 219, app/assets/stylesheets/_/_account.scss */
.account-form .meta {
  position: relative;
  top: -1em;
}

/* line 223, app/assets/stylesheets/_/_account.scss */
.account-form label {
  font-weight: bold;
}

/* line 225, app/assets/stylesheets/_/_account.scss */
.account-form label span {
  color: #ed6a76;
}

/* line 229, app/assets/stylesheets/_/_account.scss */
.account-form .error {
  color: #fefefe;
  background-color: #ed6a76;
  padding: .5em;
  display: block;
  position: relative;
  top: -1em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 238, app/assets/stylesheets/_/_account.scss */
.account-form .error::after {
  content: '';
  z-index: 10000;
  position: absolute;
  right: 20px;
  top: -9px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ed6a76;
}

/* line 251, app/assets/stylesheets/_/_account.scss */
.account-form .error p {
  background-color: blue;
}

/* line 257, app/assets/stylesheets/_/_account.scss */
.edit-payment-button {
  color: #49bdbc;
  text-decoration: none;
  font-size: .9em;
}

/* line 262, app/assets/stylesheets/_/_account.scss */
.edit-payment-button:hover {
  color: #0a0a0a;
}

/* line 267, app/assets/stylesheets/_/_account.scss */
.cart-total {
  margin: 2rem auto;
  padding: 2rem 0;
  border-top: 1px solid #cacaca;
}

@media print, screen and (min-width: 64em) {
  /* line 267, app/assets/stylesheets/_/_account.scss */
  .cart-total {
    padding: 0;
    margin-top: 0;
    border: none;
  }
}

/* line 278, app/assets/stylesheets/_/_account.scss */
.cart-total h4 {
  margin-bottom: 0px;
}

/* line 282, app/assets/stylesheets/_/_account.scss */
.cart-total .order-detail {
  display: flex;
  padding: 0.25rem 0;
}

/* line 286, app/assets/stylesheets/_/_account.scss */
.cart-total .order-detail strong {
  font-weight: normal;
  flex-grow: 1;
}

/* line 291, app/assets/stylesheets/_/_account.scss */
.cart-total .order-detail.order-detail-total {
  font-weight: bold;
}

/* line 294, app/assets/stylesheets/_/_account.scss */
.cart-total .order-detail.order-detail-total strong {
  font-weight: bold;
}

/* line 300, app/assets/stylesheets/_/_account.scss */
.cart-total #checkoutNoLoginButton {
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  /* line 300, app/assets/stylesheets/_/_account.scss */
  .cart-total #checkoutNoLoginButton {
    width: 100%;
  }
}

/* line 308, app/assets/stylesheets/_/_account.scss */
.cart-total #checkoutButton,
.cart-total #checkoutCreditButton,
.cart-total #checkoutFreeButton {
  display: block;
  margin: 0 0 1rem;
}

/* line 316, app/assets/stylesheets/_/_account.scss */
#account-sidebar {
  padding: 2em 1em;
  border-top: 1px solid #cacaca;
}

@media print, screen and (min-width: 64em) {
  /* line 316, app/assets/stylesheets/_/_account.scss */
  #account-sidebar {
    border-left: 1px solid #cacaca;
    border-top: 0px;
  }
}

/* line 323, app/assets/stylesheets/_/_account.scss */
#account-sidebar img.store-icon {
  display: block;
  margin: 0 auto .5em;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  margin: 0 0 .5em .5em;
  float: right;
}

/* line 336, app/assets/stylesheets/_/_account.scss */
#account-sidebar .delete a {
  color: #ed6a76;
}

/* line 338, app/assets/stylesheets/_/_account.scss */
#account-sidebar .delete a:hover {
  color: #0a0a0a;
}

/* line 347, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap .coupon-button {
  color: #0a0a0a;
  text-align: right;
  display: block;
}

/* line 352, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap .coupon-button:hover {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 358, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap #coupon_code_form {
  margin-top: 1rem;
}

/* line 361, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap #coupon_code_form .cart-discount {
  padding-top: 0.5rem;
}

/* line 365, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap #coupon_code_form .coupon_code_form_input {
  display: flex;
}

/* line 368, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap #coupon_code_form .coupon_code_form_input div {
  flex-grow: 1;
}

/* line 371, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap #coupon_code_form .coupon_code_form_input div input {
  padding: 0.7692307692rem;
  height: inherit;
  margin: 0;
  border-radius: 4px;
}

/* line 377, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap #coupon_code_form .coupon_code_form_input div input::placeholder {
  color: #cacaca;
}

/* line 383, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap #coupon_code_form .coupon_code_form_input [type='submit'] {
  padding: 0.7692307692rem;
  margin: 0;
  border: 0;
  color: #fefefe;
  margin-left: 0.5rem;
  background-color: #49bdbc;
  border-radius: 4px;
  font-weight: bold;
}

/* line 393, app/assets/stylesheets/_/_account.scss */
.coupon-code-wrap #coupon_code_form .coupon_code_form_input [type='submit']:hover {
  color: #fefefe;
  background-color: #0a0a0a;
}

/* line 407, app/assets/stylesheets/_/_account.scss */
.credit-callout {
  text-align: center;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 1em;
  margin-bottom: 2em;
}

/* line 412, app/assets/stylesheets/_/_account.scss */
.credit-callout h3 {
  color: #5dcc8f;
}

/* line 415, app/assets/stylesheets/_/_account.scss */
.credit-callout p {
  max-width: 800px;
  margin: 0 auto 1em;
}

/* line 422, app/assets/stylesheets/_/_account.scss */
.apply_credit_checkbox + label {
  margin: 10px 0 !important;
}

/* line 426, app/assets/stylesheets/_/_account.scss */
.apply_credit_checkbox {
  display: none;
}

/* line 446, app/assets/stylesheets/_/_account.scss */
.page-overlay {
  background-color: #fefefe;
  width: 100%;
  position: absolute;
  z-index: 5000;
  padding: 3em 1em 1em;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

/* line 457, app/assets/stylesheets/_/_account.scss */
.page-overlay .fa {
  color: #0a0a0a;
  margin-bottom: .5em;
}

/* line 461, app/assets/stylesheets/_/_account.scss */
.page-overlay h2 {
  color: #49bdbc;
}

/* line 3, app/assets/stylesheets/_/_admtools.scss */
.admtools #admin-main-nav {
  background-color: #0a0a0a;
}

/* line 5, app/assets/stylesheets/_/_admtools.scss */
.admtools #admin-main-nav a {
  color: #fefefe;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}

/* line 10, app/assets/stylesheets/_/_admtools.scss */
.admtools #admin-main-nav a:hover {
  color: #49bdbc;
}

/* line 16, app/assets/stylesheets/_/_admtools.scss */
.admtools #admin-side-nav {
  margin-top: 1em;
}

/* line 18, app/assets/stylesheets/_/_admtools.scss */
.admtools #admin-side-nav a {
  padding: .4em 1em;
  font-size: .9em;
}

/* line 21, app/assets/stylesheets/_/_admtools.scss */
.admtools #admin-side-nav a.title {
  margin-top: 1em;
}

/* line 28, app/assets/stylesheets/_/_admtools.scss */
.admtools .off-canvas p {
  color: #9d9d9d;
  font-size: .9em;
  padding: 1em;
  border-top: 1px solid #232323;
  margin-top: 1em;
}

/* line 34, app/assets/stylesheets/_/_admtools.scss */
.admtools .off-canvas p a {
  color: #9d9d9d;
  text-decoration: underline;
}

/* line 37, app/assets/stylesheets/_/_admtools.scss */
.admtools .off-canvas p a:hover {
  color: #fefefe;
}

/* line 44, app/assets/stylesheets/_/_admtools.scss */
.admtools .adm-header {
  padding: 1rem;
  background-color: #fefefe;
  border-bottom: 1px solid #cacaca;
}

@media print, screen and (min-width: 64em) {
  /* line 44, app/assets/stylesheets/_/_admtools.scss */
  .admtools .adm-header {
    display: flex;
    align-items: center;
  }
  /* line 51, app/assets/stylesheets/_/_admtools.scss */
  .admtools .adm-header h1 {
    flex-grow: 1;
  }
  /* line 54, app/assets/stylesheets/_/_admtools.scss */
  .admtools .adm-header .button, .admtools .adm-header .apply_credit_label {
    margin-bottom: 0;
  }
}

/* line 60, app/assets/stylesheets/_/_admtools.scss */
.admtools #adm-hints-tips {
  background-color: white;
}

/* line 64, app/assets/stylesheets/_/_admtools.scss */
.admtools #adm-hints-tips #hint-content {
  display: none;
  border-bottom: 1px solid #cacaca;
  padding: 1rem 0;
}

/* line 68, app/assets/stylesheets/_/_admtools.scss */
.admtools #adm-hints-tips #hint-content h4 {
  color: #7f78e1;
}

/* line 71, app/assets/stylesheets/_/_admtools.scss */
.admtools #adm-hints-tips #hint-content a {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 74, app/assets/stylesheets/_/_admtools.scss */
.admtools #adm-hints-tips #hint-content a:hover {
  color: #49bdbc;
}

/* line 81, app/assets/stylesheets/_/_admtools.scss */
.admtools #adm-hints-tips.visible-hints #hint-content {
  display: block;
}

/* line 87, app/assets/stylesheets/_/_admtools.scss */
.admtools .section {
  background-color: #fefefe;
  margin: 1em;
  padding: 1em;
  border: 1px solid #cacaca;
}

/* line 94, app/assets/stylesheets/_/_admtools.scss */
.admtools .section-buttons {
  margin: 1em;
}

/* line 98, app/assets/stylesheets/_/_admtools.scss */
.admtools h1 {
  font-size: 2em;
}

/* line 101, app/assets/stylesheets/_/_admtools.scss */
.admtools h2 {
  font-size: 1.75em;
}

/* line 104, app/assets/stylesheets/_/_admtools.scss */
.admtools h3 {
  font-size: 1.5em;
}

/* line 108, app/assets/stylesheets/_/_admtools.scss */
.admtools .quick-stats h1 {
  font-size: 4em;
}

/* line 113, app/assets/stylesheets/_/_admtools.scss */
.admtools table thead {
  background-color: #0a0a0a;
  color: #fefefe;
}

/* line 118, app/assets/stylesheets/_/_admtools.scss */
.admtools table tr th {
  text-align: left;
}

/* line 122, app/assets/stylesheets/_/_admtools.scss */
.admtools table a {
  color: #49bdbc;
  border-bottom: none;
  background-color: transparent;
}

/* line 126, app/assets/stylesheets/_/_admtools.scss */
.admtools table a:hover {
  color: #0a0a0a;
}

/* line 130, app/assets/stylesheets/_/_admtools.scss */
.admtools table select {
  margin-bottom: 0px;
}

/* line 133, app/assets/stylesheets/_/_admtools.scss */
.admtools table .button, .admtools table .apply_credit_label {
  margin-bottom: 0px;
}

/* line 136, app/assets/stylesheets/_/_admtools.scss */
.admtools table img {
  display: inline-block;
  height: 60px;
  width: auto;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 146, app/assets/stylesheets/_/_admtools.scss */
.admtools table .tip {
  color: #cacaca;
}

/* line 152, app/assets/stylesheets/_/_admtools.scss */
.admtools form .meta {
  margin-top: -1em;
}

/* line 157, app/assets/stylesheets/_/_admtools.scss */
.admtools .store-logo {
  display: block;
  max-height: 100px;
  margin: 1em 0 3em;
}

/* line 163, app/assets/stylesheets/_/_admtools.scss */
.admtools .stripe-logo {
  display: block;
  margin: 1em 0 3em;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 174, app/assets/stylesheets/_/_admtools.scss */
.admtools .admtools-sortable {
  list-style: none;
  margin: 0;
  border-top: 1px solid #cacaca;
}

/* line 178, app/assets/stylesheets/_/_admtools.scss */
.admtools .admtools-sortable li {
  border-bottom: 1px solid #cacaca;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 182, app/assets/stylesheets/_/_admtools.scss */
.admtools .admtools-sortable li .fa {
  display: inline-block;
  width: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

/* line 189, app/assets/stylesheets/_/_admtools.scss */
.admtools .admtools-sortable li h4 {
  margin-bottom: 0px;
}

/* line 192, app/assets/stylesheets/_/_admtools.scss */
.admtools .admtools-sortable li p {
  margin-bottom: 0px;
}

/* line 194, app/assets/stylesheets/_/_admtools.scss */
.admtools .admtools-sortable li p span {
  font-size: .8em;
  color: #8a8a8a;
  font-style: italic;
}

/* line 200, app/assets/stylesheets/_/_admtools.scss */
.admtools .admtools-sortable li img {
  display: inline-block;
  height: 60px;
  width: auto;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 213, app/assets/stylesheets/_/_admtools.scss */
.admtools .callout {
  border: 1px solid #cacaca;
  padding: 1rem;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #0a0a0a;
}

/* line 220, app/assets/stylesheets/_/_admtools.scss */
.admtools .callout .inline-chart {
  border: 1px solid #cacaca;
  background-color: #fefefe;
  padding: 1em 1em 1em 1em;
}

/* line 227, app/assets/stylesheets/_/_admtools.scss */
.admtools .adm-playlist-preview {
  position: relative;
}

/* line 230, app/assets/stylesheets/_/_admtools.scss */
.admtools .adm-playlist-preview .playlist-bookstore-image {
  position: relative;
  height: 150px;
  width: 150px;
  margin: 0 auto 1rem;
}

/* line 236, app/assets/stylesheets/_/_admtools.scss */
.admtools .adm-playlist-preview .book-cover {
  height: 150px;
  width: 150px;
  margin: 0 auto 1rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 246, app/assets/stylesheets/_/_admtools.scss */
.admtools .adm-playlist-color {
  background-color: #0a0a0a;
  margin: 1rem 0;
  padding: 2rem 1rem;
  text-align: center;
}

/* line 252, app/assets/stylesheets/_/_admtools.scss */
.admtools .adm-playlist-color h2, .admtools .adm-playlist-color p {
  color: #fefefe;
}

/* line 260, app/assets/stylesheets/_/_admtools.scss */
.admtools .no-js {
  visibility: hidden;
}

/* line 264, app/assets/stylesheets/_/_admtools.scss */
.admtools .select2 {
  margin-bottom: 1rem;
}

/* line 269, app/assets/stylesheets/_/_admtools.scss */
.admtools .bisac-select li.select2-selection__choice {
  clear: left;
}

/* line 275, app/assets/stylesheets/_/_admtools.scss */
.admtools .genre-thumbnail {
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 286, app/assets/stylesheets/_/_admtools.scss */
.admtools .genre-thumbnail::after {
  content: "";
  display: block;
  padding-bottom: 66%;
}

/* line 293, app/assets/stylesheets/_/_admtools.scss */
.admtools .genre-header {
  background-color: #49bdbc;
  background-size: cover;
  display: block;
  color: #fff;
}

/* line 298, app/assets/stylesheets/_/_admtools.scss */
.admtools .genre-header::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* line 306, app/assets/stylesheets/_/_admtools.scss */
.admtools-audiobook-cover {
  width: 100px;
  display: inline-block;
  float: left;
  text-align: center;
}

/* line 311, app/assets/stylesheets/_/_admtools.scss */
.admtools-audiobook-cover img {
  height: 80px;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 322, app/assets/stylesheets/_/_admtools.scss */
.admtools-audiobook-details {
  display: block;
  padding: 0 .5em;
  font-size: .8em;
}

/* line 326, app/assets/stylesheets/_/_admtools.scss */
.admtools-audiobook-details strong {
  font-size: 1.2em;
}

/* line 1, app/assets/stylesheets/_/_book.scss */
.book-sidebar {
  text-align: center;
}

/* line 4, app/assets/stylesheets/_/_book.scss */
.book-sidebar .book {
  max-width: 200px;
  margin: 0 auto 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 4, app/assets/stylesheets/_/_book.scss */
  .book-sidebar .book {
    max-width: 90%;
  }
}

/* line 15, app/assets/stylesheets/_/_book.scss */
#book-content, #preorder-content {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 18, app/assets/stylesheets/_/_book.scss */
#book-content h6, #preorder-content h6 {
  color: #8a8a8a;
}

/* line 21, app/assets/stylesheets/_/_book.scss */
#book-content .book-title-info, #preorder-content .book-title-info {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 21, app/assets/stylesheets/_/_book.scss */
  #book-content .book-title-info, #preorder-content .book-title-info {
    text-align: left;
  }
}

/* line 27, app/assets/stylesheets/_/_book.scss */
#book-content .book-description, #preorder-content .book-description {
  margin-top: 2em;
  padding: 2em 0 0;
  border-top: 1px solid #cacaca;
}

/* line 31, app/assets/stylesheets/_/_book.scss */
#book-content .book-description .bookseller-callout, #preorder-content .book-description .bookseller-callout {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  background-image: none;
  background-color: #f2f2f2;
  border: 1px solid #cacaca;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 41, app/assets/stylesheets/_/_book.scss */
#book-content .book-description .bookseller-callout .double-recommend-title, #preorder-content .book-description .bookseller-callout .double-recommend-title {
  font-size: 1.5em;
  margin-top: 1em;
}

/* line 45, app/assets/stylesheets/_/_book.scss */
#book-content .book-description .bookseller-callout .single-recommend-title, #preorder-content .book-description .bookseller-callout .single-recommend-title {
  display: none;
}

/* line 48, app/assets/stylesheets/_/_book.scss */
#book-content .book-description .bookseller-callout h6, #preorder-content .book-description .bookseller-callout h6 {
  color: #8a8a8a;
  text-transform: uppercase;
}

/* line 52, app/assets/stylesheets/_/_book.scss */
#book-content .book-description .bookseller-callout a, #preorder-content .book-description .bookseller-callout a {
  color: #0a0a0a;
  background-color: transparent;
  border-bottom: 2px solid #49bdbc;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 60, app/assets/stylesheets/_/_book.scss */
#book-content .book-description .bookseller-callout a:hover, #preorder-content .book-description .bookseller-callout a:hover {
  color: #fefefe;
  background-color: #49bdbc;
}

/* line 66, app/assets/stylesheets/_/_book.scss */
#book-content .book-description .bookseller-callout img, #preorder-content .book-description .bookseller-callout img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 1em;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 80, app/assets/stylesheets/_/_book.scss */
#book-sub-content {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #cacaca;
}

/* line 86, app/assets/stylesheets/_/_book.scss */
#book-video {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #cacaca;
  background-color: #0a0a0a;
}

/* line 93, app/assets/stylesheets/_/_book.scss */
.drm-notice {
  background-color: #f2f2f2;
  padding: 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #cacaca;
}

@media print, screen and (min-width: 40em) {
  /* line 101, app/assets/stylesheets/_/_book.scss */
  .drm-notice img {
    float: right;
    margin: 0 0 1em 1em;
  }
}

/* line 108, app/assets/stylesheets/_/_book.scss */
.print-edition {
  text-align: center;
}

/* line 110, app/assets/stylesheets/_/_book.scss */
.print-edition h5 {
  margin-bottom: 1em;
}

/* line 113, app/assets/stylesheets/_/_book.scss */
.print-edition img {
  max-width: 150px;
  height: auto;
  margin-bottom: 1em;
}

/* line 120, app/assets/stylesheets/_/_book.scss */
.publisher-notice {
  text-align: center;
}

/* line 1, app/assets/stylesheets/_/_button.scss */
.button, .apply_credit_label {
  font-weight: bold;
  color: #fefefe;
}

/* line 4, app/assets/stylesheets/_/_button.scss */
.button:hover, .apply_credit_label:hover, .button:active, .apply_credit_label:active, .button:focus, .apply_credit_label:focus {
  background-color: #0a0a0a !important;
  color: #fefefe !important;
}

/* line 10, app/assets/stylesheets/_/_button.scss */
.button.alert, .alert.apply_credit_label, .apply_credit_checkbox:checked + label.apply_credit_label, .apply_credit_checkbox:checked + label.button {
  color: #fefefe;
}

/* line 12, app/assets/stylesheets/_/_button.scss */
.button.alert:hover, .alert.apply_credit_label:hover, .apply_credit_checkbox:checked + label.apply_credit_label:hover, .apply_credit_checkbox:checked + label.button:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 17, app/assets/stylesheets/_/_button.scss */
.button.success, .success.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.apply_credit_label, .apply_credit_checkbox:not(:checked) + label.button {
  color: #fefefe;
}

/* line 19, app/assets/stylesheets/_/_button.scss */
.button.success:hover, .success.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.apply_credit_label:hover, .apply_credit_checkbox:not(:checked) + label.button:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 24, app/assets/stylesheets/_/_button.scss */
.button.warning, .warning.apply_credit_label {
  color: #fefefe;
}

/* line 26, app/assets/stylesheets/_/_button.scss */
.button.warning:hover, .warning.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 31, app/assets/stylesheets/_/_button.scss */
.button.button-wish-cart, .button-wish-cart.apply_credit_label {
  color: #0a0a0a;
  background-color: #fefefe;
}

/* line 34, app/assets/stylesheets/_/_button.scss */
.button.button-wish-cart:hover, .button-wish-cart.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 37, app/assets/stylesheets/_/_button.scss */
.button.button-wish-cart:hover i, .button-wish-cart.apply_credit_label:hover i {
  color: #fefefe;
}

/* line 42, app/assets/stylesheets/_/_button.scss */
.button.button-gift, .button-gift.apply_credit_label {
  color: #0a0a0a;
  background-color: #fefefe;
}

/* line 45, app/assets/stylesheets/_/_button.scss */
.button.button-gift i, .button-gift.apply_credit_label i {
  color: #7f78e1;
}

/* line 48, app/assets/stylesheets/_/_button.scss */
.button.button-gift:hover, .button-gift.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 51, app/assets/stylesheets/_/_button.scss */
.button.button-gift:hover i, .button-gift.apply_credit_label:hover i {
  color: #fefefe;
}

/* line 56, app/assets/stylesheets/_/_button.scss */
.button.button-wishlist, .button-wishlist.apply_credit_label {
  color: #0a0a0a;
  background-color: #fefefe;
}

/* line 59, app/assets/stylesheets/_/_button.scss */
.button.button-wishlist i, .button-wishlist.apply_credit_label i {
  color: #ed6a76;
}

/* line 62, app/assets/stylesheets/_/_button.scss */
.button.button-wishlist:hover, .button-wishlist.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 65, app/assets/stylesheets/_/_button.scss */
.button.button-wishlist:hover i, .button-wishlist.apply_credit_label:hover i {
  color: #fefefe;
}

/* line 70, app/assets/stylesheets/_/_button.scss */
.button.button-remove, .button-remove.apply_credit_label {
  color: #0a0a0a;
  background-color: #fefefe;
}

/* line 73, app/assets/stylesheets/_/_button.scss */
.button.button-remove i, .button-remove.apply_credit_label i {
  color: #ed6a76;
}

/* line 76, app/assets/stylesheets/_/_button.scss */
.button.button-remove:hover, .button-remove.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 79, app/assets/stylesheets/_/_button.scss */
.button.button-remove:hover i, .button-remove.apply_credit_label:hover i {
  color: #fefefe;
}

/* line 84, app/assets/stylesheets/_/_button.scss */
.button.button-black, .button-black.apply_credit_label {
  color: #fefefe;
  background-color: #0a0a0a;
}

/* line 87, app/assets/stylesheets/_/_button.scss */
.button.button-black:hover, .button-black.apply_credit_label:hover {
  color: #0a0a0a !important;
  background-color: #f2f2f2 !important;
}

/* line 92, app/assets/stylesheets/_/_button.scss */
.button.button-white, .button-white.apply_credit_label {
  color: #fefefe;
  background-color: transparent;
  border: 2px solid #fefefe;
}

/* line 96, app/assets/stylesheets/_/_button.scss */
.button.button-white:hover, .button-white.apply_credit_label:hover {
  background-color: #fefefe !important;
  color: #0a0a0a !important;
}

/* line 101, app/assets/stylesheets/_/_button.scss */
.button.button-if, .button-if.apply_credit_label {
  color: #fefefe;
  background-color: #152B76;
  border: 2px solid #152B76;
}

/* line 105, app/assets/stylesheets/_/_button.scss */
.button.button-if:hover, .button-if.apply_credit_label:hover {
  background-color: #fefefe !important;
  color: #152B76 !important;
}

/* line 110, app/assets/stylesheets/_/_button.scss */
.button.button-switch, .button-switch.apply_credit_label {
  color: #fefefe;
  background-color: #f6a201;
  border: 2px solid #f6a201;
}

/* line 114, app/assets/stylesheets/_/_button.scss */
.button.button-switch:hover, .button-switch.apply_credit_label:hover {
  background-color: #fefefe !important;
  color: #f6a201 !important;
}

/* line 119, app/assets/stylesheets/_/_button.scss */
.button.button-black-outline, .button-black-outline.apply_credit_label {
  color: #0a0a0a;
  background-color: transparent;
  border: 2px solid #0a0a0a;
}

/* line 123, app/assets/stylesheets/_/_button.scss */
.button.button-black-outline:hover, .button-black-outline.apply_credit_label:hover {
  background-color: #0a0a0a !important;
  color: #fefefe !important;
}

/* line 128, app/assets/stylesheets/_/_button.scss */
.button.button-white-solid, .button-white-solid.apply_credit_label {
  color: #0a0a0a;
  background-color: #fefefe;
}

/* line 131, app/assets/stylesheets/_/_button.scss */
.button.button-white-solid:hover, .button-white-solid.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 136, app/assets/stylesheets/_/_button.scss */
.button.button-kissclub, .button-kissclub.apply_credit_label {
  color: #fefefe;
  background-color: #fb002f;
}

/* line 139, app/assets/stylesheets/_/_button.scss */
.button.button-kissclub:hover, .button-kissclub.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 144, app/assets/stylesheets/_/_button.scss */
.button.button-kidsclub, .button-kidsclub.apply_credit_label {
  color: #fefefe;
  background-color: #bc3f7a;
}

/* line 147, app/assets/stylesheets/_/_button.scss */
.button.button-kidsclub:hover, .button-kidsclub.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 152, app/assets/stylesheets/_/_button.scss */
.button.button-yaclub, .button-yaclub.apply_credit_label {
  color: #fefefe;
  background-color: #4c761f;
}

/* line 155, app/assets/stylesheets/_/_button.scss */
.button.button-yaclub:hover, .button-yaclub.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 160, app/assets/stylesheets/_/_button.scss */
.button.button-businessclub, .button-businessclub.apply_credit_label {
  color: #fefefe;
  background-color: #507393;
}

/* line 163, app/assets/stylesheets/_/_button.scss */
.button.button-businessclub:hover, .button-businessclub.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 168, app/assets/stylesheets/_/_button.scss */
.button.button-binc, .button-binc.apply_credit_label {
  color: #fefefe;
  background-color: #F9A634;
}

/* line 171, app/assets/stylesheets/_/_button.scss */
.button.button-binc:hover, .button-binc.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 176, app/assets/stylesheets/_/_button.scss */
.button.button-binc-purple, .button-binc-purple.apply_credit_label {
  color: #fefefe;
  background-color: #742970;
}

/* line 179, app/assets/stylesheets/_/_button.scss */
.button.button-binc-purple:hover, .button-binc-purple.apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 186, app/assets/stylesheets/_/_button.scss */
.remove-cart,
.wishlist-cart {
  color: #8a8a8a;
  background-color: #fefefe;
  font-size: .9em;
  margin: 0 1rem 0 0;
}

/* line 192, app/assets/stylesheets/_/_button.scss */
.remove-cart:hover,
.wishlist-cart:hover {
  color: #0a0a0a !important;
}

/* line 196, app/assets/stylesheets/_/_button.scss */
.remove-cart.wishlist-cart-added,
.wishlist-cart.wishlist-cart-added {
  color: #ed6a76;
}

/* line 202, app/assets/stylesheets/_/_button.scss */
.wishlist {
  color: #49bdbc;
  display: block;
  padding: 4px 0;
}

/* line 206, app/assets/stylesheets/_/_button.scss */
.wishlist:hover {
  color: #0a0a0a;
}

/* line 211, app/assets/stylesheets/_/_button.scss */
.facebook {
  background-color: #fefefe;
  color: #3B5998;
}

/* line 214, app/assets/stylesheets/_/_button.scss */
.facebook:hover {
  background-color: #3B5998 !important;
  color: #fefefe;
}

/* line 218, app/assets/stylesheets/_/_button.scss */
.facebook i {
  margin-right: 5px;
}

/* line 223, app/assets/stylesheets/_/_button.scss */
.facebook-solid {
  background-color: #3B5998;
  color: #fefefe;
}

/* line 226, app/assets/stylesheets/_/_button.scss */
.facebook-solid:hover {
  background-color: #0a0a0a !important;
  color: #3B5998;
}

/* line 230, app/assets/stylesheets/_/_button.scss */
.facebook-solid i {
  margin-right: 5px;
}

/* line 235, app/assets/stylesheets/_/_button.scss */
.twitter {
  background-color: #fefefe;
  color: #55ACEE;
}

/* line 238, app/assets/stylesheets/_/_button.scss */
.twitter:hover {
  background-color: #55ACEE !important;
  color: #fefefe;
}

/* line 242, app/assets/stylesheets/_/_button.scss */
.twitter i {
  margin-right: 5px;
}

/* line 1, app/assets/stylesheets/_/_callouts.scss */
#switch-callout {
  background-color: #ffcf00;
  color: #0a0a0a;
  text-align: center;
  padding: .75em 1em;
  line-height: 1.75;
}

/* line 7, app/assets/stylesheets/_/_callouts.scss */
#switch-callout a {
  color: #0a0a0a;
  background-color: #ffcf00;
  border: 2px solid #0a0a0a;
  font-weight: bold;
  padding: 1px 12px 2px;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 17, app/assets/stylesheets/_/_callouts.scss */
#switch-callout a:hover {
  color: #ffcf00;
  background-color: #0a0a0a;
}

/* line 25, app/assets/stylesheets/_/_callouts.scss */
.home #switch-callout, .cart #switch-callout, .switch #switch-callout {
  display: none;
}

/* Arrows */
/* line 2, app/assets/stylesheets/_/_carousel.scss */
.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus {
  line-height: 40px;
  position: absolute;
  top: 60px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  color: #0a0a0a;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fefefe;
  z-index: 40;
}

@media print, screen and (min-width: 64em) {
  /* line 2, app/assets/stylesheets/_/_carousel.scss */
  .slick-prev,
  .slick-next,
  .slick-prev:focus,
  .slick-next:focus {
    top: 90px;
  }
}

/* line 29, app/assets/stylesheets/_/_carousel.scss */
.slick-prev:hover,
.slick-next:hover {
  color: #fefefe;
  outline: none;
  background: #0a0a0a;
}

/* line 36, app/assets/stylesheets/_/_carousel.scss */
.slick-disabled {
  display: none !important;
}

/* line 40, app/assets/stylesheets/_/_carousel.scss */
.slick-slider {
  margin-bottom: 2rem;
}

/* line 44, app/assets/stylesheets/_/_carousel.scss */
.slick-prev {
  left: 20px;
}

/* line 49, app/assets/stylesheets/_/_carousel.scss */
.slick-quotes blockquote img {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/_/_carousel.scss */
.slick-next {
  right: 20px;
}

/* line 58, app/assets/stylesheets/_/_carousel.scss */
.carousel-item {
  padding-top: 10px;
}

/* line 60, app/assets/stylesheets/_/_carousel.scss */
.carousel-item a {
  max-width: calc(140px + 1rem);
}

@media print, screen and (min-width: 64em) {
  /* line 60, app/assets/stylesheets/_/_carousel.scss */
  .carousel-item a {
    max-width: calc(200px + 1rem);
  }
}

/* line 65, app/assets/stylesheets/_/_carousel.scss */
.carousel-item a .title {
  margin-top: 0.5rem;
}

/* line 68, app/assets/stylesheets/_/_carousel.scss */
.carousel-item a .snipe {
  display: none;
}

@media print, screen and (min-width: 64em) {
  /* line 68, app/assets/stylesheets/_/_carousel.scss */
  .carousel-item a .snipe {
    display: block;
  }
}

/* line 74, app/assets/stylesheets/_/_carousel.scss */
.carousel-item a img {
  height: 140px;
  width: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 74, app/assets/stylesheets/_/_carousel.scss */
  .carousel-item a img {
    height: 200px;
  }
}

/* line 82, app/assets/stylesheets/_/_carousel.scss */
.carousel-item a .playlist-bookstore-image {
  height: 140px;
  width: 140px;
}

@media print, screen and (min-width: 64em) {
  /* line 82, app/assets/stylesheets/_/_carousel.scss */
  .carousel-item a .playlist-bookstore-image {
    height: 200px;
    width: 200px;
  }
}

/* Hide the Slick Slider carousel until it's initialized */
/* line 95, app/assets/stylesheets/_/_carousel.scss */
.slick-carousel {
  visibility: hidden;
  display: none;
}

/* Show the Slick Slider carousel once it's initialized */
/* line 101, app/assets/stylesheets/_/_carousel.scss */
.slick-initialized {
  visibility: visible;
  display: block;
}

/* Dots */
/* line 108, app/assets/stylesheets/_/_carousel.scss */
.slick-dots {
  position: absolute;
  bottom: -10px;
  margin: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 119, app/assets/stylesheets/_/_carousel.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/_/_carousel.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0px;
  text-indent: -9999px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 148, app/assets/stylesheets/_/_carousel.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background-color: #0a0a0a;
}

/* line 154, app/assets/stylesheets/_/_carousel.scss */
.slick-dots li.slick-active button {
  background-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_/_cover.scss */
.book-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

/* line 7, app/assets/stylesheets/_/_cover.scss */
.book-grid .book-grid-item {
  position: relative;
  width: 50%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 7, app/assets/stylesheets/_/_cover.scss */
  .book-grid .book-grid-item {
    width: 33%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 7, app/assets/stylesheets/_/_cover.scss */
  .book-grid .book-grid-item {
    width: 25%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  /* line 7, app/assets/stylesheets/_/_cover.scss */
  .book-grid .book-grid-item {
    width: 20%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 23, app/assets/stylesheets/_/_cover.scss */
.book-grid .book-grid-item .book-quick-look {
  position: absolute;
  top: -5px;
  right: 0px;
  z-index: 1000;
}

/* line 30, app/assets/stylesheets/_/_cover.scss */
.book-grid .book-grid-item .book-cover-wrap {
  display: block;
}

/* line 33, app/assets/stylesheets/_/_cover.scss */
.book-grid .book-grid-item .book-cover-wrap::after {
  content: '';
  display: block;
  padding-top: 100%;
}

/* line 39, app/assets/stylesheets/_/_cover.scss */
.book-grid .book-grid-item .book-cover-wrap .book-cover {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, 0);
}

/* line 48, app/assets/stylesheets/_/_cover.scss */
.book-grid .book-grid-item .book-cover-wrap .playlist-bookstore-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 59, app/assets/stylesheets/_/_cover.scss */
.snipe {
  background: #49bdbc;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  text-align: center;
  color: #fefefe;
  font-size: .7em;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: bold;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

/* line 77, app/assets/stylesheets/_/_cover.scss */
.snipe.snipe.book-month {
  background: #CC400F;
}

/* line 80, app/assets/stylesheets/_/_cover.scss */
.snipe.snipe.book-featured {
  background: #ed6a76;
}

/* line 83, app/assets/stylesheets/_/_cover.scss */
.snipe.snipe.book-deal {
  background: #7f78e1;
}

/* line 86, app/assets/stylesheets/_/_cover.scss */
.snipe.snipe.free-chapter {
  background: #5dcc8f;
}

/* line 89, app/assets/stylesheets/_/_cover.scss */
.snipe.snipe.coming-soon {
  background: #FFB700;
}

/* line 92, app/assets/stylesheets/_/_cover.scss */
.snipe.snipe.book-recommend {
  background: #3D6ADE;
}

/* line 95, app/assets/stylesheets/_/_cover.scss */
.snipe.snipe.new-release {
  background: #CC400F;
}

/* line 102, app/assets/stylesheets/_/_cover.scss */
.book-grid-wide .book-grid-item {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 102, app/assets/stylesheets/_/_cover.scss */
  .book-grid-wide .book-grid-item {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 102, app/assets/stylesheets/_/_cover.scss */
  .book-grid-wide .book-grid-item {
    width: 33%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  /* line 102, app/assets/stylesheets/_/_cover.scss */
  .book-grid-wide .book-grid-item {
    width: 33%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 118, app/assets/stylesheets/_/_cover.scss */
.book-quick-look {
  display: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #cacaca;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 129, app/assets/stylesheets/_/_cover.scss */
.book-quick-look:hover {
  color: #0a0a0a;
}

@media print, screen and (min-width: 64em) {
  /* line 118, app/assets/stylesheets/_/_cover.scss */
  .book-quick-look {
    display: block;
  }
}

/* line 138, app/assets/stylesheets/_/_cover.scss */
.playlist-bookstore-image {
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
  background-color: #fefefe;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 40em) {
  /* line 138, app/assets/stylesheets/_/_cover.scss */
  .playlist-bookstore-image {
    background-size: 75%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 138, app/assets/stylesheets/_/_cover.scss */
  .playlist-bookstore-image {
    background-size: 70%;
  }
}

@media screen and (min-width: 75em) {
  /* line 138, app/assets/stylesheets/_/_cover.scss */
  .playlist-bookstore-image {
    background-size: 65%;
  }
}

/* line 157, app/assets/stylesheets/_/_cover.scss */
.playlist-bookstore-image img {
  opacity: 0 !important;
}

/* line 163, app/assets/stylesheets/_/_cover.scss */
.book {
  margin-bottom: 1rem;
  padding: 10px;
  position: relative;
  display: block;
  border-radius: 4px;
}

/* line 170, app/assets/stylesheets/_/_cover.scss */
.book .book-cover-wrap {
  display: block;
  position: relative;
  margin: 0 auto;
}

/* line 175, app/assets/stylesheets/_/_cover.scss */
.book .book-cover-wrap .book-cover {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 182, app/assets/stylesheets/_/_cover.scss */
.book .left-headphone {
  position: absolute;
  bottom: 4px;
  left: -30px;
  display: block;
  width: 30px;
  height: 50px;
  background-color: transparent;
  background-image: url("//cdn.libro.fm/assets/website-images/earbud-left.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 195, app/assets/stylesheets/_/_cover.scss */
.book .right-headphone {
  position: absolute;
  z-index: 2;
  bottom: -15px;
  right: -30px;
  display: block;
  width: 95px;
  height: 50px;
  background-color: transparent;
  background-image: url("//cdn.libro.fm/assets/website-images/earbud-right.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 209, app/assets/stylesheets/_/_cover.scss */
.book .book-grid-item-info {
  line-height: 1.25;
  padding: 0.5rem;
  display: flex;
}

/* line 214, app/assets/stylesheets/_/_cover.scss */
.book .book-grid-item-info .book-grid-item-rank {
  font-weight: bold;
  color: #0a0a0a;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #cacaca;
}

/* line 223, app/assets/stylesheets/_/_cover.scss */
.book .book-grid-item-info .book-grid-item-conent {
  flex-grow: 1;
}

/* line 226, app/assets/stylesheets/_/_cover.scss */
.book .book-grid-item-info .book-grid-item-conent .title {
  color: #0a0a0a;
  font-weight: bold;
}

/* line 231, app/assets/stylesheets/_/_cover.scss */
.book .book-grid-item-info .book-grid-item-conent .author {
  font-size: .9em;
  color: #8a8a8a;
}

/* line 239, app/assets/stylesheets/_/_cover.scss */
.wishlist_book {
  position: relative;
}

/* line 241, app/assets/stylesheets/_/_cover.scss */
.wishlist_book .book {
  margin-bottom: 0 !important;
}

/* line 243, app/assets/stylesheets/_/_cover.scss */
.wishlist_book .book .snipe {
  display: none !important;
}

/* line 247, app/assets/stylesheets/_/_cover.scss */
.wishlist_book form::before {
  display: none !important;
}

/* line 251, app/assets/stylesheets/_/_cover.scss */
.wishlist_book .wishlist-remove {
  background-color: #0a0a0a;
  color: #fefefe;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  top: -5px;
  right: 0;
  line-height: 28px;
}

/* line 262, app/assets/stylesheets/_/_cover.scss */
.wishlist_book .wishlist-remove:hover {
  background-color: #ed6a76;
}

/* line 268, app/assets/stylesheets/_/_cover.scss */
a.book {
  color: #0a0a0a;
}

/* line 271, app/assets/stylesheets/_/_cover.scss */
a.book .title {
  font-weight: bold;
}

/* line 275, app/assets/stylesheets/_/_cover.scss */
a.book:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 280, app/assets/stylesheets/_/_cover.scss */
.book-details {
  display: none;
  text-align: left;
  background-color: #fefefe;
  z-index: 2000;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 64em) {
  /* line 280, app/assets/stylesheets/_/_cover.scss */
  .book-details {
    display: inherit;
  }
}

/* line 291, app/assets/stylesheets/_/_cover.scss */
.book-details h5 {
  font-size: 1em;
  margin-bottom: 0px;
}

/* line 295, app/assets/stylesheets/_/_cover.scss */
.book-details h6 {
  font-size: .8em;
  margin-bottom: 0px;
  margin-top: .5em;
  font-weight: normal;
}

/* line 303, app/assets/stylesheets/_/_cover.scss */
.book-details h5 a, .book-details h6 a {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 306, app/assets/stylesheets/_/_cover.scss */
.book-details h5 a:hover, .book-details h6 a:hover {
  color: #8a8a8a;
}

/* line 312, app/assets/stylesheets/_/_cover.scss */
.book-details p {
  font-size: .8em;
  line-height: 1.3;
  margin-top: .5em;
}

/* line 316, app/assets/stylesheets/_/_cover.scss */
.book-details p strong, .book-details p b {
  font-weight: normal;
}

/* line 319, app/assets/stylesheets/_/_cover.scss */
.book-details p a {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 322, app/assets/stylesheets/_/_cover.scss */
.book-details p a:hover {
  color: #8a8a8a;
}

/* line 1, app/assets/stylesheets/_/_explore.scss */
.explore-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 1, app/assets/stylesheets/_/_explore.scss */
  .explore-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* line 9, app/assets/stylesheets/_/_explore.scss */
.explore-section .content {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.explore-section .content::before, .explore-section .content::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.explore-section .content::after {
  clear: both;
}

@media print, screen and (min-width: 40em) {
  /* line 9, app/assets/stylesheets/_/_explore.scss */
  .explore-section .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
.explore-section .content:last-child:not(:first-child) {
  float: right;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
.explore-section .content, .explore-section .content:last-child {
  float: none;
}

@media print, screen and (min-width: 64em) {
  /* line 9, app/assets/stylesheets/_/_explore.scss */
  .explore-section .content {
    width: 91.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  /* line 9, app/assets/stylesheets/_/_explore.scss */
  .explore-section .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .explore-section .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .explore-section .content, .explore-section .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  /* line 9, app/assets/stylesheets/_/_explore.scss */
  .explore-section .content {
    width: 83.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 75em) and (min-width: 40em) {
  /* line 9, app/assets/stylesheets/_/_explore.scss */
  .explore-section .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .explore-section .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .explore-section .content, .explore-section .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  /* line 9, app/assets/stylesheets/_/_explore.scss */
  .explore-section .content {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 90em) and (min-width: 40em) {
  /* line 9, app/assets/stylesheets/_/_explore.scss */
  .explore-section .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .explore-section .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .explore-section .content, .explore-section .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

/* line 26, app/assets/stylesheets/_/_explore.scss */
#recommendations {
  background-color: #7f78e1;
  background-image: linear-gradient(-225deg, #ed6a76 0%, #7f78e1 100%);
}

/* line 29, app/assets/stylesheets/_/_explore.scss */
#recommendations h2 {
  color: #fefefe;
}

/* line 32, app/assets/stylesheets/_/_explore.scss */
#recommendations p {
  color: #fefefe;
}

/* line 1, app/assets/stylesheets/_/_footer.scss */
.indie-store-message {
  padding: 2rem 1rem;
  text-align: center;
  background-color: #0a0a0a;
  color: #fefefe;
  font-weight: bold;
}

/* line 7, app/assets/stylesheets/_/_footer.scss */
.indie-store-message img {
  display: block;
  margin: 0 auto .5em;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 17, app/assets/stylesheets/_/_footer.scss */
.indie-store-message a {
  color: #fefefe;
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/_/_footer.scss */
.indie-store-message a:hover {
  color: #49bdbc;
}

/* line 26, app/assets/stylesheets/_/_footer.scss */
.footer-callout {
  text-align: center;
  background-color: #49bdbc;
  background-image: linear-gradient(-225deg, #ed6a76 0%, #7f78e1 100%);
  overflow: hidden;
  padding: 1em 0;
}

/* line 32, app/assets/stylesheets/_/_footer.scss */
.footer-callout .content {
  max-width: 800px;
  padding: 1em;
  margin: 0 auto;
}

/* line 36, app/assets/stylesheets/_/_footer.scss */
.footer-callout .content img {
  width: 100px;
  height: auto;
}

/* line 40, app/assets/stylesheets/_/_footer.scss */
.footer-callout .content h3 {
  color: #fefefe;
}

/* line 43, app/assets/stylesheets/_/_footer.scss */
.footer-callout .content p {
  color: #fefefe;
}

/* line 46, app/assets/stylesheets/_/_footer.scss */
.footer-callout .content label {
  display: none;
}

/* line 49, app/assets/stylesheets/_/_footer.scss */
.footer-callout .content input {
  max-width: 300px;
  margin: 0 auto 1em;
}

/* line 53, app/assets/stylesheets/_/_footer.scss */
.footer-callout .content .button, .footer-callout .content .apply_credit_label {
  color: #fefefe;
  background-color: transparent;
  border: 2px solid #fefefe;
}

/* line 57, app/assets/stylesheets/_/_footer.scss */
.footer-callout .content .button:hover, .footer-callout .content .apply_credit_label:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 65, app/assets/stylesheets/_/_footer.scss */
#footer {
  background-color: #0a0a0a;
  color: #fefefe;
  padding-top: 2em;
  position: relative;
}

/* line 71, app/assets/stylesheets/_/_footer.scss */
#footer #footer-nav {
  text-align: center;
}

/* line 73, app/assets/stylesheets/_/_footer.scss */
#footer #footer-nav h5 {
  color: #49bdbc;
}

@media screen and (max-width: 63.9375em) {
  /* line 76, app/assets/stylesheets/_/_footer.scss */
  #footer #footer-nav .menu {
    margin-bottom: 2em;
  }
}

/* line 80, app/assets/stylesheets/_/_footer.scss */
#footer #footer-nav .menu a {
  padding: .5em 0;
  color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  /* line 80, app/assets/stylesheets/_/_footer.scss */
  #footer #footer-nav .menu a {
    padding: .25em 0;
  }
}

/* line 86, app/assets/stylesheets/_/_footer.scss */
#footer #footer-nav .menu a:hover {
  color: #49bdbc;
}

/* line 91, app/assets/stylesheets/_/_footer.scss */
#footer #footer-nav .menu .active a {
  background-color: transparent;
  color: #fefefe;
}

/* line 94, app/assets/stylesheets/_/_footer.scss */
#footer #footer-nav .menu .active a:hover {
  color: #49bdbc;
}

/* line 100, app/assets/stylesheets/_/_footer.scss */
#footer #footer-nav .menu .pill a {
  border: 2px solid #fefefe;
  display: inline-block;
  margin: .5em 0;
  padding: .5em 1em;
  text-decoration: none;
  font-size: .9em;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 110, app/assets/stylesheets/_/_footer.scss */
#footer #footer-nav .menu .pill a:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 119, app/assets/stylesheets/_/_footer.scss */
#footer .aba {
  text-align: center;
}

/* line 121, app/assets/stylesheets/_/_footer.scss */
#footer .aba img {
  max-width: 50%;
  height: auto;
  margin-bottom: 1em;
}

/* line 128, app/assets/stylesheets/_/_footer.scss */
#footer .questions {
  margin-top: 2em;
  padding: 1em 1em 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 133, app/assets/stylesheets/_/_footer.scss */
#footer .questions h5 {
  color: #49bdbc;
}

/* line 136, app/assets/stylesheets/_/_footer.scss */
#footer .questions a {
  color: #fefefe;
}

/* line 138, app/assets/stylesheets/_/_footer.scss */
#footer .questions a:hover {
  color: #49bdbc;
}

/* line 144, app/assets/stylesheets/_/_footer.scss */
#footer #copyright {
  text-align: center;
  color: #999999;
  padding: 1em;
}

@media print, screen and (min-width: 40em) {
  /* line 144, app/assets/stylesheets/_/_footer.scss */
  #footer #copyright {
    padding-bottom: 6em;
  }
}

/* line 151, app/assets/stylesheets/_/_footer.scss */
#footer #copyright p {
  margin-top: 1em;
  font-size: .8em;
}

/* line 155, app/assets/stylesheets/_/_footer.scss */
#footer #copyright a {
  color: #999999;
}

/* line 157, app/assets/stylesheets/_/_footer.scss */
#footer #copyright a:hover {
  color: #fefefe;
}

/* line 1, app/assets/stylesheets/_/_general.scss */
.fouc {
  display: none;
}

/* line 5, app/assets/stylesheets/_/_general.scss */
.no-margin {
  margin: 0 !important;
}

/* line 9, app/assets/stylesheets/_/_general.scss */
.no-padding {
  padding: 0 !important;
}

/* line 13, app/assets/stylesheets/_/_general.scss */
.margin-bottom {
  margin-bottom: 1rem;
}

/* line 17, app/assets/stylesheets/_/_general.scss */
.margin-bottom2 {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 17, app/assets/stylesheets/_/_general.scss */
  .margin-bottom2 {
    margin-bottom: 2rem;
  }
}

/* line 24, app/assets/stylesheets/_/_general.scss */
.margin-bottom4 {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 24, app/assets/stylesheets/_/_general.scss */
  .margin-bottom4 {
    margin-bottom: 4rem;
  }
}

/* line 31, app/assets/stylesheets/_/_general.scss */
.margin-top {
  margin-top: 1rem;
}

/* line 35, app/assets/stylesheets/_/_general.scss */
.margin-top2 {
  margin-top: 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 35, app/assets/stylesheets/_/_general.scss */
  .margin-top2 {
    margin-top: 2rem;
  }
}

/* line 42, app/assets/stylesheets/_/_general.scss */
.margin-top4 {
  margin-top: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 42, app/assets/stylesheets/_/_general.scss */
  .margin-top4 {
    margin-top: 4rem;
  }
}

/* line 49, app/assets/stylesheets/_/_general.scss */
.padding-top {
  padding-top: 1rem;
}

/* line 53, app/assets/stylesheets/_/_general.scss */
.padding-top2 {
  padding-top: 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 53, app/assets/stylesheets/_/_general.scss */
  .padding-top2 {
    padding-top: 2rem;
  }
}

/* line 60, app/assets/stylesheets/_/_general.scss */
.padding-top4 {
  padding-top: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 60, app/assets/stylesheets/_/_general.scss */
  .padding-top4 {
    padding-top: 4rem;
  }
}

/* line 67, app/assets/stylesheets/_/_general.scss */
.padding-bottom {
  padding-bottom: 1rem;
}

/* line 71, app/assets/stylesheets/_/_general.scss */
.padding-bottom2 {
  padding-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 71, app/assets/stylesheets/_/_general.scss */
  .padding-bottom2 {
    padding-bottom: 2rem;
  }
}

/* line 78, app/assets/stylesheets/_/_general.scss */
.padding-bottom4 {
  padding-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 78, app/assets/stylesheets/_/_general.scss */
  .padding-bottom4 {
    padding-bottom: 4rem;
  }
}

/* line 85, app/assets/stylesheets/_/_general.scss */
.padding-side {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 90, app/assets/stylesheets/_/_general.scss */
.padding-side2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 95, app/assets/stylesheets/_/_general.scss */
.padding-side4 {
  padding-left: 4rem;
  padding-right: 2rem;
}

/* line 100, app/assets/stylesheets/_/_general.scss */
.bg-gray {
  background-color: #f2f2f2;
}

/* line 104, app/assets/stylesheets/_/_general.scss */
.bg-black {
  background-color: #0a0a0a;
}

/* line 106, app/assets/stylesheets/_/_general.scss */
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black p {
  color: #fefefe;
}

/* line 111, app/assets/stylesheets/_/_general.scss */
.reveal {
  max-width: 600px !important;
}

/* line 115, app/assets/stylesheets/_/_general.scss */
#page-wrap {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-width: 1800px;
  margin: 0 auto;
  background-color: #fefefe;
}

/* line 122, app/assets/stylesheets/_/_general.scss */
.number {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #49bdbc;
  color: #fefefe;
  font-size: 2em;
  line-height: 100px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto 1rem;
}

/* line 136, app/assets/stylesheets/_/_general.scss */
#general-banner {
  text-align: center;
  background-color: #49bdbc;
  background-image: linear-gradient(-225deg, #49bdbc 0%, #7f78e1 100%);
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 142, app/assets/stylesheets/_/_general.scss */
#general-banner .content {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#general-banner .content::before, #general-banner .content::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#general-banner .content::after {
  clear: both;
}

@media print, screen and (min-width: 40em) {
  /* line 142, app/assets/stylesheets/_/_general.scss */
  #general-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#general-banner .content:last-child:not(:first-child) {
  float: right;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#general-banner .content, #general-banner .content:last-child {
  float: none;
}

@media print, screen and (min-width: 64em) {
  /* line 142, app/assets/stylesheets/_/_general.scss */
  #general-banner .content {
    width: 91.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  /* line 142, app/assets/stylesheets/_/_general.scss */
  #general-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #general-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #general-banner .content, #general-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  /* line 142, app/assets/stylesheets/_/_general.scss */
  #general-banner .content {
    width: 83.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 75em) and (min-width: 40em) {
  /* line 142, app/assets/stylesheets/_/_general.scss */
  #general-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #general-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #general-banner .content, #general-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  /* line 142, app/assets/stylesheets/_/_general.scss */
  #general-banner .content {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 90em) and (min-width: 40em) {
  /* line 142, app/assets/stylesheets/_/_general.scss */
  #general-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #general-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #general-banner .content, #general-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

/* line 157, app/assets/stylesheets/_/_general.scss */
#general-banner h1 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 161, app/assets/stylesheets/_/_general.scss */
#general-banner h2 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 165, app/assets/stylesheets/_/_general.scss */
#general-banner h4 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 169, app/assets/stylesheets/_/_general.scss */
#general-banner h3 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 173, app/assets/stylesheets/_/_general.scss */
#general-banner p {
  color: #fefefe;
}

/* line 175, app/assets/stylesheets/_/_general.scss */
#general-banner p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 183, app/assets/stylesheets/_/_general.scss */
#general-banner p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 189, app/assets/stylesheets/_/_general.scss */
#general-banner .button, #general-banner .apply_credit_label {
  color: #fefefe;
  background-color: transparent;
  border: 2px solid #fefefe;
}

/* line 193, app/assets/stylesheets/_/_general.scss */
#general-banner .button:hover, #general-banner .apply_credit_label:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 198, app/assets/stylesheets/_/_general.scss */
#general-banner.sale-banner {
  background-color: #e7bb18;
  background-image: none;
}

/* line 201, app/assets/stylesheets/_/_general.scss */
#general-banner.sale-banner h1 {
  color: #0a0a0a;
}

/* line 204, app/assets/stylesheets/_/_general.scss */
#general-banner.sale-banner p {
  color: #a8171c;
}

/* line 210, app/assets/stylesheets/_/_general.scss */
.main-content-form {
  margin: 3em auto 6em;
  padding: 0 0.5rem;
  max-width: 800px;
}

/* line 216, app/assets/stylesheets/_/_general.scss */
.main-content-narrow {
  margin: 3em auto 4em;
  padding: 0 0.5rem;
  max-width: 1200px;
}

/* line 222, app/assets/stylesheets/_/_general.scss */
.main-content-wide {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 227, app/assets/stylesheets/_/_general.scss */
.narrow-form {
  max-width: 600px;
  margin: 0 auto;
}

/* line 232, app/assets/stylesheets/_/_general.scss */
.main-content-last {
  margin-bottom: 0;
}

/* line 236, app/assets/stylesheets/_/_general.scss */
.image-round {
  border-radius: 1000px;
}

/* line 242, app/assets/stylesheets/_/_general.scss */
.text p a, .text li a {
  color: #0a0a0a;
  border-bottom: 2px solid #49bdbc;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 247, app/assets/stylesheets/_/_general.scss */
.text p a:hover, .text li a:hover {
  color: #fefefe;
  background-color: #49bdbc;
}

/* line 255, app/assets/stylesheets/_/_general.scss */
.lead {
  font-weight: normal;
  font-size: 1.25em;
}

@media print, screen and (min-width: 64em) {
  /* line 255, app/assets/stylesheets/_/_general.scss */
  .lead {
    font-size: 1.5em;
  }
}

/* line 263, app/assets/stylesheets/_/_general.scss */
.currency {
  font-size: .5em;
  color: #8a8a8a;
}

/* line 269, app/assets/stylesheets/_/_general.scss */
blockquote cite {
  font-style: normal;
}

/* line 271, app/assets/stylesheets/_/_general.scss */
blockquote cite::before {
  display: none;
}

/* line 277, app/assets/stylesheets/_/_general.scss */
.blockquote-large {
  text-align: center;
  font-family: "Georgia", serif;
}

/* line 280, app/assets/stylesheets/_/_general.scss */
.blockquote-large p {
  font-size: 1.25em;
  font-style: italic;
}

@media print, screen and (min-width: 64em) {
  /* line 280, app/assets/stylesheets/_/_general.scss */
  .blockquote-large p {
    font-size: 1.5em;
  }
}

/* line 289, app/assets/stylesheets/_/_general.scss */
.allcaps {
  text-transform: uppercase;
}

/* line 294, app/assets/stylesheets/_/_general.scss */
table a {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 297, app/assets/stylesheets/_/_general.scss */
table a:hover {
  color: #49bdbc;
}

/* line 302, app/assets/stylesheets/_/_general.scss */
table.table-tight td {
  font-size: .9em;
  vertical-align: top;
  padding: 0.25rem 0.625rem 0.25rem;
}

/* line 310, app/assets/stylesheets/_/_general.scss */
hr.narrow {
  width: 100px;
  margin: 2em auto;
}

/* line 315, app/assets/stylesheets/_/_general.scss */
#subnav {
  border-bottom: 1px solid #cacaca;
}

/* line 318, app/assets/stylesheets/_/_general.scss */
#subnav .menu a {
  color: #8a8a8a;
}

/* line 320, app/assets/stylesheets/_/_general.scss */
#subnav .menu a:hover {
  color: #0a0a0a;
}

/* line 325, app/assets/stylesheets/_/_general.scss */
#subnav .menu .active a {
  background-color: #fefefe;
  color: #49bdbc;
}

/* line 333, app/assets/stylesheets/_/_general.scss */
.panel {
  background-color: #f2f2f2;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 338, app/assets/stylesheets/_/_general.scss */
.panel.purple {
  border-top: 4px solid #7f78e1;
}

/* line 342, app/assets/stylesheets/_/_general.scss */
.panel p a, .panel li a {
  color: #0a0a0a;
  background-color: #f2f2f2;
  border-bottom: 2px solid #49bdbc;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 348, app/assets/stylesheets/_/_general.scss */
.panel p a:hover, .panel li a:hover {
  color: #fefefe;
  background-color: #49bdbc;
}

/* line 357, app/assets/stylesheets/_/_general.scss */
.step {
  display: block;
  margin: 1em auto;
  width: 60px;
  height: auto;
}

@media screen and (min-width: 75em) {
  /* line 357, app/assets/stylesheets/_/_general.scss */
  .step {
    width: 100px;
  }
}

/* line 367, app/assets/stylesheets/_/_general.scss */
.icon {
  display: block;
  margin: 1em auto;
  width: 150px;
  height: auto;
}

/* line 373, app/assets/stylesheets/_/_general.scss */
.icon.icon-gray {
  background-color: #f2f2f2;
  -webkit-border-radius: 150px;
  border-radius: 150px;
}

/* line 381, app/assets/stylesheets/_/_general.scss */
#cta {
  text-align: center;
  background-color: #ed6a76;
  background-image: linear-gradient(-225deg, #ed6a76 0%, #7f78e1 100%);
  padding-bottom: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 390, app/assets/stylesheets/_/_general.scss */
#cta h1 {
  color: #fefefe;
  margin: 1em 1em .25em;
}

/* line 394, app/assets/stylesheets/_/_general.scss */
#cta h2 {
  color: #fefefe;
  margin: 1em 1em .25em;
}

/* line 398, app/assets/stylesheets/_/_general.scss */
#cta h3 {
  color: #fefefe;
  margin: 1em 1em .25em;
}

/* line 402, app/assets/stylesheets/_/_general.scss */
#cta h4 {
  color: #fefefe;
  margin: 1em 1em .25em;
}

/* line 406, app/assets/stylesheets/_/_general.scss */
#cta p {
  color: #fefefe;
  margin: 0 1em 1em;
}

/* line 409, app/assets/stylesheets/_/_general.scss */
#cta p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 417, app/assets/stylesheets/_/_general.scss */
#cta p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 423, app/assets/stylesheets/_/_general.scss */
#cta .button, #cta .apply_credit_label {
  color: #fefefe;
  background-color: transparent;
  border: 2px solid #fefefe;
}

/* line 427, app/assets/stylesheets/_/_general.scss */
#cta .button:hover, #cta .apply_credit_label:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 435, app/assets/stylesheets/_/_general.scss */
#download img {
  margin: 2em 0 1em;
  border: 1px solid #cacaca;
}

/* line 441, app/assets/stylesheets/_/_general.scss */
.teal {
  color: #49bdbc;
}

/* line 444, app/assets/stylesheets/_/_general.scss */
.purple {
  color: #7f78e1;
}

/* line 447, app/assets/stylesheets/_/_general.scss */
.pink {
  color: #ed6a76;
}

/* line 450, app/assets/stylesheets/_/_general.scss */
.green {
  color: #5dcc8f;
}

/* line 453, app/assets/stylesheets/_/_general.scss */
.orange {
  color: #f6a201;
}

/* line 457, app/assets/stylesheets/_/_general.scss */
.meta {
  font-size: .8em;
  font-style: italic;
}

/* line 461, app/assets/stylesheets/_/_general.scss */
.meta em {
  font-style: normal;
}

/* line 466, app/assets/stylesheets/_/_general.scss */
.or-text {
  color: #8a8a8a;
  display: block;
  margin: 2em auto;
  text-align: center;
  width: 100px;
  border-bottom: 1px solid #cacaca;
  position: relative;
}

/* line 475, app/assets/stylesheets/_/_general.scss */
.or-text:after {
  position: absolute;
  content: " or ";
  display: block;
  top: -10px;
  left: 30px;
  width: 40px;
  line-height: 20px;
  height: 20px;
  background-color: #fefefe;
}

/* line 487, app/assets/stylesheets/_/_general.scss */
.notification {
  background-color: #5dcc8f;
  color: #fefefe;
  text-align: center;
  padding: .5em 1em;
  font-weight: bold;
  line-height: 1.75;
}

/* line 494, app/assets/stylesheets/_/_general.scss */
.notification.alert, .apply_credit_checkbox:checked + label.notification {
  background-color: #ed6a76;
}

/* line 496, app/assets/stylesheets/_/_general.scss */
.notification.alert a:hover, .apply_credit_checkbox:checked + label.notification a:hover {
  color: #ed6a76;
}

/* line 500, app/assets/stylesheets/_/_general.scss */
.notification.caution {
  background-color: #7f78e1;
}

/* line 502, app/assets/stylesheets/_/_general.scss */
.notification.caution a:hover {
  color: #7f78e1;
}

/* line 506, app/assets/stylesheets/_/_general.scss */
.notification.general {
  background-color: #7f78e1;
}

/* line 508, app/assets/stylesheets/_/_general.scss */
.notification.general a:hover {
  color: #7f78e1;
}

/* line 512, app/assets/stylesheets/_/_general.scss */
.notification a {
  color: #fefefe;
  border: 2px solid #fefefe;
  padding: 1px 12px 2px;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 520, app/assets/stylesheets/_/_general.scss */
.notification a:hover {
  color: #5dcc8f;
  background-color: #fefefe;
}

/* line 527, app/assets/stylesheets/_/_general.scss */
.radio-button {
  display: flex;
  margin: 1em 0;
  line-height: 1.25;
  padding: 1em;
  border: 1px solid #cacaca;
  border-radius: 4px;
}

/* line 534, app/assets/stylesheets/_/_general.scss */
.radio-button input {
  margin-right: 1em;
}

/* line 539, app/assets/stylesheets/_/_general.scss */
.img-rounded {
  border-radius: 4px;
}

/* line 543, app/assets/stylesheets/_/_general.scss */
.img-circle {
  border-radius: 1000px;
}

/* line 547, app/assets/stylesheets/_/_general.scss */
.appstore,
.playstore {
  width: 175px;
  height: auto;
  margin: 10px 5px;
}

/* line 555, app/assets/stylesheets/_/_general.scss */
.wishlist-name input {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 564, app/assets/stylesheets/_/_general.scss */
.wishlistOffensive-icon {
  font-size: .5em;
  font-style: normal;
  color: #cacaca;
  position: relative;
  top: -.75em;
}

/* line 572, app/assets/stylesheets/_/_general.scss */
.kindle-instructions {
  text-align: center;
}

/* line 574, app/assets/stylesheets/_/_general.scss */
.kindle-instructions img {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 578, app/assets/stylesheets/_/_general.scss */
.kindle-instructions h4 {
  margin-bottom: 0px;
}

/* line 583, app/assets/stylesheets/_/_general.scss */
.questions {
  text-align: center;
  padding: .5em 1em 2em;
  max-width: 800px;
  margin: 0 auto;
}

/* line 588, app/assets/stylesheets/_/_general.scss */
.questions img {
  margin-bottom: .5em;
}

/* line 1, app/assets/stylesheets/_/_genres.scss */
#genre-banner {
  text-align: center;
  background-color: #0a0a0a;
  padding: 2em 1em 1em;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

/* line 7, app/assets/stylesheets/_/_genres.scss */
#genre-banner h1 {
  color: #fefefe;
}

/* line 11, app/assets/stylesheets/_/_genres.scss */
#genre-banner .button, #genre-banner .apply_credit_label {
  margin: 1em .5em .5em;
}

/* line 17, app/assets/stylesheets/_/_genres.scss */
.genre-list a {
  display: block;
  color: #0a0a0a;
  line-height: 1.25;
  font-size: 1.15em;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
  border-radius: 4px;
}

/* line 27, app/assets/stylesheets/_/_genres.scss */
.genre-list a:hover {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_/_gift.scss */
.gift-package {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/_/_gift.scss */
.gift-redeem {
  max-width: 200px;
  margin: 0 auto 1em;
}

@media print, screen and (min-width: 64em) {
  /* line 6, app/assets/stylesheets/_/_gift.scss */
  .gift-redeem {
    max-width: 500px;
  }
}

/* line 14, app/assets/stylesheets/_/_gift.scss */
.review-header {
  color: #49bdbc;
  text-transform: uppercase;
}

/* line 19, app/assets/stylesheets/_/_gift.scss */
.gift-steps {
  color: #cacaca;
  text-align: center;
  font-weight: bold;
  max-width: 700px;
  margin: 1em auto 0;
  position: relative;
  font-size: .9em;
}

@media print, screen and (min-width: 40em) {
  /* line 19, app/assets/stylesheets/_/_gift.scss */
  .gift-steps {
    font-size: 1em;
  }
}

/* line 30, app/assets/stylesheets/_/_gift.scss */
.gift-steps a {
  color: #cacaca;
  display: block;
}

/* line 34, app/assets/stylesheets/_/_gift.scss */
.gift-steps a:hover .gift-step {
  color: #fefefe;
  background-color: #cacaca;
}

/* line 40, app/assets/stylesheets/_/_gift.scss */
.gift-steps .gift-step {
  display: block;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  line-height: 40px;
  margin: 0 auto .5em;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

@media print, screen and (min-width: 40em) {
  /* line 40, app/assets/stylesheets/_/_gift.scss */
  .gift-steps .gift-step {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* line 58, app/assets/stylesheets/_/_gift.scss */
.gift-steps .gift-active {
  color: #49bdbc;
}

/* line 60, app/assets/stylesheets/_/_gift.scss */
.gift-steps .gift-active .gift-step {
  border-color: #49bdbc;
  color: #fefefe;
  background-color: #49bdbc;
}

/* line 66, app/assets/stylesheets/_/_gift.scss */
.gift-steps::before {
  content: '';
  display: block;
  border-bottom: 1px solid #cacaca;
  position: absolute;
  top: 20px;
  left: 15%;
  width: 70%;
  z-index: 1;
}

@media print, screen and (min-width: 40em) {
  /* line 66, app/assets/stylesheets/_/_gift.scss */
  .gift-steps::before {
    top: 25px;
  }
}

/* line 81, app/assets/stylesheets/_/_gift.scss */
.gift-callout {
  text-align: center;
  border: 1px solid #cacaca;
  background-color: #f2f2f2;
  padding: 1em;
  margin-bottom: 1em;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 91, app/assets/stylesheets/_/_gift.scss */
.gift-callout p a {
  color: #0a0a0a;
  background-color: transparent;
  border-bottom: 2px solid #ff8633;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 99, app/assets/stylesheets/_/_gift.scss */
.gift-callout p a:hover {
  color: #f2f2f2;
  background-color: #ff8633;
}

/* line 106, app/assets/stylesheets/_/_gift.scss */
.gift-callout img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}

/* line 114, app/assets/stylesheets/_/_gift.scss */
.printable {
  background-color: #ffffff !important;
}

/* line 119, app/assets/stylesheets/_/_gift.scss */
.printable #mobilenav,
.printable #main-nav,
.printable .search-callout,
.printable .footer-callout,
.printable #footer,
.printable .top-lines,
.printable .indie-store-message {
  display: none !important;
}

/* line 128, app/assets/stylesheets/_/_gift.scss */
.printable #page-wrap {
  margin: 150px auto 40px;
  box-shadow: none;
  border: none;
}

@media print {
  /* line 128, app/assets/stylesheets/_/_gift.scss */
  .printable #page-wrap {
    margin: 40px auto 40px;
  }
}

/* line 138, app/assets/stylesheets/_/_gift.scss */
.print-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  color: #fefefe;
  background-color: #0a0a0a;
  padding: 1em;
  font-size: 1.5em;
  font-weight: bold;
}

/* line 150, app/assets/stylesheets/_/_gift.scss */
.print-button:hover {
  color: #fefefe;
  background-color: #49bdbc;
}

@media print {
  /* line 138, app/assets/stylesheets/_/_gift.scss */
  .print-button {
    display: none !important;
  }
}

/* line 159, app/assets/stylesheets/_/_gift.scss */
#printable-gift {
  padding: 0px 40px !important;
}

/* line 162, app/assets/stylesheets/_/_gift.scss */
#printable-gift #opening {
  text-align: center;
}

/* line 164, app/assets/stylesheets/_/_gift.scss */
#printable-gift #opening h1 {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  color: #49bdbc;
}

/* line 171, app/assets/stylesheets/_/_gift.scss */
#printable-gift #opening h4 {
  font-size: 1.75rem;
}

/* line 176, app/assets/stylesheets/_/_gift.scss */
#printable-gift hr {
  border-top-color: #000000;
}

/* line 180, app/assets/stylesheets/_/_gift.scss */
#printable-gift #content {
  border: 1px solid #cacaca;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 2em 1em;
}

/* line 185, app/assets/stylesheets/_/_gift.scss */
#printable-gift #content table, #printable-gift #content tr, #printable-gift #content td {
  border: 0px !important;
  background-color: #ffffff !important;
}

/* line 190, app/assets/stylesheets/_/_gift.scss */
#printable-gift #content .printable-cover ul {
  list-style: none;
  margin: 0;
}

/* line 193, app/assets/stylesheets/_/_gift.scss */
#printable-gift #content .printable-cover ul li {
  line-height: 1.25;
  margin-bottom: .5em;
}

/* line 199, app/assets/stylesheets/_/_gift.scss */
#printable-gift #content h2 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bold;
}

/* line 204, app/assets/stylesheets/_/_gift.scss */
#printable-gift #content h3 {
  font-size: 1rem;
  line-height: 1.25;
}

/* line 208, app/assets/stylesheets/_/_gift.scss */
#printable-gift #content li {
  font-size: 0.75rem;
  line-height: 1.25;
}

/* line 212, app/assets/stylesheets/_/_gift.scss */
#printable-gift #content p {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-bottom: .5em;
}

/* line 217, app/assets/stylesheets/_/_gift.scss */
#printable-gift #content .store-icon {
  height: 40px;
  width: auto;
  margin: 0 1em 1em 0;
}

/* line 224, app/assets/stylesheets/_/_gift.scss */
#printable-gift #closing {
  text-align: center;
}

/* line 226, app/assets/stylesheets/_/_gift.scss */
#printable-gift #closing img {
  height: 80px;
  margin: 20px 0;
}

@media print {
  /* line 235, app/assets/stylesheets/_/_gift.scss */
  #page-wrap {
    margin: 0px;
  }
  /* line 238, app/assets/stylesheets/_/_gift.scss */
  .large-1 {
    width: 8.33333%;
  }
  /* line 242, app/assets/stylesheets/_/_gift.scss */
  .large-2 {
    width: 16.66667%;
  }
  /* line 246, app/assets/stylesheets/_/_gift.scss */
  .large-3 {
    width: 25%;
  }
  /* line 250, app/assets/stylesheets/_/_gift.scss */
  .large-4 {
    width: 33.33333%;
  }
  /* line 254, app/assets/stylesheets/_/_gift.scss */
  .large-5 {
    width: 41.66667%;
  }
  /* line 258, app/assets/stylesheets/_/_gift.scss */
  .large-6 {
    width: 50%;
  }
  /* line 262, app/assets/stylesheets/_/_gift.scss */
  .large-7 {
    width: 58.33333%;
  }
  /* line 266, app/assets/stylesheets/_/_gift.scss */
  .large-8 {
    width: 66.66667%;
  }
  /* line 270, app/assets/stylesheets/_/_gift.scss */
  .large-9 {
    width: 75%;
  }
  /* line 274, app/assets/stylesheets/_/_gift.scss */
  .large-10 {
    width: 83.33333%;
  }
  /* line 278, app/assets/stylesheets/_/_gift.scss */
  .large-11 {
    width: 91.66667%;
  }
  /* line 282, app/assets/stylesheets/_/_gift.scss */
  .large-12 {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/_/_header.scss */
.top-lines {
  height: 4px;
  background-color: #49bdbc;
  background-image: linear-gradient(90deg, #49bdbc 0%, #5dcc8f 25%, #ed6a76 75%, #7f78e1 100%);
}

/* line 7, app/assets/stylesheets/_/_header.scss */
.mobile-nav {
  border-bottom: 1px solid #cacaca;
  font-weight: bold;
  height: 60px;
  border-bottom: 1px solid #cacaca;
}

/* line 13, app/assets/stylesheets/_/_header.scss */
.mobile-nav .mobile-home {
  display: flex;
  align-items: center;
  height: 60px;
  text-align: left;
  color: #0a0a0a;
  padding: 0 1rem;
}

/* line 21, app/assets/stylesheets/_/_header.scss */
.mobile-nav .mobile-home .mobile-store-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 27, app/assets/stylesheets/_/_header.scss */
.mobile-nav .mobile-home .mobile-store-logo {
  margin-right: 0.5rem;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/* line 35, app/assets/stylesheets/_/_header.scss */
.mobile-nav .mobile-home .mobile-libro-logo {
  height: 50px;
  width: auto;
}

/* line 41, app/assets/stylesheets/_/_header.scss */
.mobile-nav .mobile-links {
  display: flex;
  padding-right: 0.5rem;
}

/* line 44, app/assets/stylesheets/_/_header.scss */
.mobile-nav .mobile-links a {
  display: block;
  width: 50px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

/* line 51, app/assets/stylesheets/_/_header.scss */
.mobile-nav .mobile-links a.mobile-menu {
  position: relative;
}

/* line 55, app/assets/stylesheets/_/_header.scss */
.mobile-nav .mobile-links a .cart-quantity {
  display: block;
  background-color: #0a0a0a;
  color: #fefefe;
  min-width: 16px;
  padding: 0 4px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 24px;
  margin: 0;
  font-size: 0.75rem;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 76, app/assets/stylesheets/_/_header.scss */
#main-nav {
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #cacaca;
}

/* line 81, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu {
  margin: 0;
  height: 100px;
}

/* line 84, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .partner-logo {
  line-height: 0;
  padding: 0px;
  overflow: hidden;
}

/* line 88, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .partner-logo a {
  margin: 0;
  padding: 0;
  line-height: 0;
  border-right: 1px solid #cacaca;
  padding-right: 1em;
}

/* line 94, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .partner-logo a img {
  height: 80px;
  margin: 10px 0 0 0;
  width: auto;
}

/* line 100, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .partner-logo img {
  height: 100px;
  width: auto;
  margin-left: 1em;
}

/* line 106, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .powered-logo {
  line-height: 0;
  padding: 0px;
  overflow: hidden;
}

/* line 110, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .powered-logo a {
  margin: 0;
  padding: 0;
  line-height: 0;
  padding-left: 1em;
}

/* line 115, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .powered-logo a img {
  height: 80px;
  margin: 10px 0 0 0;
  width: auto;
}

/* line 121, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .powered-logo img {
  height: 100px;
  width: auto;
  margin-left: 1em;
}

/* line 127, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .libro-logo {
  line-height: 0;
  padding: 0px;
  overflow: hidden;
}

/* line 131, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .libro-logo a {
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* line 135, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .libro-logo a img {
  height: 100px;
  width: auto;
}

/* line 141, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu .divider {
  border-left: 1px solid #cacaca;
  height: 50px;
  margin: 25px .5em;
}

/* line 147, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li a {
  color: #0a0a0a;
  font-weight: bold;
  padding: 0 1em;
  height: 100px;
  line-height: 100px;
  position: relative;
}

/* line 154, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li a:hover {
  color: #49bdbc;
}

/* line 157, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li a.hover {
  color: #49bdbc;
  position: relative;
}

/* line 160, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li a.hover::after {
  content: '';
  z-index: 10000;
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0a0a0a;
}

/* line 174, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li a .cart-quantity, #main-nav .top-bar .menu li a .wishlist-quantity, #main-nav .top-bar .menu li a .credit-quantity {
  display: block;
  background-color: #49bdbc;
  color: #fefefe;
  min-width: 16px;
  padding: 0 4px;
  height: 16px;
  position: absolute;
  top: 30px;
  right: 5px;
  font-size: 0.75rem;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 190, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li a .wishlist-quantity {
  background-color: #ed6a76;
}

/* line 193, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li a .credit-quantity {
  background-color: #5dcc8f;
}

/* line 198, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li.active a {
  background-color: #fefefe;
  color: #49bdbc;
}

/* line 203, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li .button, #main-nav .top-bar .menu li .apply_credit_label {
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  color: #fefefe;
}

/* line 209, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li .menu {
  border: none;
}

/* line 212, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li .menu li a {
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  background-color: #0a0a0a;
  color: #fefefe;
}

/* line 218, app/assets/stylesheets/_/_header.scss */
#main-nav .top-bar .menu li .menu li a:hover {
  color: #49bdbc;
}

/* line 227, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap {
  position: absolute;
  width: 100%;
  margin: 0 auto !important;
  top: 0;
  left: 0% !important;
  right: 0% !important;
  z-index: 1000;
}

/* line 235, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu {
  padding-top: .5em;
  padding-bottom: 2em;
  background-color: #0a0a0a;
  color: #fefefe;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 244, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu h5 {
  color: #49bdbc;
  margin-top: 1em;
  padding: .15em .5em;
  border-bottom: 2px solid #232323;
}

/* line 251, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu ul li {
  position: relative;
}

/* line 253, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu ul li a {
  color: #fefefe;
  padding: .25em .5em;
  height: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

/* line 259, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu ul li a:hover {
  text-decoration: underline;
}

/* line 262, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu ul li a .highlight, #main-nav #megamenu-wrap .megamenu ul li a .credit-highlight {
  background-color: #ed6a76;
  color: #fefefe;
  font-size: 0.75rem;
  font-weight: bold;
  padding: .15em .5em;
  margin-left: .5em;
  font-style: normal;
  text-decoration: none !important;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 274, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu ul li a .credit-highlight {
  background-color: #5dcc8f;
}

/* line 279, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu ul li.active a {
  background-color: #0a0a0a;
  color: #49bdbc;
}

/* line 285, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu ul li.new-link::after {
  content: 'New';
  background-color: #ed6a76;
  display: inline-block;
  color: #fefefe;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: .1em .5em;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 300, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu ul li.pill a {
  border: 2px solid #fefefe;
  display: inline-block;
  margin: .5em 0;
  padding: .5em 1em;
  text-decoration: none;
  font-size: .9em;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 310, app/assets/stylesheets/_/_header.scss */
#main-nav #megamenu-wrap .megamenu ul li.pill a:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 322, app/assets/stylesheets/_/_header.scss */
.search-callout {
  position: relative;
  z-index: 500;
  background-color: #f2f2f2;
  height: 48px;
  border-bottom: 1px solid #cacaca;
}

/* line 328, app/assets/stylesheets/_/_header.scss */
.search-callout form {
  margin-top: 4px;
  margin-bottom: 0px;
  height: 40px;
  vertical-align: top;
}

/* line 333, app/assets/stylesheets/_/_header.scss */
.search-callout form .twitter-typeahead {
  position: relative;
  top: 0;
  width: calc(100% - 44px);
  display: block;
  margin-bottom: 0;
  float: left;
}

/* line 340, app/assets/stylesheets/_/_header.scss */
.search-callout form .twitter-typeahead input[type="text"] {
  height: 40px;
  margin-bottom: 0;
}

/* line 345, app/assets/stylesheets/_/_header.scss */
.search-callout form .typeahead {
  display: none;
}

/* line 348, app/assets/stylesheets/_/_header.scss */
.search-callout form .tt-input {
  display: block;
}

/* line 351, app/assets/stylesheets/_/_header.scss */
.search-callout form .button, .search-callout form .apply_credit_label {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
  height: 40px;
  width: 40px;
  float: right;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 362, app/assets/stylesheets/_/_header.scss */
.search-callout form .filter-title {
  color: #0a0a0a;
  font-weight: bold;
  font-style: normal;
}

/* line 368, app/assets/stylesheets/_/_header.scss */
.search-callout .search-callout {
  height: 48px;
  font-size: .9em;
  text-align: right;
}

/* line 372, app/assets/stylesheets/_/_header.scss */
.search-callout .search-callout span {
  height: 48px;
  line-height: 48px;
}

/* line 376, app/assets/stylesheets/_/_header.scss */
.search-callout .search-callout a {
  display: inline-block;
  padding: 1px 12px 2px;
  margin-left: 3px;
  border: 2px solid #7f78e1;
  color: #7f78e1;
  font-weight: bold;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/* line 385, app/assets/stylesheets/_/_header.scss */
.search-callout .search-callout a:hover {
  background-color: #7f78e1;
  color: #fefefe;
}

/* line 394, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-icons {
  text-align: center;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3b3b3b;
}

/* line 399, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-icons a {
  color: #fefefe;
  background-color: #0a0a0a;
  position: relative;
}

/* line 403, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-icons a:hover {
  color: #49bdbc;
}

/* line 406, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-icons a .cart-quantity, .off-canvas .menu-icons a .wishlist-quantity {
  display: block;
  background-color: #49bdbc;
  color: #fefefe;
  min-width: 16px;
  padding: 0 4px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 424, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-icons a .wishlist-quantity {
  background-color: #ed6a76;
}

/* line 430, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style a {
  border-left: 4px solid #0a0a0a;
  color: #fefefe;
}

/* line 433, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style a:hover {
  border-left: 4px solid #49bdbc;
  color: #49bdbc;
}

/* line 437, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style a .highlight, .off-canvas .menu-style a .credit-highlight {
  background-color: #ed6a76;
  color: #fefefe;
  font-size: 0.75rem;
  font-weight: bold;
  padding: .15em .5em;
  margin-left: .5em;
  font-style: normal;
  text-decoration: none !important;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 449, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style a .credit-highlight {
  background-color: #5dcc8f;
}

/* line 452, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style a.title {
  text-transform: uppercase;
  color: #49bdbc;
  font-size: .8em;
  font-weight: bold;
  padding-top: 2em;
}

/* line 461, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style .active a {
  border-left: 4px solid #fefefe;
  color: #fefefe;
  background-color: #232323;
  font-weight: bold;
}

/* line 469, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style .js-drilldown-back a {
  text-transform: uppercase;
  color: #49bdbc;
  font-size: .9em;
  font-weight: bold;
  background-color: #232323;
  border-bottom: 1px solid #3b3b3b;
}

/* line 478, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style .signup-button {
  padding: 1em;
}

/* line 480, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style .signup-button a {
  background-color: #49bdbc;
  color: #fefefe;
  border: 0px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 488, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style .signup-button a:hover {
  border: 0px;
  background-color: #ed6a76;
}

/* line 494, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style .pill {
  padding: .25em .75em;
}

/* line 496, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style .pill a {
  color: #fefefe;
  border: 2px solid #fefefe;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 504, app/assets/stylesheets/_/_header.scss */
.off-canvas .menu-style .pill a:hover {
  border: 2px solid #fefefe;
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 512, app/assets/stylesheets/_/_header.scss */
.off-canvas .button, .off-canvas .apply_credit_label {
  margin: 0 20px;
}

/* line 1, app/assets/stylesheets/_/_home.scss */
#home-banner {
  text-align: center;
  padding: 2em 1em;
  position: relative;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

/* line 7, app/assets/stylesheets/_/_home.scss */
#home-banner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.67);
  z-index: 1;
}

@media print, screen and (min-width: 64em) {
  /* line 1, app/assets/stylesheets/_/_home.scss */
  #home-banner {
    padding: 4em 1em;
  }
}

/* line 23, app/assets/stylesheets/_/_home.scss */
#home-banner .content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/_/_home.scss */
#home-banner .content h1, #home-banner .content h2, #home-banner .content h3, #home-banner .content h4, #home-banner .content h5, #home-banner .content h6, #home-banner .content p {
  color: #fefefe;
}

/* line 32, app/assets/stylesheets/_/_home.scss */
#home-banner .content h1 {
  margin-bottom: .5em;
}

/* line 34, app/assets/stylesheets/_/_home.scss */
#home-banner .content h1 strong {
  font-size: 1.3em;
}

/* line 39, app/assets/stylesheets/_/_home.scss */
#home-banner .content p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 47, app/assets/stylesheets/_/_home.scss */
#home-banner .content p a:hover {
  color: #0a0a0a;
  background-color: #fefefe;
}

/* line 54, app/assets/stylesheets/_/_home.scss */
#home-banner .content .button, #home-banner .content .apply_credit_label {
  margin: 1em 0;
}

/* line 59, app/assets/stylesheets/_/_home.scss */
#home-banner .caption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  color: #fefefe;
  font-size: 0.75rem;
  display: none;
}

@media print, screen and (min-width: 64em) {
  /* line 59, app/assets/stylesheets/_/_home.scss */
  #home-banner .caption {
    display: block;
  }
}

/* line 75, app/assets/stylesheets/_/_home.scss */
#home-gift-callout img {
  max-width: 300px;
}

@media print, screen and (min-width: 64em) {
  /* line 75, app/assets/stylesheets/_/_home.scss */
  #home-gift-callout img {
    max-width: 100%;
  }
}

/* line 81, app/assets/stylesheets/_/_home.scss */
#home-gift-callout .content {
  margin: 1em 0 0;
}

@media print, screen and (min-width: 64em) {
  /* line 81, app/assets/stylesheets/_/_home.scss */
  #home-gift-callout .content {
    margin: 3em 0 1em;
  }
}

/* line 89, app/assets/stylesheets/_/_home.scss */
#options-banner {
  padding: 4rem 0;
}

/* line 93, app/assets/stylesheets/_/_home.scss */
.cyber-monday {
  text-align: center;
  padding: 0 0 2em;
  background-color: #e7bb18;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url("//cdn.libro.fm/assets/website-images/cyber-monday-small.jpg");
  border-bottom: 4px solid #fefefe;
  padding: 2em 0 8em;
}

@media print, screen and (min-width: 64em) {
  /* line 93, app/assets/stylesheets/_/_home.scss */
  .cyber-monday {
    padding: 6em 0;
    background-image: url("//cdn.libro.fm/assets/website-images/cyber-monday-large.jpg");
  }
}

/* line 105, app/assets/stylesheets/_/_home.scss */
.cyber-monday .content {
  padding: 1em;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  /* line 105, app/assets/stylesheets/_/_home.scss */
  .cyber-monday .content {
    max-width: 60%;
  }
}

@media screen and (min-width: 75em) {
  /* line 105, app/assets/stylesheets/_/_home.scss */
  .cyber-monday .content {
    max-width: 40%;
  }
}

/* line 114, app/assets/stylesheets/_/_home.scss */
.cyber-monday .content h6 {
  text-transform: uppercase;
  color: #a8171c;
}

/* line 118, app/assets/stylesheets/_/_home.scss */
.cyber-monday .content .button, .cyber-monday .content .apply_credit_label {
  background-color: #a8171c;
  color: #fefefe;
}

/* line 121, app/assets/stylesheets/_/_home.scss */
.cyber-monday .content .button:hover, .cyber-monday .content .apply_credit_label:hover {
  background-color: #fefefe;
  color: #a8171c;
}

/* line 129, app/assets/stylesheets/_/_home.scss */
.home-libro-message {
  text-align: center;
  padding: 0 0 2em;
}

@media print, screen and (min-width: 64em) {
  /* line 129, app/assets/stylesheets/_/_home.scss */
  .home-libro-message {
    padding: 4em 0;
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    background-image: url("//cdn.libro.fm/assets/website-images/collage-lg.jpg");
  }
}

/* line 138, app/assets/stylesheets/_/_home.scss */
.home-libro-message .content {
  padding: 1em;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  /* line 138, app/assets/stylesheets/_/_home.scss */
  .home-libro-message .content {
    max-width: 40%;
  }
}

/* line 145, app/assets/stylesheets/_/_home.scss */
.home-libro-message img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 145, app/assets/stylesheets/_/_home.scss */
  .home-libro-message img {
    display: none;
  }
}

/* line 154, app/assets/stylesheets/_/_home.scss */
.playlist-message {
  text-align: center;
  padding: 0 0 2em;
}

@media print, screen and (min-width: 64em) {
  /* line 154, app/assets/stylesheets/_/_home.scss */
  .playlist-message {
    padding: 4em 0;
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    background-image: url("//cdn.libro.fm/assets/website-images/playlist-collage-lg.jpg");
  }
}

/* line 163, app/assets/stylesheets/_/_home.scss */
.playlist-message .content {
  padding: 1em;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  /* line 163, app/assets/stylesheets/_/_home.scss */
  .playlist-message .content {
    max-width: 40%;
  }
}

/* line 170, app/assets/stylesheets/_/_home.scss */
.playlist-message img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 170, app/assets/stylesheets/_/_home.scss */
  .playlist-message img {
    display: none;
  }
}

/* line 179, app/assets/stylesheets/_/_home.scss */
#partner-message {
  background-color: #f2f2f2;
  padding: .25em 0;
}

/* line 182, app/assets/stylesheets/_/_home.scss */
#partner-message p {
  margin-bottom: 0;
}

/* line 188, app/assets/stylesheets/_/_home.scss */
#home-playlists {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

/* line 193, app/assets/stylesheets/_/_home.scss */
#home-playlists #playlist-grid {
  padding-top: .5em;
  padding-bottom: 0;
  margin: 0 auto;
}

/* line 197, app/assets/stylesheets/_/_home.scss */
#home-playlists #playlist-grid img {
  margin-bottom: .5em;
  max-width: 200px;
}

@media print, screen and (min-width: 64em) {
  /* line 197, app/assets/stylesheets/_/_home.scss */
  #home-playlists #playlist-grid img {
    max-width: 400px;
  }
}

/* line 207, app/assets/stylesheets/_/_home.scss */
#home-callout {
  background-color: #0a0a0a;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  text-align: center;
}

/* line 211, app/assets/stylesheets/_/_home.scss */
#home-callout img {
  max-width: 50%;
}

@media print, screen and (min-width: 64em) {
  /* line 211, app/assets/stylesheets/_/_home.scss */
  #home-callout img {
    max-width: 100%;
  }
}

/* line 217, app/assets/stylesheets/_/_home.scss */
#home-callout h1, #home-callout h2, #home-callout h3, #home-callout p {
  color: #fefefe;
}

/* line 222, app/assets/stylesheets/_/_home.scss */
#home-blog {
  text-align: center;
}

/* line 224, app/assets/stylesheets/_/_home.scss */
#home-blog img {
  max-width: 50%;
}

@media print, screen and (min-width: 64em) {
  /* line 224, app/assets/stylesheets/_/_home.scss */
  #home-blog img {
    max-width: 100%;
  }
}

/* line 1, app/assets/stylesheets/_/_indies.scss */
.indie-store-chooser {
  max-width: 600px;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/_/_indies.scss */
#stores {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  border-top: 1px solid #cacaca;
}

/* line 11, app/assets/stylesheets/_/_indies.scss */
#stores h4 {
  color: #49bdbc;
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/_/_indies.scss */
#stores ul {
  margin: 0 0 1em;
}

/* line 17, app/assets/stylesheets/_/_indies.scss */
#stores ul li {
  list-style: none;
  padding: .25em 0;
}

/* line 20, app/assets/stylesheets/_/_indies.scss */
#stores ul li a {
  font-weight: bold;
  color: #0a0a0a;
  display: block;
}

/* line 24, app/assets/stylesheets/_/_indies.scss */
#stores ul li a:hover {
  color: #49bdbc;
}

/* line 28, app/assets/stylesheets/_/_indies.scss */
#stores ul li span {
  display: block;
  font-size: .8em;
  color: #8a8a8a;
  line-height: 1.2;
}

/* line 39, app/assets/stylesheets/_/_indies.scss */
#store-chooser label {
  background-color: #fefefe;
  padding: 1em;
  border: 1px solid #cacaca;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 1em;
}

/* line 47, app/assets/stylesheets/_/_indies.scss */
#store-chooser label input {
  display: block;
  margin: 0 auto .5em;
  text-align: center;
}

/* line 56, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-selection--single {
  height: inherit;
  border: 1px solid #cacaca;
}

/* line 59, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-selection--single img {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 .5em .5em 0;
  border: 1px solid #cacaca;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

/* line 68, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-selection--single div {
  line-height: 1.25;
  padding: 1em 2em 1em .25em;
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
}

/* line 74, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-selection--single div h6 {
  color: #49bdbc;
  text-transform: uppercase;
  margin-bottom: .25em;
}

/* line 79, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-selection--single div em {
  font-weight: normal;
  font-size: .8em;
}

/* line 85, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-selection__rendered {
  padding: 5px 10px;
}

/* line 88, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-selection__clear {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  color: #0a0a0a;
  font-size: 1.5em;
}

/* line 96, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-results__options {
  line-height: 1.25;
}

/* line 98, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-results__options h6 {
  display: none;
}

/* line 101, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-results__options em {
  font-size: .8em;
}

/* line 105, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-results__option--highlighted {
  background-color: #f2f2f2 !important;
  color: #0a0a0a !important;
}

/* line 109, app/assets/stylesheets/_/_indies.scss */
.select2-container .select2-results__group {
  padding-left: 1em;
}

/* line 116, app/assets/stylesheets/_/_indies.scss */
.playlists .select2-container .select2-selection--single {
  border: none;
  margin-bottom: 0.5rem;
}

/* line 120, app/assets/stylesheets/_/_indies.scss */
.playlists .select2-container .select2-selection--single #select2-user-bookstore-select-container {
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 0.3333333333rem 0.5rem;
}

/* line 126, app/assets/stylesheets/_/_indies.scss */
.playlists .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* line 130, app/assets/stylesheets/_/_indies.scss */
.playlists .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

/* line 133, app/assets/stylesheets/_/_indies.scss */
.playlists .select2-container .select2-selection--single .select2-selection__rendered img {
  display: none;
}

/* line 137, app/assets/stylesheets/_/_indies.scss */
.playlists .select2-container .select2-selection--single .select2-selection__rendered h6 {
  display: none;
}

/* line 141, app/assets/stylesheets/_/_indies.scss */
.playlists .select2-container .select2-selection--single .select2-selection__rendered div {
  font-size: 1em;
  color: #0a0a0a;
  padding: 0;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 148, app/assets/stylesheets/_/_indies.scss */
.playlists .select2-container .select2-selection--single .select2-selection__rendered div em {
  font-size: .8em;
  color: #8a8a8a;
}

/* line 159, app/assets/stylesheets/_/_indies.scss */
#bookstore-toggler {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: #0a0a0a;
  margin: .5em auto;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/* line 169, app/assets/stylesheets/_/_indies.scss */
#bookstore-toggler:hover {
  background-color: #0a0a0a;
  color: #fefefe;
}

/* line 176, app/assets/stylesheets/_/_indies.scss */
.bookstore-chooser h6 {
  color: #49bdbc;
  text-transform: uppercase;
}

/* line 180, app/assets/stylesheets/_/_indies.scss */
.bookstore-chooser .column-block {
  margin-bottom: 0;
}

/* line 183, app/assets/stylesheets/_/_indies.scss */
.bookstore-chooser .suggested-stores {
  line-height: 1.25;
  padding: .5em 1em;
  margin: 0 auto;
  display: block;
  color: #0a0a0a;
  text-align: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 192, app/assets/stylesheets/_/_indies.scss */
.bookstore-chooser .suggested-stores strong {
  margin-top: .25em;
  display: block;
}

/* line 196, app/assets/stylesheets/_/_indies.scss */
.bookstore-chooser .suggested-stores img {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 1em 1em 0;
  border: 1px solid #cacaca;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/* line 205, app/assets/stylesheets/_/_indies.scss */
.bookstore-chooser .suggested-stores:hover {
  background-color: #f2f2f2;
}

/* line 209, app/assets/stylesheets/_/_indies.scss */
.bookstore-chooser .your-store-logo {
  margin-bottom: 1em;
  -webkit-border-radius: 96px;
  border-radius: 96px;
}

/* line 216, app/assets/stylesheets/_/_indies.scss */
.store-locations {
  max-width: 400px;
  margin: 0 auto;
}

/* line 221, app/assets/stylesheets/_/_indies.scss */
.bookstorelogo {
  max-width: 150px;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 221, app/assets/stylesheets/_/_indies.scss */
  .bookstorelogo {
    max-width: 250px;
  }
}

/* line 229, app/assets/stylesheets/_/_indies.scss */
#indies-first-banner {
  padding: 2em 0;
  background-color: #f2f2f2;
  background-image: url("//cdn.libro.fm/assets/website-images/indies-first-2019-sm.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

@media print, screen and (min-width: 64em) {
  /* line 229, app/assets/stylesheets/_/_indies.scss */
  #indies-first-banner {
    background-image: url("//cdn.libro.fm/assets/website-images/indies-first-2019-lg.jpg");
  }
}

/* line 237, app/assets/stylesheets/_/_indies.scss */
#indies-first-banner h5 {
  color: #152B76;
  text-transform: uppercase;
}

/* line 244, app/assets/stylesheets/_/_indies.scss */
#indies-first-quote {
  text-align: center;
  background-color: #152B76;
  padding: 1em 0;
}

/* line 249, app/assets/stylesheets/_/_indies.scss */
#indies-first-quote blockquote p {
  color: #fefefe;
  font-weight: bold;
  font-size: 1.5em;
}

/* line 254, app/assets/stylesheets/_/_indies.scss */
#indies-first-quote blockquote cite {
  color: #fefefe;
  font-style: normal;
}

/* line 257, app/assets/stylesheets/_/_indies.scss */
#indies-first-quote blockquote cite strong {
  font-size: 1.2em;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 263, app/assets/stylesheets/_/_indies.scss */
#indies-first-quote blockquote cite::before {
  display: none;
}

/* line 271, app/assets/stylesheets/_/_indies.scss */
#if-info {
  text-align: center;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 64em) {
  /* line 271, app/assets/stylesheets/_/_indies.scss */
  #if-info {
    text-align: left;
  }
}

/* line 278, app/assets/stylesheets/_/_indies.scss */
#if-info .content {
  background-color: #f2f2f2;
  padding: 2em 1em;
}

/* line 281, app/assets/stylesheets/_/_indies.scss */
#if-info .content h2 {
  color: #152B76;
  font-weight: bold;
}

/* line 285, app/assets/stylesheets/_/_indies.scss */
#if-info .content .button, #if-info .content .apply_credit_label {
  background-color: #152B76;
  color: #fefefe;
}

/* line 288, app/assets/stylesheets/_/_indies.scss */
#if-info .content .button:hover, #if-info .content .apply_credit_label:hover {
  background-color: #0a0a0a;
  color: #fefefe;
}

@media print, screen and (min-width: 64em) {
  /* line 278, app/assets/stylesheets/_/_indies.scss */
  #if-info .content {
    padding: 4em;
  }
}

/* line 297, app/assets/stylesheets/_/_indies.scss */
#if-info img {
  margin: 2em auto;
  width: 200px;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 297, app/assets/stylesheets/_/_indies.scss */
  #if-info img {
    width: 275px;
    max-width: 100%;
    display: block;
    margin: 4em auto;
  }
}

/* line 312, app/assets/stylesheets/_/_indies.scss */
#ibd-callout {
  padding: 1rem;
  background-color: #4e82c2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 312, app/assets/stylesheets/_/_indies.scss */
  #ibd-callout {
    padding: 0.5rem 1rem;
    flex-direction: row;
  }
}

/* line 326, app/assets/stylesheets/_/_indies.scss */
#ibd-callout p {
  color: #fefefe;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

/* line 331, app/assets/stylesheets/_/_indies.scss */
#ibd-callout a {
  background-color: #4e82c2;
  padding: 0.3333333333rem 1rem;
  font-weight: bold;
  color: #fefefe;
  border: 2px solid #fefefe;
  border-radius: 100px;
}

/* line 338, app/assets/stylesheets/_/_indies.scss */
#ibd-callout a:hover {
  background-color: #fefefe;
  color: #4e82c2;
}

/* line 346, app/assets/stylesheets/_/_indies.scss */
.ibd #ibd-callout, .completed #ibd-callout, .cart #ibd-callout, .user-stats #ibd-callout {
  display: none;
}

/* line 351, app/assets/stylesheets/_/_indies.scss */
.ibd-header {
  color: #4e82c2;
}

/* line 355, app/assets/stylesheets/_/_indies.scss */
.ibd-header-orange {
  color: #F4680A;
}

/* line 359, app/assets/stylesheets/_/_indies.scss */
.ibd-button {
  background-color: #4e82c2;
  color: #fefefe;
}

/* line 362, app/assets/stylesheets/_/_indies.scss */
.ibd-button:hover {
  background-color: #0a0a0a;
}

/* line 367, app/assets/stylesheets/_/_indies.scss */
#ibd-banner {
  background-image: url("//cdn.libro.fm/assets/website-images/ibd-banner2.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-color: #0a0a0a;
}

/* line 372, app/assets/stylesheets/_/_indies.scss */
#ibd-banner h1, #ibd-banner h4 {
  color: #fefefe;
}

/* line 375, app/assets/stylesheets/_/_indies.scss */
#ibd-banner p {
  color: #fefefe;
}

/* line 380, app/assets/stylesheets/_/_indies.scss */
#ibd-champions {
  background-color: #222222;
}

/* line 383, app/assets/stylesheets/_/_indies.scss */
#ibd-champions p {
  color: #fefefe;
}

/* line 389, app/assets/stylesheets/_/_indies.scss */
#resources-quotes .quote {
  padding: 2rem;
}

/* line 1, app/assets/stylesheets/_/_how.scss */
#app-header {
  padding: 2em 0;
  border-bottom: 1px solid #cacaca;
}

/* line 5, app/assets/stylesheets/_/_how.scss */
#app-header .app-image {
  display: block;
  max-width: 50%;
  margin: 0 auto 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 12, app/assets/stylesheets/_/_how.scss */
  #app-header .app-image {
    max-width: 100%;
  }
}

/* line 18, app/assets/stylesheets/_/_how.scss */
.app-question {
  display: block;
  padding: .5em;
  color: #0a0a0a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 26, app/assets/stylesheets/_/_how.scss */
.app-question .title {
  color: #0a0a0a;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.2em;
}

/* line 32, app/assets/stylesheets/_/_how.scss */
.app-question img {
  width: 100%;
  height: auto;
  margin-bottom: .5em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 39, app/assets/stylesheets/_/_how.scss */
.app-question:hover {
  background-color: #ebebeb;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/_/_list.scss */
#playlist-banner {
  background: #0a0a0a;
  text-align: center;
}

/* line 5, app/assets/stylesheets/_/_list.scss */
#playlist-banner h1, #playlist-banner h2, #playlist-banner h3, #playlist-banner h4, #playlist-banner h5 {
  color: #fefefe;
}

/* line 8, app/assets/stylesheets/_/_list.scss */
#playlist-banner p {
  color: #fefefe;
}

/* line 12, app/assets/stylesheets/_/_list.scss */
#playlist-banner a {
  color: #fefefe;
  text-decoration: underline;
}

/* line 17, app/assets/stylesheets/_/_list.scss */
#playlist-banner .single-share .social-list {
  justify-content: center;
}

/* line 21, app/assets/stylesheets/_/_list.scss */
#playlist-banner .button, #playlist-banner .apply_credit_label {
  margin: 1rem auto;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/_/_list.scss */
#playlist-banner .playlist-bookstore-image {
  width: 200px;
  height: 200px;
  margin: 1rem auto;
}

@media print, screen and (min-width: 64em) {
  /* line 26, app/assets/stylesheets/_/_list.scss */
  #playlist-banner .playlist-bookstore-image {
    width: 300px;
    height: 300px;
  }
}

/* line 35, app/assets/stylesheets/_/_list.scss */
#playlist-banner .playlist-cover,
#playlist-banner .alc-playlist-cover {
  max-width: 200px;
  margin: 1rem auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 64em) {
  /* line 43, app/assets/stylesheets/_/_list.scss */
  #playlist-banner .playlist-cover {
    max-width: 80%;
  }
}

/* line 50, app/assets/stylesheets/_/_list.scss */
.detailed-list-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 54, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .cover-link {
  display: block;
  text-align: center;
  padding: .5em;
  margin: 0 auto;
  background-color: #fefefe;
  border: 1px solid #fefefe;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 63, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .cover-link .book-cover-wrap {
  margin-bottom: 20px;
}

/* line 65, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .cover-link .book-cover-wrap img {
  max-width: 150px;
}

@media print, screen and (min-width: 64em) {
  /* line 65, app/assets/stylesheets/_/_list.scss */
  .detailed-list-item .cover-link .book-cover-wrap img {
    max-width: 200px;
  }
}

/* line 71, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .cover-link .book-cover-wrap::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: -34px;
  display: block;
  width: 35px;
  height: 70px;
  background-color: transparent;
  background-image: url(/images/earphone-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* line 85, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .cover-link .book-cover-wrap::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -29px;
  display: block;
  width: 105px;
  height: 70px;
  background-color: transparent;
  background-image: url(/images/earphone-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* line 100, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .cover-link:hover {
  background-color: #f2f2f2;
  border: 1px solid #cacaca;
}

/* line 106, app/assets/stylesheets/_/_list.scss */
.detailed-list-item a h3 {
  color: #0a0a0a;
  line-height: 1.2;
}

/* line 109, app/assets/stylesheets/_/_list.scss */
.detailed-list-item a h3:hover {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 114, app/assets/stylesheets/_/_list.scss */
.detailed-list-item a h5 {
  color: #0a0a0a;
  line-height: 1.2;
}

/* line 117, app/assets/stylesheets/_/_list.scss */
.detailed-list-item a h5:hover {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 123, app/assets/stylesheets/_/_list.scss */
.detailed-list-item h6 {
  color: #8a8a8a;
}

/* line 126, app/assets/stylesheets/_/_list.scss */
.detailed-list-item h6 a {
  color: #8a8a8a;
}

/* line 128, app/assets/stylesheets/_/_list.scss */
.detailed-list-item h6 a:hover {
  color: #8a8a8a;
  text-decoration: underline;
}

/* line 135, app/assets/stylesheets/_/_list.scss */
.detailed-list-item h6.list-info {
  font-weight: normal;
}

/* line 138, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .list-description {
  padding-top: 1em;
}

/* line 140, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .list-description .single-recommend-title,
.detailed-list-item .list-description .double-recommend-title {
  display: none;
}

/* line 146, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .list-description blockquote img {
  display: none;
}

/* line 149, app/assets/stylesheets/_/_list.scss */
.detailed-list-item .list-description blockquote cite {
  display: inline-block;
}

/* line 156, app/assets/stylesheets/_/_list.scss */
.alc-list {
  display: flex;
}

/* line 159, app/assets/stylesheets/_/_list.scss */
.alc-list a, .alc-list div {
  display: block;
  background-color: transparent;
  text-align: center;
  color: #0a0a0a;
  padding: 0.5rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 168, app/assets/stylesheets/_/_list.scss */
.alc-list a img, .alc-list div img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* line 177, app/assets/stylesheets/_/_list.scss */
.alc-list a p, .alc-list div p {
  margin-bottom: 0;
}

/* line 181, app/assets/stylesheets/_/_list.scss */
.alc-list a:hover, .alc-list div:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 186, app/assets/stylesheets/_/_list.scss */
.alc-list.home-alc-list {
  justify-content: center;
}

/* line 188, app/assets/stylesheets/_/_list.scss */
.alc-list.home-alc-list a {
  color: #fefefe;
}

/* line 190, app/assets/stylesheets/_/_list.scss */
.alc-list.home-alc-list a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/_/_membership.scss */
.membership-alert {
  background-image: linear-gradient(-225deg, #ed6a76 0%, #7f78e1 100%);
  padding: 4em 1em;
  text-align: center;
}

/* line 5, app/assets/stylesheets/_/_membership.scss */
.membership-alert .content {
  max-width: 800px;
  margin: 0 auto;
}

/* line 8, app/assets/stylesheets/_/_membership.scss */
.membership-alert .content h1, .membership-alert .content h2, .membership-alert .content h3 {
  color: #fefefe;
}

/* line 11, app/assets/stylesheets/_/_membership.scss */
.membership-alert .content p {
  color: #fefefe;
}

/* line 13, app/assets/stylesheets/_/_membership.scss */
.membership-alert .content p a {
  background-color: transparent;
  color: #fefefe;
  border-bottom: 2px solid #fefefe;
}

/* line 17, app/assets/stylesheets/_/_membership.scss */
.membership-alert .content p a:hover {
  background-color: #fefefe;
  color: #49bdbc;
}

/* line 26, app/assets/stylesheets/_/_membership.scss */
#membership-banner {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

/* line 30, app/assets/stylesheets/_/_membership.scss */
#membership-banner h5 {
  text-transform: uppercase;
  color: #49bdbc;
}

/* line 34, app/assets/stylesheets/_/_membership.scss */
#membership-banner h2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em 1em;
}

/* line 39, app/assets/stylesheets/_/_membership.scss */
#membership-banner h2 + p {
  margin: -1em auto 1em;
  max-width: 1000px;
  padding: 0 1em 1em;
}

/* line 46, app/assets/stylesheets/_/_membership.scss */
.membership-plan {
  text-align: center;
  background-color: #fefefe;
  display: block;
  color: #0a0a0a;
  padding: 1em;
  border: 1px solid #cacaca;
  border-radius: 4px;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}

/* line 57, app/assets/stylesheets/_/_membership.scss */
.membership-plan h3 {
  color: #49bdbc;
}

/* line 60, app/assets/stylesheets/_/_membership.scss */
.membership-plan h6 {
  text-transform: uppercase;
}

/* line 63, app/assets/stylesheets/_/_membership.scss */
.membership-plan img {
  margin-bottom: .5em;
}

/* line 66, app/assets/stylesheets/_/_membership.scss */
.membership-plan ul {
  list-style: none;
  margin: 0;
}

/* line 69, app/assets/stylesheets/_/_membership.scss */
.membership-plan ul li {
  line-height: 1.25;
  margin-bottom: .5em;
}

/* line 74, app/assets/stylesheets/_/_membership.scss */
.membership-plan hr {
  margin: 1em auto;
}

/* line 77, app/assets/stylesheets/_/_membership.scss */
.membership-plan .gift-button {
  padding: 0.5em 1.25em;
  display: inline-block;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #49bdbc;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px solid #49bdbc;
  background-color: #fefefe;
  margin: 1em;
}

/* line 89, app/assets/stylesheets/_/_membership.scss */
.membership-plan.membership-plan-active {
  background-color: #f2f2f2;
}

/* line 91, app/assets/stylesheets/_/_membership.scss */
.membership-plan.membership-plan-active img {
  display: none;
}

@media print, screen and (min-width: 64em) {
  /* line 91, app/assets/stylesheets/_/_membership.scss */
  .membership-plan.membership-plan-active img {
    display: block;
  }
}

/* line 97, app/assets/stylesheets/_/_membership.scss */
.membership-plan.membership-plan-active.warning::after {
  display: none !important;
}

/* line 100, app/assets/stylesheets/_/_membership.scss */
.membership-plan.membership-plan-active a {
  text-decoration: underline;
  color: #8a8a8a;
  font-size: .9em;
  font-style: italic;
}

/* line 105, app/assets/stylesheets/_/_membership.scss */
.membership-plan.membership-plan-active a:hover {
  color: #49bdbc;
}

/* line 110, app/assets/stylesheets/_/_membership.scss */
.membership-plan:hover {
  cursor: pointer;
  color: #0a0a0a;
  background-color: #f2f2f2;
}

/* line 114, app/assets/stylesheets/_/_membership.scss */
.membership-plan:hover .gift-button {
  color: #fefefe;
  background-color: #49bdbc;
}

/* line 120, app/assets/stylesheets/_/_membership.scss */
.membership-plan.success h3, .apply_credit_checkbox:not(:checked) + label.membership-plan h3, .membership-plan.success h6, .apply_credit_checkbox:not(:checked) + label.membership-plan h6 {
  color: #5dcc8f;
}

/* line 123, app/assets/stylesheets/_/_membership.scss */
.membership-plan.success .gift-button, .apply_credit_checkbox:not(:checked) + label.membership-plan .gift-button {
  color: #5dcc8f;
  border: 2px solid #5dcc8f;
}

/* line 128, app/assets/stylesheets/_/_membership.scss */
.membership-plan.success:hover .gift-button, .apply_credit_checkbox:not(:checked) + label.membership-plan:hover .gift-button {
  color: #fefefe;
  background-color: #5dcc8f;
}

/* line 135, app/assets/stylesheets/_/_membership.scss */
.membership-plan.alert h3, .apply_credit_checkbox:checked + label.membership-plan h3, .membership-plan.alert h6, .apply_credit_checkbox:checked + label.membership-plan h6 {
  color: #ed6a76;
}

/* line 138, app/assets/stylesheets/_/_membership.scss */
.membership-plan.alert .gift-button, .apply_credit_checkbox:checked + label.membership-plan .gift-button {
  color: #ed6a76;
  border: 2px solid #ed6a76;
}

/* line 143, app/assets/stylesheets/_/_membership.scss */
.membership-plan.alert:hover .gift-button, .apply_credit_checkbox:checked + label.membership-plan:hover .gift-button {
  color: #fefefe;
  background-color: #ed6a76;
}

/* line 150, app/assets/stylesheets/_/_membership.scss */
.membership-plan.warning h3, .membership-plan.warning h6 {
  color: #7f78e1;
}

/* line 153, app/assets/stylesheets/_/_membership.scss */
.membership-plan.warning .gift-button {
  color: #7f78e1;
  border: 2px solid #7f78e1;
}

/* line 158, app/assets/stylesheets/_/_membership.scss */
.membership-plan.warning:hover .gift-button {
  color: #fefefe;
  background-color: #7f78e1;
}

/* line 163, app/assets/stylesheets/_/_membership.scss */
.membership-plan.warning h4::before {
  content: '$180';
  color: #7f78e1;
  text-decoration: line-through;
  margin-right: 5px;
}

/* line 170, app/assets/stylesheets/_/_membership.scss */
.membership-plan.warning::after {
  display: block;
  content: 'Best Deal';
  width: 250px;
  background: #7f78e1;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -100px;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  color: #fefefe;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* line 193, app/assets/stylesheets/_/_membership.scss */
.chart thead {
  border: none;
}

/* line 196, app/assets/stylesheets/_/_membership.scss */
.chart thead tr td + td {
  text-align: center;
  color: #49bdbc;
}

/* line 200, app/assets/stylesheets/_/_membership.scss */
.chart thead tr td + td + td {
  color: #f6a201;
}

/* line 205, app/assets/stylesheets/_/_membership.scss */
.chart tbody {
  border: none;
}

/* line 207, app/assets/stylesheets/_/_membership.scss */
.chart tbody tr {
  border-top: 1px solid #cacaca;
}

/* line 209, app/assets/stylesheets/_/_membership.scss */
.chart tbody tr td + td {
  text-align: center;
  font-size: 2em;
  line-height: 0;
  color: #49bdbc;
}

/* line 215, app/assets/stylesheets/_/_membership.scss */
.chart tbody tr td + td + td {
  color: #f6a201;
}

/* line 222, app/assets/stylesheets/_/_membership.scss */
#membership-benefits {
  text-align: center;
}

/* line 224, app/assets/stylesheets/_/_membership.scss */
#membership-benefits ul {
  list-style: none;
  margin: 0;
}

/* line 227, app/assets/stylesheets/_/_membership.scss */
#membership-benefits ul li {
  font-size: 1.2em;
  margin: .5em 0;
}

/* line 235, app/assets/stylesheets/_/_membership.scss */
.membership-callouts-wrap .membership-callouts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 239, app/assets/stylesheets/_/_membership.scss */
.membership-callouts-wrap .membership-callouts div {
  display: block;
  width: 250px;
  margin: 1em;
}

/* line 247, app/assets/stylesheets/_/_membership.scss */
.new-member-referral {
  margin: 1em auto;
}

/* line 249, app/assets/stylesheets/_/_membership.scss */
.new-member-referral input {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 249, app/assets/stylesheets/_/_membership.scss */
  .new-member-referral input {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1, app/assets/stylesheets/_/_notifications.scss */
.notification {
  background-color: #5dcc8f;
  color: #fefefe;
  text-align: center;
  padding: .75em 1em;
  font-weight: bold;
  line-height: 1.75;
  margin: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 11, app/assets/stylesheets/_/_notifications.scss */
.notification a {
  color: #fefefe;
  border: 2px solid #fefefe;
  padding: 1px 12px 2px;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 19, app/assets/stylesheets/_/_notifications.scss */
.notification a:hover {
  color: #5dcc8f;
  background-color: #fefefe;
}

/* line 24, app/assets/stylesheets/_/_notifications.scss */
.notification.alert, .apply_credit_checkbox:checked + label.notification {
  background-color: #ed6a76;
}

/* line 26, app/assets/stylesheets/_/_notifications.scss */
.notification.alert a:hover, .apply_credit_checkbox:checked + label.notification a:hover {
  color: #ed6a76;
}

/* line 30, app/assets/stylesheets/_/_notifications.scss */
.notification.caution {
  background-color: #7f78e1;
}

/* line 32, app/assets/stylesheets/_/_notifications.scss */
.notification.caution a:hover {
  color: #7f78e1;
}

/* line 36, app/assets/stylesheets/_/_notifications.scss */
.notification.general {
  background-color: #FFB700;
}

/* line 38, app/assets/stylesheets/_/_notifications.scss */
.notification.general a:hover {
  color: #FFB700;
}

/* line 42, app/assets/stylesheets/_/_notifications.scss */
.notification.referral {
  background-color: #3D6ADE;
}

/* line 44, app/assets/stylesheets/_/_notifications.scss */
.notification.referral a:hover {
  color: #3D6ADE;
}

/* line 1, app/assets/stylesheets/_/_pagination.scss */
.pagination {
  border-top: 1px solid #cacaca;
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/_/_pagination.scss */
.pagination .page-first,
.pagination .page-last {
  display: none;
}

/* line 11, app/assets/stylesheets/_/_pagination.scss */
.pagination .page-next,
.pagination .page-prev {
  display: none;
}

@media print, screen and (min-width: 40em) {
  /* line 11, app/assets/stylesheets/_/_pagination.scss */
  .pagination .page-next,
  .pagination .page-prev {
    display: inline-block;
  }
}

/* line 1, app/assets/stylesheets/_/_player.scss */
.audioplayer {
  height: 40px;
  color: #0a0a0a;
  background: #f2f2f2;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}

/* fallback case (read Adaptiveness chapter) */
/* line 11, app/assets/stylesheets/_/_player.scss */
.audioplayer-mini {
  display: none;
}

/* inner elements positioning (helps to achieve responsiveness) */
/* line 16, app/assets/stylesheets/_/_player.scss */
.audioplayer > div {
  position: absolute;
}

/* line 21, app/assets/stylesheets/_/_player.scss */
.audioplayer-playpause {
  width: 40px;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

/* line 32, app/assets/stylesheets/_/_player.scss */
.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}

/* line 35, app/assets/stylesheets/_/_player.scss */
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #f2f2f2;
}

/* line 39, app/assets/stylesheets/_/_player.scss */
.audioplayer-playpause a {
  display: block;
}

/* "play" icon when audio is not being played */
/* line 44, app/assets/stylesheets/_/_player.scss */
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: none;
  border-left-color: #0a0a0a;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -4px;
}

/* "pause" icon when audio is being played */
/* line 58, app/assets/stylesheets/_/_player.scss */
.audioplayer-playing .audioplayer-playpause a {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}

/* line 66, app/assets/stylesheets/_/_player.scss */
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 4px;
  height: 100%;
  background-color: #0a0a0a;
  content: '';
  position: absolute;
  top: 0;
}

/* line 75, app/assets/stylesheets/_/_player.scss */
.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}

/* line 78, app/assets/stylesheets/_/_player.scss */
.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}

/* line 82, app/assets/stylesheets/_/_player.scss */
.audioplayer-time {
  width: 70px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  top: 0;
}

/* line 90, app/assets/stylesheets/_/_player.scss */
.audioplayer-time-current {
  border-left: solid 1px #cacaca;
  left: 40px;
}

/* line 94, app/assets/stylesheets/_/_player.scss */
.audioplayer-time-duration {
  right: 40px;
}

/* line 97, app/assets/stylesheets/_/_player.scss */
.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}

/* line 102, app/assets/stylesheets/_/_player.scss */
.audioplayer-bar {
  height: 14px;
  background-color: #cacaca;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 110px;
  /* 110 */
  left: 110px;
  /* 110 */
  margin-top: -7px;
  /* 7 */
}

/* line 112, app/assets/stylesheets/_/_player.scss */
.audioplayer-novolume .audioplayer-bar {
  right: 70px;
  /* 70 */
}

/* line 115, app/assets/stylesheets/_/_player.scss */
.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 122, app/assets/stylesheets/_/_player.scss */
.audioplayer-bar-loaded {
  background-color: #cacaca;
  z-index: 1;
}

/* line 126, app/assets/stylesheets/_/_player.scss */
.audioplayer-bar-played {
  background: #49bdbc;
  z-index: 2;
}

/* line 131, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume {
  width: 40px;
  /* 40 */
  height: 100%;
  border-left: 1px solid #cacaca;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}

/* line 142, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #f2f2f2;
}

/* line 146, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}

/* "volume" icon */
/* line 152, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume-button a {
  width: 5px;
  /* 5 */
  height: 6px;
  /* 6 */
  background-color: #0a0a0a;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}

/* line 162, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}

/* line 167, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  /* 8 */
  border-left: none;
  border-right-color: #0a0a0a;
  z-index: 2;
  top: 50%;
  right: -4px;
  margin-top: -8px;
  /* 8 */
}

/* line 178, app/assets/stylesheets/_/_player.scss */
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em;
  /* 5 */
  height: 0.313em;
  /* 5 */
  border: 0.25em double #fff;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.563em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  -webkit-border-radius: 0 0.938em 0 0;
  /* 15 */
  -moz-border-radius: 0 0.938em 0 0;
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* volume adjuster */
/* line 197, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume-adjust {
  width: 100%;
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  top: -9999px;
  background: #f2f2f2;
}

/* line 206, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}

/* line 209, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}

/* line 213, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #fefefe;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}

/* line 222, app/assets/stylesheets/_/_player.scss */
.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #49bdbc;
}

/* line 230, app/assets/stylesheets/_/_player.scss */
.audioplayer-novolume .audioplayer-volume {
  display: none;
}

/* line 1, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar {
  background-clip: #f2f2f2;
  text-align: center;
  padding-bottom: 2em;
}

/* line 5, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar h3 {
  margin-bottom: 0px;
}

/* line 8, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar h5 {
  color: #49bdbc;
  margin-bottom: 4px;
}

/* line 12, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar p {
  margin-bottom: 0px;
}

/* line 14, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar p a {
  color: #0a0a0a;
  background-color: #fefefe;
  border-bottom: 2px solid #49bdbc;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 22, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar p a:hover {
  color: #fefefe;
  background-color: #49bdbc;
}

/* line 28, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar .free {
  font-weight: bold;
}

/* line 31, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar button, .price-sidebar .button, .price-sidebar .apply_credit_label {
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar .price-seperator {
  display: block;
  width: 100px;
  margin: 1em auto;
  border-top: 1px solid #cacaca;
}

/* line 40, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar .retail {
  color: #8a8a8a;
}

/* line 43, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar .sale {
  color: #0a0a0a;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/_/_purchase.scss */
.price-sidebar .discount {
  color: #5dcc8f;
}

/* line 1, app/assets/stylesheets/_/_recommended.scss */
#recommends-header {
  position: relative;
  background-color: #49bdbc;
  background-image: linear-gradient(-225deg, #49bdbc 0%, #7f78e1 100%);
  padding: 2em 0;
}

/* line 6, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-info {
  padding: 2em 1em;
  text-align: center;
}

/* line 9, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-info h2 {
  color: #ffffff;
}

/* line 11, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-info h2 a {
  color: #ffffff;
  font-style: italic;
  border-bottom: 2px solid white;
}

/* line 15, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-info h2 a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

/* line 20, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-info h6 {
  color: #fefefe;
  text-transform: uppercase;
  opacity: .75;
}

/* line 25, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-info blockquote {
  margin: 0 auto;
}

/* line 27, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-info blockquote p {
  color: #fefefe;
}

/* line 30, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-info blockquote img {
  width: 80px;
  height: 80px;
  margin: 10px auto 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 37, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-info blockquote cite {
  color: #fefefe;
}

/* line 42, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-covers {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 42, app/assets/stylesheets/_/_recommended.scss */
  #recommends-header .recommends-covers {
    padding-top: 20px;
  }
}

/* line 48, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-covers .single-book .book-cover-wrap {
  margin: 20px auto;
}

/* line 50, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-covers .single-book .book-cover-wrap img {
  height: 200px;
  width: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 50, app/assets/stylesheets/_/_recommended.scss */
  #recommends-header .recommends-covers .single-book .book-cover-wrap img {
    height: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 50, app/assets/stylesheets/_/_recommended.scss */
  #recommends-header .recommends-covers .single-book .book-cover-wrap img {
    height: 300px;
  }
}

/* line 62, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-covers .related-books {
  padding-bottom: 20px;
  position: relative;
}

/* line 65, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-covers .related-books .book1 {
  position: relative;
  z-index: 1;
  left: -8%;
}

/* line 70, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-covers .related-books .book2 {
  position: absolute;
  top: 30px;
  left: 45%;
  z-index: 2;
}

/* line 76, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-covers .related-books .book-cover-wrap {
  margin: 20px auto;
}

/* line 78, app/assets/stylesheets/_/_recommended.scss */
#recommends-header .recommends-covers .related-books .book-cover-wrap img {
  height: 150px;
  width: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 78, app/assets/stylesheets/_/_recommended.scss */
  #recommends-header .recommends-covers .related-books .book-cover-wrap img {
    height: 200px;
  }
}

@media screen and (min-width: 75em) {
  /* line 78, app/assets/stylesheets/_/_recommended.scss */
  #recommends-header .recommends-covers .related-books .book-cover-wrap img {
    height: 250px;
  }
}

/* line 1, app/assets/stylesheets/_/_referral.scss */
.referral-notification {
  background-image: linear-gradient(-225deg, #ed6a76 0%, #7f78e1 100%);
}

/* line 4, app/assets/stylesheets/_/_referral.scss */
.referral-notification a:hover {
  color: #7f78e1;
}

/* line 10, app/assets/stylesheets/_/_referral.scss */
#referral-program-banner {
  background-color: #0a0a0a;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url("//cdn.libro.fm/assets/website-images/referral-bg-small.jpg");
}

@media print, screen and (min-width: 64em) {
  /* line 10, app/assets/stylesheets/_/_referral.scss */
  #referral-program-banner {
    background-image: url("//cdn.libro.fm/assets/website-images/referral-bg.jpg");
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

/* line 22, app/assets/stylesheets/_/_referral.scss */
#referral-program-banner .content {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#referral-program-banner .content::before, #referral-program-banner .content::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#referral-program-banner .content::after {
  clear: both;
}

@media print, screen and (min-width: 40em) {
  /* line 22, app/assets/stylesheets/_/_referral.scss */
  #referral-program-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#referral-program-banner .content:last-child:not(:first-child) {
  float: right;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#referral-program-banner .content, #referral-program-banner .content:last-child {
  float: none;
}

@media print, screen and (min-width: 64em) {
  /* line 22, app/assets/stylesheets/_/_referral.scss */
  #referral-program-banner .content {
    width: 83.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  /* line 22, app/assets/stylesheets/_/_referral.scss */
  #referral-program-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #referral-program-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #referral-program-banner .content, #referral-program-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  /* line 22, app/assets/stylesheets/_/_referral.scss */
  #referral-program-banner .content {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 75em) and (min-width: 40em) {
  /* line 22, app/assets/stylesheets/_/_referral.scss */
  #referral-program-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #referral-program-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #referral-program-banner .content, #referral-program-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  /* line 22, app/assets/stylesheets/_/_referral.scss */
  #referral-program-banner .content {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 90em) and (min-width: 40em) {
  /* line 22, app/assets/stylesheets/_/_referral.scss */
  #referral-program-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #referral-program-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #referral-program-banner .content, #referral-program-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

/* line 36, app/assets/stylesheets/_/_referral.scss */
#referral-program-banner .content h1 {
  color: #fefefe;
}

/* line 39, app/assets/stylesheets/_/_referral.scss */
#referral-program-banner .content h4 {
  text-transform: uppercase;
  color: #fefefe;
  margin-bottom: 0;
}

/* line 44, app/assets/stylesheets/_/_referral.scss */
#referral-program-banner .content p {
  color: #fefefe;
}

/* line 46, app/assets/stylesheets/_/_referral.scss */
#referral-program-banner .content p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 54, app/assets/stylesheets/_/_referral.scss */
#referral-program-banner .content p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 63, app/assets/stylesheets/_/_referral.scss */
#referral-audience {
  background-image: linear-gradient(-225deg, #ed6a76 0%, #7f78e1 100%);
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 67, app/assets/stylesheets/_/_referral.scss */
#referral-audience h2 {
  color: #fefefe;
}

/* line 70, app/assets/stylesheets/_/_referral.scss */
#referral-audience h3 {
  color: #fefefe;
}

/* line 73, app/assets/stylesheets/_/_referral.scss */
#referral-audience p {
  color: #fefefe;
}

/* line 75, app/assets/stylesheets/_/_referral.scss */
#referral-audience p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 83, app/assets/stylesheets/_/_referral.scss */
#referral-audience p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 92, app/assets/stylesheets/_/_referral.scss */
#referral-banner {
  text-align: center;
  background-color: #49bdbc;
  background-image: linear-gradient(-225deg, #ed6a76 0%, #7f78e1 100%);
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 98, app/assets/stylesheets/_/_referral.scss */
#referral-banner .content {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#referral-banner .content::before, #referral-banner .content::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#referral-banner .content::after {
  clear: both;
}

@media print, screen and (min-width: 40em) {
  /* line 98, app/assets/stylesheets/_/_referral.scss */
  #referral-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#referral-banner .content:last-child:not(:first-child) {
  float: right;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#referral-banner .content, #referral-banner .content:last-child {
  float: none;
}

@media print, screen and (min-width: 64em) {
  /* line 98, app/assets/stylesheets/_/_referral.scss */
  #referral-banner .content {
    width: 83.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  /* line 98, app/assets/stylesheets/_/_referral.scss */
  #referral-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #referral-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #referral-banner .content, #referral-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  /* line 98, app/assets/stylesheets/_/_referral.scss */
  #referral-banner .content {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 75em) and (min-width: 40em) {
  /* line 98, app/assets/stylesheets/_/_referral.scss */
  #referral-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #referral-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #referral-banner .content, #referral-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  /* line 98, app/assets/stylesheets/_/_referral.scss */
  #referral-banner .content {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 90em) and (min-width: 40em) {
  /* line 98, app/assets/stylesheets/_/_referral.scss */
  #referral-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #referral-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #referral-banner .content, #referral-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

/* line 113, app/assets/stylesheets/_/_referral.scss */
#referral-banner h1 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 117, app/assets/stylesheets/_/_referral.scss */
#referral-banner h2 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 121, app/assets/stylesheets/_/_referral.scss */
#referral-banner h4 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 125, app/assets/stylesheets/_/_referral.scss */
#referral-banner h3 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 129, app/assets/stylesheets/_/_referral.scss */
#referral-banner p {
  color: #fefefe;
}

/* line 131, app/assets/stylesheets/_/_referral.scss */
#referral-banner p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 139, app/assets/stylesheets/_/_referral.scss */
#referral-banner p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 145, app/assets/stylesheets/_/_referral.scss */
#referral-banner .button, #referral-banner .apply_credit_label {
  color: #fefefe;
  background-color: transparent;
  border: 2px solid #fefefe;
}

/* line 149, app/assets/stylesheets/_/_referral.scss */
#referral-banner .button:hover, #referral-banner .apply_credit_label:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 156, app/assets/stylesheets/_/_referral.scss */
.referral-callout {
  text-align: center;
  background-color: #49bdbc;
  background-image: linear-gradient(-225deg, #ed6a76 0%, #7f78e1 100%);
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 166, app/assets/stylesheets/_/_referral.scss */
.referral-callout h3 {
  color: #fefefe;
  padding: .25em 0em 0em;
}

/* line 170, app/assets/stylesheets/_/_referral.scss */
.referral-callout p {
  color: #fefefe;
  padding: .25em 0em .25em;
}

/* line 174, app/assets/stylesheets/_/_referral.scss */
.referral-callout img {
  display: block;
  margin: 1em auto 0;
  width: 80px;
  height: auto;
}

@media screen and (min-width: 75em) {
  /* line 174, app/assets/stylesheets/_/_referral.scss */
  .referral-callout img {
    width: 150px;
  }
}

/* line 183, app/assets/stylesheets/_/_referral.scss */
.referral-callout .button, .referral-callout .apply_credit_label {
  color: #fefefe;
  background-color: transparent;
  border: 2px solid #fefefe;
}

/* line 187, app/assets/stylesheets/_/_referral.scss */
.referral-callout .button:hover, .referral-callout .apply_credit_label:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 195, app/assets/stylesheets/_/_referral.scss */
.referral-form .book-cover-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 198, app/assets/stylesheets/_/_referral.scss */
.referral-form .book-cover-wrap img {
  height: 160px;
  width: auto;
}

/* line 203, app/assets/stylesheets/_/_referral.scss */
.referral-form .refer-link-share {
  border-top: 1px solid #cacaca;
  padding: 1em;
  margin: 0 -1em -1em;
  background-color: #f2f2f2;
}

/* line 212, app/assets/stylesheets/_/_referral.scss */
.share-book .book-cover-wrap {
  margin: 20px auto;
}

/* line 214, app/assets/stylesheets/_/_referral.scss */
.share-book .book-cover-wrap img {
  height: 200px;
  width: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 214, app/assets/stylesheets/_/_referral.scss */
  .share-book .book-cover-wrap img {
    height: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 214, app/assets/stylesheets/_/_referral.scss */
  .share-book .book-cover-wrap img {
    height: 300px;
  }
}

/* line 224, app/assets/stylesheets/_/_referral.scss */
.share-book .book-cover-wrap::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: -30px;
  display: block;
  width: 30px;
  height: 50px;
  background-color: transparent;
  background-image: url("//cdn.libro.fm/assets/website-images/earbud-left.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 237, app/assets/stylesheets/_/_referral.scss */
.share-book .book-cover-wrap::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -43px;
  display: block;
  width: 95px;
  height: 50px;
  background-color: transparent;
  background-image: url("//cdn.libro.fm/assets/website-images/earbud-right.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1, app/assets/stylesheets/_/_redeem.scss */
#redeem-banner {
  padding: 2rem 0;
  text-align: center;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

@media print, screen and (min-width: 64em) {
  /* line 1, app/assets/stylesheets/_/_redeem.scss */
  #redeem-banner {
    padding: 4rem 0;
    background-image: url("//cdn.libro.fm/assets/website-images/collage-lg.jpg");
  }
}

/* line 10, app/assets/stylesheets/_/_redeem.scss */
#redeem-banner .content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1em;
}

/* line 14, app/assets/stylesheets/_/_redeem.scss */
#redeem-banner .content form {
  max-width: 400px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/_/_resources.scss */
.resource-image {
  width: 150px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

@media print, screen and (min-width: 64em) {
  /* line 1, app/assets/stylesheets/_/_resources.scss */
  .resource-image {
    float: right;
    margin: 0 0 20px 20px;
  }
}

/* line 12, app/assets/stylesheets/_/_resources.scss */
.resource-sidebar {
  padding-top: 1em;
  border-top: 1px solid #cacaca;
}

@media print, screen and (min-width: 64em) {
  /* line 12, app/assets/stylesheets/_/_resources.scss */
  .resource-sidebar {
    border-left: 1px solid #cacaca;
    border-top: 0px;
    padding-left: 1em;
  }
}

/* line 22, app/assets/stylesheets/_/_resources.scss */
#resources-quotes {
  background-color: #f2f2f2;
  padding: 2em 0;
}

/* line 25, app/assets/stylesheets/_/_resources.scss */
#resources-quotes blockquote {
  padding: 2em 1em;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 25, app/assets/stylesheets/_/_resources.scss */
  #resources-quotes blockquote {
    padding: 2em 8em;
  }
}

/* line 35, app/assets/stylesheets/_/_resources.scss */
.featured-links a {
  text-align: center;
  display: block;
  padding: .5em;
  background-color: #fefefe;
  border: 1px solid #fefefe;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 43, app/assets/stylesheets/_/_resources.scss */
.featured-links a h5 {
  color: #222222;
}

/* line 46, app/assets/stylesheets/_/_resources.scss */
.featured-links a .meta {
  color: #222222;
}

/* line 49, app/assets/stylesheets/_/_resources.scss */
.featured-links a img {
  display: block;
  margin: 0 auto 10px;
  width: 150px;
  height: auto;
}

@media screen and (min-width: 75em) {
  /* line 49, app/assets/stylesheets/_/_resources.scss */
  .featured-links a img {
    width: 200px;
  }
}

/* line 52, app/assets/stylesheets/_/_resources.scss */
.featured-links a:hover {
  background-color: #f2f2f2;
  border: 1px solid #cacaca;
}

/* line 59, app/assets/stylesheets/_/_resources.scss */
.resources-closing {
  text-align: center;
  padding: 2em 1em;
}

/* line 62, app/assets/stylesheets/_/_resources.scss */
.resources-closing h3 {
  padding: 0 1em;
}

/* line 67, app/assets/stylesheets/_/_resources.scss */
#resources-link-creator {
  padding-top: 2em;
  background-color: #222222;
  text-align: center;
  padding-bottom: 0px !important;
}

/* line 72, app/assets/stylesheets/_/_resources.scss */
#resources-link-creator h2 {
  font-weight: bold;
  color: #ffffff;
}

/* line 76, app/assets/stylesheets/_/_resources.scss */
#resources-link-creator p {
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto 20px;
}

/* line 81, app/assets/stylesheets/_/_resources.scss */
#resources-link-creator img {
  max-width: 100%;
  height: auto;
}

/* line 87, app/assets/stylesheets/_/_resources.scss */
.resources-cta {
  background-color: #f2f2f2;
  text-align: center;
}

/* line 90, app/assets/stylesheets/_/_resources.scss */
.resources-cta .image {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url("//cdn.libro.fm/assets/website-images/resources-tshirt.jpg");
  min-height: 300px;
}

/* line 96, app/assets/stylesheets/_/_resources.scss */
.resources-cta .words .content {
  padding: 2em;
}

/* line 102, app/assets/stylesheets/_/_resources.scss */
.indiebound {
  padding-top: 2em;
  text-align: center;
}

/* line 105, app/assets/stylesheets/_/_resources.scss */
.indiebound p {
  max-width: 1000px;
  margin: 0 auto 20px;
}

/* line 109, app/assets/stylesheets/_/_resources.scss */
.indiebound img {
  width: 100%;
  height: auto;
}

/* line 113, app/assets/stylesheets/_/_resources.scss */
.indiebound .content {
  padding-bottom: 2em;
}

/* line 2, app/assets/stylesheets/_/_search.scss */
#search-content form, .no-search form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 6, app/assets/stylesheets/_/_search.scss */
#search-content form::before, .no-search form::before {
  content: '';
  display: block;
  width: 100px;
  border-top: 1px solid #cacaca;
  margin: 2em auto;
}

/* line 16, app/assets/stylesheets/_/_search.scss */
#search-content {
  padding: 0 0.5rem;
  min-height: 600px;
}

/* line 21, app/assets/stylesheets/_/_search.scss */
.show-filters {
  text-align: center;
  border-bottom: 1px solid #cacaca;
  display: block;
  padding: 1rem 1rem;
  color: #8a8a8a;
  font-size: .9em;
  text-decoration: underline;
}

/* line 30, app/assets/stylesheets/_/_search.scss */
.show-filters:hover {
  color: #0a0a0a;
}

/* line 35, app/assets/stylesheets/_/_search.scss */
#search-wrapper {
  padding-top: 2rem;
  border-top: 1px solid #cacaca;
  padding-bottom: 2rem;
}

/* line 41, app/assets/stylesheets/_/_search.scss */
#search-sidebar {
  padding: 1rem;
  background-color: #fefefe;
  border-left: 1px solid #cacaca;
  line-height: 1;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 64em) {
  /* line 41, app/assets/stylesheets/_/_search.scss */
  #search-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 54, app/assets/stylesheets/_/_search.scss */
#search-sidebar h6 {
  margin-top: 1em;
  margin-bottom: .5em;
}

/* line 58, app/assets/stylesheets/_/_search.scss */
#search-sidebar [type='file'], #search-sidebar [type='checkbox'], #search-sidebar [type='radio'] {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/_/_search.scss */
#search-sidebar hr {
  margin: 1rem auto;
  width: 100px;
}

/* line 68, app/assets/stylesheets/_/_search.scss */
#search-sidebar ul li {
  font-size: .9em;
}

/* line 70, app/assets/stylesheets/_/_search.scss */
#search-sidebar ul li a {
  color: #0a0a0a;
}

/* line 72, app/assets/stylesheets/_/_search.scss */
#search-sidebar ul li a:hover {
  color: #8a8a8a;
}

/* line 80, app/assets/stylesheets/_/_search.scss */
#search-sidebar#filter-form label {
  line-height: 1.25;
  padding-left: 25px;
  padding-bottom: 5px;
  position: relative;
}

/* line 85, app/assets/stylesheets/_/_search.scss */
#search-sidebar#filter-form label [type='checkbox'], #search-sidebar#filter-form label [type='radio'] {
  position: absolute;
  top: 3px;
  left: 0;
}

/* line 90, app/assets/stylesheets/_/_search.scss */
#search-sidebar#filter-form label em {
  color: #8a8a8a;
}

/*
  Search auto fill
*/
/* line 100, app/assets/stylesheets/_/_search.scss */
.twitter-typeahead {
  width: 100%;
}

/* line 102, app/assets/stylesheets/_/_search.scss */
.twitter-typeahead input[type="text"] {
  border: 1px solid #cacaca;
}

/*
.tt-input {
  margin: 0px;
  width: 100% !important;
}
*/
/* line 114, app/assets/stylesheets/_/_search.scss */
.tt-dropdown-menu {
  text-align: left;
  width: 100%;
  top: 43px !important;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  padding-bottom: 10px;
}

/* line 123, app/assets/stylesheets/_/_search.scss */
.tt-suggestion {
  padding: 4px 12px;
}

/* line 127, app/assets/stylesheets/_/_search.scss */
.tt-suggestion.tt-cursor {
  color: #222222;
  background-color: #f2f2f2;
}

/* line 133, app/assets/stylesheets/_/_search.scss */
.tt-dropdown-menu h3.search_header {
  color: #49bdbc;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 12px 0px;
  margin: 0;
}

/* line 142, app/assets/stylesheets/_/_search.scss */
.tt-suggestion p {
  color: #222222;
  margin: 0;
}

/* line 145, app/assets/stylesheets/_/_search.scss */
.tt-suggestion p strong {
  color: #222222;
}

/* line 150, app/assets/stylesheets/_/_search.scss */
.tt-dropdown-menu .suggestion-name {
  color: #bfbfbf;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 16px 20px 8px;
  border-bottom: 1px solid #f2f2f2;
}

/* line 159, app/assets/stylesheets/_/_search.scss */
.search-sidebar {
  padding: 0 1em;
  border-top: 1px solid #cacaca;
}

@media print, screen and (min-width: 64em) {
  /* line 159, app/assets/stylesheets/_/_search.scss */
  .search-sidebar {
    border-left: 1px solid #cacaca;
    border-top: none;
  }
}

/* line 166, app/assets/stylesheets/_/_search.scss */
.search-sidebar h4 {
  font-weight: bold;
}

/* line 169, app/assets/stylesheets/_/_search.scss */
.search-sidebar .searchresult {
  display: block;
  margin-bottom: 10px;
  font-size: 90%;
}

/* line 174, app/assets/stylesheets/_/_search.scss */
.search-sidebar .seemore {
  background-color: #222222;
  font-size: 80%;
  display: inline-block;
  padding: 4px 12px;
  margin-top: 10px;
  color: #fefefe;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 184, app/assets/stylesheets/_/_search.scss */
.search-sidebar .button, .search-sidebar .apply_credit_label {
  margin-bottom: 0px;
}

/* line 189, app/assets/stylesheets/_/_search.scss */
.seemore-content {
  display: none;
}

/* line 2, app/assets/stylesheets/_/_social.scss */
.social-list a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0a0a0a;
  color: #fefefe !important;
  padding: 0px;
  margin: 10px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

/* line 20, app/assets/stylesheets/_/_social.scss */
.social-list a.url {
  background-color: #7f78e1;
}

/* line 23, app/assets/stylesheets/_/_social.scss */
.social-list a.fac {
  background-image: url("//cdn.libro.fm/assets/website-images/social-facebook.svg");
  background-color: #3B5998;
}

/* line 27, app/assets/stylesheets/_/_social.scss */
.social-list a.twi {
  background-image: url("//cdn.libro.fm/assets/website-images/social-twitter.svg");
  background-color: #55ACEE;
}

/* line 31, app/assets/stylesheets/_/_social.scss */
.social-list a.pin {
  background-image: url("//cdn.libro.fm/assets/website-images/social-pinterest.svg");
  background-color: #CC2127;
}

/* line 35, app/assets/stylesheets/_/_social.scss */
.social-list a.ins {
  background-image: url("//cdn.libro.fm/assets/website-images/social-instagram.svg");
  background-color: #E12F67;
}

/* line 39, app/assets/stylesheets/_/_social.scss */
.social-list a.vim {
  background-color: #1AB7EA;
}

/* line 42, app/assets/stylesheets/_/_social.scss */
.social-list a.you {
  background-image: url("//cdn.libro.fm/assets/website-images/social-youtube.svg");
  background-color: #ff0000;
}

/* line 46, app/assets/stylesheets/_/_social.scss */
.social-list a.goo {
  background-color: #CC3732;
}

/* line 49, app/assets/stylesheets/_/_social.scss */
.social-list a.email {
  background-color: #5dcc8f;
}

/* line 52, app/assets/stylesheets/_/_social.scss */
.social-list a.tum {
  background-color: #44546B;
}

/* line 55, app/assets/stylesheets/_/_social.scss */
.social-list a.blog {
  background-color: #f6a201;
}

/* line 58, app/assets/stylesheets/_/_social.scss */
.social-list a:hover {
  background-color: #0a0a0a !important;
}

/* line 2, app/assets/stylesheets/_/_try.scss */
#try-examples .column, #try-examples .columns {
  position: relative;
  background-color: #0a0a0a;
  overflow: hidden;
  margin-bottom: 0px;
  text-align: center;
  height: 100px;
}

@media print, screen and (min-width: 40em) {
  /* line 2, app/assets/stylesheets/_/_try.scss */
  #try-examples .column, #try-examples .columns {
    height: 250px;
  }
}

/* line 12, app/assets/stylesheets/_/_try.scss */
#try-examples .column .content, #try-examples .columns .content {
  z-index: 1;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 1;
  line-height: 1;
}

/* line 19, app/assets/stylesheets/_/_try.scss */
#try-examples .column .content h3, #try-examples .columns .content h3 {
  color: #fefefe;
  line-height: 1.2;
}

/* line 23, app/assets/stylesheets/_/_try.scss */
#try-examples .column .content p, #try-examples .columns .content p {
  color: #fefefe;
}

/* line 27, app/assets/stylesheets/_/_try.scss */
#try-examples .column a, #try-examples .columns a {
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 33, app/assets/stylesheets/_/_try.scss */
#try-examples .column img, #try-examples .columns img {
  width: 100%;
  height: auto;
  opacity: .25;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 41, app/assets/stylesheets/_/_try.scss */
#try-examples .column:hover .content, #try-examples .columns:hover .content {
  opacity: 0;
}

/* line 44, app/assets/stylesheets/_/_try.scss */
#try-examples .column:hover a, #try-examples .columns:hover a {
  opacity: 1;
}

/* line 47, app/assets/stylesheets/_/_try.scss */
#try-examples .column:hover img, #try-examples .columns:hover img {
  opacity: .75;
}

/* line 55, app/assets/stylesheets/_/_try.scss */
#learning {
  background-color: #f2f2f2;
}

/* line 58, app/assets/stylesheets/_/_try.scss */
#learning .image img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 58, app/assets/stylesheets/_/_try.scss */
  #learning .image img {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 57, app/assets/stylesheets/_/_try.scss */
  #learning .image {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    background-image: url("//cdn.libro.fm/assets/website-images/about-learning.jpg");
  }
}

/* line 71, app/assets/stylesheets/_/_try.scss */
#learning .words .content {
  padding: 2em 1em;
}

@media print, screen and (min-width: 64em) {
  /* line 71, app/assets/stylesheets/_/_try.scss */
  #learning .words .content {
    padding: 2em 2em;
  }
}

/* line 1, app/assets/stylesheets/_/_pets.scss */
#pet-header {
  padding: 3.75rem 0 25rem;
  text-align: center;
  background-color: #0a0a0a;
  background-image: url("//cdn.libro.fm/assets/website-images/pet-background-small.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 64em) {
  /* line 1, app/assets/stylesheets/_/_pets.scss */
  #pet-header {
    background-image: url("//cdn.libro.fm/assets/website-images/pet-background-large.jpg");
    padding: 7.5rem 0;
  }
}

@media screen and (min-width: 75em) {
  /* line 1, app/assets/stylesheets/_/_pets.scss */
  #pet-header {
    padding: 11.25rem 0;
  }
}

/* line 16, app/assets/stylesheets/_/_pets.scss */
#pet-header h4 {
  color: #759A69;
  text-transform: uppercase;
  letter-spacing: 2;
}

/* line 21, app/assets/stylesheets/_/_pets.scss */
#pet-header h1 {
  color: #fefefe;
}

/* line 24, app/assets/stylesheets/_/_pets.scss */
#pet-header p {
  color: #fefefe;
}

/* line 27, app/assets/stylesheets/_/_pets.scss */
#pet-header .button, #pet-header .apply_credit_label {
  background-color: #759A69;
  color: #fefefe;
}

/* line 30, app/assets/stylesheets/_/_pets.scss */
#pet-header .button:hover, #pet-header .apply_credit_label:hover {
  background-color: #0a0a0a;
  color: #fefefe;
}

/* line 37, app/assets/stylesheets/_/_pets.scss */
#pet-callouts {
  padding: 3.75rem 0;
  text-align: center;
}

/* line 40, app/assets/stylesheets/_/_pets.scss */
#pet-callouts img {
  width: 200px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 64em) {
  /* line 40, app/assets/stylesheets/_/_pets.scss */
  #pet-callouts img {
    width: 250px;
  }
}

/* line 48, app/assets/stylesheets/_/_pets.scss */
#pet-callouts #hipster h3 {
  color: #F71E36;
}

/* line 51, app/assets/stylesheets/_/_pets.scss */
#pet-callouts #hipster .button, #pet-callouts #hipster .apply_credit_label {
  background-color: #F71E36;
  color: #fefefe;
}

/* line 54, app/assets/stylesheets/_/_pets.scss */
#pet-callouts #hipster .button:hover, #pet-callouts #hipster .apply_credit_label:hover {
  background-color: #0a0a0a;
  color: #fefefe;
}

/* line 61, app/assets/stylesheets/_/_pets.scss */
#pet-callouts #read h3 {
  color: #1855B0;
}

/* line 64, app/assets/stylesheets/_/_pets.scss */
#pet-callouts #read .button, #pet-callouts #read .apply_credit_label {
  background-color: #1855B0;
  color: #fefefe;
}

/* line 67, app/assets/stylesheets/_/_pets.scss */
#pet-callouts #read .button:hover, #pet-callouts #read .apply_credit_label:hover {
  background-color: #0a0a0a;
  color: #fefefe;
}

/* line 74, app/assets/stylesheets/_/_pets.scss */
#pet-callouts #nap h3 {
  color: #AD582B;
}

/* line 77, app/assets/stylesheets/_/_pets.scss */
#pet-callouts #nap .button, #pet-callouts #nap .apply_credit_label {
  background-color: #AD582B;
  color: #fefefe;
}

/* line 80, app/assets/stylesheets/_/_pets.scss */
#pet-callouts #nap .button:hover, #pet-callouts #nap .apply_credit_label:hover {
  background-color: #0a0a0a;
  color: #fefefe;
}

/* line 88, app/assets/stylesheets/_/_pets.scss */
#pet-quote {
  padding: 3.75rem 1.25rem;
  background-color: #f2f2f2;
  text-align: center;
}

/* line 92, app/assets/stylesheets/_/_pets.scss */
#pet-quote blockquote {
  max-width: 800px;
  margin: 0 auto;
}

/* line 95, app/assets/stylesheets/_/_pets.scss */
#pet-quote blockquote p {
  font-size: 1.375rem;
  font-family: 'Georgia', serif;
  font-style: italic;
}

/* line 100, app/assets/stylesheets/_/_pets.scss */
#pet-quote blockquote cite {
  font-weight: bold;
  font-style: normal;
  color: #0a0a0a;
  line-height: 1;
  font-size: 1.25rem;
}

/* line 106, app/assets/stylesheets/_/_pets.scss */
#pet-quote blockquote cite span {
  font-size: 0.875rem;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 1;
}

/* line 116, app/assets/stylesheets/_/_pets.scss */
#pet-callout {
  padding: 20px;
  text-align: center;
  border: 1px solid #cacaca;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 6, app/assets/stylesheets/_/_summer.scss */
.summer-callout {
  padding: 1rem;
  background-color: #a5ce39;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 6, app/assets/stylesheets/_/_summer.scss */
  .summer-callout {
    padding: 0.5rem 1rem;
    flex-direction: row;
  }
}

/* line 20, app/assets/stylesheets/_/_summer.scss */
.summer-callout p {
  color: #fefefe;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/_/_summer.scss */
.summer-callout a {
  background-color: #a5ce39;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #fefefe;
  border: 2px solid #fefefe;
  border-radius: 100px;
}

/* line 32, app/assets/stylesheets/_/_summer.scss */
.summer-callout a:hover {
  background-color: #fefefe;
  color: #a5ce39;
}

/* line 40, app/assets/stylesheets/_/_summer.scss */
.summer .summer-callout, .home .summer-callout, .user-stats .summer-callout {
  display: none !important;
}

/* line 45, app/assets/stylesheets/_/_summer.scss */
.button-summer-blue {
  color: #4195b3;
  background-color: #fefefe;
  border: 2px solid #4195b3;
}

/* line 49, app/assets/stylesheets/_/_summer.scss */
.button-summer-blue:hover {
  color: #fefefe !important;
  background-color: #4195b3 !important;
}

/* line 55, app/assets/stylesheets/_/_summer.scss */
.button-summer-pink {
  color: #ff3277;
  background-color: #fefefe;
  border: 2px solid #ff3277;
}

/* line 59, app/assets/stylesheets/_/_summer.scss */
.button-summer-pink:hover {
  color: #fefefe !important;
  background-color: #ff3277 !important;
}

/* line 65, app/assets/stylesheets/_/_summer.scss */
.button-summer-purple {
  color: #c74fff;
  background-color: #fefefe;
  border: 2px solid #c74fff;
}

/* line 69, app/assets/stylesheets/_/_summer.scss */
.button-summer-purple:hover {
  color: #fefefe !important;
  background-color: #c74fff !important;
}

/* line 75, app/assets/stylesheets/_/_summer.scss */
.button-summer-green {
  color: #a5ce39;
  background-color: #fefefe;
  border: 2px solid #a5ce39;
}

/* line 79, app/assets/stylesheets/_/_summer.scss */
.button-summer-green:hover {
  color: #fefefe !important;
  background-color: #a5ce39 !important;
}

/* line 85, app/assets/stylesheets/_/_summer.scss */
.summer-blue {
  color: #4195b3;
}

/* line 89, app/assets/stylesheets/_/_summer.scss */
.summer-pink {
  color: #ff3277;
}

/* line 93, app/assets/stylesheets/_/_summer.scss */
.summer-purple {
  color: #c74fff;
}

/* line 97, app/assets/stylesheets/_/_summer.scss */
.summer-green {
  color: #a5ce39;
}

/* line 101, app/assets/stylesheets/_/_summer.scss */
#summer-header {
  background-image: url("//cdn.libro.fm/assets/website-images/summer_header.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 106, app/assets/stylesheets/_/_summer.scss */
#summer-header h1, #summer-header h2, #summer-header h3, #summer-header h4, #summer-header h5, #summer-header p {
  color: #fefefe;
}

/* line 110, app/assets/stylesheets/_/_summer.scss */
#summer-header p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 118, app/assets/stylesheets/_/_summer.scss */
#summer-header p a:hover {
  color: #fefefe;
  background-color: #ff3277;
}

/* line 126, app/assets/stylesheets/_/_summer.scss */
.summer-step {
  max-width: 60%;
  height: auto;
}

/* line 1, app/assets/stylesheets/_/_bestsellers.scss */
.rank {
  text-align: center;
  margin: 1em 0 0;
}

@media print, screen and (min-width: 64em) {
  /* line 1, app/assets/stylesheets/_/_bestsellers.scss */
  .rank {
    text-align: left;
  }
}

/* line 7, app/assets/stylesheets/_/_bestsellers.scss */
.rank a {
  color: #fefefe;
  display: inline-block;
  text-align: center;
  margin-bottom: .5em;
  font-size: .7em;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-weight: bold;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/* line 19, app/assets/stylesheets/_/_bestsellers.scss */
.rank a:hover, .rank a:active, .rank a:focus {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 25, app/assets/stylesheets/_/_bestsellers.scss */
.rank a.rank-all {
  background-color: #3D6ADE;
}

/* line 28, app/assets/stylesheets/_/_bestsellers.scss */
.rank a.rank-genre {
  background-color: #7f78e1;
}

/* line 34, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner {
  text-align: center;
  background-color: #3D6ADE;
  background-image: linear-gradient(-225deg, #3D6ADE 0%, #7f78e1 100%);
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 40, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner .content {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#bestseller-banner .content::before, #bestseller-banner .content::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#bestseller-banner .content::after {
  clear: both;
}

@media print, screen and (min-width: 40em) {
  /* line 40, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#bestseller-banner .content:last-child:not(:first-child) {
  float: right;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#bestseller-banner .content, #bestseller-banner .content:last-child {
  float: none;
}

@media print, screen and (min-width: 64em) {
  /* line 40, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-banner .content {
    width: 91.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  /* line 40, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #bestseller-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #bestseller-banner .content, #bestseller-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  /* line 40, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-banner .content {
    width: 83.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 75em) and (min-width: 40em) {
  /* line 40, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #bestseller-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #bestseller-banner .content, #bestseller-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  /* line 40, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-banner .content {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 90em) and (min-width: 40em) {
  /* line 40, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-banner .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #bestseller-banner .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #bestseller-banner .content, #bestseller-banner .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

/* line 55, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner h1 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 59, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner h2 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 63, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner h4 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 67, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner h3 {
  color: #fefefe;
  margin: 0 0 .25em;
}

/* line 71, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner p {
  color: #fefefe;
}

/* line 73, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 81, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 87, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner .button, #bestseller-banner .apply_credit_label {
  color: #fefefe;
  background-color: transparent;
  border: 2px solid #fefefe;
}

/* line 91, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-banner .button:hover, #bestseller-banner .apply_credit_label:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 98, app/assets/stylesheets/_/_bestsellers.scss */
.bestseller-time {
  background-color: #f2f2f2;
  text-align: center;
  padding: .5em 1em .5em;
  color: #8a8a8a;
  border-bottom: 1px solid #cacaca;
}

/* line 106, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-content {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  /* line 106, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-content {
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 106, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-content {
    border-right: 1px solid #cacaca;
    padding-right: 2em;
    padding-bottom: 4em;
  }
}

/* line 118, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list {
  padding-top: 1em;
  margin: 0;
  list-style-type: none;
}

/* line 122, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li {
  counter-increment: step-counter;
  border-bottom: 1px solid #cacaca;
  position: relative;
  min-height: 50px;
  padding: 2em 0;
}

/* line 128, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li::before {
  content: counter(step-counter);
  font-weight: bold;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  font-size: 2em;
  color: #fefefe;
  text-align: center;
  margin: 0 auto .5em;
  background-color: #3D6ADE;
  background-image: linear-gradient(-225deg, #3D6ADE 0%, #7f78e1 100%);
}

@media print, screen and (min-width: 40em) {
  /* line 128, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-top-list li::before {
    width: 60px;
    position: absolute;
    top: 20px;
    left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 150, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-top-list li .list-content {
    margin-left: 80px;
  }
}

/* line 154, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .cover-link {
  padding: 10px;
  display: block;
  width: 200px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 163, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .cover-link:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media print, screen and (min-width: 40em) {
  /* line 154, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-top-list li .list-content .cover-link {
    float: right;
    margin: -1em 2em 1em;
  }
}

/* line 172, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .cover-link .book-cover-wrap::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: -30px;
  display: block;
  width: 30px;
  height: 50px;
  background-color: transparent;
  background-image: url("//cdn.libro.fm/assets/website-images/earbud-left.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 185, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .cover-link .book-cover-wrap::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -43px;
  display: block;
  width: 95px;
  height: 50px;
  background-color: transparent;
  background-image: url("//cdn.libro.fm/assets/website-images/earbud-right.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 200, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .snipe {
  display: none;
}

/* line 203, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .title {
  color: #0a0a0a;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2;
}

/* line 208, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .title a {
  color: #0a0a0a;
}

/* line 210, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .title a:hover {
  color: #49bdbc;
}

/* line 215, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .author {
  color: #8a8a8a;
  font-size: 1.2em;
}

/* line 218, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .author a {
  color: #8a8a8a;
}

/* line 220, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .author a:hover {
  color: #49bdbc;
}

/* line 225, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .description {
  margin-top: 1em;
}

/* line 228, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .description .single-recommend-title,
#bestseller-top-list li .list-content .description .double-recommend-title {
  display: none;
}

/* line 234, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-top-list li .list-content .description blockquote img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 1em;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

@media print, screen and (min-width: 40em) {
  /* line 234, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-top-list li .list-content .description blockquote img {
    float: left;
    margin: 0 1em 1em 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 248, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-top-list li .list-content .description blockquote cite {
    display: inline-block;
    height: 50px;
    line-height: 50px;
  }
}

/* line 262, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-sidebar {
  padding: 2em 0;
}

@media print, screen and (min-width: 64em) {
  /* line 262, app/assets/stylesheets/_/_bestsellers.scss */
  #bestseller-sidebar {
    border-top: 0px;
  }
}

/* line 267, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-sidebar ul.genres {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 271, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-sidebar ul.genres li {
  margin: 0;
  padding: 0;
}

/* line 274, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-sidebar ul.genres li a {
  color: #0a0a0a;
  display: block;
  padding: .25em 0;
  line-height: 1;
}

/* line 279, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-sidebar ul.genres li a:hover {
  color: #49bdbc;
}

/* line 285, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-sidebar .button, #bestseller-sidebar .apply_credit_label {
  margin-top: 1em;
  margin-bottom: 0;
}

/* line 289, app/assets/stylesheets/_/_bestsellers.scss */
#bestseller-sidebar .upsell {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* line 1, app/assets/stylesheets/_/_preorder.scss */
#preorder-banner {
  padding: 4em 0;
  text-align: center;
  background-color: #0a0a0a;
  color: #fefefe;
}

/* line 6, app/assets/stylesheets/_/_preorder.scss */
#preorder-banner hr {
  width: 100px;
  margin: 2em auto;
}

/* line 10, app/assets/stylesheets/_/_preorder.scss */
#preorder-banner h1 {
  color: #fefefe;
}

/* line 12, app/assets/stylesheets/_/_preorder.scss */
#preorder-banner h1 small {
  color: #fefefe;
  text-transform: uppercase;
  display: block;
  font-size: .5em;
  line-height: 1.35;
}

/* line 20, app/assets/stylesheets/_/_preorder.scss */
#preorder-banner p {
  color: #fefefe;
}

/* line 22, app/assets/stylesheets/_/_preorder.scss */
#preorder-banner p a {
  color: #fefefe;
}

/* line 24, app/assets/stylesheets/_/_preorder.scss */
#preorder-banner p a:hover {
  border-bottom: 1px solid #fefefe;
}

/* line 29, app/assets/stylesheets/_/_preorder.scss */
#preorder-banner .available {
  display: none;
}

/* line 32, app/assets/stylesheets/_/_preorder.scss */
#preorder-banner .book-cover-wrap {
  max-width: 200px;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 64em) {
  /* line 32, app/assets/stylesheets/_/_preorder.scss */
  #preorder-banner .book-cover-wrap {
    max-width: 100%;
  }
}

/* line 41, app/assets/stylesheets/_/_preorder.scss */
#preorder-callout {
  background-color: #f2f2f2;
  margin-bottom: 2em;
}

/* line 44, app/assets/stylesheets/_/_preorder.scss */
#preorder-callout .content {
  text-align: center;
  padding: 2em 1em;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 49, app/assets/stylesheets/_/_preorder.scss */
#preorder-callout .content h2 {
  display: none;
}

/* line 52, app/assets/stylesheets/_/_preorder.scss */
#preorder-callout .content img {
  width: 80px;
  height: 80px;
  margin: 10px auto 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 62, app/assets/stylesheets/_/_preorder.scss */
#preorder-sidebar {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  border-top: 1px solid #cacaca;
}

@media print, screen and (min-width: 64em) {
  /* line 62, app/assets/stylesheets/_/_preorder.scss */
  #preorder-sidebar {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

/* line 72, app/assets/stylesheets/_/_preorder.scss */
#preorder-sidebar img {
  display: block;
  margin: 0 auto 1em;
  max-width: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}

/* line 2, app/assets/stylesheets/_/_clubs.scss */
#clubs img {
  margin-bottom: 1rem;
  border-radius: 4px;
}

/* line 8, app/assets/stylesheets/_/_clubs.scss */
.club-banner {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  background-color: #323B42;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 64em) {
  /* line 8, app/assets/stylesheets/_/_clubs.scss */
  .club-banner {
    background-image: url("//cdn.libro.fm/assets/website-images/kiss-bg.jpg");
    padding-bottom: 4em;
  }
}

/* line 20, app/assets/stylesheets/_/_clubs.scss */
.club-banner h2 {
  color: #fefefe;
}

/* line 23, app/assets/stylesheets/_/_clubs.scss */
.club-banner p {
  color: #fefefe;
}

/* line 25, app/assets/stylesheets/_/_clubs.scss */
.club-banner p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 33, app/assets/stylesheets/_/_clubs.scss */
.club-banner p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 39, app/assets/stylesheets/_/_clubs.scss */
.club-banner img {
  max-width: 250px;
  margin-bottom: 2em;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 39, app/assets/stylesheets/_/_clubs.scss */
  .club-banner img {
    max-width: 400px;
  }
}

/* line 47, app/assets/stylesheets/_/_clubs.scss */
.club-banner.kidsclub-banner {
  background-color: #bc3f7a;
}

@media print, screen and (min-width: 64em) {
  /* line 47, app/assets/stylesheets/_/_clubs.scss */
  .club-banner.kidsclub-banner {
    background-image: url("//cdn.libro.fm/assets/website-images/kidsclub-background2.jpg");
  }
}

/* line 53, app/assets/stylesheets/_/_clubs.scss */
.club-banner.yaclub-banner {
  background-color: #4c761f;
}

@media print, screen and (min-width: 64em) {
  /* line 53, app/assets/stylesheets/_/_clubs.scss */
  .club-banner.yaclub-banner {
    background-image: url("//cdn.libro.fm/assets/website-images/yaclub-background.jpg");
  }
}

/* line 59, app/assets/stylesheets/_/_clubs.scss */
.club-banner.businessclub-banner {
  background-color: #507393;
}

@media print, screen and (min-width: 64em) {
  /* line 59, app/assets/stylesheets/_/_clubs.scss */
  .club-banner.businessclub-banner {
    background-image: url("//cdn.libro.fm/assets/website-images/businessclub-background-2.jpg");
  }
}

/* line 67, app/assets/stylesheets/_/_clubs.scss */
.club-newsletter-callout {
  padding: 2em 1em;
  margin-top: 0;
  background-color: #fb002f;
}

/* line 71, app/assets/stylesheets/_/_clubs.scss */
.club-newsletter-callout .content {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 71, app/assets/stylesheets/_/_clubs.scss */
  .club-newsletter-callout .content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* line 78, app/assets/stylesheets/_/_clubs.scss */
.club-newsletter-callout .content p {
  color: #fefefe;
}

@media print, screen and (min-width: 64em) {
  /* line 78, app/assets/stylesheets/_/_clubs.scss */
  .club-newsletter-callout .content p {
    margin-bottom: 0;
  }
}

/* line 84, app/assets/stylesheets/_/_clubs.scss */
.club-newsletter-callout .content a {
  margin: 0 1em;
}

/* line 88, app/assets/stylesheets/_/_clubs.scss */
.club-newsletter-callout.kidsclub-club-newsletter-callout {
  background-color: #bc3f7a;
}

/* line 91, app/assets/stylesheets/_/_clubs.scss */
.club-newsletter-callout.yaclub-club-newsletter-callout {
  background-color: #4c761f;
}

/* line 94, app/assets/stylesheets/_/_clubs.scss */
.club-newsletter-callout.businessclub-club-newsletter-callout {
  background-color: #507393;
}

/* line 99, app/assets/stylesheets/_/_clubs.scss */
.club-callouts {
  background-color: #f2f2f2;
  text-align: center;
}

/* line 102, app/assets/stylesheets/_/_clubs.scss */
.club-callouts h3 {
  color: #fefefe;
}

/* line 105, app/assets/stylesheets/_/_clubs.scss */
.club-callouts p {
  color: #fefefe;
}

/* line 109, app/assets/stylesheets/_/_clubs.scss */
.club-callouts .content-wrap {
  padding: 2rem;
}

/* line 112, app/assets/stylesheets/_/_clubs.scss */
.club-callouts .callout-kids {
  background-color: #bc3f7a;
}

/* line 115, app/assets/stylesheets/_/_clubs.scss */
.club-callouts .callout-ya {
  background-color: #4c761f;
}

/* line 118, app/assets/stylesheets/_/_clubs.scss */
.club-callouts .callout-business {
  background-color: #507393;
}

/* line 121, app/assets/stylesheets/_/_clubs.scss */
.club-callouts .callout-slc {
  background-color: #046280;
}

/* line 124, app/assets/stylesheets/_/_clubs.scss */
.club-callouts .callout-avon {
  background-color: #f2f2f2;
}

/* line 126, app/assets/stylesheets/_/_clubs.scss */
.club-callouts .callout-avon p {
  color: #0a0a0a;
}

/* line 133, app/assets/stylesheets/_/_clubs.scss */
.club-feature {
  padding: 4em 0;
  background-color: #fb002f;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 64em) {
  /* line 133, app/assets/stylesheets/_/_clubs.scss */
  .club-feature {
    background-image: url("//cdn.libro.fm/assets/website-images/kiss-bg.jpg");
  }
}

/* line 143, app/assets/stylesheets/_/_clubs.scss */
.club-feature h2 {
  color: #fefefe;
}

/* line 146, app/assets/stylesheets/_/_clubs.scss */
.club-feature p {
  color: #fefefe;
}

/* line 149, app/assets/stylesheets/_/_clubs.scss */
.club-feature.kidsclub-club-feature {
  background-color: #bc3f7a;
}

@media print, screen and (min-width: 64em) {
  /* line 149, app/assets/stylesheets/_/_clubs.scss */
  .club-feature.kidsclub-club-feature {
    background-image: url("//cdn.libro.fm/assets/website-images/kidsclub-background2.jpg");
  }
}

/* line 155, app/assets/stylesheets/_/_clubs.scss */
.club-feature.yaclub-club-feature {
  background-color: #4c761f;
}

@media print, screen and (min-width: 64em) {
  /* line 155, app/assets/stylesheets/_/_clubs.scss */
  .club-feature.yaclub-club-feature {
    background-image: url("//cdn.libro.fm/assets/website-images/yaclub-background.jpg");
  }
}

/* line 161, app/assets/stylesheets/_/_clubs.scss */
.club-feature.businessclub-club-feature {
  background-color: #507393;
}

@media print, screen and (min-width: 64em) {
  /* line 161, app/assets/stylesheets/_/_clubs.scss */
  .club-feature.businessclub-club-feature {
    background-image: url("//cdn.libro.fm/assets/website-images/businessclub-background-2.jpg");
  }
}

/* line 169, app/assets/stylesheets/_/_clubs.scss */
.kissclub-headline {
  color: #fb002f;
}

/* line 173, app/assets/stylesheets/_/_clubs.scss */
.kidsclub-headline {
  color: #bc3f7a;
}

/* line 177, app/assets/stylesheets/_/_clubs.scss */
.yaclub-headline {
  color: #4c761f;
}

/* line 181, app/assets/stylesheets/_/_clubs.scss */
.businessclub-headline {
  color: #507393;
}

/* line 185, app/assets/stylesheets/_/_clubs.scss */
.title-club-callout {
  padding: 1rem;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #f2f2f2;
  margin-bottom: 1rem;
  text-align: center;
}

/* line 192, app/assets/stylesheets/_/_clubs.scss */
.title-club-callout img {
  width: 60%;
  height: auto;
  margin: 0 auto 1rem;
}

/* line 197, app/assets/stylesheets/_/_clubs.scss */
.title-club-callout h4 {
  color: #fefefe;
}

/* line 200, app/assets/stylesheets/_/_clubs.scss */
.title-club-callout p {
  color: #fefefe;
}

/* line 203, app/assets/stylesheets/_/_clubs.scss */
.title-club-callout.title-kids-callout {
  background-color: #bc3f7a;
}

/* line 206, app/assets/stylesheets/_/_clubs.scss */
.title-club-callout.title-ya-callout {
  background-color: #4c761f;
}

/* line 209, app/assets/stylesheets/_/_clubs.scss */
.title-club-callout.title-kiss-callout {
  background-color: #323B42;
}

/* line 1, app/assets/stylesheets/_/_author.scss */
#author-banner {
  text-align: center;
  background-color: #0a0a0a;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url("//cdn.libro.fm/assets/website-images/author-bg.jpg");
}

/* line 7, app/assets/stylesheets/_/_author.scss */
#author-banner h1 {
  color: #fefefe;
}

/* line 10, app/assets/stylesheets/_/_author.scss */
#author-banner p {
  color: #fefefe;
}

/* line 12, app/assets/stylesheets/_/_author.scss */
#author-banner p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 20, app/assets/stylesheets/_/_author.scss */
#author-banner p a:hover {
  color: #0a0a0a;
  background-color: #fefefe;
}

/* line 26, app/assets/stylesheets/_/_author.scss */
#author-banner.narrator-banner {
  background-image: url("//cdn.libro.fm/assets/website-images/narrator-bg.jpg");
}

/* line 31, app/assets/stylesheets/_/_author.scss */
.author-logo {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

/* line 37, app/assets/stylesheets/_/_author.scss */
.author-community {
  background-color: #fefefe;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 37, app/assets/stylesheets/_/_author.scss */
  .author-community {
    max-width: 100rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 91.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
  .author-community::before, .author-community::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
  }
  /* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
  .author-community::after {
    clear: both;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  /* line 37, app/assets/stylesheets/_/_author.scss */
  .author-community {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .author-community:last-child:not(:first-child) {
    float: right;
  }
  /* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .author-community, .author-community:last-child {
    float: none;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  /* line 37, app/assets/stylesheets/_/_author.scss */
  .author-community {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .author-community:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .author-community, .author-community:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  /* line 37, app/assets/stylesheets/_/_author.scss */
  .author-community {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 75em) and (min-width: 40em) {
  /* line 37, app/assets/stylesheets/_/_author.scss */
  .author-community {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .author-community:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .author-community, .author-community:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  /* line 37, app/assets/stylesheets/_/_author.scss */
  .author-community {
    width: 58.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 90em) and (min-width: 40em) {
  /* line 37, app/assets/stylesheets/_/_author.scss */
  .author-community {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .author-community:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .author-community, .author-community:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

/* line 53, app/assets/stylesheets/_/_author.scss */
.author-community .content {
  padding: 1em;
}

@media print, screen and (min-width: 64em) {
  /* line 53, app/assets/stylesheets/_/_author.scss */
  .author-community .content {
    padding: 2em;
  }
}

/* line 61, app/assets/stylesheets/_/_author.scss */
.author-preorder {
  background-color: #0a0a0a;
  margin-top: 2em;
}

/* line 64, app/assets/stylesheets/_/_author.scss */
.author-preorder .image {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url("http://via.placeholder.com/800x500");
  min-height: 200px;
}

/* line 69, app/assets/stylesheets/_/_author.scss */
.author-preorder .words {
  background-image: linear-gradient(-225deg, #ed6a76 0%, #7f78e1 100%);
}

/* line 71, app/assets/stylesheets/_/_author.scss */
.author-preorder .words .content {
  padding: 2em 1em;
}

@media print, screen and (min-width: 64em) {
  /* line 71, app/assets/stylesheets/_/_author.scss */
  .author-preorder .words .content {
    padding: 4em 4em;
  }
}

/* line 76, app/assets/stylesheets/_/_author.scss */
.author-preorder .words .content h2 {
  color: #fefefe;
}

/* line 79, app/assets/stylesheets/_/_author.scss */
.author-preorder .words .content p {
  color: #fefefe;
}

/* line 84, app/assets/stylesheets/_/_author.scss */
.author-preorder .words2 {
  background-color: #7f78e1;
  background-image: linear-gradient(-225deg, #49bdbc 0%, #7f78e1 100%);
}

/* line 90, app/assets/stylesheets/_/_author.scss */
.author-stance {
  padding: 4em 0;
  background-image: url("//cdn.libro.fm/assets/website-images/lined-paper-bg.jpg");
}

@media print, screen and (min-width: 64em) {
  /* line 90, app/assets/stylesheets/_/_author.scss */
  .author-stance {
    padding: 8em 0;
  }
}

/* line 96, app/assets/stylesheets/_/_author.scss */
.author-stance .content {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.author-stance .content::before, .author-stance .content::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
.author-stance .content::after {
  clear: both;
}

@media print, screen and (min-width: 40em) {
  /* line 96, app/assets/stylesheets/_/_author.scss */
  .author-stance .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
.author-stance .content:last-child:not(:first-child) {
  float: right;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
.author-stance .content, .author-stance .content:last-child {
  float: none;
}

@media print, screen and (min-width: 64em) {
  /* line 96, app/assets/stylesheets/_/_author.scss */
  .author-stance .content {
    width: 91.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  /* line 96, app/assets/stylesheets/_/_author.scss */
  .author-stance .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .author-stance .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .author-stance .content, .author-stance .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  /* line 96, app/assets/stylesheets/_/_author.scss */
  .author-stance .content {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 75em) and (min-width: 40em) {
  /* line 96, app/assets/stylesheets/_/_author.scss */
  .author-stance .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .author-stance .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .author-stance .content, .author-stance .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  /* line 96, app/assets/stylesheets/_/_author.scss */
  .author-stance .content {
    width: 58.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 90em) and (min-width: 40em) {
  /* line 96, app/assets/stylesheets/_/_author.scss */
  .author-stance .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  .author-stance .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  .author-stance .content, .author-stance .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

/* line 110, app/assets/stylesheets/_/_author.scss */
.author-stance .content h2 {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 4em;
  color: #ed6a76;
}

/* line 117, app/assets/stylesheets/_/_author.scss */
.author-stance .content p {
  font-family: "Crimson Text", serif;
  font-size: 1.4em;
}

/* line 124, app/assets/stylesheets/_/_author.scss */
.author-audiobook {
  background-color: #7f78e1;
  background-image: linear-gradient(-225deg, #49bdbc 0%, #7f78e1 100%);
  margin: 0;
  padding: 2em 0;
}

/* line 129, app/assets/stylesheets/_/_author.scss */
.author-audiobook h2 {
  color: #fefefe;
}

/* line 132, app/assets/stylesheets/_/_author.scss */
.author-audiobook p {
  color: #fefefe;
}

/* line 134, app/assets/stylesheets/_/_author.scss */
.author-audiobook p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 142, app/assets/stylesheets/_/_author.scss */
.author-audiobook p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 150, app/assets/stylesheets/_/_author.scss */
.binc-callout {
  background-color: #F9A634;
  color: #fefefe;
  padding: 2rem 0;
}

/* line 154, app/assets/stylesheets/_/_author.scss */
.binc-callout h2, .binc-callout h5, .binc-callout blockquote, .binc-callout p, .binc-callout cite {
  color: #fefefe;
}

/* line 1, app/assets/stylesheets/_/_contact.scss */
#contact-banner {
  background-color: #0a0a0a;
  text-align: center;
  padding: 4em 1em;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url("//cdn.libro.fm/assets/website-images/contact-bg-small.jpg");
}

@media print, screen and (min-width: 64em) {
  /* line 1, app/assets/stylesheets/_/_contact.scss */
  #contact-banner {
    background-image: url("//cdn.libro.fm/assets/website-images/contact-bg.jpg");
  }
}

/* line 10, app/assets/stylesheets/_/_contact.scss */
#contact-banner h1 {
  color: #fefefe;
}

/* line 13, app/assets/stylesheets/_/_contact.scss */
#contact-banner p {
  color: #fefefe;
}

/* line 1, app/assets/stylesheets/_/_testimonial.scss */
.testimonial {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
}

@media print, screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/_/_testimonial.scss */
  .testimonial {
    flex-direction: row;
    text-align: left;
  }
}

/* line 12, app/assets/stylesheets/_/_testimonial.scss */
.testimonial img {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

@media print, screen and (min-width: 40em) {
  /* line 12, app/assets/stylesheets/_/_testimonial.scss */
  .testimonial img {
    margin: 20px;
  }
}

/* line 23, app/assets/stylesheets/_/_testimonial.scss */
.testimonial + .testimonial {
  border-top: 1px solid #cacaca;
  padding-top: 2em;
}

@media print, screen and (min-width: 40em) {
  /* line 30, app/assets/stylesheets/_/_testimonial.scss */
  .testimonial:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

/* line 36, app/assets/stylesheets/_/_testimonial.scss */
.featured-testimonial {
  background-color: #0a0a0a;
  padding: 4rem 1rem;
  text-align: center;
}

/* line 41, app/assets/stylesheets/_/_testimonial.scss */
.featured-testimonial img {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 49, app/assets/stylesheets/_/_testimonial.scss */
.featured-testimonial blockquote {
  max-width: 800px;
  margin: 0 auto;
}

/* line 52, app/assets/stylesheets/_/_testimonial.scss */
.featured-testimonial blockquote p {
  color: #fefefe;
  font-size: 1.5em;
}

/* line 56, app/assets/stylesheets/_/_testimonial.scss */
.featured-testimonial blockquote cite {
  color: #fefefe;
}

/* line 3, app/assets/stylesheets/_/_switch.scss */
#switch-banner {
  background-image: url("//cdn.libro.fm/assets/website-images/switch-bg2020-sm.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

/* line 6, app/assets/stylesheets/_/_switch.scss */
#switch-banner h1, #switch-banner h2, #switch-banner h5, #switch-banner p {
  color: #fefefe;
}

@media print, screen and (min-width: 64em) {
  /* line 3, app/assets/stylesheets/_/_switch.scss */
  #switch-banner {
    background-image: url("//cdn.libro.fm/assets/website-images/switch-bg2020-lg.jpg");
  }
}

/* line 14, app/assets/stylesheets/_/_switch.scss */
#switch-tweets {
  text-align: center;
}

/* line 16, app/assets/stylesheets/_/_switch.scss */
#switch-tweets img {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  /* line 16, app/assets/stylesheets/_/_switch.scss */
  #switch-tweets img {
    width: 600px !important;
  }
}

/* line 24, app/assets/stylesheets/_/_switch.scss */
#switch-letter {
  margin-top: -4rem;
  text-align: center;
  border-bottom: 1px solid #cacaca;
}

/* line 30, app/assets/stylesheets/_/_switch.scss */
#switch-reasons {
  background-color: #f0365d;
  background-image: url("//cdn.libro.fm/assets/website-images/7-reasons-bg-sm.jpg");
  background-position: center center top;
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 64em) {
  /* line 30, app/assets/stylesheets/_/_switch.scss */
  #switch-reasons {
    background-image: url("//cdn.libro.fm/assets/website-images/7-reasons-bg.jpg");
  }
}

/* line 41, app/assets/stylesheets/_/_switch.scss */
#switch-reasons h2, #switch-reasons h5, #switch-reasons p {
  color: #fefefe;
}

/* line 46, app/assets/stylesheets/_/_switch.scss */
#switch-reasons p a {
  color: #fefefe;
  background-color: #f0365d;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 52, app/assets/stylesheets/_/_switch.scss */
#switch-reasons p a:hover {
  color: #e15b74;
  background-color: #fefefe;
}

/* line 59, app/assets/stylesheets/_/_switch.scss */
#switch-reasons span {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fefefe;
  font-size: 2em;
  line-height: 50px;
  color: #f0365d;
  font-weight: bold;
  margin: 0 auto 1rem;
  border-radius: 50px;
}

/* line 1, app/assets/stylesheets/_/_espanol.scss */
#latino-banner {
  padding: 2em 0;
  background-color: #0a0a0a;
  text-align: center;
  background-image: url("//cdn.libro.fm/assets/website-images/espanol-background-sm.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 9, app/assets/stylesheets/_/_espanol.scss */
#latino-banner h1 {
  color: #fefefe;
}

/* line 12, app/assets/stylesheets/_/_espanol.scss */
#latino-banner h5 {
  text-transform: uppercase;
  color: #49bdbc;
}

/* line 16, app/assets/stylesheets/_/_espanol.scss */
#latino-banner p {
  color: #fefefe;
}

@media print, screen and (min-width: 64em) {
  /* line 1, app/assets/stylesheets/_/_espanol.scss */
  #latino-banner {
    text-align: left;
    background-color: #f2f2f2;
    background-image: url("//cdn.libro.fm/assets/website-images/espanol-background-lg.jpg");
  }
  /* line 23, app/assets/stylesheets/_/_espanol.scss */
  #latino-banner h1 {
    color: #0a0a0a;
  }
  /* line 26, app/assets/stylesheets/_/_espanol.scss */
  #latino-banner p {
    color: #0a0a0a;
  }
}

/* line 33, app/assets/stylesheets/_/_espanol.scss */
#latino-grid {
  margin-top: 2rem;
}

/* line 35, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a {
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

/* line 46, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a::before {
  z-index: 1;
  content: '';
  display: block;
  padding-bottom: 100%;
}

/* line 52, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a::after {
  z-index: 2;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 62, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a span {
  z-index: 3;
  width: 100%;
  padding: 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: #fefefe;
  line-height: 1.25;
}

/* line 72, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a:hover::after {
  background-color: #49bdbc;
}

/* line 76, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.fiction {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-fiction.jpg");
}

/* line 77, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.history {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-history.jpg");
}

/* line 78, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.young-adult {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-young-adult.jpg");
}

/* line 79, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.kids {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-children.jpg");
}

/* line 80, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.mystery {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-mystery.jpg");
}

/* line 81, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.bio {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-bio.jpg");
}

/* line 82, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.romance {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-romance.jpg");
}

/* line 83, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.business {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-business.jpg");
}

/* line 84, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.fantasy {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-fantasy.jpg");
}

/* line 85, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.scifi {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-science-fiction.jpg");
}

/* line 86, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.health {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-health.jpg");
}

/* line 87, app/assets/stylesheets/_/_espanol.scss */
#latino-grid a.classics {
  background-image: url("//cdn.libro.fm/assets/genres/medium/genre-classics.jpg");
}

/* line 1, app/assets/stylesheets/_/_press.scss */
.seen-in {
  padding: 2rem 0;
}

/* line 4, app/assets/stylesheets/_/_press.scss */
.seen-in h5 {
  text-transform: uppercase;
  color: #8a8a8a;
  margin: 0;
  background-color: #fefefe;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

/* line 15, app/assets/stylesheets/_/_press.scss */
.seen-in .logos {
  clear: both;
  position: relative;
  z-index: 1;
  top: -12px;
  border-top: 1px solid #cacaca;
  padding-top: 2rem;
}

/* line 22, app/assets/stylesheets/_/_press.scss */
.seen-in .logos a {
  opacity: .75;
}

/* line 24, app/assets/stylesheets/_/_press.scss */
.seen-in .logos a:hover {
  opacity: 1;
}

/* line 29, app/assets/stylesheets/_/_harrypotter.scss */
#hp-intro {
  background-color: #9EB94A;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url("//cdn.libro.fm/assets/website-images/hp-green-spell.jpg");
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 29, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-intro {
    background-position: right center;
  }
}

/* line 38, app/assets/stylesheets/_/_harrypotter.scss */
#hp-intro .content {
  padding-top: 2em;
  padding-bottom: 2em;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 173, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#hp-intro .content::before, #hp-intro .content::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

/* line 184, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
#hp-intro .content::after {
  clear: both;
}

@media print, screen and (min-width: 40em) {
  /* line 38, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-intro .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#hp-intro .content:last-child:not(:first-child) {
  float: right;
}

/* line 83, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
#hp-intro .content, #hp-intro .content:last-child {
  float: none;
}

@media print, screen and (min-width: 64em) {
  /* line 38, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-intro .content {
    width: 91.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  /* line 38, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-intro .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #hp-intro .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #hp-intro .content, #hp-intro .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  /* line 38, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-intro .content {
    width: 83.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 75em) and (min-width: 40em) {
  /* line 38, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-intro .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #hp-intro .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #hp-intro .content, #hp-intro .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  /* line 38, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-intro .content {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 90em) and (min-width: 40em) {
  /* line 38, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-intro .content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 68, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_column.scss */
  #hp-intro .content:last-child:not(:first-child) {
    float: right;
  }
  /* line 20, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/grid/_position.scss */
  #hp-intro .content, #hp-intro .content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

/* line 54, app/assets/stylesheets/_/_harrypotter.scss */
#hp-intro .content h1 {
  font-family: "Crimson Text", serif;
  font-weight: normal;
}

/* line 57, app/assets/stylesheets/_/_harrypotter.scss */
#hp-intro .content h1 span {
  font-size: 1.8em;
  line-height: 1;
  display: block;
}

/* line 63, app/assets/stylesheets/_/_harrypotter.scss */
#hp-intro .content p {
  margin-bottom: 0px;
  font-family: "Crimson Text", serif;
  font-size: 1.25em;
}

/* line 69, app/assets/stylesheets/_/_harrypotter.scss */
#hp-intro img {
  width: 100%;
  height: auto;
}

/* line 75, app/assets/stylesheets/_/_harrypotter.scss */
.hp-quotes {
  padding: 2em 0;
}

/* line 77, app/assets/stylesheets/_/_harrypotter.scss */
.hp-quotes blockquote {
  padding: 2em 1em;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 77, app/assets/stylesheets/_/_harrypotter.scss */
  .hp-quotes blockquote {
    padding: 2em 8em;
  }
}

/* line 86, app/assets/stylesheets/_/_harrypotter.scss */
#hp-quidditch {
  padding-top: 2em;
  padding-bottom: 2em;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  background-color: #aa2a29;
  background-image: url("//cdn.libro.fm/assets/website-images/hp-canvas.jpg");
  text-align: center;
}

/* line 94, app/assets/stylesheets/_/_harrypotter.scss */
#hp-quidditch .content {
  padding: 2em 0;
}

@media print, screen and (min-width: 64em) {
  /* line 94, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-quidditch .content {
    padding: 4em 0;
  }
}

/* line 99, app/assets/stylesheets/_/_harrypotter.scss */
#hp-quidditch .content h1 {
  color: #fefefe;
  font-family: "Crimson Text", serif;
  font-weight: normal;
}

/* line 104, app/assets/stylesheets/_/_harrypotter.scss */
#hp-quidditch .content h1 span {
  font-size: 1.8em;
  line-height: 1;
  display: block;
}

/* line 110, app/assets/stylesheets/_/_harrypotter.scss */
#hp-quidditch .content p {
  color: #fefefe;
  font-family: "Crimson Text", serif;
  font-size: 1.25em;
}

/* line 115, app/assets/stylesheets/_/_harrypotter.scss */
#hp-quidditch .content p strong {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 120, app/assets/stylesheets/_/_harrypotter.scss */
#hp-quidditch .content .button, #hp-quidditch .content .apply_credit_label {
  background-color: #fefefe;
  color: #aa2a29;
}

/* line 123, app/assets/stylesheets/_/_harrypotter.scss */
#hp-quidditch .content .button:hover, #hp-quidditch .content .apply_credit_label:hover {
  background-color: #0a0a0a;
  color: #fefefe;
}

/* line 129, app/assets/stylesheets/_/_harrypotter.scss */
#hp-quidditch img {
  max-width: 300px;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 129, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-quidditch img {
    max-width: 500px;
  }
}

/* line 138, app/assets/stylesheets/_/_harrypotter.scss */
#hp-fb {
  padding-top: 2em;
  padding-bottom: 2em;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  background-color: #0A432D;
  background-image: url("//cdn.libro.fm/assets/website-images/hp-claws.jpg");
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 138, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-fb {
    background-image: url("//cdn.libro.fm/assets/website-images/hp-claws-large.jpg");
  }
}

/* line 149, app/assets/stylesheets/_/_harrypotter.scss */
#hp-fb .content {
  padding: 2em 0;
}

@media print, screen and (min-width: 64em) {
  /* line 149, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-fb .content {
    padding: 4em 0;
  }
}

/* line 154, app/assets/stylesheets/_/_harrypotter.scss */
#hp-fb .content h1 {
  color: #fefefe;
  font-family: "Crimson Text", serif;
  font-weight: normal;
}

/* line 158, app/assets/stylesheets/_/_harrypotter.scss */
#hp-fb .content h1 span {
  font-size: 1.8em;
  line-height: 1;
  display: block;
}

/* line 164, app/assets/stylesheets/_/_harrypotter.scss */
#hp-fb .content p {
  color: #fefefe;
  font-family: "Crimson Text", serif;
  font-size: 1.25em;
}

/* line 168, app/assets/stylesheets/_/_harrypotter.scss */
#hp-fb .content p strong {
  color: #f0c871;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 174, app/assets/stylesheets/_/_harrypotter.scss */
#hp-fb .content .button, #hp-fb .content .apply_credit_label {
  background-color: #f0c871;
  color: #222222;
}

/* line 177, app/assets/stylesheets/_/_harrypotter.scss */
#hp-fb .content .button:hover, #hp-fb .content .apply_credit_label:hover {
  color: #ffffff;
  background-color: #222222;
}

/* line 183, app/assets/stylesheets/_/_harrypotter.scss */
#hp-fb img {
  max-width: 300px;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 183, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-fb img {
    max-width: 500px;
  }
}

/* line 192, app/assets/stylesheets/_/_harrypotter.scss */
#bookstores {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 195, app/assets/stylesheets/_/_harrypotter.scss */
#bookstores .content {
  background-color: #222222;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 199, app/assets/stylesheets/_/_harrypotter.scss */
#bookstores .content img {
  width: 100%;
  height: auto;
}

/* line 203, app/assets/stylesheets/_/_harrypotter.scss */
#bookstores .content .words {
  padding: 20px 10px;
}

/* line 205, app/assets/stylesheets/_/_harrypotter.scss */
#bookstores .content .words h4 {
  color: #FF720D;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
}

/* line 211, app/assets/stylesheets/_/_harrypotter.scss */
#bookstores .content .words p {
  color: #fefefe;
  font-family: "Crimson Text", serif;
  font-size: 1.25em;
}

/* line 215, app/assets/stylesheets/_/_harrypotter.scss */
#bookstores .content .words p span {
  font-size: .8em;
  display: block;
}

/* line 225, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books a {
  display: block;
  text-align: center;
  min-height: 200px;
  background-color: #67CDDC;
  color: #fefefe;
  padding: 2em 1em 0px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media print, screen and (min-width: 64em) {
  /* line 225, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-books a {
    min-height: 300px;
  }
}

/* line 237, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books a h1 {
  color: #fefefe;
  margin-bottom: 0px;
  font-family: "Crimson Text", serif;
  font-size: 3em;
  font-weight: normal;
}

/* line 244, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books a p {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1;
}

/* line 250, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books a img {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  margin: 10px 0 -100px;
  position: relative;
  top: 0;
  max-width: 200px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media print, screen and (min-width: 64em) {
  /* line 250, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-books a img {
    max-width: 300px;
  }
}

/* line 261, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books a:hover {
  background-color: #222222;
}

/* line 263, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books a:hover img {
  top: -20px;
}

/* line 268, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book1 {
  background-color: #FF720D;
}

/* line 270, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book1:hover {
  background-color: #e45f00;
}

/* line 274, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book2 {
  background-color: #7F7283;
}

/* line 276, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book2:hover {
  background-color: #6c616f;
}

/* line 280, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book3 {
  background-color: #594F5E;
}

/* line 282, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book3:hover {
  background-color: #4c4350;
}

/* line 286, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book4 {
  background-color: #389FAF;
}

/* line 288, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book4:hover {
  background-color: #308795;
}

/* line 292, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book5 {
  background-color: #A00056;
}

/* line 294, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book5:hover {
  background-color: #880049;
}

/* line 298, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book6 {
  background-color: #CD4B00;
}

/* line 300, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book6:hover {
  background-color: #ae4000;
}

/* line 304, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book7 {
  background-color: #04645F;
}

/* line 306, app/assets/stylesheets/_/_harrypotter.scss */
#hp-books .book7:hover {
  background-color: #035551;
}

/* line 313, app/assets/stylesheets/_/_harrypotter.scss */
#hp-author {
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #192332;
}

@media print, screen and (min-width: 64em) {
  /* line 313, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-author {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    background-position: right center;
    background-image: url("//cdn.libro.fm/assets/website-images/hp-jk-rowling.jpg");
    background-color: #A2A4A9;
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

/* line 325, app/assets/stylesheets/_/_harrypotter.scss */
#hp-author h1 {
  color: #fefefe;
  font-family: "Crimson Text", serif;
  font-size: 3em;
  font-weight: normal;
}

/* line 331, app/assets/stylesheets/_/_harrypotter.scss */
#hp-author h3 {
  color: #A2A4A9;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  font-style: italic;
}

@media print, screen and (min-width: 64em) {
  /* line 331, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-author h3 {
    color: #192332;
  }
}

/* line 341, app/assets/stylesheets/_/_harrypotter.scss */
#hp-author p {
  color: #fefefe;
  font-family: "Crimson Text", serif;
  font-size: 1.25em;
}

/* line 346, app/assets/stylesheets/_/_harrypotter.scss */
#hp-author img {
  display: block;
  margin: 0 auto 20px;
  width: 150px;
  height: auto;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

@media print, screen and (min-width: 64em) {
  /* line 346, app/assets/stylesheets/_/_harrypotter.scss */
  #hp-author img {
    display: none;
  }
}

/* line 359, app/assets/stylesheets/_/_harrypotter.scss */
#hp-legal {
  background-color: #0a0a0a;
  padding: 1em;
  text-align: center;
  color: #cacaca;
  font-size: .8em;
}

/* line 1, app/assets/stylesheets/_/_formstack.scss */
.fsBody {
  text-align: left;
  padding: 1rem;
}

/* line 6, app/assets/stylesheets/_/_formstack.scss */
.fsBody .fieldset-content {
  padding-left: 1rem;
}

/* line 10, app/assets/stylesheets/_/_formstack.scss */
.fsBody .fsLabel {
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/_/_formstack.scss */
.fsBody .fsSupporting {
  color: #8a8a8a;
  font-size: .8em;
  position: relative;
  top: -10px;
}

/* line 21, app/assets/stylesheets/_/_formstack.scss */
.fsBody .fsSubmitButton {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1.25em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #49bdbc;
  color: #fefefe;
  font-weight: bold;
}

/* line 205, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .fsBody .fsSubmitButton {
  outline: 0;
}

/* line 150, ../../usr/local/bundle/gems/foundation-rails-6.4.1.3/vendor/assets/scss/components/_button.scss */
.fsBody .fsSubmitButton:hover, .fsBody .fsSubmitButton:focus {
  background-color: #3ba3a3;
  color: #fefefe;
}

/* line 1, app/assets/stylesheets/_/_champion.scss */
.champion-banner-intro {
  background-color: #0a0a0a;
  background-position: center top;
  background-size: cover;
  padding: 2rem 0;
  background-image: url("//cdn.libro.fm/assets/website-images/champion-jason-bg.jpg");
}

/* line 8, app/assets/stylesheets/_/_champion.scss */
.champion-banner-intro h1 {
  color: #fefefe;
}

/* line 12, app/assets/stylesheets/_/_champion.scss */
.champion-banner-intro p {
  color: #fefefe;
}

/* line 14, app/assets/stylesheets/_/_champion.scss */
.champion-banner-intro p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 22, app/assets/stylesheets/_/_champion.scss */
.champion-banner-intro p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 31, app/assets/stylesheets/_/_champion.scss */
.champion-banner {
  background-color: #0a0a0a;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  padding: 4rem 0;
}

/* line 38, app/assets/stylesheets/_/_champion.scss */
.champion-banner h1, .champion-banner h2, .champion-banner h3, .champion-banner h4, .champion-banner h5, .champion-banner p, .champion-banner cite {
  color: #fefefe;
}

/* line 42, app/assets/stylesheets/_/_champion.scss */
.champion-banner p {
  color: #fefefe;
}

/* line 44, app/assets/stylesheets/_/_champion.scss */
.champion-banner p a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 52, app/assets/stylesheets/_/_champion.scss */
.champion-banner p a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 59, app/assets/stylesheets/_/_champion.scss */
.champion-banner blockquote {
  font-family: "Crimson Text", serif;
  font-size: 1.5em;
}

@media print, screen and (min-width: 64em) {
  /* line 59, app/assets/stylesheets/_/_champion.scss */
  .champion-banner blockquote {
    font-size: 2.5em;
  }
}

/* line 67, app/assets/stylesheets/_/_champion.scss */
.champion-banner blockquote cite {
  font-size: .8em;
}

/* line 72, app/assets/stylesheets/_/_champion.scss */
.champion-banner hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 76, app/assets/stylesheets/_/_champion.scss */
.champion-banner .intro {
  text-align: center;
  display: flex;
  align-items: center;
}

/* line 81, app/assets/stylesheets/_/_champion.scss */
.champion-banner .intro img {
  width: 200px;
  height: auto;
  border-radius: 100%;
  margin: 1rem 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 81, app/assets/stylesheets/_/_champion.scss */
  .champion-banner .intro img {
    display: none;
  }
}

/* line 95, app/assets/stylesheets/_/_champion.scss */
.champion-portrait {
  border-radius: 100%;
  margin: 0 auto 1rem;
  width: 50%;
  max-width: 300px;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  /* line 95, app/assets/stylesheets/_/_champion.scss */
  .champion-portrait {
    display: none;
  }
}

/* line 110, app/assets/stylesheets/_/_champion.scss */
#champions-grid a {
  text-align: center;
  padding: 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #0a0a0a;
}

/* line 120, app/assets/stylesheets/_/_champion.scss */
#champions-grid a h4 {
  color: #0a0a0a;
  margin-bottom: 0;
}

/* line 125, app/assets/stylesheets/_/_champion.scss */
#champions-grid a p {
  line-height: 1.25;
}

/* line 129, app/assets/stylesheets/_/_champion.scss */
#champions-grid a img {
  max-width: 80%;
  height: auto;
  border-radius: 100%;
  margin-bottom: 1rem;
}

/* line 136, app/assets/stylesheets/_/_champion.scss */
#champions-grid a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 143, app/assets/stylesheets/_/_champion.scss */
.champion-ann {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-ann-bg.jpg");
}

/* line 145, app/assets/stylesheets/_/_champion.scss */
.champion-ann h2, .champion-ann h5, .champion-ann cite {
  color: #ed6a76;
}

/* line 150, app/assets/stylesheets/_/_champion.scss */
.champion-sean {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-sean-bg.jpg");
}

/* line 152, app/assets/stylesheets/_/_champion.scss */
.champion-sean h2, .champion-sean h5, .champion-sean cite {
  color: #49bdbc;
}

/* line 157, app/assets/stylesheets/_/_champion.scss */
.champion-jason {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-jason-bg.jpg");
}

/* line 159, app/assets/stylesheets/_/_champion.scss */
.champion-jason h2, .champion-jason h5, .champion-jason cite {
  color: #49bdbc;
}

/* line 164, app/assets/stylesheets/_/_champion.scss */
.champion-neil {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-neil-bg.jpg");
}

/* line 166, app/assets/stylesheets/_/_champion.scss */
.champion-neil h2, .champion-neil h5, .champion-neil cite {
  color: #5dcc8f;
}

/* line 171, app/assets/stylesheets/_/_champion.scss */
.champion-cory {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-cory-bg.jpg");
}

/* line 173, app/assets/stylesheets/_/_champion.scss */
.champion-cory h2, .champion-cory h5, .champion-cory cite {
  color: #7f78e1;
}

/* line 178, app/assets/stylesheets/_/_champion.scss */
.champion-nk {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-nk-bg.jpg");
}

/* line 180, app/assets/stylesheets/_/_champion.scss */
.champion-nk h2, .champion-nk h5, .champion-nk cite {
  color: #7f78e1;
}

/* line 185, app/assets/stylesheets/_/_champion.scss */
.champion-madeline {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-madeline-bg.jpg");
}

/* line 187, app/assets/stylesheets/_/_champion.scss */
.champion-madeline h2, .champion-madeline h5, .champion-madeline cite {
  color: #ed6a76;
}

/* line 192, app/assets/stylesheets/_/_champion.scss */
.champion-james {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-james-bg.jpg");
}

/* line 194, app/assets/stylesheets/_/_champion.scss */
.champion-james h2, .champion-james h5, .champion-james cite {
  color: #49bdbc;
}

/* line 199, app/assets/stylesheets/_/_champion.scss */
.champion-malcolm {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-malcolm-bg.jpg");
}

/* line 201, app/assets/stylesheets/_/_champion.scss */
.champion-malcolm h2, .champion-malcolm h5, .champion-malcolm cite {
  color: #5dcc8f;
}

/* line 206, app/assets/stylesheets/_/_champion.scss */
.champion-john {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-john-bg.jpg");
}

/* line 208, app/assets/stylesheets/_/_champion.scss */
.champion-john h2, .champion-john h5, .champion-john cite {
  color: #7f78e1;
}

/* line 213, app/assets/stylesheets/_/_champion.scss */
.champion-garth {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-garth-bg.jpg");
}

/* line 215, app/assets/stylesheets/_/_champion.scss */
.champion-garth h2, .champion-garth h5, .champion-garth cite {
  color: #F9A634;
}

/* line 220, app/assets/stylesheets/_/_champion.scss */
.button-garth {
  color: #fefefe;
  background-color: #F9A634;
}

/* line 223, app/assets/stylesheets/_/_champion.scss */
.button-garth:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 229, app/assets/stylesheets/_/_champion.scss */
.champion-emma {
  background-image: url("//cdn.libro.fm/assets/website-images/champion-emma-bg.jpg");
}

/* line 231, app/assets/stylesheets/_/_champion.scss */
.champion-emma h2, .champion-emma h5, .champion-emma cite {
  color: #ed6a76;
}

/* line 236, app/assets/stylesheets/_/_champion.scss */
.champion-news-item {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  padding: 1rem;
}

/* line 242, app/assets/stylesheets/_/_champion.scss */
.champion-news-item .words {
  padding: 1rem 0;
}

@media print, screen and (min-width: 64em) {
  /* line 242, app/assets/stylesheets/_/_champion.scss */
  .champion-news-item .words {
    padding: 2rem;
  }
}

/* line 249, app/assets/stylesheets/_/_champion.scss */
.champion-news-item .words .citation {
  font-size: .9em;
  opacity: .5;
}

/* line 256, app/assets/stylesheets/_/_champion.scss */
.champions-nominate {
  text-align: center;
  padding: 0 0 2em;
}

@media print, screen and (min-width: 64em) {
  /* line 256, app/assets/stylesheets/_/_champion.scss */
  .champions-nominate {
    padding: 4em 0;
  }
}

/* line 262, app/assets/stylesheets/_/_champion.scss */
.champions-nominate .content {
  padding: 1em;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  /* line 262, app/assets/stylesheets/_/_champion.scss */
  .champions-nominate .content {
    max-width: 60%;
  }
}

/* line 1, app/assets/stylesheets/_/_stats.scss */
.user-stats-callout {
  background-color: #0a0a0a;
  background-image: url("/assets/stat-bg-6842e24e95a8ecfe3e89f33e05ebf734f8776806a67ad8238984ea47d9dec452.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fefefe;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 1, app/assets/stylesheets/_/_stats.scss */
  .user-stats-callout {
    padding: 2rem;
    margin-bottom: 0;
  }
}

/* line 17, app/assets/stylesheets/_/_stats.scss */
.user-stats-callout h2 {
  color: #fefefe;
  text-align: center !important;
}

/* line 22, app/assets/stylesheets/_/_stats.scss */
.user-stats-callout .button, .user-stats-callout .apply_credit_label {
  background: linear-gradient(-225deg, #49bdbc 0%, #5dcc8f 100%);
}

/* line 28, app/assets/stylesheets/_/_stats.scss */
.stat-back {
  display: none;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0 50px;
  color: rgba(0, 0, 0, 0);
  font-weight: bold;
  background-color: transparent;
  border-radius: 100px;
  background-image: url("/assets/stat-back-6c54bde3c30d4accf73481e5b3caeeb971a419ad545f9ced567511178a538393.svg");
  background-position: left center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 64em) {
  /* line 28, app/assets/stylesheets/_/_stats.scss */
  .stat-back {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}

/* line 48, app/assets/stylesheets/_/_stats.scss */
.stat-back:hover {
  color: #fefefe;
  background-color: #0a0a0a;
}

/* line 56, app/assets/stylesheets/_/_stats.scss */
.user-stats .top-lines,
.user-stats .title-bar,
.user-stats #main-nav,
.user-stats .search-callout,
.user-stats .footer-callout,
.user-stats .indie-store-message,
.user-stats #footer {
  display: none !important;
}

/* line 66, app/assets/stylesheets/_/_stats.scss */
.user-stats #page-wrap {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 100vh;
}

/* line 71, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap {
  width: 100% !important;
  min-height: 100vh;
  background-color: #0a0a0a;
  background-image: url("/assets/stat-bg-6842e24e95a8ecfe3e89f33e05ebf734f8776806a67ad8238984ea47d9dec452.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fefefe;
}

@media print, screen and (min-width: 64em) {
  /* line 71, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 90, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  /* line 90, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap section {
    min-height: calc(100vh - 60px);
  }
}

/* line 100, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap footer {
  padding: 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 100, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap footer {
    padding: 0;
    height: 60px;
    line-height: 60px;
  }
}

/* line 107, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap footer a {
  color: #fefefe;
  text-decoration: underline;
}

/* line 110, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap footer a:hover {
  color: #49bdbc;
}

/* line 116, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap header, .user-stats #main-content-wrap article, .user-stats #main-content-wrap .footer {
  margin: 1rem 0;
}

/* line 120, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap header {
  align-items: center;
}

/* line 123, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap article {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 128, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .footer {
  align-items: center;
}

/* line 132, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap h1 {
  margin: 1rem;
  font-size: 2em;
  background: linear-gradient(-225deg, #49bdbc 0%, #5dcc8f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 140, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap h2 {
  margin: 1rem;
  font-size: 1em;
  font-weight: normal;
}

@media print, screen and (min-width: 40em) {
  /* line 147, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap h1 {
    font-size: 3.5em;
  }
  /* line 150, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap h2 {
    font-size: 1.5em;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 156, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap h1 {
    font-size: 5em;
  }
  /* line 159, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap h2 {
    font-size: 2.5em;
  }
}

/* line 164, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .user-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1800px;
  margin: 0;
}

/* line 172, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .user-stat-item {
  line-height: 1.25;
  flex-grow: 1;
  font-weight: bold;
  width: 50%;
}

@media print, screen and (min-width: 64em) {
  /* line 172, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap .user-stat-item {
    width: 25%;
  }
}

/* line 182, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .user-stat-item a {
  color: #fefefe;
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 190, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .user-stat-item a:hover {
  color: #49bdbc;
  background-color: #fefefe;
}

/* line 196, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .user-stat-item strong {
  font-size: 2em;
  display: block;
  margin: 0 0.5rem 0;
}

@media print, screen and (min-width: 40em) {
  /* line 196, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap .user-stat-item strong {
    font-size: 2.5em;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 196, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap .user-stat-item strong {
    font-size: 4em;
  }
}

/* line 209, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .user-stat-item strong small {
  font-size: .75em;
}

/* line 214, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .user-stat-item span {
  margin: 0 0.5rem 0.5rem;
}

/* line 218, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .user-stat-item img {
  width: 50%;
  max-width: 100px;
  height: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 218, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap .user-stat-item img {
    max-width: 160px;
  }
}

/* line 230, app/assets/stylesheets/_/_stats.scss */
.user-stats #main-content-wrap .user-stat-logo {
  width: 125px;
}

@media print, screen and (min-width: 40em) {
  /* line 230, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap .user-stat-logo {
    width: 200px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 230, app/assets/stylesheets/_/_stats.scss */
  .user-stats #main-content-wrap .user-stat-logo {
    width: 250px;
  }
}

/* line 1, app/assets/stylesheets/_/_holiday.scss */
#holiday-callout {
  background-color: #f00001;
  background-image: linear-gradient(-225deg, #f00001 0%, #b40d0d 100%);
  color: #fefefe;
  text-align: center;
  padding: .75em 1em;
  font-weight: bold;
  line-height: 1.75;
}

/* line 9, app/assets/stylesheets/_/_holiday.scss */
#holiday-callout a {
  color: #fefefe;
  border: 2px solid #fefefe;
  padding: 1px 12px 2px;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 17, app/assets/stylesheets/_/_holiday.scss */
#holiday-callout a:hover {
  color: #f00001;
  background-color: #fefefe;
}

/* line 25, app/assets/stylesheets/_/_holiday.scss */
.holiday #holiday-callout, .user-stats #holiday-callout {
  display: none;
}

/* line 30, app/assets/stylesheets/_/_holiday.scss */
.holiday-page {
  background-color: #f00001;
}

/* line 33, app/assets/stylesheets/_/_holiday.scss */
.holiday-page h1 {
  font-size: 3em;
}

@media print, screen and (min-width: 64em) {
  /* line 33, app/assets/stylesheets/_/_holiday.scss */
  .holiday-page h1 {
    font-size: 5em;
  }
}

/* line 42, app/assets/stylesheets/_/_holiday.scss */
.holiday-page p {
  margin: 2rem 0;
}

/* line 47, app/assets/stylesheets/_/_holiday.scss */
.holiday-section {
  padding: 4rem 0;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 47, app/assets/stylesheets/_/_holiday.scss */
  .holiday-section {
    display: flex;
    align-items: center;
    padding: 8rem 0;
    text-align: left;
  }
}

/* line 58, app/assets/stylesheets/_/_holiday.scss */
.holiday-section .words {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 58, app/assets/stylesheets/_/_holiday.scss */
  .holiday-section .words {
    max-width: 70%;
    padding: 0 4rem;
    margin: 0;
  }
}

@media screen and (min-width: 75em) {
  /* line 58, app/assets/stylesheets/_/_holiday.scss */
  .holiday-section .words {
    max-width: 60%;
  }
}

/* line 76, app/assets/stylesheets/_/_holiday.scss */
.holiday-section p a {
  background-color: transparent;
  border-bottom: 2px solid #fefefe;
  color: #fefefe;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 84, app/assets/stylesheets/_/_holiday.scss */
.holiday-section p a:hover {
  color: #0a0a0a;
  background-color: #fefefe;
}

/* line 92, app/assets/stylesheets/_/_holiday.scss */
.circe-message {
  margin-top: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 92, app/assets/stylesheets/_/_holiday.scss */
  .circe-message {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

/* line 101, app/assets/stylesheets/_/_holiday.scss */
.circe-message img {
  width: 250px;
  height: auto;
  margin: 1rem;
}

/* line 108, app/assets/stylesheets/_/_holiday.scss */
.holiday-image {
  border-radius: 100%;
  width: 50%;
  max-width: 300px;
  height: auto;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 64em) {
  /* line 108, app/assets/stylesheets/_/_holiday.scss */
  .holiday-image {
    display: none;
  }
}

/* line 120, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-1 {
  background-color: #302f32;
}

@media print, screen and (min-width: 64em) {
  /* line 120, app/assets/stylesheets/_/_holiday.scss */
  .holiday-section-1 {
    background-image: url("//cdn.libro.fm/assets/website-images/holiday-section1-bg.jpg");
    background-position: center center;
    background-size: cover;
  }
}

/* line 129, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-1 h1, .holiday-section-1 h2, .holiday-section-1 p {
  color: #fefefe;
}

/* line 134, app/assets/stylesheets/_/_holiday.scss */
.holiday-memberships {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 64em) {
  /* line 134, app/assets/stylesheets/_/_holiday.scss */
  .holiday-memberships {
    justify-content: flex-start;
    flex-direction: row;
  }
}

/* line 144, app/assets/stylesheets/_/_holiday.scss */
.holiday-memberships a {
  text-align: center;
  border-radius: 20px;
  padding: 2rem 1rem;
  color: #fefefe;
  font-size: 1.25em;
  cursor: pointer;
  font-weight: bold;
  width: 50%;
}

@media screen and (min-width: 75em) {
  /* line 144, app/assets/stylesheets/_/_holiday.scss */
  .holiday-memberships a {
    width: 25%;
  }
}

/* line 158, app/assets/stylesheets/_/_holiday.scss */
.holiday-memberships a strong {
  display: block;
  font-size: 3em;
  line-height: 1;
}

/* line 164, app/assets/stylesheets/_/_holiday.scss */
.holiday-memberships a span {
  display: block;
  font-weight: normal;
  font-size: .8em;
}

/* line 170, app/assets/stylesheets/_/_holiday.scss */
.holiday-memberships a em {
  display: inline-block;
  font-size: .8em;
  background-color: #fefefe;
  font-style: normal;
  color: #0a0a0a;
  padding: 5px 15px;
  margin-top: 10px;
  border-radius: 100px;
}

/* line 181, app/assets/stylesheets/_/_holiday.scss */
.holiday-memberships a:hover {
  background-color: #cc0102;
}

/* line 183, app/assets/stylesheets/_/_holiday.scss */
.holiday-memberships a:hover em {
  color: #cc0102;
}

/* line 191, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-2 {
  background-color: #fefefe;
}

@media print, screen and (min-width: 64em) {
  /* line 191, app/assets/stylesheets/_/_holiday.scss */
  .holiday-section-2 {
    background-image: url("//cdn.libro.fm/assets/website-images/holiday-section2-bg.jpg");
    background-position: center center;
    background-size: cover;
    flex-direction: row-reverse;
  }
}

/* line 201, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-2 h1 {
  color: #e8790e;
}

/* line 206, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-2 p a {
  background-color: transparent;
  border-bottom: 2px solid #e8790e;
  color: #0a0a0a;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 214, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-2 p a:hover {
  color: #fefefe;
  background-color: #e8790e;
}

/* line 221, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-2 .button, .holiday-section-2 .apply_credit_label {
  background-color: #e8790e !important;
}

/* line 223, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-2 .button:hover, .holiday-section-2 .apply_credit_label:hover {
  color: #fefefe !important;
  background-color: #0a0a0a !important;
}

/* line 231, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-3 {
  background-color: #7c0005;
}

@media print, screen and (min-width: 64em) {
  /* line 231, app/assets/stylesheets/_/_holiday.scss */
  .holiday-section-3 {
    background-image: url("//cdn.libro.fm/assets/website-images/holiday-section3-bg.jpg");
    background-position: center center;
    background-size: cover;
  }
}

/* line 240, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-3 h1, .holiday-section-3 h2, .holiday-section-3 p {
  color: #fefefe;
}

/* line 245, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-4 {
  background-color: #2e393b;
  text-align: center;
  background-image: url("//cdn.libro.fm/assets/website-images/holiday-section4-bg.jpg");
  background-position: center center;
  background-size: contain;
}

/* line 252, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-4 img {
  width: 100%;
  height: auto;
}

/* line 257, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-4 h1, .holiday-section-4 p {
  color: #fefefe;
}

/* line 261, app/assets/stylesheets/_/_holiday.scss */
.holiday-section-4 h1 {
  margin: 0 auto 2rem;
  max-width: 90%;
}

@media print, screen and (min-width: 64em) {
  /* line 261, app/assets/stylesheets/_/_holiday.scss */
  .holiday-section-4 h1 {
    margin: -200px auto 2rem;
    max-width: 60%;
  }
}

/* line 274, app/assets/stylesheets/_/_holiday.scss */
.holiday-playlists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
}

@media print, screen and (min-width: 64em) {
  /* line 274, app/assets/stylesheets/_/_holiday.scss */
  .holiday-playlists {
    justify-content: flex-start;
    flex-direction: row;
  }
}

/* line 286, app/assets/stylesheets/_/_holiday.scss */
.holiday-playlists a {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  overflow: hidden;
  padding: 2rem;
  color: #cc0102;
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem;
}

@media print, screen and (min-width: 64em) {
  /* line 286, app/assets/stylesheets/_/_holiday.scss */
  .holiday-playlists a {
    width: 30%;
  }
}

/* line 306, app/assets/stylesheets/_/_holiday.scss */
.holiday-playlists a span {
  font-size: .5em;
}

/* line 310, app/assets/stylesheets/_/_holiday.scss */
.holiday-playlists a:hover {
  color: #fefefe;
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 3, app/assets/stylesheets/_/_juneteenth.scss */
.juneteenth-callout {
  padding: 1rem;
  background-color: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 3, app/assets/stylesheets/_/_juneteenth.scss */
  .juneteenth-callout {
    padding: 0.5rem 1rem;
    flex-direction: row;
  }
}

/* line 17, app/assets/stylesheets/_/_juneteenth.scss */
.juneteenth-callout p {
  color: #fefefe;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/_/_juneteenth.scss */
.juneteenth-callout a {
  background-color: #0a0a0a;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #fefefe;
  border: 2px solid #fefefe;
  border-radius: 100px;
}

/* line 29, app/assets/stylesheets/_/_juneteenth.scss */
.juneteenth-callout a:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 37, app/assets/stylesheets/_/_juneteenth.scss */
.home .juneteenth-callout, .juneteenth .juneteenth-callout, .memberships .juneteenth-callout, .user-stats .juneteenth-callout, .gift-center .juneteenth-callout, .explore .juneteenth-callout, .referral .juneteenth-callout {
  display: none;
}

/* line 42, app/assets/stylesheets/_/_juneteenth.scss */
.juneteenth-color {
  color: #cf2e2e;
}

/* line 46, app/assets/stylesheets/_/_juneteenth.scss */
#juneteenth-header {
  color: #fefefe;
}

/* line 48, app/assets/stylesheets/_/_juneteenth.scss */
#juneteenth-header p {
  color: #fefefe;
}

/* line 50, app/assets/stylesheets/_/_juneteenth.scss */
#juneteenth-header p a {
  color: #fefefe;
  text-decoration: underline;
}

/* line 53, app/assets/stylesheets/_/_juneteenth.scss */
#juneteenth-header p a:hover {
  color: #cf2e2e;
}

/* line 60, app/assets/stylesheets/_/_juneteenth.scss */
#juneteenth-callout {
  border-radius: 20px;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/_/_juneteenth.scss */
#juneteenth-callout .juneteenth-content {
  padding: 2rem 1rem;
}

/* line 1, app/assets/stylesheets/_/_events.scss */
#author-events {
  text-align: center;
  padding: 4rem 1rem;
  text-align: center;
  background-image: url("//cdn.libro.fm/assets/website-images/event-bg.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-color: #0a0a0a;
}

/* line 9, app/assets/stylesheets/_/_events.scss */
#author-events h1 {
  color: #fefefe;
}

/* line 12, app/assets/stylesheets/_/_events.scss */
#author-events h5 {
  color: #49bdbc;
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/_/_events.scss */
#author-events p {
  color: #fefefe;
}

/* line 1, app/assets/stylesheets/_/_stripe.scss */
#stripe-container {
  max-width: 600px;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/_/_stripe.scss */
  #stripe-container {
    margin: 0 auto 0 0;
  }
}

/* line 9, app/assets/stylesheets/_/_stripe.scss */
.StripeElement {
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: white;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 20, app/assets/stylesheets/_/_stripe.scss */
.StripeElement--focus {
  border-color: #8a8a8a;
  box-shadow: 0 0 5px #cacaca;
}

/* line 25, app/assets/stylesheets/_/_stripe.scss */
.StripeElement--invalid {
  border-color: #ed6a76;
}

/* line 29, app/assets/stylesheets/_/_stripe.scss */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 33, app/assets/stylesheets/_/_stripe.scss */
#card-errors {
  margin: -0.5rem 0 2rem 0;
  font-size: .9em;
  font-weight: bold;
}

/* line 38, app/assets/stylesheets/_/_stripe.scss */
#card-errors[role=alert] {
  color: #ed6a76;
}

/* line 1, app/assets/stylesheets/_/_covid.scss */
#covid-callout {
  background-color: #DB2020;
  color: #fefefe;
  text-align: center;
  padding: .75em 1em;
  line-height: 1.75;
}

/* line 7, app/assets/stylesheets/_/_covid.scss */
#covid-callout a {
  color: #fefefe;
  font-weight: bold;
  border: 2px solid #fefefe;
  padding: 1px 12px 2px;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 16, app/assets/stylesheets/_/_covid.scss */
#covid-callout a:hover {
  color: #DB2020;
  background-color: #fefefe;
}

/* line 24, app/assets/stylesheets/_/_covid.scss */
.user-stats #covid-callout {
  display: none;
}

/* line 29, app/assets/stylesheets/_/_covid.scss */
#covid {
  border-top: 4px solid #fefefe;
  border-bottom: 4px solid #fefefe;
  background-color: #222222;
  padding: 6rem 0 4rem;
}

/* line 35, app/assets/stylesheets/_/_covid.scss */
#covid h1 {
  color: #fefefe;
}

/* line 39, app/assets/stylesheets/_/_covid.scss */
#covid h4 {
  color: #fefefe;
  display: inline-block;
  background-color: #DB2020;
  padding: 0.5rem 1rem;
}

/* line 46, app/assets/stylesheets/_/_covid.scss */
#covid p {
  color: #fefefe;
}

/* line 50, app/assets/stylesheets/_/_covid.scss */
#covid .button, #covid .apply_credit_label {
  background-color: #DB2020;
  color: #fefefe;
}

/* line 53, app/assets/stylesheets/_/_covid.scss */
#covid .button:hover, #covid .apply_credit_label:hover {
  background-color: #0a0a0a;
}

/* line 60, app/assets/stylesheets/_/_covid.scss */
.covid-callout {
  background-color: #DB2020;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 2rem;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 60, app/assets/stylesheets/_/_covid.scss */
  .covid-callout {
    padding: 2rem;
  }
}

/* line 71, app/assets/stylesheets/_/_covid.scss */
.covid-callout h4, .covid-callout p {
  color: #fefefe;
}

/* line 4, app/assets/stylesheets/_/_binc.scss */
#binc-callout {
  background-color: #742970;
  color: #fefefe;
  text-align: center;
  padding: .75em 1em;
  line-height: 1.75;
}

/* line 10, app/assets/stylesheets/_/_binc.scss */
#binc-callout a {
  color: #fefefe;
  font-weight: bold;
  border: 2px solid #fefefe;
  padding: 1px 12px 2px;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 19, app/assets/stylesheets/_/_binc.scss */
#binc-callout a:hover {
  color: #742970;
  background-color: #fefefe;
}

/* line 26, app/assets/stylesheets/_/_binc.scss */
.binc-headline {
  color: #742970;
}

/* line 33, app/assets/stylesheets/_/_binc.scss */
.user-stats #binc-callout,
.binc #binc-callout,
.home #binc-callout {
  display: none;
}

/* line 38, app/assets/stylesheets/_/_binc.scss */
#binc-header {
  background-color: #742970;
}

/* line 41, app/assets/stylesheets/_/_binc.scss */
#binc-header h1 {
  color: #F9A634;
}

/* line 45, app/assets/stylesheets/_/_binc.scss */
#binc-header h3 {
  color: #fefefe;
}

/* line 49, app/assets/stylesheets/_/_binc.scss */
#binc-header h4 {
  color: #F9A634;
}

/* line 53, app/assets/stylesheets/_/_binc.scss */
#binc-header p {
  color: #fefefe;
}

/* line 55, app/assets/stylesheets/_/_binc.scss */
#binc-header p a {
  color: #fefefe;
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/_/_binc.scss */
#binc-header p a:hover {
  color: #F9A634;
}

/* line 64, app/assets/stylesheets/_/_binc.scss */
#binc-header .binc-number {
  display: block;
  width: 50px;
  height: 50px;
  margin: 1rem auto;
  background-color: #742970;
  color: #F9A634;
  border: 2px solid #F9A634;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 50px;
  line-height: 46px;
}

/* line 78, app/assets/stylesheets/_/_binc.scss */
#binc-header .binc-collage {
  margin: 1rem auto 0;
}

/* line 87, app/assets/stylesheets/_/_binc.scss */
.binc #binc-footer {
  background-color: #F9A634;
}

/* line 90, app/assets/stylesheets/_/_binc.scss */
.binc #binc-footer h2 {
  color: #742970;
}

/* line 94, app/assets/stylesheets/_/_binc.scss */
.binc #binc-footer p {
  color: #0a0a0a;
}

/* line 102, app/assets/stylesheets/_/_binc.scss */
.binc p a {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 105, app/assets/stylesheets/_/_binc.scss */
.binc p a:hover {
  color: #F9A634;
}

/* line 112, app/assets/stylesheets/_/_binc.scss */
.binc .binc-headline {
  color: #742970;
}

/* line 116, app/assets/stylesheets/_/_binc.scss */
.binc h6 {
  color: #F9A634;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1rem 0 0;
}

/* line 123, app/assets/stylesheets/_/_binc.scss */
.binc .binc-socks {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  /* line 123, app/assets/stylesheets/_/_binc.scss */
  .binc .binc-socks {
    max-width: 100%;
  }
}

/* line 132, app/assets/stylesheets/_/_binc.scss */
.binc .binc-sock-image {
  position: relative;
}

/* line 134, app/assets/stylesheets/_/_binc.scss */
.binc .binc-sock-image .binc-buy-now {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
}

/* line 147, app/assets/stylesheets/_/_binc.scss */
.binc .binc-sock-image:hover .binc-buy-now {
  opacity: 1;
}

/* line 153, app/assets/stylesheets/_/_binc.scss */
.binc .artist-bio-header {
  display: flex;
  align-items: center;
}

/* line 157, app/assets/stylesheets/_/_binc.scss */
.binc .artist-bio-header img {
  display: none;
}

@media print, screen and (min-width: 64em) {
  /* line 157, app/assets/stylesheets/_/_binc.scss */
  .binc .artist-bio-header img {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    margin-left: 0.5rem;
  }
}

/* line 168, app/assets/stylesheets/_/_binc.scss */
.binc .artist-bio-header > a:first-of-type {
  margin-left: auto;
}

/* line 172, app/assets/stylesheets/_/_binc.scss */
.binc .artist-bio-header a {
  padding: 0.5rem;
  color: #cacaca;
}

/* line 175, app/assets/stylesheets/_/_binc.scss */
.binc .artist-bio-header a:hover {
  color: #F9A634;
}

/* line 4, app/assets/stylesheets/_/_playlist_editor.scss */
.playlist-tag-editor-js + span.select2 span.select2-selection__choice__remove {
  color: #444444;
}

/* line 9, app/assets/stylesheets/_/_playlist_editor.scss */
.playlist-tag-editor-js + span.select2 li.select2-selection__choice[title^="mood:"] {
  background-color: #7f78e1 !important;
  color: #ffffff;
}

/* line 14, app/assets/stylesheets/_/_playlist_editor.scss */
.playlist-tag-editor-js + span.select2 li.select2-selection__choice[title^="season:"] {
  background-color: #49bdbc !important;
  color: #ffffff;
}

/* line 19, app/assets/stylesheets/_/_playlist_editor.scss */
.playlist-tag-editor-js + span.select2 li.select2-selection__choice[title^="topic:"] {
  background-color: #5dcc8f !important;
  color: #ffffff;
}

/* line 24, app/assets/stylesheets/_/_playlist_editor.scss */
.playlist-tag-editor-js + span.select2 li.select2-selection__choice[title^="audience:"] {
  background-color: #4c761f !important;
  color: #ffffff;
}

/* line 29, app/assets/stylesheets/_/_playlist_editor.scss */
.playlist-tag-editor-js + span.select2 li.select2-selection__choice[title^="awards:"] {
  background-color: #ffb700 !important;
}

/* line 1, app/assets/stylesheets/_/_tags.scss */
.tag-cloud {
  background-color: #fefefe;
  padding: 2rem 1rem;
  text-align: center;
  border-top: 1px solid #cacaca;
  display: none;
}

/* line 8, app/assets/stylesheets/_/_tags.scss */
.tag-cloud.tag-cloud-expanded {
  display: block;
}

/* line 13, app/assets/stylesheets/_/_tags.scss */
.selected_tags {
  padding: 0.5rem 0.5rem 0;
  border-top: 1px solid #cacaca;
  text-align: center;
  background-color: #f2f2f2;
}

/* line 19, app/assets/stylesheets/_/_tags.scss */
.selected_tags a {
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

/* line 25, app/assets/stylesheets/_/_tags.scss */
.playlist_filter_header {
  font-size: .9em;
  font-weight: bold;
  margin: 1rem 0 0;
}

/* line 30, app/assets/stylesheets/_/_tags.scss */
.playlist_filter_header::before {
  right: 0 !important;
}

/* line 35, app/assets/stylesheets/_/_tags.scss */
.playlist_filter_tag {
  display: inline;
  line-height: 1.25;
}

/* line 39, app/assets/stylesheets/_/_tags.scss */
.playlist_filter_tag a {
  color: #0a0a0a;
  font-size: .9em;
  text-transform: capitalize;
  white-space: nowrap;
  hyphens: none;
}

/* line 46, app/assets/stylesheets/_/_tags.scss */
.playlist_filter_tag a:hover {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 51, app/assets/stylesheets/_/_tags.scss */
.playlist_filter_tag a em {
  color: #8a8a8a;
}

/* line 58, app/assets/stylesheets/_/_tags.scss */
.playlist_filter_tag + .playlist_filter_tag::before {
  content: ', ';
  margin: 0;
}

/* line 65, app/assets/stylesheets/_/_tags.scss */
.playlist_header_tags {
  color: #fefefe;
  text-align: center;
}

/* line 69, app/assets/stylesheets/_/_tags.scss */
.playlist_header_tags a {
  text-transform: capitalize;
  color: #fefefe;
  text-decoration: underline;
  margin: 0 3px;
}

/* line 1, app/assets/stylesheets/_/_organizations.scss */
#org-header {
  background-image: url("//cdn.libro.fm/assets/website-images/org-header-bg.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

/* line 5, app/assets/stylesheets/_/_organizations.scss */
#org-header h1, #org-header p {
  color: #fefefe;
}

/* line 9, app/assets/stylesheets/_/_organizations.scss */
#org-header h4 {
  color: #49bdbc;
}
