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

/* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

/* line 62, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

/* line 97, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

/* line 119, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 143, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 157, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

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

/* line 174, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 199, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

/* line 208, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 226, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

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

/* line 279, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 307, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 312, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 323, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 328, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 336, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 344, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 352, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 359, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 371, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 377, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 392, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 404, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 409, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 414, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 427, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 436, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 445, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 449, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 454, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 460, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

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

/* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

/* line 67, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

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

/* line 106, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

/* line 122, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

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

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

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

/* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

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

/* line 28, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

/* line 8, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

/* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 57, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 65, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

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

/* line 124, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 132, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 136, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 142, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

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

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

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

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

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

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

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

/* line 181, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

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

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

/* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 53, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 62, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 74, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

/* line 95, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 102, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

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

/* line 127, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

/* line 160, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 167, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 176, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 180, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 196, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 219, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 224, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 228, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 235, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

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

/* line 75, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 83, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

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

/* line 101, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 106, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 115, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 123, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 127, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 135, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 138, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 143, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 148, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 155, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

/* line 169, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 173, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 178, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

/* line 75, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 83, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

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

/* line 101, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 106, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 115, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 123, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 127, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 135, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 138, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 143, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 148, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 155, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 159, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 169, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 173, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 178, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 263, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 271, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 277, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 285, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 294, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 301, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 305, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 312, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 319, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 326, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 330, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 38, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 53, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 64, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 64, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 64, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 64, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 64, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 64, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 64, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 64, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 70, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

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

/* line 71, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 76, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 82, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 70, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

/* line 71, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 76, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 82, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 70, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

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

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

/* line 76, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 82, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 70, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

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

/* line 71, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 76, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 70, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 71, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 76, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 70, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

/* line 76, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 82, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 70, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 71, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 76, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 82, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 70, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

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

/* line 71, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 76, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 82, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 81, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 90, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 96, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 110, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 114, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 123, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 128, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 137, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

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

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

/* line 2, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  /* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  /* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  /* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

/* line 61, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 74, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 84, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 91, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 101, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 110, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 120, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

/* line 139, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 143, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

/* line 153, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

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

/* line 172, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

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

/* line 187, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

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

/* line 46, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

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

/* line 127, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

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

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

/* line 25, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 56, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 58, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 76, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 80, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 85, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 93, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 94, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 102, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 118, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

/* line 135, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 147, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

/* line 152, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 164, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 177, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 186, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

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

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

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

/* line 55, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

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

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

/* line 75, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

/* line 110, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

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

/* line 121, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

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

/* line 132, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 135, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 146, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

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

/* line 157, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 168, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 172, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 179, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 179, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 191, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 198, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

/* line 240, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

/* line 258, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 264, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 269, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 277, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

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

/* line 311, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 316, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 321, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

/* line 342, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

/* line 373, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 378, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 379, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 380, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 383, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  /* line 387, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 398, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  /* line 414, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 424, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  /* line 440, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 453, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 458, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 469, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

/* line 481, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 485, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 489, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 493, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 497, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 503, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 503, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 63, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

/* line 94, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

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

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

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

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

/* line 68, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 121, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

/* line 145, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 147, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 158, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 161, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 165, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 172, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 177, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 184, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 199, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

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

/* line 208, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

/* line 215, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

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

/* line 228, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

/* line 237, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 239, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

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

/* line 251, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 260, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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

/* line 267, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 272, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 280, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

/* line 289, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 291, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

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

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 59, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

/* line 75, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 80, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 86, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 91, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 101, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 108, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 114, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 123, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 129, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 134, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 142, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 146, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 142, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 155, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 172, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 178, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 172, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 186, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 191, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 198, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 201, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 205, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 211, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 214, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 218, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 224, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 227, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 231, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 237, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 240, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 258, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 257, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 268, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 281, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card {
  overflow: hidden;
}

/* line 285, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 289, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 295, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 301, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 306, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card .card-header {
  margin-bottom: -1px;
}

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

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

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

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

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

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

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

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

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

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

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

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

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

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

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

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

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

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

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

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

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

/* line 27, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

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

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

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

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

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

/* line 66, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 74, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 89, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 94, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 100, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 106, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

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

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

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

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

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

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

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

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

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

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

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

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

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

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

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

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

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

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

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

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

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

/* line 41, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

/* line 44, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

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

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

/* line 67, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 84, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 94, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 95, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

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

/* line 108, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 123, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 132, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 141, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 142, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 146, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 157, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 162, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 165, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 174, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 178, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 185, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

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

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

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

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

/* line 55, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

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

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

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

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

/* line 81, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

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

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

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

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

/* line 104, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

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

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

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

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

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

/* line 142, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

/* line 175, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 74, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 87, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 133, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 136, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 146, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 160, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 160, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 178, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 188, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

/* line 50, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 61, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 36, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}

/* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 10, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 134, ../../../../../Library/Ruby/Gems/2.6.0/gems/bootstrap-4.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 8, app/assets/stylesheets/theme.scss */
:root {
  --blue: #0099FF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #152a49;
  --primary: #0099FF;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #D10000;
  --light: #f8f9fa;
  --dark: #152a49;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 38, app/assets/stylesheets/theme.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/theme.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

/* line 57, app/assets/stylesheets/theme.scss */
body {
  margin: 0;
  font-family: 'Circular-Std-Book', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
  background-color: #e9ecef;
}

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

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

/* line 75, app/assets/stylesheets/theme.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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

/* line 102, app/assets/stylesheets/theme.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 108, app/assets/stylesheets/theme.scss */
dt {
  font-weight: 600;
}

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

/* line 115, app/assets/stylesheets/theme.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 118, app/assets/stylesheets/theme.scss */
dfn {
  font-style: italic;
}

/* line 121, app/assets/stylesheets/theme.scss */
b,
strong {
  font-weight: bolder;
}

/* line 125, app/assets/stylesheets/theme.scss */
small {
  font-size: 80%;
}

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

/* line 135, app/assets/stylesheets/theme.scss */
sub {
  bottom: -.25em;
}

/* line 138, app/assets/stylesheets/theme.scss */
sup {
  top: -.5em;
}

/* line 141, app/assets/stylesheets/theme.scss */
a {
  color: #0099FF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 146, app/assets/stylesheets/theme.scss */
a:hover {
  color: #006bb3;
  text-decoration: none;
}

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

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

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

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

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

/* line 172, app/assets/stylesheets/theme.scss */
figure {
  margin: 0 0 1rem;
}

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

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

/* line 183, app/assets/stylesheets/theme.scss */
table {
  border-collapse: collapse;
}

/* line 186, app/assets/stylesheets/theme.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(108, 117, 125, 0.85);
  text-align: left;
  caption-side: bottom;
}

/* line 193, app/assets/stylesheets/theme.scss */
th {
  text-align: inherit;
}

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

/* line 200, app/assets/stylesheets/theme.scss */
button {
  border-radius: 0;
}

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

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

/* line 217, app/assets/stylesheets/theme.scss */
button,
input {
  overflow: visible;
}

/* line 221, app/assets/stylesheets/theme.scss */
button,
select {
  text-transform: none;
}

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

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

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

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

/* line 249, app/assets/stylesheets/theme.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

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

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

/* line 270, app/assets/stylesheets/theme.scss */
progress {
  vertical-align: baseline;
}

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

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

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

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

/* line 289, app/assets/stylesheets/theme.scss */
output {
  display: inline-block;
}

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

/* line 296, app/assets/stylesheets/theme.scss */
template {
  display: none;
}

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

/* line 302, app/assets/stylesheets/theme.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #152a49;
}

/* line 310, app/assets/stylesheets/theme.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 313, app/assets/stylesheets/theme.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 316, app/assets/stylesheets/theme.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 319, app/assets/stylesheets/theme.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 322, app/assets/stylesheets/theme.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 325, app/assets/stylesheets/theme.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 328, app/assets/stylesheets/theme.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 332, app/assets/stylesheets/theme.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 337, app/assets/stylesheets/theme.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 342, app/assets/stylesheets/theme.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 347, app/assets/stylesheets/theme.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

/* line 352, app/assets/stylesheets/theme.scss */
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}

/* line 358, app/assets/stylesheets/theme.scss */
small,
.small {
  font-size: 0.875rem;
  font-weight: 400;
}

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

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

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

/* line 376, app/assets/stylesheets/theme.scss */
.list-inline-item {
  display: inline-block;
}

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

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

/* line 385, app/assets/stylesheets/theme.scss */
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

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

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

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

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

/* line 408, app/assets/stylesheets/theme.scss */
.figure {
  display: inline-block;
}

/* line 411, app/assets/stylesheets/theme.scss */
.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

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

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

/* line 423, app/assets/stylesheets/theme.scss */
a > code {
  color: inherit;
}

/* line 426, app/assets/stylesheets/theme.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #152a49;
  border-radius: 0.25rem;
}

/* line 432, app/assets/stylesheets/theme.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

/* line 437, app/assets/stylesheets/theme.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #152a49;
}

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

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

/* line 450, app/assets/stylesheets/theme.scss */
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

/* line 469, app/assets/stylesheets/theme.scss */
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 476, app/assets/stylesheets/theme.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

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

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

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

/* line 502, app/assets/stylesheets/theme.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 507, app/assets/stylesheets/theme.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 512, app/assets/stylesheets/theme.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 516, app/assets/stylesheets/theme.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 520, app/assets/stylesheets/theme.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 524, app/assets/stylesheets/theme.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 528, app/assets/stylesheets/theme.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 532, app/assets/stylesheets/theme.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 536, app/assets/stylesheets/theme.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 540, app/assets/stylesheets/theme.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 544, app/assets/stylesheets/theme.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 548, app/assets/stylesheets/theme.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 552, app/assets/stylesheets/theme.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 556, app/assets/stylesheets/theme.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 560, app/assets/stylesheets/theme.scss */
.order-first {
  order: -1;
}

/* line 563, app/assets/stylesheets/theme.scss */
.order-last {
  order: 13;
}

/* line 566, app/assets/stylesheets/theme.scss */
.order-0 {
  order: 0;
}

/* line 569, app/assets/stylesheets/theme.scss */
.order-1 {
  order: 1;
}

/* line 572, app/assets/stylesheets/theme.scss */
.order-2 {
  order: 2;
}

/* line 575, app/assets/stylesheets/theme.scss */
.order-3 {
  order: 3;
}

/* line 578, app/assets/stylesheets/theme.scss */
.order-4 {
  order: 4;
}

/* line 581, app/assets/stylesheets/theme.scss */
.order-5 {
  order: 5;
}

/* line 584, app/assets/stylesheets/theme.scss */
.order-6 {
  order: 6;
}

/* line 587, app/assets/stylesheets/theme.scss */
.order-7 {
  order: 7;
}

/* line 590, app/assets/stylesheets/theme.scss */
.order-8 {
  order: 8;
}

/* line 593, app/assets/stylesheets/theme.scss */
.order-9 {
  order: 9;
}

/* line 596, app/assets/stylesheets/theme.scss */
.order-10 {
  order: 10;
}

/* line 599, app/assets/stylesheets/theme.scss */
.order-11 {
  order: 11;
}

/* line 602, app/assets/stylesheets/theme.scss */
.order-12 {
  order: 12;
}

/* line 605, app/assets/stylesheets/theme.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 608, app/assets/stylesheets/theme.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 611, app/assets/stylesheets/theme.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 614, app/assets/stylesheets/theme.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 617, app/assets/stylesheets/theme.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 620, app/assets/stylesheets/theme.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 623, app/assets/stylesheets/theme.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 626, app/assets/stylesheets/theme.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 629, app/assets/stylesheets/theme.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 632, app/assets/stylesheets/theme.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 635, app/assets/stylesheets/theme.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 639, app/assets/stylesheets/theme.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 643, app/assets/stylesheets/theme.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 647, app/assets/stylesheets/theme.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 650, app/assets/stylesheets/theme.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 653, app/assets/stylesheets/theme.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 656, app/assets/stylesheets/theme.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 659, app/assets/stylesheets/theme.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 662, app/assets/stylesheets/theme.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 665, app/assets/stylesheets/theme.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 668, app/assets/stylesheets/theme.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 671, app/assets/stylesheets/theme.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 674, app/assets/stylesheets/theme.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 677, app/assets/stylesheets/theme.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 680, app/assets/stylesheets/theme.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 683, app/assets/stylesheets/theme.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 685, app/assets/stylesheets/theme.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 687, app/assets/stylesheets/theme.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 689, app/assets/stylesheets/theme.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 691, app/assets/stylesheets/theme.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 693, app/assets/stylesheets/theme.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 695, app/assets/stylesheets/theme.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 697, app/assets/stylesheets/theme.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 699, app/assets/stylesheets/theme.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 701, app/assets/stylesheets/theme.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 703, app/assets/stylesheets/theme.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 705, app/assets/stylesheets/theme.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 707, app/assets/stylesheets/theme.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 709, app/assets/stylesheets/theme.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 711, app/assets/stylesheets/theme.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 713, app/assets/stylesheets/theme.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 715, app/assets/stylesheets/theme.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 717, app/assets/stylesheets/theme.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 719, app/assets/stylesheets/theme.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 721, app/assets/stylesheets/theme.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 723, app/assets/stylesheets/theme.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 725, app/assets/stylesheets/theme.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 727, app/assets/stylesheets/theme.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 729, app/assets/stylesheets/theme.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 731, app/assets/stylesheets/theme.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 733, app/assets/stylesheets/theme.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 735, app/assets/stylesheets/theme.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 739, app/assets/stylesheets/theme.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 743, app/assets/stylesheets/theme.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 747, app/assets/stylesheets/theme.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 750, app/assets/stylesheets/theme.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 753, app/assets/stylesheets/theme.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 756, app/assets/stylesheets/theme.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 759, app/assets/stylesheets/theme.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 762, app/assets/stylesheets/theme.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 765, app/assets/stylesheets/theme.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 768, app/assets/stylesheets/theme.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 771, app/assets/stylesheets/theme.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 774, app/assets/stylesheets/theme.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 777, app/assets/stylesheets/theme.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 780, app/assets/stylesheets/theme.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 783, app/assets/stylesheets/theme.scss */
  .order-md-first {
    order: -1;
  }
  /* line 785, app/assets/stylesheets/theme.scss */
  .order-md-last {
    order: 13;
  }
  /* line 787, app/assets/stylesheets/theme.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 789, app/assets/stylesheets/theme.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 791, app/assets/stylesheets/theme.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 793, app/assets/stylesheets/theme.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 795, app/assets/stylesheets/theme.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 797, app/assets/stylesheets/theme.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 799, app/assets/stylesheets/theme.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 801, app/assets/stylesheets/theme.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 803, app/assets/stylesheets/theme.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 805, app/assets/stylesheets/theme.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 807, app/assets/stylesheets/theme.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 809, app/assets/stylesheets/theme.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 811, app/assets/stylesheets/theme.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 813, app/assets/stylesheets/theme.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 815, app/assets/stylesheets/theme.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 817, app/assets/stylesheets/theme.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 819, app/assets/stylesheets/theme.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 821, app/assets/stylesheets/theme.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 823, app/assets/stylesheets/theme.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 825, app/assets/stylesheets/theme.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 827, app/assets/stylesheets/theme.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 829, app/assets/stylesheets/theme.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 831, app/assets/stylesheets/theme.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 833, app/assets/stylesheets/theme.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 835, app/assets/stylesheets/theme.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 839, app/assets/stylesheets/theme.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 843, app/assets/stylesheets/theme.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 847, app/assets/stylesheets/theme.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 850, app/assets/stylesheets/theme.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 853, app/assets/stylesheets/theme.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 856, app/assets/stylesheets/theme.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 859, app/assets/stylesheets/theme.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 862, app/assets/stylesheets/theme.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 865, app/assets/stylesheets/theme.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 868, app/assets/stylesheets/theme.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 871, app/assets/stylesheets/theme.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 874, app/assets/stylesheets/theme.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 877, app/assets/stylesheets/theme.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 880, app/assets/stylesheets/theme.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 883, app/assets/stylesheets/theme.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 885, app/assets/stylesheets/theme.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 887, app/assets/stylesheets/theme.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 889, app/assets/stylesheets/theme.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 891, app/assets/stylesheets/theme.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 893, app/assets/stylesheets/theme.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 895, app/assets/stylesheets/theme.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 897, app/assets/stylesheets/theme.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 899, app/assets/stylesheets/theme.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 901, app/assets/stylesheets/theme.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 903, app/assets/stylesheets/theme.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 905, app/assets/stylesheets/theme.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 907, app/assets/stylesheets/theme.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 909, app/assets/stylesheets/theme.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 911, app/assets/stylesheets/theme.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 913, app/assets/stylesheets/theme.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 915, app/assets/stylesheets/theme.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 917, app/assets/stylesheets/theme.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 919, app/assets/stylesheets/theme.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 921, app/assets/stylesheets/theme.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 923, app/assets/stylesheets/theme.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 925, app/assets/stylesheets/theme.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 927, app/assets/stylesheets/theme.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 929, app/assets/stylesheets/theme.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 931, app/assets/stylesheets/theme.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 933, app/assets/stylesheets/theme.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 935, app/assets/stylesheets/theme.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 939, app/assets/stylesheets/theme.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 943, app/assets/stylesheets/theme.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 947, app/assets/stylesheets/theme.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 950, app/assets/stylesheets/theme.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 953, app/assets/stylesheets/theme.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 956, app/assets/stylesheets/theme.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 959, app/assets/stylesheets/theme.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 962, app/assets/stylesheets/theme.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 965, app/assets/stylesheets/theme.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 968, app/assets/stylesheets/theme.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 971, app/assets/stylesheets/theme.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 974, app/assets/stylesheets/theme.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 977, app/assets/stylesheets/theme.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 980, app/assets/stylesheets/theme.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 983, app/assets/stylesheets/theme.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 985, app/assets/stylesheets/theme.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 987, app/assets/stylesheets/theme.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 989, app/assets/stylesheets/theme.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 991, app/assets/stylesheets/theme.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 993, app/assets/stylesheets/theme.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 995, app/assets/stylesheets/theme.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 997, app/assets/stylesheets/theme.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 999, app/assets/stylesheets/theme.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 1001, app/assets/stylesheets/theme.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 1003, app/assets/stylesheets/theme.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 1005, app/assets/stylesheets/theme.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 1007, app/assets/stylesheets/theme.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 1009, app/assets/stylesheets/theme.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 1011, app/assets/stylesheets/theme.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 1013, app/assets/stylesheets/theme.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1015, app/assets/stylesheets/theme.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1017, app/assets/stylesheets/theme.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1019, app/assets/stylesheets/theme.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1021, app/assets/stylesheets/theme.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1023, app/assets/stylesheets/theme.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1025, app/assets/stylesheets/theme.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1027, app/assets/stylesheets/theme.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1029, app/assets/stylesheets/theme.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1031, app/assets/stylesheets/theme.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1033, app/assets/stylesheets/theme.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1035, app/assets/stylesheets/theme.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1038, app/assets/stylesheets/theme.scss */
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: transparent;
}

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

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

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

/* line 1052, app/assets/stylesheets/theme.scss */
.table .table {
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

/* line 1080, app/assets/stylesheets/theme.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e2ff;
}

/* line 1085, app/assets/stylesheets/theme.scss */
.table-hover .table-primary:hover {
  background-color: #9fd8ff;
}

/* line 1087, app/assets/stylesheets/theme.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fd8ff;
}

/* line 1091, app/assets/stylesheets/theme.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1096, app/assets/stylesheets/theme.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1098, app/assets/stylesheets/theme.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1102, app/assets/stylesheets/theme.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1107, app/assets/stylesheets/theme.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1109, app/assets/stylesheets/theme.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1113, app/assets/stylesheets/theme.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1118, app/assets/stylesheets/theme.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1120, app/assets/stylesheets/theme.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1124, app/assets/stylesheets/theme.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1129, app/assets/stylesheets/theme.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1131, app/assets/stylesheets/theme.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1135, app/assets/stylesheets/theme.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1140, app/assets/stylesheets/theme.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1142, app/assets/stylesheets/theme.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1146, app/assets/stylesheets/theme.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1151, app/assets/stylesheets/theme.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1153, app/assets/stylesheets/theme.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1157, app/assets/stylesheets/theme.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bdc3cc;
}

/* line 1162, app/assets/stylesheets/theme.scss */
.table-hover .table-dark:hover {
  background-color: #afb6c1;
}

/* line 1164, app/assets/stylesheets/theme.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #afb6c1;
}

/* line 1168, app/assets/stylesheets/theme.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

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

/* line 1175, app/assets/stylesheets/theme.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1179, app/assets/stylesheets/theme.scss */
.table .thead-dark th {
  color: #e9ecef;
  background-color: #152a49;
  border-color: #1e3b67;
}

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

/* line 1189, app/assets/stylesheets/theme.scss */
.table-dark {
  color: #e9ecef;
  background-color: #152a49;
}

/* line 1192, app/assets/stylesheets/theme.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #1e3b67;
}

/* line 1196, app/assets/stylesheets/theme.scss */
.table-dark.table-bordered {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 1271, app/assets/stylesheets/theme.scss */
.form-control:focus {
  color: #152a49;
  background-color: #fff;
  border-color: #80ccff;
  outline: 0;
  box-shadow: none;
}

/* line 1277, app/assets/stylesheets/theme.scss */
.form-control::-webkit-input-placeholder {
  color: rgba(21, 42, 73, 0.5);
  opacity: 1;
}

/* line 1280, app/assets/stylesheets/theme.scss */
.form-control::-moz-placeholder {
  color: rgba(21, 42, 73, 0.5);
  opacity: 1;
}

/* line 1283, app/assets/stylesheets/theme.scss */
.form-control:-ms-input-placeholder {
  color: rgba(21, 42, 73, 0.5);
  opacity: 1;
}

/* line 1286, app/assets/stylesheets/theme.scss */
.form-control::-moz-placeholder {
  color: rgba(21, 42, 73, 0.5);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(21, 42, 73, 0.5);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgba(21, 42, 73, 0.5);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(21, 42, 73, 0.5);
  opacity: 1;
}

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

/* line 1293, app/assets/stylesheets/theme.scss */
select.form-control:focus::-ms-value {
  color: #152a49;
  background-color: #fff;
}

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

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

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

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

/* line 1321, app/assets/stylesheets/theme.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #6c757d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

/* line 1336, app/assets/stylesheets/theme.scss */
.form-control-sm {
  height: calc(1.5625rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

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

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

/* line 1353, app/assets/stylesheets/theme.scss */
textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

/* line 1382, app/assets/stylesheets/theme.scss */
.form-check-input:disabled ~ .form-check-label {
  color: rgba(108, 117, 125, 0.85);
}

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

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

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

/* line 1399, app/assets/stylesheets/theme.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1481, app/assets/stylesheets/theme.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 1570, app/assets/stylesheets/theme.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 1575, app/assets/stylesheets/theme.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 1581, app/assets/stylesheets/theme.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 1585, app/assets/stylesheets/theme.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 1587, app/assets/stylesheets/theme.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 1590, app/assets/stylesheets/theme.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 1596, app/assets/stylesheets/theme.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 1601, app/assets/stylesheets/theme.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 1604, app/assets/stylesheets/theme.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

/* line 1626, app/assets/stylesheets/theme.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 1628, app/assets/stylesheets/theme.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
}

/* line 1631, app/assets/stylesheets/theme.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

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

/* line 1640, app/assets/stylesheets/theme.scss */
.btn-primary {
  color: #fff;
  background-color: #0099FF;
  border-color: #0099FF;
}

/* line 1644, app/assets/stylesheets/theme.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0082d9;
  border-color: #007acc;
}

/* line 1648, app/assets/stylesheets/theme.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.5);
}

/* line 1650, app/assets/stylesheets/theme.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0099FF;
  border-color: #0099FF;
}

/* line 1654, app/assets/stylesheets/theme.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007acc;
  border-color: #0073bf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1732, app/assets/stylesheets/theme.scss */
.btn-warning {
  color: #152a49;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 1736, app/assets/stylesheets/theme.scss */
.btn-warning:hover {
  color: #152a49;
  background-color: #e0a800;
  border-color: #d39e00;
}

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

/* line 1742, app/assets/stylesheets/theme.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #152a49;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 1746, app/assets/stylesheets/theme.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #152a49;
  background-color: #d39e00;
  border-color: #c69500;
}

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

/* line 1755, app/assets/stylesheets/theme.scss */
.btn-danger {
  color: #fff;
  background-color: #d10000;
  border-color: #d10000;
}

/* line 1759, app/assets/stylesheets/theme.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #9e0000;
  border-color: #9e0000;
}

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

/* line 1765, app/assets/stylesheets/theme.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

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

/* line 1778, app/assets/stylesheets/theme.scss */
.btn-light {
  color: #152a49;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 1782, app/assets/stylesheets/theme.scss */
.btn-light:hover {
  color: #152a49;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

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

/* line 1788, app/assets/stylesheets/theme.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #152a49;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 1792, app/assets/stylesheets/theme.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #152a49;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

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

/* line 1801, app/assets/stylesheets/theme.scss */
.btn-dark {
  color: #fff;
  background-color: #152a49;
  border-color: #152a49;
}

/* line 1805, app/assets/stylesheets/theme.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #0c192b;
  border-color: #0a1321;
}

/* line 1809, app/assets/stylesheets/theme.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 42, 73, 0.5);
}

/* line 1811, app/assets/stylesheets/theme.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #152a49;
  border-color: #152a49;
}

/* line 1815, app/assets/stylesheets/theme.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a1321;
  border-color: #070e17;
}

/* line 1820, app/assets/stylesheets/theme.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 42, 73, 0.5);
}

/* line 1824, app/assets/stylesheets/theme.scss */
.btn-outline-primary {
  color: #0099FF;
  background-color: transparent;
  background-image: none;
  border-color: #0099FF;
}

/* line 1829, app/assets/stylesheets/theme.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0099FF;
  border-color: #0099FF;
}

/* line 1833, app/assets/stylesheets/theme.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.5);
}

/* line 1835, app/assets/stylesheets/theme.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0099FF;
  background-color: transparent;
}

/* line 1838, app/assets/stylesheets/theme.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0099FF;
  border-color: #0099FF;
}

/* line 1843, app/assets/stylesheets/theme.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.5);
}

/* line 1847, app/assets/stylesheets/theme.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

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

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

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

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

/* line 1870, app/assets/stylesheets/theme.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

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

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

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

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

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

/* line 1893, app/assets/stylesheets/theme.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

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

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

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

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

/* line 1916, app/assets/stylesheets/theme.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 1921, app/assets/stylesheets/theme.scss */
.btn-outline-warning:hover {
  color: #152a49;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 1927, app/assets/stylesheets/theme.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 1930, app/assets/stylesheets/theme.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #152a49;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

/* line 1939, app/assets/stylesheets/theme.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

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

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

/* line 1950, app/assets/stylesheets/theme.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

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

/* line 1962, app/assets/stylesheets/theme.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 1967, app/assets/stylesheets/theme.scss */
.btn-outline-light:hover {
  color: #152a49;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

/* line 1973, app/assets/stylesheets/theme.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 1976, app/assets/stylesheets/theme.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #152a49;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

/* line 1985, app/assets/stylesheets/theme.scss */
.btn-outline-dark {
  color: #152a49;
  background-color: transparent;
  background-image: none;
  border-color: #152a49;
}

/* line 1990, app/assets/stylesheets/theme.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #152a49;
  border-color: #152a49;
}

/* line 1994, app/assets/stylesheets/theme.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 42, 73, 0.5);
}

/* line 1996, app/assets/stylesheets/theme.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #152a49;
  background-color: transparent;
}

/* line 1999, app/assets/stylesheets/theme.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #152a49;
  border-color: #152a49;
}

/* line 2004, app/assets/stylesheets/theme.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 42, 73, 0.5);
}

/* line 2008, app/assets/stylesheets/theme.scss */
.btn-link {
  font-weight: 400;
  color: #0099FF;
  background-color: transparent;
}

/* line 2012, app/assets/stylesheets/theme.scss */
.btn-link:hover {
  color: #006bb3;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

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

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

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

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

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

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

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

/* line 2048, app/assets/stylesheets/theme.scss */
.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

/* line 2068, app/assets/stylesheets/theme.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

/* line 2086, app/assets/stylesheets/theme.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2089, app/assets/stylesheets/theme.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #6c757d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
}

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

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

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

/* line 2130, app/assets/stylesheets/theme.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

/* line 2152, app/assets/stylesheets/theme.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

/* line 2173, app/assets/stylesheets/theme.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

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

/* line 2187, app/assets/stylesheets/theme.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

/* line 2203, app/assets/stylesheets/theme.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1rem;
  clear: both;
  font-weight: 400;
  color: rgba(21, 42, 73, 0.5);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 2214, app/assets/stylesheets/theme.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #152a49;
  text-decoration: none;
  background-color: transparent;
}

/* line 2218, app/assets/stylesheets/theme.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #0099FF;
  text-decoration: none;
  background-color: transparent;
}

/* line 2222, app/assets/stylesheets/theme.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: rgba(108, 117, 125, 0.85);
  background-color: transparent;
}

/* line 2226, app/assets/stylesheets/theme.scss */
.dropdown-menu.show {
  display: block;
}

/* line 2229, app/assets/stylesheets/theme.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #152a49;
  white-space: nowrap;
}

/* line 2237, app/assets/stylesheets/theme.scss */
.dropdown-item-text {
  display: block;
  padding: 0.375rem 1rem;
  color: rgba(21, 42, 73, 0.5);
}

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

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

/* line 2251, app/assets/stylesheets/theme.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

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

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

/* line 2269, app/assets/stylesheets/theme.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

/* line 2289, app/assets/stylesheets/theme.scss */
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 2292, app/assets/stylesheets/theme.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 2296, app/assets/stylesheets/theme.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2411, app/assets/stylesheets/theme.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.3125rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #152a49;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

/* line 2475, app/assets/stylesheets/theme.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

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

/* line 2483, app/assets/stylesheets/theme.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #28a745;
}

/* line 2486, app/assets/stylesheets/theme.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #e9ecef, 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
}

/* line 2488, app/assets/stylesheets/theme.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3e0ff;
}

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

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

/* line 2496, app/assets/stylesheets/theme.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 2499, app/assets/stylesheets/theme.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.1875rem;
  left: -1.5rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ced4da;
}

/* line 2513, app/assets/stylesheets/theme.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.1875rem;
  left: -1.5rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}

/* line 2525, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 2528, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #28a745;
}

/* line 2531, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%23fff' /%3E%3C/svg%3E");
}

/* line 2534, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0099FF;
}

/* line 2537, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 2540, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 153, 255, 0.5);
}

/* line 2543, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 153, 255, 0.5);
}

/* line 2546, app/assets/stylesheets/theme.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 2549, app/assets/stylesheets/theme.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #28a745;
}

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

/* line 2555, app/assets/stylesheets/theme.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 153, 255, 0.5);
}

/* line 2558, app/assets/stylesheets/theme.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: 2.25rem;
  padding: 0 1.75rem 0 0.75rem;
  line-height: 1.5;
  color: #152a49;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,<svg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.09852 0.540851C4.29843 0.271544 4.70157 0.271544 4.90148 0.540851L7.80474 4.45198C8.04964 4.7819 7.81415 5.25 7.40326 5.25H1.59674C1.18585 5.25 0.950358 4.7819 1.19526 4.45198L4.09852 0.540851Z' fill='%23152a49' style='transform:rotate(180deg); transform-origin:center;'/></svg>") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2573, app/assets/stylesheets/theme.scss */
.custom-select:focus {
  border-color: #80ccff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 204, 255, 0.5);
}

/* line 2577, app/assets/stylesheets/theme.scss */
.custom-select:focus::-ms-value {
  color: #152a49;
  background-color: #fff;
}

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

/* line 2584, app/assets/stylesheets/theme.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 2587, app/assets/stylesheets/theme.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 2590, app/assets/stylesheets/theme.scss */
.custom-select-sm {
  height: calc(1.5625rem + 2px);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 75%;
}

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

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

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

/* line 2616, app/assets/stylesheets/theme.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80ccff;
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
}

/* line 2619, app/assets/stylesheets/theme.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80ccff;
}

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

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

/* line 2626, app/assets/stylesheets/theme.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.125rem + 2px);
  padding: 0.3125rem 1rem;
  line-height: 1.5;
  color: #152a49;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 2639, app/assets/stylesheets/theme.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.125rem;
  padding: 0.3125rem 1rem;
  line-height: 1.5;
  color: #152a49;
  content: "Browse";
  background-color: #fff;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 2655, app/assets/stylesheets/theme.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2662, app/assets/stylesheets/theme.scss */
.custom-range:focus {
  outline: none;
}

/* line 2664, app/assets/stylesheets/theme.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #e9ecef, 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
}

/* line 2666, app/assets/stylesheets/theme.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #e9ecef, 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
}

/* line 2668, app/assets/stylesheets/theme.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #e9ecef, 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
}

/* line 2670, app/assets/stylesheets/theme.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

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

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

/* line 2685, app/assets/stylesheets/theme.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3e0ff;
}

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

/* line 2695, app/assets/stylesheets/theme.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0099FF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

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

/* line 2707, app/assets/stylesheets/theme.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3e0ff;
}

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

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

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

/* line 2731, app/assets/stylesheets/theme.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3e0ff;
}

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

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

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

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

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

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

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

/* line 2769, app/assets/stylesheets/theme.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 2771, app/assets/stylesheets/theme.scss */
.nav-link.disabled {
  color: rgba(21, 42, 73, 0.25);
}

/* line 2774, app/assets/stylesheets/theme.scss */
.nav-tabs {
  border-bottom: 0.1875rem solid transparent;
}

/* line 2776, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-item {
  margin-bottom: -0.1875rem;
}

/* line 2778, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link {
  border: 0.1875rem solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2782, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}

/* line 2784, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link.disabled {
  color: rgba(21, 42, 73, 0.25);
  background-color: transparent;
  border-color: transparent;
}

/* line 2788, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #152a49;
  background-color: #e9ecef;
  border-color: transparent transparent #0099FF;
}

/* line 2793, app/assets/stylesheets/theme.scss */
.nav-tabs .dropdown-menu {
  margin-top: -0.1875rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2798, app/assets/stylesheets/theme.scss */
.nav-pills .nav-link {
  border-radius: 0.375rem;
}

/* line 2801, app/assets/stylesheets/theme.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #0099FF;
  background-color: #fff;
}

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

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

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

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

/* line 2821, app/assets/stylesheets/theme.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
}

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

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

/* line 2843, app/assets/stylesheets/theme.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

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

/* line 2876, app/assets/stylesheets/theme.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

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

@media (min-width: 576px) {
  /* line 2897, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 2900, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 2902, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2904, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  /* line 2907, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 2910, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 2913, app/assets/stylesheets/theme.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 768px) {
  /* line 2923, app/assets/stylesheets/theme.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 2926, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 2928, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2930, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  /* line 2933, app/assets/stylesheets/theme.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 2936, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 2939, app/assets/stylesheets/theme.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  /* line 2949, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 2952, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 2954, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2956, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  /* line 2959, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 2962, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 2965, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1200px) {
  /* line 2975, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 2978, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 2980, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2982, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  /* line 2985, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 2988, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 2991, app/assets/stylesheets/theme.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

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

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

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

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

/* line 3005, app/assets/stylesheets/theme.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

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

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

/* line 3014, app/assets/stylesheets/theme.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3017, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-brand {
  color: #152a49;
}

/* line 3019, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #152a49;
}

/* line 3022, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(21, 42, 73, 0.5);
}

/* line 3024, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #152a49;
}

/* line 3026, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(21, 42, 73, 0.25);
}

/* line 3029, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #152a49;
}

/* line 3035, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-toggler {
  color: rgba(21, 42, 73, 0.5);
  border-color: rgba(21, 42, 73, 0.1);
}

/* line 3039, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(21, 42, 73, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 3042, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-text {
  color: rgba(21, 42, 73, 0.5);
}

/* line 3044, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-text a {
  color: #152a49;
}

/* line 3046, app/assets/stylesheets/theme.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #152a49;
}

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

/* line 3051, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

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

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

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

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

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

/* line 3071, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

/* line 3078, app/assets/stylesheets/theme.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 3081, app/assets/stylesheets/theme.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
}

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

/* line 3094, app/assets/stylesheets/theme.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 3097, app/assets/stylesheets/theme.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 3101, app/assets/stylesheets/theme.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 3105, app/assets/stylesheets/theme.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 3108, app/assets/stylesheets/theme.scss */
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

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

/* line 3115, app/assets/stylesheets/theme.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 3118, app/assets/stylesheets/theme.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

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

/* line 3126, app/assets/stylesheets/theme.scss */
.card-header:first-child {
  border-radius: calc(0.375rem - 0px) calc(0.375rem - 0px) 0 0;
}

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

/* line 3131, app/assets/stylesheets/theme.scss */
.card-footer {
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}

/* line 3135, app/assets/stylesheets/theme.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 0px) calc(0.375rem - 0px);
}

/* line 3138, app/assets/stylesheets/theme.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 3144, app/assets/stylesheets/theme.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

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

/* line 3156, app/assets/stylesheets/theme.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.375rem - 0px);
}

/* line 3160, app/assets/stylesheets/theme.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.375rem - 0px);
  border-top-right-radius: calc(0.375rem - 0px);
}

/* line 3165, app/assets/stylesheets/theme.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.375rem - 0px);
  border-bottom-left-radius: calc(0.375rem - 0px);
}

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

/* line 3173, app/assets/stylesheets/theme.scss */
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 3176, app/assets/stylesheets/theme.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  /* line 3180, app/assets/stylesheets/theme.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

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

/* line 3191, app/assets/stylesheets/theme.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 3194, app/assets/stylesheets/theme.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 3196, app/assets/stylesheets/theme.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 3199, app/assets/stylesheets/theme.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 3202, app/assets/stylesheets/theme.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 3205, app/assets/stylesheets/theme.scss */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 3208, app/assets/stylesheets/theme.scss */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 3211, app/assets/stylesheets/theme.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 3214, app/assets/stylesheets/theme.scss */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 3217, app/assets/stylesheets/theme.scss */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 3220, app/assets/stylesheets/theme.scss */
  .card-group > .card:only-child {
    border-radius: 0.375rem;
  }
  /* line 3222, app/assets/stylesheets/theme.scss */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  /* line 3226, app/assets/stylesheets/theme.scss */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  /* line 3230, app/assets/stylesheets/theme.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 3232, app/assets/stylesheets/theme.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 3238, app/assets/stylesheets/theme.scss */
.card-columns .card {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

/* line 3282, app/assets/stylesheets/theme.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgba(21, 42, 73, 0.25);
  content: "";
}

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

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

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

/* line 3297, app/assets/stylesheets/theme.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

/* line 3303, app/assets/stylesheets/theme.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0099FF;
  background-color: #fff;
  border: 1px solid #e9ecef;
}

/* line 3312, app/assets/stylesheets/theme.scss */
.page-link:hover {
  z-index: 2;
  color: #006bb3;
  text-decoration: none;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

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

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

/* line 3325, app/assets/stylesheets/theme.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 3330, app/assets/stylesheets/theme.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 3334, app/assets/stylesheets/theme.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0099FF;
  border-color: #0099FF;
}

/* line 3340, app/assets/stylesheets/theme.scss */
.page-item.disabled .page-link {
  color: rgba(21, 42, 73, 0.25);
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e9ecef;
}

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

/* line 3352, app/assets/stylesheets/theme.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 3356, app/assets/stylesheets/theme.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

/* line 3365, app/assets/stylesheets/theme.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 3369, app/assets/stylesheets/theme.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

/* line 3383, app/assets/stylesheets/theme.scss */
.badge:empty {
  display: none;
}

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

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

/* line 3395, app/assets/stylesheets/theme.scss */
.badge-primary {
  color: #fff;
  background-color: #0099FF;
}

/* line 3398, app/assets/stylesheets/theme.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007acc;
}

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

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

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

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

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

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

/* line 3427, app/assets/stylesheets/theme.scss */
.badge-warning {
  color: #152a49;
  background-color: #ffc107;
}

/* line 3430, app/assets/stylesheets/theme.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #152a49;
  text-decoration: none;
  background-color: #d39e00;
}

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

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

/* line 3443, app/assets/stylesheets/theme.scss */
.badge-light {
  color: #152a49;
  background-color: #f8f9fa;
}

/* line 3446, app/assets/stylesheets/theme.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #152a49;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 3451, app/assets/stylesheets/theme.scss */
.badge-dark {
  color: #fff;
  background-color: #152a49;
}

/* line 3454, app/assets/stylesheets/theme.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a1321;
}

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

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

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

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

/* line 3480, app/assets/stylesheets/theme.scss */
.alert-heading {
  color: inherit;
}

/* line 3483, app/assets/stylesheets/theme.scss */
.alert-link {
  font-weight: 600;
}

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

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

/* line 3495, app/assets/stylesheets/theme.scss */
.alert-primary {
  color: #005085;
  background-color: #ccebff;
  border-color: #b8e2ff;
}

/* line 3499, app/assets/stylesheets/theme.scss */
.alert-primary hr {
  border-top-color: #9fd8ff;
}

/* line 3501, app/assets/stylesheets/theme.scss */
.alert-primary .alert-link {
  color: #003152;
}

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

/* line 3508, app/assets/stylesheets/theme.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 3510, app/assets/stylesheets/theme.scss */
.alert-secondary .alert-link {
  color: #202326;
}

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

/* line 3517, app/assets/stylesheets/theme.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 3519, app/assets/stylesheets/theme.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

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

/* line 3526, app/assets/stylesheets/theme.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 3528, app/assets/stylesheets/theme.scss */
.alert-info .alert-link {
  color: #062c33;
}

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

/* line 3535, app/assets/stylesheets/theme.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 3537, app/assets/stylesheets/theme.scss */
.alert-warning .alert-link {
  color: #533f03;
}

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

/* line 3544, app/assets/stylesheets/theme.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 3546, app/assets/stylesheets/theme.scss */
.alert-danger .alert-link {
  color: #491217;
}

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

/* line 3553, app/assets/stylesheets/theme.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 3555, app/assets/stylesheets/theme.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 3558, app/assets/stylesheets/theme.scss */
.alert-dark {
  color: #0b1626;
  background-color: #d0d4db;
  border-color: #bdc3cc;
}

/* line 3562, app/assets/stylesheets/theme.scss */
.alert-dark hr {
  border-top-color: #afb6c1;
}

/* line 3564, app/assets/stylesheets/theme.scss */
.alert-dark .alert-link {
  color: black;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: auto 0;
  }
  to {
    background-position: 0 0;
  }
}

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

/* line 3579, app/assets/stylesheets/theme.scss */
.progress {
  display: flex;
  height: auto;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ced4da;
  border-radius: 200rem;
}

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

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

/* line 3600, app/assets/stylesheets/theme.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: auto auto;
}

/* line 3604, app/assets/stylesheets/theme.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

/* line 3612, app/assets/stylesheets/theme.scss */
.media-body {
  flex: 1;
}

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

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

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

/* line 3629, app/assets/stylesheets/theme.scss */
.list-group-item-action:active {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3633, app/assets/stylesheets/theme.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e9ecef;
}

/* line 3640, app/assets/stylesheets/theme.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 3643, app/assets/stylesheets/theme.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

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

/* line 3653, app/assets/stylesheets/theme.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0099FF;
  border-color: #0099FF;
}

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

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

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

/* line 3670, app/assets/stylesheets/theme.scss */
.list-group-item-primary {
  color: #005085;
  background-color: #b8e2ff;
}

/* line 3673, app/assets/stylesheets/theme.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #005085;
  background-color: #9fd8ff;
}

/* line 3676, app/assets/stylesheets/theme.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #005085;
  border-color: #005085;
}

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

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

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

/* line 3692, app/assets/stylesheets/theme.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

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

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

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

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

/* line 3714, app/assets/stylesheets/theme.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

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

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

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

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

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

/* line 3736, app/assets/stylesheets/theme.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

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

/* line 3747, app/assets/stylesheets/theme.scss */
.list-group-item-dark {
  color: #0b1626;
  background-color: #bdc3cc;
}

/* line 3750, app/assets/stylesheets/theme.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0b1626;
  background-color: #afb6c1;
}

/* line 3753, app/assets/stylesheets/theme.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0b1626;
  border-color: #0b1626;
}

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

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

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

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

/* line 3779, app/assets/stylesheets/theme.scss */
.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

/* line 3819, app/assets/stylesheets/theme.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

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

/* line 3839, app/assets/stylesheets/theme.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 3841, app/assets/stylesheets/theme.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 3844, app/assets/stylesheets/theme.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 3852, app/assets/stylesheets/theme.scss */
.modal-header .close {
  padding: 1.5rem;
  margin: -1.5rem -1.5rem -1.5rem auto;
}

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

/* line 3860, app/assets/stylesheets/theme.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 3865, app/assets/stylesheets/theme.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 0 solid #e9ecef;
}

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

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

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

@media (min-width: 576px) {
  /* line 3884, app/assets/stylesheets/theme.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 3887, app/assets/stylesheets/theme.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 3889, app/assets/stylesheets/theme.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 3891, app/assets/stylesheets/theme.scss */
  .modal-sm {
    max-width: 300px;
  }
}

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

/* line 3898, app/assets/stylesheets/theme.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 3920, app/assets/stylesheets/theme.scss */
.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3981, app/assets/stylesheets/theme.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 4053, app/assets/stylesheets/theme.scss */
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

/* line 4099, app/assets/stylesheets/theme.scss */
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

/* line 4113, app/assets/stylesheets/theme.scss */
.popover-header:empty {
  display: none;
}

/* line 4116, app/assets/stylesheets/theme.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #6c757d;
}

/* line 4120, app/assets/stylesheets/theme.scss */
.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4187, app/assets/stylesheets/theme.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 4191, app/assets/stylesheets/theme.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 4198, app/assets/stylesheets/theme.scss */
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/* line 4205, app/assets/stylesheets/theme.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 4217, app/assets/stylesheets/theme.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 4225, app/assets/stylesheets/theme.scss */
.carousel-control-prev {
  left: 0;
}

/* line 4228, app/assets/stylesheets/theme.scss */
.carousel-control-next {
  right: 0;
}

/* line 4231, app/assets/stylesheets/theme.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 4239, app/assets/stylesheets/theme.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 4242, app/assets/stylesheets/theme.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 4245, app/assets/stylesheets/theme.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 4257, app/assets/stylesheets/theme.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 4267, app/assets/stylesheets/theme.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 4275, app/assets/stylesheets/theme.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 4283, app/assets/stylesheets/theme.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 4286, app/assets/stylesheets/theme.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 4297, app/assets/stylesheets/theme.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4300, app/assets/stylesheets/theme.scss */
.align-top {
  vertical-align: top !important;
}

/* line 4303, app/assets/stylesheets/theme.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 4306, app/assets/stylesheets/theme.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 4309, app/assets/stylesheets/theme.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 4312, app/assets/stylesheets/theme.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 4315, app/assets/stylesheets/theme.scss */
.bg-primary {
  background-color: #0099FF !important;
}

/* line 4318, app/assets/stylesheets/theme.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007acc !important;
}

/* line 4323, app/assets/stylesheets/theme.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 4326, app/assets/stylesheets/theme.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 4331, app/assets/stylesheets/theme.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 4334, app/assets/stylesheets/theme.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 4339, app/assets/stylesheets/theme.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 4342, app/assets/stylesheets/theme.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 4347, app/assets/stylesheets/theme.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 4350, app/assets/stylesheets/theme.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 4355, app/assets/stylesheets/theme.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 4358, app/assets/stylesheets/theme.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 4363, app/assets/stylesheets/theme.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 4366, app/assets/stylesheets/theme.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 4371, app/assets/stylesheets/theme.scss */
.bg-dark {
  background-color: #152a49 !important;
}

/* line 4374, app/assets/stylesheets/theme.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a1321 !important;
}

/* line 4379, app/assets/stylesheets/theme.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 4382, app/assets/stylesheets/theme.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 4385, app/assets/stylesheets/theme.scss */
.border {
  border: 1px solid #e9ecef !important;
}

/* line 4388, app/assets/stylesheets/theme.scss */
.border-top {
  border-top: 1px solid #e9ecef !important;
}

/* line 4391, app/assets/stylesheets/theme.scss */
.border-right {
  border-right: 1px solid #e9ecef !important;
}

/* line 4394, app/assets/stylesheets/theme.scss */
.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

/* line 4397, app/assets/stylesheets/theme.scss */
.border-left {
  border-left: 1px solid #e9ecef !important;
}

/* line 4400, app/assets/stylesheets/theme.scss */
.border-0 {
  border: 0 !important;
}

/* line 4403, app/assets/stylesheets/theme.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 4406, app/assets/stylesheets/theme.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 4409, app/assets/stylesheets/theme.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 4412, app/assets/stylesheets/theme.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 4415, app/assets/stylesheets/theme.scss */
.border-primary {
  border-color: #0099FF !important;
}

/* line 4418, app/assets/stylesheets/theme.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 4421, app/assets/stylesheets/theme.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 4424, app/assets/stylesheets/theme.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 4427, app/assets/stylesheets/theme.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 4430, app/assets/stylesheets/theme.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 4433, app/assets/stylesheets/theme.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 4436, app/assets/stylesheets/theme.scss */
.border-dark {
  border-color: #152a49 !important;
}

/* line 4439, app/assets/stylesheets/theme.scss */
.border-white {
  border-color: #fff !important;
}

/* line 4442, app/assets/stylesheets/theme.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 4445, app/assets/stylesheets/theme.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 4449, app/assets/stylesheets/theme.scss */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 4453, app/assets/stylesheets/theme.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 4457, app/assets/stylesheets/theme.scss */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 4461, app/assets/stylesheets/theme.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 4464, app/assets/stylesheets/theme.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 4467, app/assets/stylesheets/theme.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 4472, app/assets/stylesheets/theme.scss */
.d-none {
  display: none !important;
}

/* line 4475, app/assets/stylesheets/theme.scss */
.d-inline {
  display: inline !important;
}

/* line 4478, app/assets/stylesheets/theme.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 4481, app/assets/stylesheets/theme.scss */
.d-block {
  display: block !important;
}

/* line 4484, app/assets/stylesheets/theme.scss */
.d-table {
  display: table !important;
}

/* line 4487, app/assets/stylesheets/theme.scss */
.d-table-row {
  display: table-row !important;
}

/* line 4490, app/assets/stylesheets/theme.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 4493, app/assets/stylesheets/theme.scss */
.d-flex {
  display: flex !important;
}

/* line 4496, app/assets/stylesheets/theme.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 4500, app/assets/stylesheets/theme.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 4502, app/assets/stylesheets/theme.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 4504, app/assets/stylesheets/theme.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 4506, app/assets/stylesheets/theme.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 4508, app/assets/stylesheets/theme.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 4510, app/assets/stylesheets/theme.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 4512, app/assets/stylesheets/theme.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 4514, app/assets/stylesheets/theme.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 4516, app/assets/stylesheets/theme.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 4520, app/assets/stylesheets/theme.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 4522, app/assets/stylesheets/theme.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 4524, app/assets/stylesheets/theme.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 4526, app/assets/stylesheets/theme.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 4528, app/assets/stylesheets/theme.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 4530, app/assets/stylesheets/theme.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 4532, app/assets/stylesheets/theme.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 4534, app/assets/stylesheets/theme.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 4536, app/assets/stylesheets/theme.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 4540, app/assets/stylesheets/theme.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 4542, app/assets/stylesheets/theme.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 4544, app/assets/stylesheets/theme.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 4546, app/assets/stylesheets/theme.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 4548, app/assets/stylesheets/theme.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 4550, app/assets/stylesheets/theme.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 4552, app/assets/stylesheets/theme.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 4554, app/assets/stylesheets/theme.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 4556, app/assets/stylesheets/theme.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 4560, app/assets/stylesheets/theme.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 4562, app/assets/stylesheets/theme.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 4564, app/assets/stylesheets/theme.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 4566, app/assets/stylesheets/theme.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 4568, app/assets/stylesheets/theme.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 4570, app/assets/stylesheets/theme.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 4572, app/assets/stylesheets/theme.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 4574, app/assets/stylesheets/theme.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 4576, app/assets/stylesheets/theme.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 4580, app/assets/stylesheets/theme.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 4582, app/assets/stylesheets/theme.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 4584, app/assets/stylesheets/theme.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 4586, app/assets/stylesheets/theme.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 4588, app/assets/stylesheets/theme.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 4590, app/assets/stylesheets/theme.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 4592, app/assets/stylesheets/theme.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 4594, app/assets/stylesheets/theme.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 4596, app/assets/stylesheets/theme.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 4599, app/assets/stylesheets/theme.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 4605, app/assets/stylesheets/theme.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 4608, app/assets/stylesheets/theme.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 4621, app/assets/stylesheets/theme.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 4624, app/assets/stylesheets/theme.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 4627, app/assets/stylesheets/theme.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 4630, app/assets/stylesheets/theme.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 4633, app/assets/stylesheets/theme.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 4636, app/assets/stylesheets/theme.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 4639, app/assets/stylesheets/theme.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 4642, app/assets/stylesheets/theme.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 4645, app/assets/stylesheets/theme.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 4648, app/assets/stylesheets/theme.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 4651, app/assets/stylesheets/theme.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 4654, app/assets/stylesheets/theme.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 4657, app/assets/stylesheets/theme.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 4660, app/assets/stylesheets/theme.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 4663, app/assets/stylesheets/theme.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 4666, app/assets/stylesheets/theme.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 4669, app/assets/stylesheets/theme.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 4672, app/assets/stylesheets/theme.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 4675, app/assets/stylesheets/theme.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 4678, app/assets/stylesheets/theme.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 4681, app/assets/stylesheets/theme.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 4684, app/assets/stylesheets/theme.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 4687, app/assets/stylesheets/theme.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 4690, app/assets/stylesheets/theme.scss */
.align-items-center {
  align-items: center !important;
}

/* line 4693, app/assets/stylesheets/theme.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 4696, app/assets/stylesheets/theme.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 4699, app/assets/stylesheets/theme.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 4702, app/assets/stylesheets/theme.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 4705, app/assets/stylesheets/theme.scss */
.align-content-center {
  align-content: center !important;
}

/* line 4708, app/assets/stylesheets/theme.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 4711, app/assets/stylesheets/theme.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 4714, app/assets/stylesheets/theme.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 4717, app/assets/stylesheets/theme.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 4720, app/assets/stylesheets/theme.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 4723, app/assets/stylesheets/theme.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 4726, app/assets/stylesheets/theme.scss */
.align-self-center {
  align-self: center !important;
}

/* line 4729, app/assets/stylesheets/theme.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 4732, app/assets/stylesheets/theme.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 4736, app/assets/stylesheets/theme.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 4738, app/assets/stylesheets/theme.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 4740, app/assets/stylesheets/theme.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4742, app/assets/stylesheets/theme.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4744, app/assets/stylesheets/theme.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4746, app/assets/stylesheets/theme.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4748, app/assets/stylesheets/theme.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4750, app/assets/stylesheets/theme.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 4752, app/assets/stylesheets/theme.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 4754, app/assets/stylesheets/theme.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 4756, app/assets/stylesheets/theme.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 4758, app/assets/stylesheets/theme.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 4760, app/assets/stylesheets/theme.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 4762, app/assets/stylesheets/theme.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 4764, app/assets/stylesheets/theme.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 4766, app/assets/stylesheets/theme.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 4768, app/assets/stylesheets/theme.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 4770, app/assets/stylesheets/theme.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 4772, app/assets/stylesheets/theme.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 4774, app/assets/stylesheets/theme.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 4776, app/assets/stylesheets/theme.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 4778, app/assets/stylesheets/theme.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 4780, app/assets/stylesheets/theme.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 4782, app/assets/stylesheets/theme.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 4784, app/assets/stylesheets/theme.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 4786, app/assets/stylesheets/theme.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 4788, app/assets/stylesheets/theme.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 4790, app/assets/stylesheets/theme.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 4792, app/assets/stylesheets/theme.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 4794, app/assets/stylesheets/theme.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 4796, app/assets/stylesheets/theme.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 4798, app/assets/stylesheets/theme.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 4800, app/assets/stylesheets/theme.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 4802, app/assets/stylesheets/theme.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 4806, app/assets/stylesheets/theme.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 4808, app/assets/stylesheets/theme.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 4810, app/assets/stylesheets/theme.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4812, app/assets/stylesheets/theme.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4814, app/assets/stylesheets/theme.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4816, app/assets/stylesheets/theme.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4818, app/assets/stylesheets/theme.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4820, app/assets/stylesheets/theme.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 4822, app/assets/stylesheets/theme.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 4824, app/assets/stylesheets/theme.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 4826, app/assets/stylesheets/theme.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 4828, app/assets/stylesheets/theme.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 4830, app/assets/stylesheets/theme.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 4832, app/assets/stylesheets/theme.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 4834, app/assets/stylesheets/theme.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 4836, app/assets/stylesheets/theme.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 4838, app/assets/stylesheets/theme.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 4840, app/assets/stylesheets/theme.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 4842, app/assets/stylesheets/theme.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 4844, app/assets/stylesheets/theme.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 4846, app/assets/stylesheets/theme.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 4848, app/assets/stylesheets/theme.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 4850, app/assets/stylesheets/theme.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 4852, app/assets/stylesheets/theme.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 4854, app/assets/stylesheets/theme.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 4856, app/assets/stylesheets/theme.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 4858, app/assets/stylesheets/theme.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 4860, app/assets/stylesheets/theme.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 4862, app/assets/stylesheets/theme.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 4864, app/assets/stylesheets/theme.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 4866, app/assets/stylesheets/theme.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 4868, app/assets/stylesheets/theme.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 4870, app/assets/stylesheets/theme.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 4872, app/assets/stylesheets/theme.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 4876, app/assets/stylesheets/theme.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 4878, app/assets/stylesheets/theme.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 4880, app/assets/stylesheets/theme.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4882, app/assets/stylesheets/theme.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4884, app/assets/stylesheets/theme.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4886, app/assets/stylesheets/theme.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4888, app/assets/stylesheets/theme.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4890, app/assets/stylesheets/theme.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 4892, app/assets/stylesheets/theme.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 4894, app/assets/stylesheets/theme.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 4896, app/assets/stylesheets/theme.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 4898, app/assets/stylesheets/theme.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 4900, app/assets/stylesheets/theme.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 4902, app/assets/stylesheets/theme.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 4904, app/assets/stylesheets/theme.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 4906, app/assets/stylesheets/theme.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 4908, app/assets/stylesheets/theme.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 4910, app/assets/stylesheets/theme.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 4912, app/assets/stylesheets/theme.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 4914, app/assets/stylesheets/theme.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 4916, app/assets/stylesheets/theme.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 4918, app/assets/stylesheets/theme.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 4920, app/assets/stylesheets/theme.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 4922, app/assets/stylesheets/theme.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 4924, app/assets/stylesheets/theme.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 4926, app/assets/stylesheets/theme.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 4928, app/assets/stylesheets/theme.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 4930, app/assets/stylesheets/theme.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 4932, app/assets/stylesheets/theme.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 4934, app/assets/stylesheets/theme.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 4936, app/assets/stylesheets/theme.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 4938, app/assets/stylesheets/theme.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 4940, app/assets/stylesheets/theme.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 4942, app/assets/stylesheets/theme.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 4946, app/assets/stylesheets/theme.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 4948, app/assets/stylesheets/theme.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 4950, app/assets/stylesheets/theme.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4952, app/assets/stylesheets/theme.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4954, app/assets/stylesheets/theme.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4956, app/assets/stylesheets/theme.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4958, app/assets/stylesheets/theme.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4960, app/assets/stylesheets/theme.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 4962, app/assets/stylesheets/theme.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 4964, app/assets/stylesheets/theme.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 4966, app/assets/stylesheets/theme.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 4968, app/assets/stylesheets/theme.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 4970, app/assets/stylesheets/theme.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 4972, app/assets/stylesheets/theme.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 4974, app/assets/stylesheets/theme.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 4976, app/assets/stylesheets/theme.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 4978, app/assets/stylesheets/theme.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 4980, app/assets/stylesheets/theme.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 4982, app/assets/stylesheets/theme.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 4984, app/assets/stylesheets/theme.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 4986, app/assets/stylesheets/theme.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 4988, app/assets/stylesheets/theme.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 4990, app/assets/stylesheets/theme.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 4992, app/assets/stylesheets/theme.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 4994, app/assets/stylesheets/theme.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 4996, app/assets/stylesheets/theme.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 4998, app/assets/stylesheets/theme.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 5000, app/assets/stylesheets/theme.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 5002, app/assets/stylesheets/theme.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 5004, app/assets/stylesheets/theme.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 5006, app/assets/stylesheets/theme.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 5008, app/assets/stylesheets/theme.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 5010, app/assets/stylesheets/theme.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 5012, app/assets/stylesheets/theme.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5015, app/assets/stylesheets/theme.scss */
.float-left {
  float: left !important;
}

/* line 5018, app/assets/stylesheets/theme.scss */
.float-right {
  float: right !important;
}

/* line 5021, app/assets/stylesheets/theme.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5025, app/assets/stylesheets/theme.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 5027, app/assets/stylesheets/theme.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 5029, app/assets/stylesheets/theme.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5033, app/assets/stylesheets/theme.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 5035, app/assets/stylesheets/theme.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 5037, app/assets/stylesheets/theme.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5041, app/assets/stylesheets/theme.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 5043, app/assets/stylesheets/theme.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 5045, app/assets/stylesheets/theme.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5049, app/assets/stylesheets/theme.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 5051, app/assets/stylesheets/theme.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 5053, app/assets/stylesheets/theme.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 5056, app/assets/stylesheets/theme.scss */
.position-static {
  position: static !important;
}

/* line 5059, app/assets/stylesheets/theme.scss */
.position-relative {
  position: relative !important;
}

/* line 5062, app/assets/stylesheets/theme.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5065, app/assets/stylesheets/theme.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5068, app/assets/stylesheets/theme.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 5072, app/assets/stylesheets/theme.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 5079, app/assets/stylesheets/theme.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 5087, app/assets/stylesheets/theme.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5093, app/assets/stylesheets/theme.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 5103, app/assets/stylesheets/theme.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 5111, app/assets/stylesheets/theme.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.075) !important;
}

/* line 5114, app/assets/stylesheets/theme.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.15) !important;
}

/* line 5117, app/assets/stylesheets/theme.scss */
.shadow-lg, .demo-pages a:hover {
  box-shadow: 0 1rem 3rem rgba(52, 58, 64, 0.175) !important;
}

/* line 5120, app/assets/stylesheets/theme.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 5123, app/assets/stylesheets/theme.scss */
.w-25 {
  width: 25% !important;
}

/* line 5126, app/assets/stylesheets/theme.scss */
.w-50 {
  width: 50% !important;
}

/* line 5129, app/assets/stylesheets/theme.scss */
.w-75 {
  width: 75% !important;
}

/* line 5132, app/assets/stylesheets/theme.scss */
.w-100 {
  width: 100% !important;
}

/* line 5135, app/assets/stylesheets/theme.scss */
.w-auto {
  width: auto !important;
}

/* line 5138, app/assets/stylesheets/theme.scss */
.h-25 {
  height: 25% !important;
}

/* line 5141, app/assets/stylesheets/theme.scss */
.h-50 {
  height: 50% !important;
}

/* line 5144, app/assets/stylesheets/theme.scss */
.h-75 {
  height: 75% !important;
}

/* line 5147, app/assets/stylesheets/theme.scss */
.h-100 {
  height: 100% !important;
}

/* line 5150, app/assets/stylesheets/theme.scss */
.h-auto {
  height: auto !important;
}

/* line 5153, app/assets/stylesheets/theme.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 5156, app/assets/stylesheets/theme.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 5159, app/assets/stylesheets/theme.scss */
.m-0 {
  margin: 0 !important;
}

/* line 5162, app/assets/stylesheets/theme.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 5166, app/assets/stylesheets/theme.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 5170, app/assets/stylesheets/theme.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 5174, app/assets/stylesheets/theme.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 5178, app/assets/stylesheets/theme.scss */
.m-1 {
  margin: 0.375rem !important;
}

/* line 5181, app/assets/stylesheets/theme.scss */
.mt-1,
.my-1 {
  margin-top: 0.375rem !important;
}

/* line 5185, app/assets/stylesheets/theme.scss */
.mr-1,
.mx-1 {
  margin-right: 0.375rem !important;
}

/* line 5189, app/assets/stylesheets/theme.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.375rem !important;
}

/* line 5193, app/assets/stylesheets/theme.scss */
.ml-1,
.mx-1 {
  margin-left: 0.375rem !important;
}

/* line 5197, app/assets/stylesheets/theme.scss */
.m-2 {
  margin: 0.75rem !important;
}

/* line 5200, app/assets/stylesheets/theme.scss */
.mt-2,
.my-2 {
  margin-top: 0.75rem !important;
}

/* line 5204, app/assets/stylesheets/theme.scss */
.mr-2,
.mx-2 {
  margin-right: 0.75rem !important;
}

/* line 5208, app/assets/stylesheets/theme.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important;
}

/* line 5212, app/assets/stylesheets/theme.scss */
.ml-2,
.mx-2 {
  margin-left: 0.75rem !important;
}

/* line 5216, app/assets/stylesheets/theme.scss */
.m-3 {
  margin: 1.5rem !important;
}

/* line 5219, app/assets/stylesheets/theme.scss */
.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

/* line 5223, app/assets/stylesheets/theme.scss */
.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

/* line 5227, app/assets/stylesheets/theme.scss */
.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

/* line 5231, app/assets/stylesheets/theme.scss */
.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

/* line 5235, app/assets/stylesheets/theme.scss */
.m-4 {
  margin: 2.25rem !important;
}

/* line 5238, app/assets/stylesheets/theme.scss */
.mt-4,
.my-4 {
  margin-top: 2.25rem !important;
}

/* line 5242, app/assets/stylesheets/theme.scss */
.mr-4,
.mx-4 {
  margin-right: 2.25rem !important;
}

/* line 5246, app/assets/stylesheets/theme.scss */
.mb-4,
.my-4 {
  margin-bottom: 2.25rem !important;
}

/* line 5250, app/assets/stylesheets/theme.scss */
.ml-4,
.mx-4 {
  margin-left: 2.25rem !important;
}

/* line 5254, app/assets/stylesheets/theme.scss */
.m-5 {
  margin: 4.5rem !important;
}

/* line 5257, app/assets/stylesheets/theme.scss */
.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

/* line 5261, app/assets/stylesheets/theme.scss */
.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

/* line 5265, app/assets/stylesheets/theme.scss */
.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

/* line 5269, app/assets/stylesheets/theme.scss */
.ml-5,
.mx-5 {
  margin-left: 4.5rem !important;
}

/* line 5273, app/assets/stylesheets/theme.scss */
.p-0 {
  padding: 0 !important;
}

/* line 5276, app/assets/stylesheets/theme.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 5280, app/assets/stylesheets/theme.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 5284, app/assets/stylesheets/theme.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 5288, app/assets/stylesheets/theme.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 5292, app/assets/stylesheets/theme.scss */
.p-1 {
  padding: 0.375rem !important;
}

/* line 5295, app/assets/stylesheets/theme.scss */
.pt-1,
.py-1 {
  padding-top: 0.375rem !important;
}

/* line 5299, app/assets/stylesheets/theme.scss */
.pr-1,
.px-1 {
  padding-right: 0.375rem !important;
}

/* line 5303, app/assets/stylesheets/theme.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.375rem !important;
}

/* line 5307, app/assets/stylesheets/theme.scss */
.pl-1,
.px-1 {
  padding-left: 0.375rem !important;
}

/* line 5311, app/assets/stylesheets/theme.scss */
.p-2 {
  padding: 0.75rem !important;
}

/* line 5314, app/assets/stylesheets/theme.scss */
.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

/* line 5318, app/assets/stylesheets/theme.scss */
.pr-2,
.px-2 {
  padding-right: 0.75rem !important;
}

/* line 5322, app/assets/stylesheets/theme.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

/* line 5326, app/assets/stylesheets/theme.scss */
.pl-2,
.px-2 {
  padding-left: 0.75rem !important;
}

/* line 5330, app/assets/stylesheets/theme.scss */
.p-3 {
  padding: 1.5rem !important;
}

/* line 5333, app/assets/stylesheets/theme.scss */
.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

/* line 5337, app/assets/stylesheets/theme.scss */
.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

/* line 5341, app/assets/stylesheets/theme.scss */
.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

/* line 5345, app/assets/stylesheets/theme.scss */
.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

/* line 5349, app/assets/stylesheets/theme.scss */
.p-4 {
  padding: 2.25rem !important;
}

/* line 5352, app/assets/stylesheets/theme.scss */
.pt-4,
.py-4 {
  padding-top: 2.25rem !important;
}

/* line 5356, app/assets/stylesheets/theme.scss */
.pr-4,
.px-4 {
  padding-right: 2.25rem !important;
}

/* line 5360, app/assets/stylesheets/theme.scss */
.pb-4,
.py-4 {
  padding-bottom: 2.25rem !important;
}

/* line 5364, app/assets/stylesheets/theme.scss */
.pl-4,
.px-4 {
  padding-left: 2.25rem !important;
}

/* line 5368, app/assets/stylesheets/theme.scss */
.p-5 {
  padding: 4.5rem !important;
}

/* line 5371, app/assets/stylesheets/theme.scss */
.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

/* line 5375, app/assets/stylesheets/theme.scss */
.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

/* line 5379, app/assets/stylesheets/theme.scss */
.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

/* line 5383, app/assets/stylesheets/theme.scss */
.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

/* line 5387, app/assets/stylesheets/theme.scss */
.m-auto {
  margin: auto !important;
}

/* line 5390, app/assets/stylesheets/theme.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 5394, app/assets/stylesheets/theme.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 5398, app/assets/stylesheets/theme.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 5402, app/assets/stylesheets/theme.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 5407, app/assets/stylesheets/theme.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 5409, app/assets/stylesheets/theme.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 5412, app/assets/stylesheets/theme.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 5415, app/assets/stylesheets/theme.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 5418, app/assets/stylesheets/theme.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 5421, app/assets/stylesheets/theme.scss */
  .m-sm-1 {
    margin: 0.375rem !important;
  }
  /* line 5423, app/assets/stylesheets/theme.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.375rem !important;
  }
  /* line 5426, app/assets/stylesheets/theme.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.375rem !important;
  }
  /* line 5429, app/assets/stylesheets/theme.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 5432, app/assets/stylesheets/theme.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.375rem !important;
  }
  /* line 5435, app/assets/stylesheets/theme.scss */
  .m-sm-2 {
    margin: 0.75rem !important;
  }
  /* line 5437, app/assets/stylesheets/theme.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.75rem !important;
  }
  /* line 5440, app/assets/stylesheets/theme.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.75rem !important;
  }
  /* line 5443, app/assets/stylesheets/theme.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 5446, app/assets/stylesheets/theme.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.75rem !important;
  }
  /* line 5449, app/assets/stylesheets/theme.scss */
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  /* line 5451, app/assets/stylesheets/theme.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1.5rem !important;
  }
  /* line 5454, app/assets/stylesheets/theme.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  /* line 5457, app/assets/stylesheets/theme.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 5460, app/assets/stylesheets/theme.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  /* line 5463, app/assets/stylesheets/theme.scss */
  .m-sm-4 {
    margin: 2.25rem !important;
  }
  /* line 5465, app/assets/stylesheets/theme.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 2.25rem !important;
  }
  /* line 5468, app/assets/stylesheets/theme.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 2.25rem !important;
  }
  /* line 5471, app/assets/stylesheets/theme.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 5474, app/assets/stylesheets/theme.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 2.25rem !important;
  }
  /* line 5477, app/assets/stylesheets/theme.scss */
  .m-sm-5 {
    margin: 4.5rem !important;
  }
  /* line 5479, app/assets/stylesheets/theme.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 4.5rem !important;
  }
  /* line 5482, app/assets/stylesheets/theme.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 4.5rem !important;
  }
  /* line 5485, app/assets/stylesheets/theme.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 5488, app/assets/stylesheets/theme.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 4.5rem !important;
  }
  /* line 5491, app/assets/stylesheets/theme.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 5493, app/assets/stylesheets/theme.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 5496, app/assets/stylesheets/theme.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 5499, app/assets/stylesheets/theme.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 5502, app/assets/stylesheets/theme.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 5505, app/assets/stylesheets/theme.scss */
  .p-sm-1 {
    padding: 0.375rem !important;
  }
  /* line 5507, app/assets/stylesheets/theme.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.375rem !important;
  }
  /* line 5510, app/assets/stylesheets/theme.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.375rem !important;
  }
  /* line 5513, app/assets/stylesheets/theme.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 5516, app/assets/stylesheets/theme.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.375rem !important;
  }
  /* line 5519, app/assets/stylesheets/theme.scss */
  .p-sm-2 {
    padding: 0.75rem !important;
  }
  /* line 5521, app/assets/stylesheets/theme.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.75rem !important;
  }
  /* line 5524, app/assets/stylesheets/theme.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.75rem !important;
  }
  /* line 5527, app/assets/stylesheets/theme.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 5530, app/assets/stylesheets/theme.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.75rem !important;
  }
  /* line 5533, app/assets/stylesheets/theme.scss */
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  /* line 5535, app/assets/stylesheets/theme.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1.5rem !important;
  }
  /* line 5538, app/assets/stylesheets/theme.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1.5rem !important;
  }
  /* line 5541, app/assets/stylesheets/theme.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 5544, app/assets/stylesheets/theme.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1.5rem !important;
  }
  /* line 5547, app/assets/stylesheets/theme.scss */
  .p-sm-4 {
    padding: 2.25rem !important;
  }
  /* line 5549, app/assets/stylesheets/theme.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 2.25rem !important;
  }
  /* line 5552, app/assets/stylesheets/theme.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 2.25rem !important;
  }
  /* line 5555, app/assets/stylesheets/theme.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 5558, app/assets/stylesheets/theme.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 2.25rem !important;
  }
  /* line 5561, app/assets/stylesheets/theme.scss */
  .p-sm-5 {
    padding: 4.5rem !important;
  }
  /* line 5563, app/assets/stylesheets/theme.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 4.5rem !important;
  }
  /* line 5566, app/assets/stylesheets/theme.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 4.5rem !important;
  }
  /* line 5569, app/assets/stylesheets/theme.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 5572, app/assets/stylesheets/theme.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 4.5rem !important;
  }
  /* line 5575, app/assets/stylesheets/theme.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 5577, app/assets/stylesheets/theme.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 5580, app/assets/stylesheets/theme.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 5583, app/assets/stylesheets/theme.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 5586, app/assets/stylesheets/theme.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 5591, app/assets/stylesheets/theme.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 5593, app/assets/stylesheets/theme.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 5596, app/assets/stylesheets/theme.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 5599, app/assets/stylesheets/theme.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 5602, app/assets/stylesheets/theme.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 5605, app/assets/stylesheets/theme.scss */
  .m-md-1 {
    margin: 0.375rem !important;
  }
  /* line 5607, app/assets/stylesheets/theme.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.375rem !important;
  }
  /* line 5610, app/assets/stylesheets/theme.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.375rem !important;
  }
  /* line 5613, app/assets/stylesheets/theme.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 5616, app/assets/stylesheets/theme.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.375rem !important;
  }
  /* line 5619, app/assets/stylesheets/theme.scss */
  .m-md-2 {
    margin: 0.75rem !important;
  }
  /* line 5621, app/assets/stylesheets/theme.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.75rem !important;
  }
  /* line 5624, app/assets/stylesheets/theme.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.75rem !important;
  }
  /* line 5627, app/assets/stylesheets/theme.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 5630, app/assets/stylesheets/theme.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.75rem !important;
  }
  /* line 5633, app/assets/stylesheets/theme.scss */
  .m-md-3 {
    margin: 1.5rem !important;
  }
  /* line 5635, app/assets/stylesheets/theme.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1.5rem !important;
  }
  /* line 5638, app/assets/stylesheets/theme.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1.5rem !important;
  }
  /* line 5641, app/assets/stylesheets/theme.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 5644, app/assets/stylesheets/theme.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1.5rem !important;
  }
  /* line 5647, app/assets/stylesheets/theme.scss */
  .m-md-4 {
    margin: 2.25rem !important;
  }
  /* line 5649, app/assets/stylesheets/theme.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 2.25rem !important;
  }
  /* line 5652, app/assets/stylesheets/theme.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 2.25rem !important;
  }
  /* line 5655, app/assets/stylesheets/theme.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 5658, app/assets/stylesheets/theme.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 2.25rem !important;
  }
  /* line 5661, app/assets/stylesheets/theme.scss */
  .m-md-5 {
    margin: 4.5rem !important;
  }
  /* line 5663, app/assets/stylesheets/theme.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 4.5rem !important;
  }
  /* line 5666, app/assets/stylesheets/theme.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 4.5rem !important;
  }
  /* line 5669, app/assets/stylesheets/theme.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 5672, app/assets/stylesheets/theme.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 4.5rem !important;
  }
  /* line 5675, app/assets/stylesheets/theme.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 5677, app/assets/stylesheets/theme.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 5680, app/assets/stylesheets/theme.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 5683, app/assets/stylesheets/theme.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 5686, app/assets/stylesheets/theme.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 5689, app/assets/stylesheets/theme.scss */
  .p-md-1 {
    padding: 0.375rem !important;
  }
  /* line 5691, app/assets/stylesheets/theme.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.375rem !important;
  }
  /* line 5694, app/assets/stylesheets/theme.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.375rem !important;
  }
  /* line 5697, app/assets/stylesheets/theme.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 5700, app/assets/stylesheets/theme.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.375rem !important;
  }
  /* line 5703, app/assets/stylesheets/theme.scss */
  .p-md-2 {
    padding: 0.75rem !important;
  }
  /* line 5705, app/assets/stylesheets/theme.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.75rem !important;
  }
  /* line 5708, app/assets/stylesheets/theme.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.75rem !important;
  }
  /* line 5711, app/assets/stylesheets/theme.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 5714, app/assets/stylesheets/theme.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.75rem !important;
  }
  /* line 5717, app/assets/stylesheets/theme.scss */
  .p-md-3 {
    padding: 1.5rem !important;
  }
  /* line 5719, app/assets/stylesheets/theme.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1.5rem !important;
  }
  /* line 5722, app/assets/stylesheets/theme.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1.5rem !important;
  }
  /* line 5725, app/assets/stylesheets/theme.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 5728, app/assets/stylesheets/theme.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1.5rem !important;
  }
  /* line 5731, app/assets/stylesheets/theme.scss */
  .p-md-4 {
    padding: 2.25rem !important;
  }
  /* line 5733, app/assets/stylesheets/theme.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 2.25rem !important;
  }
  /* line 5736, app/assets/stylesheets/theme.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 2.25rem !important;
  }
  /* line 5739, app/assets/stylesheets/theme.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 5742, app/assets/stylesheets/theme.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 2.25rem !important;
  }
  /* line 5745, app/assets/stylesheets/theme.scss */
  .p-md-5 {
    padding: 4.5rem !important;
  }
  /* line 5747, app/assets/stylesheets/theme.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 4.5rem !important;
  }
  /* line 5750, app/assets/stylesheets/theme.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 4.5rem !important;
  }
  /* line 5753, app/assets/stylesheets/theme.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 5756, app/assets/stylesheets/theme.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 4.5rem !important;
  }
  /* line 5759, app/assets/stylesheets/theme.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 5761, app/assets/stylesheets/theme.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 5764, app/assets/stylesheets/theme.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 5767, app/assets/stylesheets/theme.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 5770, app/assets/stylesheets/theme.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 5775, app/assets/stylesheets/theme.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 5777, app/assets/stylesheets/theme.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 5780, app/assets/stylesheets/theme.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 5783, app/assets/stylesheets/theme.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 5786, app/assets/stylesheets/theme.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 5789, app/assets/stylesheets/theme.scss */
  .m-lg-1 {
    margin: 0.375rem !important;
  }
  /* line 5791, app/assets/stylesheets/theme.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.375rem !important;
  }
  /* line 5794, app/assets/stylesheets/theme.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.375rem !important;
  }
  /* line 5797, app/assets/stylesheets/theme.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 5800, app/assets/stylesheets/theme.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.375rem !important;
  }
  /* line 5803, app/assets/stylesheets/theme.scss */
  .m-lg-2 {
    margin: 0.75rem !important;
  }
  /* line 5805, app/assets/stylesheets/theme.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.75rem !important;
  }
  /* line 5808, app/assets/stylesheets/theme.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.75rem !important;
  }
  /* line 5811, app/assets/stylesheets/theme.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 5814, app/assets/stylesheets/theme.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.75rem !important;
  }
  /* line 5817, app/assets/stylesheets/theme.scss */
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  /* line 5819, app/assets/stylesheets/theme.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1.5rem !important;
  }
  /* line 5822, app/assets/stylesheets/theme.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  /* line 5825, app/assets/stylesheets/theme.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 5828, app/assets/stylesheets/theme.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  /* line 5831, app/assets/stylesheets/theme.scss */
  .m-lg-4 {
    margin: 2.25rem !important;
  }
  /* line 5833, app/assets/stylesheets/theme.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 2.25rem !important;
  }
  /* line 5836, app/assets/stylesheets/theme.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 2.25rem !important;
  }
  /* line 5839, app/assets/stylesheets/theme.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 5842, app/assets/stylesheets/theme.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 2.25rem !important;
  }
  /* line 5845, app/assets/stylesheets/theme.scss */
  .m-lg-5 {
    margin: 4.5rem !important;
  }
  /* line 5847, app/assets/stylesheets/theme.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 4.5rem !important;
  }
  /* line 5850, app/assets/stylesheets/theme.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 4.5rem !important;
  }
  /* line 5853, app/assets/stylesheets/theme.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 5856, app/assets/stylesheets/theme.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 4.5rem !important;
  }
  /* line 5859, app/assets/stylesheets/theme.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 5861, app/assets/stylesheets/theme.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 5864, app/assets/stylesheets/theme.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 5867, app/assets/stylesheets/theme.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 5870, app/assets/stylesheets/theme.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 5873, app/assets/stylesheets/theme.scss */
  .p-lg-1 {
    padding: 0.375rem !important;
  }
  /* line 5875, app/assets/stylesheets/theme.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.375rem !important;
  }
  /* line 5878, app/assets/stylesheets/theme.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.375rem !important;
  }
  /* line 5881, app/assets/stylesheets/theme.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 5884, app/assets/stylesheets/theme.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.375rem !important;
  }
  /* line 5887, app/assets/stylesheets/theme.scss */
  .p-lg-2 {
    padding: 0.75rem !important;
  }
  /* line 5889, app/assets/stylesheets/theme.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.75rem !important;
  }
  /* line 5892, app/assets/stylesheets/theme.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.75rem !important;
  }
  /* line 5895, app/assets/stylesheets/theme.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 5898, app/assets/stylesheets/theme.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.75rem !important;
  }
  /* line 5901, app/assets/stylesheets/theme.scss */
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  /* line 5903, app/assets/stylesheets/theme.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1.5rem !important;
  }
  /* line 5906, app/assets/stylesheets/theme.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1.5rem !important;
  }
  /* line 5909, app/assets/stylesheets/theme.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 5912, app/assets/stylesheets/theme.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1.5rem !important;
  }
  /* line 5915, app/assets/stylesheets/theme.scss */
  .p-lg-4 {
    padding: 2.25rem !important;
  }
  /* line 5917, app/assets/stylesheets/theme.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 2.25rem !important;
  }
  /* line 5920, app/assets/stylesheets/theme.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 2.25rem !important;
  }
  /* line 5923, app/assets/stylesheets/theme.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 5926, app/assets/stylesheets/theme.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 2.25rem !important;
  }
  /* line 5929, app/assets/stylesheets/theme.scss */
  .p-lg-5 {
    padding: 4.5rem !important;
  }
  /* line 5931, app/assets/stylesheets/theme.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 4.5rem !important;
  }
  /* line 5934, app/assets/stylesheets/theme.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 4.5rem !important;
  }
  /* line 5937, app/assets/stylesheets/theme.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 5940, app/assets/stylesheets/theme.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 4.5rem !important;
  }
  /* line 5943, app/assets/stylesheets/theme.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 5945, app/assets/stylesheets/theme.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 5948, app/assets/stylesheets/theme.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 5951, app/assets/stylesheets/theme.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 5954, app/assets/stylesheets/theme.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 5959, app/assets/stylesheets/theme.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 5961, app/assets/stylesheets/theme.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 5964, app/assets/stylesheets/theme.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 5967, app/assets/stylesheets/theme.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 5970, app/assets/stylesheets/theme.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 5973, app/assets/stylesheets/theme.scss */
  .m-xl-1 {
    margin: 0.375rem !important;
  }
  /* line 5975, app/assets/stylesheets/theme.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.375rem !important;
  }
  /* line 5978, app/assets/stylesheets/theme.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.375rem !important;
  }
  /* line 5981, app/assets/stylesheets/theme.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 5984, app/assets/stylesheets/theme.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.375rem !important;
  }
  /* line 5987, app/assets/stylesheets/theme.scss */
  .m-xl-2 {
    margin: 0.75rem !important;
  }
  /* line 5989, app/assets/stylesheets/theme.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.75rem !important;
  }
  /* line 5992, app/assets/stylesheets/theme.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.75rem !important;
  }
  /* line 5995, app/assets/stylesheets/theme.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 5998, app/assets/stylesheets/theme.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.75rem !important;
  }
  /* line 6001, app/assets/stylesheets/theme.scss */
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  /* line 6003, app/assets/stylesheets/theme.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1.5rem !important;
  }
  /* line 6006, app/assets/stylesheets/theme.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  /* line 6009, app/assets/stylesheets/theme.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6012, app/assets/stylesheets/theme.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  /* line 6015, app/assets/stylesheets/theme.scss */
  .m-xl-4 {
    margin: 2.25rem !important;
  }
  /* line 6017, app/assets/stylesheets/theme.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 2.25rem !important;
  }
  /* line 6020, app/assets/stylesheets/theme.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 2.25rem !important;
  }
  /* line 6023, app/assets/stylesheets/theme.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 6026, app/assets/stylesheets/theme.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 2.25rem !important;
  }
  /* line 6029, app/assets/stylesheets/theme.scss */
  .m-xl-5 {
    margin: 4.5rem !important;
  }
  /* line 6031, app/assets/stylesheets/theme.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 4.5rem !important;
  }
  /* line 6034, app/assets/stylesheets/theme.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 4.5rem !important;
  }
  /* line 6037, app/assets/stylesheets/theme.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 6040, app/assets/stylesheets/theme.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 4.5rem !important;
  }
  /* line 6043, app/assets/stylesheets/theme.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 6045, app/assets/stylesheets/theme.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 6048, app/assets/stylesheets/theme.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 6051, app/assets/stylesheets/theme.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6054, app/assets/stylesheets/theme.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 6057, app/assets/stylesheets/theme.scss */
  .p-xl-1 {
    padding: 0.375rem !important;
  }
  /* line 6059, app/assets/stylesheets/theme.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.375rem !important;
  }
  /* line 6062, app/assets/stylesheets/theme.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.375rem !important;
  }
  /* line 6065, app/assets/stylesheets/theme.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 6068, app/assets/stylesheets/theme.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.375rem !important;
  }
  /* line 6071, app/assets/stylesheets/theme.scss */
  .p-xl-2 {
    padding: 0.75rem !important;
  }
  /* line 6073, app/assets/stylesheets/theme.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.75rem !important;
  }
  /* line 6076, app/assets/stylesheets/theme.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.75rem !important;
  }
  /* line 6079, app/assets/stylesheets/theme.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 6082, app/assets/stylesheets/theme.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.75rem !important;
  }
  /* line 6085, app/assets/stylesheets/theme.scss */
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  /* line 6087, app/assets/stylesheets/theme.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1.5rem !important;
  }
  /* line 6090, app/assets/stylesheets/theme.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1.5rem !important;
  }
  /* line 6093, app/assets/stylesheets/theme.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6096, app/assets/stylesheets/theme.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1.5rem !important;
  }
  /* line 6099, app/assets/stylesheets/theme.scss */
  .p-xl-4 {
    padding: 2.25rem !important;
  }
  /* line 6101, app/assets/stylesheets/theme.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 2.25rem !important;
  }
  /* line 6104, app/assets/stylesheets/theme.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 2.25rem !important;
  }
  /* line 6107, app/assets/stylesheets/theme.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 6110, app/assets/stylesheets/theme.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 2.25rem !important;
  }
  /* line 6113, app/assets/stylesheets/theme.scss */
  .p-xl-5 {
    padding: 4.5rem !important;
  }
  /* line 6115, app/assets/stylesheets/theme.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 4.5rem !important;
  }
  /* line 6118, app/assets/stylesheets/theme.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 4.5rem !important;
  }
  /* line 6121, app/assets/stylesheets/theme.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 6124, app/assets/stylesheets/theme.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 4.5rem !important;
  }
  /* line 6127, app/assets/stylesheets/theme.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 6129, app/assets/stylesheets/theme.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 6132, app/assets/stylesheets/theme.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 6135, app/assets/stylesheets/theme.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 6138, app/assets/stylesheets/theme.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6142, app/assets/stylesheets/theme.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 6145, app/assets/stylesheets/theme.scss */
.text-justify {
  text-align: justify !important;
}

/* line 6148, app/assets/stylesheets/theme.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 6151, app/assets/stylesheets/theme.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6156, app/assets/stylesheets/theme.scss */
.text-left {
  text-align: left !important;
}

/* line 6159, app/assets/stylesheets/theme.scss */
.text-right {
  text-align: right !important;
}

/* line 6162, app/assets/stylesheets/theme.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 6166, app/assets/stylesheets/theme.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 6168, app/assets/stylesheets/theme.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 6170, app/assets/stylesheets/theme.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 6174, app/assets/stylesheets/theme.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 6176, app/assets/stylesheets/theme.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 6178, app/assets/stylesheets/theme.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 6182, app/assets/stylesheets/theme.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 6184, app/assets/stylesheets/theme.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 6186, app/assets/stylesheets/theme.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 6190, app/assets/stylesheets/theme.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 6192, app/assets/stylesheets/theme.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 6194, app/assets/stylesheets/theme.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 6197, app/assets/stylesheets/theme.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 6200, app/assets/stylesheets/theme.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 6203, app/assets/stylesheets/theme.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 6206, app/assets/stylesheets/theme.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 6209, app/assets/stylesheets/theme.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 6212, app/assets/stylesheets/theme.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 6215, app/assets/stylesheets/theme.scss */
.font-italic {
  font-style: italic !important;
}

/* line 6218, app/assets/stylesheets/theme.scss */
.text-white {
  color: #fff !important;
}

/* line 6221, app/assets/stylesheets/theme.scss */
.text-primary {
  color: #0099FF !important;
}

/* line 6224, app/assets/stylesheets/theme.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #007acc !important;
}

/* line 6227, app/assets/stylesheets/theme.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 6230, app/assets/stylesheets/theme.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6233, app/assets/stylesheets/theme.scss */
.text-success {
  color: #28a745 !important;
}

/* line 6236, app/assets/stylesheets/theme.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6239, app/assets/stylesheets/theme.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 6242, app/assets/stylesheets/theme.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6245, app/assets/stylesheets/theme.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 6248, app/assets/stylesheets/theme.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6251, app/assets/stylesheets/theme.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 6254, app/assets/stylesheets/theme.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6257, app/assets/stylesheets/theme.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 6260, app/assets/stylesheets/theme.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6263, app/assets/stylesheets/theme.scss */
.text-dark {
  color: #152a49 !important;
}

/* line 6266, app/assets/stylesheets/theme.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0a1321 !important;
}

/* line 6269, app/assets/stylesheets/theme.scss */
.text-body {
  color: #6c757d !important;
}

/* line 6272, app/assets/stylesheets/theme.scss */
.text-muted {
  color: rgba(108, 117, 125, 0.85) !important;
}

/* line 6275, app/assets/stylesheets/theme.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 6278, app/assets/stylesheets/theme.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 6281, app/assets/stylesheets/theme.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6288, app/assets/stylesheets/theme.scss */
.visible {
  visibility: visible !important;
}

/* line 6291, app/assets/stylesheets/theme.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 6295, app/assets/stylesheets/theme.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 6300, app/assets/stylesheets/theme.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 6302, app/assets/stylesheets/theme.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 6304, app/assets/stylesheets/theme.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 6306, app/assets/stylesheets/theme.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 6310, app/assets/stylesheets/theme.scss */
  thead {
    display: table-header-group;
  }
  /* line 6312, app/assets/stylesheets/theme.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 6315, app/assets/stylesheets/theme.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 6320, app/assets/stylesheets/theme.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 6325, app/assets/stylesheets/theme.scss */
  body {
    min-width: 992px !important;
  }
  /* line 6327, app/assets/stylesheets/theme.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 6329, app/assets/stylesheets/theme.scss */
  .navbar {
    display: none;
  }
  /* line 6331, app/assets/stylesheets/theme.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 6333, app/assets/stylesheets/theme.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 6335, app/assets/stylesheets/theme.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 6338, app/assets/stylesheets/theme.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 6341, app/assets/stylesheets/theme.scss */
  .table-dark {
    color: inherit;
  }
  /* line 6343, app/assets/stylesheets/theme.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 6348, app/assets/stylesheets/theme.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 6352, app/assets/stylesheets/theme.scss */
section {
  position: relative;
}

/* line 6355, app/assets/stylesheets/theme.scss */
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 6361, app/assets/stylesheets/theme.scss */
.bg-image:not([class*='absolute']) {
  position: absolute;
}

/* line 6363, app/assets/stylesheets/theme.scss */
.bg-image + .card-body {
  position: relative;
  z-index: 1;
}

/* line 6367, app/assets/stylesheets/theme.scss */
img.bg-image {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  /* line 6371, app/assets/stylesheets/theme.scss */
  .text-image-2 {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
  }
  /* line 6377, app/assets/stylesheets/theme.scss */
  .text-image-2 > img {
    border-radius: 0.375rem;
  }
  /* line 6379, app/assets/stylesheets/theme.scss */
  .text-image-2 > div {
    border-radius: 0.375rem 0 0.375rem 0;
  }
}

/* line 6382, app/assets/stylesheets/theme.scss */
.btn-secondary.dropdown-toggle:after, .btn-primary.dropdown-toggle:after, .btn-success.dropdown-toggle:after, .btn-danger.dropdown-toggle:after, .btn-dark.dropdown-toggle:after {
  background: url("data:image/svg+xml;charset=utf8,<svg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.09852 0.540851C4.29843 0.271544 4.70157 0.271544 4.90148 0.540851L7.80474 4.45198C8.04964 4.7819 7.81415 5.25 7.40326 5.25H1.59674C1.18585 5.25 0.950358 4.7819 1.19526 4.45198L4.09852 0.540851Z' fill='%23fff' style='transform:rotate(180deg); transform-origin:center;'/></svg>");
}

/* line 6385, app/assets/stylesheets/theme.scss */
.btn-light {
  background: #fff;
  border-color: #fff;
  color: #0099FF;
}

/* line 6389, app/assets/stylesheets/theme.scss */
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #006bb3 !important;
}

/* line 6394, app/assets/stylesheets/theme.scss */
.btn i {
  font-size: inherit;
  line-height: inherit;
  display: inline;
  vertical-align: middle;
}

/* line 6399, app/assets/stylesheets/theme.scss */
.btn i.material-icons:only-child {
  transform: scale(1.5);
  display: inline-block;
}

/* line 6403, app/assets/stylesheets/theme.scss */
.btn-image {
  height: 1.5rem;
  margin-right: .25rem;
}

/* line 6406, app/assets/stylesheets/theme.scss */
.btn-image + span {
  position: relative;
  top: 1px;
}

/* line 6410, app/assets/stylesheets/theme.scss */
.card {
  margin-bottom: 0.75rem;
}

/* line 6412, app/assets/stylesheets/theme.scss */
.card.disabled {
  opacity: .5;
  pointer-events: none;
}

/* line 6415, app/assets/stylesheets/theme.scss */
.card.bg-dark.hover-effect:hover {
  background: #152a49 !important;
}

/* line 6417, app/assets/stylesheets/theme.scss */
.card.justify-content-end .card-img-overlay {
  border-radius: 0 0 0.375rem 0.375rem;
}

/* line 6419, app/assets/stylesheets/theme.scss */
.card > .badge.position-absolute {
  top: 0;
  right: 0;
  bottom: auto;
  border-radius: 0 0.375rem 0 0.375rem;
  padding: .5rem;
}

/* line 6426, app/assets/stylesheets/theme.scss */
.card-body {
  padding: 1rem 1.5rem;
}

/* line 6429, app/assets/stylesheets/theme.scss */
.card-img {
  min-height: 1px;
}

@media (min-width: 768px) {
  /* line 6433, app/assets/stylesheets/theme.scss */
  .card {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  /* line 6437, app/assets/stylesheets/theme.scss */
  .card.flex-md-row .card-img {
    border-radius: 0.375rem 0 0 0.375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 6440, app/assets/stylesheets/theme.scss */
  .card.flex-md-row.flex-md-row-reverse .card-img {
    border-radius: 0 0.375rem 0.375rem 0;
  }
}

@media (max-width: 991.98px) {
  /* line 6444, app/assets/stylesheets/theme.scss */
  .card.flex-column .card-img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}

/* line 6447, app/assets/stylesheets/theme.scss */
.card-footer {
  background: #fff;
  border-top: 1px solid #e9ecef;
}

/* line 6450, app/assets/stylesheets/theme.scss */
.card-footer.bg-dark, .card-footer.bg-primary {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 6453, app/assets/stylesheets/theme.scss */
.card-img-overlay {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

/* line 6458, app/assets/stylesheets/theme.scss */
.card-img-overlay.bg-dark {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* line 6461, app/assets/stylesheets/theme.scss */
.dropdown-arrow:after, .dropdown-toggle:after {
  background: url("data:image/svg+xml;charset=utf8,<svg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.09852 0.540851C4.29843 0.271544 4.70157 0.271544 4.90148 0.540851L7.80474 4.45198C8.04964 4.7819 7.81415 5.25 7.40326 5.25H1.59674C1.18585 5.25 0.950358 4.7819 1.19526 4.45198L4.09852 0.540851Z' fill='%23152a49' style='transform:rotate(180deg); transform-origin:center;'/></svg>");
  opacity: .5;
  position: relative;
  top: 2px;
}

/* line 6467, app/assets/stylesheets/theme.scss */
.dropdown-toggle:after {
  border: none !important;
  width: 9px;
  height: 7px;
}

/* line 6472, app/assets/stylesheets/theme.scss */
.dropdown-toggle[aria-expanded="true"]:after {
  opacity: 1;
}

/* line 6475, app/assets/stylesheets/theme.scss */
.dropdown-menu {
  box-shadow: 0 1rem 3rem rgba(52, 58, 64, 0.175);
}

/* line 6478, app/assets/stylesheets/theme.scss */
.modal-content .dropdown-menu {
  position: absolute !important;
}

@media (min-width: 992px) {
  /* line 6482, app/assets/stylesheets/theme.scss */
  .dropdown-menu-wide {
    width: 30rem;
  }
}

/* line 6485, app/assets/stylesheets/theme.scss */
nav .dropdown {
  z-index: 1030;
}

/* line 6488, app/assets/stylesheets/theme.scss */
.row[class*='flex-'][class*='-column'] > [class*='col'][class*='my-']:first-child {
  margin-top: 0 !important;
}

/* line 6491, app/assets/stylesheets/theme.scss */
.row[class*='flex-'][class*='-column'] > [class*='col'][class*='my-']:last-child {
  margin-bottom: 0 !important;
}

@media all and (max-width: 767px) {
  /* line 6495, app/assets/stylesheets/theme.scss */
  .row:not(.no-gutters) > [class*='col-6']:nth-child(odd) {
    padding-right: 0.375rem;
  }
  /* line 6497, app/assets/stylesheets/theme.scss */
  .row:not(.no-gutters) > [class*='col-6']:nth-child(even) {
    padding-left: 0.375rem;
  }
}

@media (min-width: 576px) {
  /* line 6501, app/assets/stylesheets/theme.scss */
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* line 6505, app/assets/stylesheets/theme.scss */
img[class*='flex-'][class*='-grow-1'] {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 6508, app/assets/stylesheets/theme.scss */
img {
  max-width: 100%;
}

/* line 6511, app/assets/stylesheets/theme.scss */
.list-pipe-separator > li:not(:last-child) > a:after {
  content: '|';
  margin: 0 0.375rem;
  opacity: .5;
}

/* line 6516, app/assets/stylesheets/theme.scss */
.list-social-links {
  padding: 0;
  list-style: none;
  display: flex;
}

/* line 6520, app/assets/stylesheets/theme.scss */
.list-social-links a {
  display: block;
  padding: 0.125rem .5rem;
  background: #dee2e6;
  color: #6c757d;
  border-radius: 0.375rem;
  transition: background-color 0.1s linear, color 0.1s linear;
}

/* line 6527, app/assets/stylesheets/theme.scss */
.list-social-links a:hover {
  background: #ced4da;
  color: #152a49;
}

/* line 6530, app/assets/stylesheets/theme.scss */
.list-social-links i {
  font-size: .75rem;
}

/* line 6532, app/assets/stylesheets/theme.scss */
.list-social-links > li {
  margin-right: 0.375rem;
}

/* line 6534, app/assets/stylesheets/theme.scss */
.list-social-links > li:last-child {
  margin: 0 0.1875rem;
}

/* line 6536, app/assets/stylesheets/theme.scss */
.list-social-links > li.text-white a {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

/* line 6539, app/assets/stylesheets/theme.scss */
.list-social-links > li.text-white a:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* line 6542, app/assets/stylesheets/theme.scss */
.nav-link.h5 {
  margin-bottom: 0;
}

/* line 6545, app/assets/stylesheets/theme.scss */
.justify-content-end .navbar-nav .nav-item:last-child > .nav-link {
  padding-right: 0;
}

/* line 6548, app/assets/stylesheets/theme.scss */
.nav-link {
  color: rgba(21, 42, 73, 0.5);
}

/* line 6550, app/assets/stylesheets/theme.scss */
.nav-link.active {
  color: #152a49;
}

/* line 6552, app/assets/stylesheets/theme.scss */
.nav-link:hover {
  color: #0099FF;
}

/* line 6554, app/assets/stylesheets/theme.scss */
.nav-link.disabled:hover {
  color: rgba(21, 42, 73, 0.25);
}

/* line 6557, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link {
  border: none;
  padding: 1rem 1.5rem;
}

/* line 6560, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link.active {
  position: relative;
}

/* line 6562, app/assets/stylesheets/theme.scss */
.nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0099FF;
  height: 0.1875rem;
  border-radius: 200rem;
  width: 100%;
}

/* line 6572, app/assets/stylesheets/theme.scss */
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-radius: 0.375rem;
}

/* line 6576, app/assets/stylesheets/theme.scss */
.navbar-dark .nav-tabs .nav-link.active {
  background: none;
}

/* line 6579, app/assets/stylesheets/theme.scss */
.navbar-dark .nav-tabs .nav-link.dropdown-toggle:after {
  background: url("data:image/svg+xml;charset=utf8,<svg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.09852 0.540851C4.29843 0.271544 4.70157 0.271544 4.90148 0.540851L7.80474 4.45198C8.04964 4.7819 7.81415 5.25 7.40326 5.25H1.59674C1.18585 5.25 0.950358 4.7819 1.19526 4.45198L4.09852 0.540851Z' fill='%23fff' style='transform:rotate(180deg); transform-origin:center;'/></svg>");
}

/* line 6582, app/assets/stylesheets/theme.scss */
.navbar-dark .nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
}

/* line 6585, app/assets/stylesheets/theme.scss */
.navbar-dark .nav-tabs .nav-item.show .nav-link {
  background: none;
}

@media (max-width: 991.98px) {
  /* line 6589, app/assets/stylesheets/theme.scss */
  .navbar-expand-lg .nav-tabs .nav-link {
    padding-left: 0;
  }
}

/* line 6592, app/assets/stylesheets/theme.scss */
.nav-pills .nav-link {
  padding: 0.375rem 1rem;
}

/* line 6595, app/assets/stylesheets/theme.scss */
.nav-pills.flex-column .nav-link {
  padding: 0.75rem 0.75rem;
}

/* line 6597, app/assets/stylesheets/theme.scss */
.nav-pills.flex-column .nav-link.active {
  padding: 0.75rem 1rem;
}

/* line 6600, app/assets/stylesheets/theme.scss */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767.98px) {
  /* line 6605, app/assets/stylesheets/theme.scss */
  html {
    font-size: .875rem;
  }
  /* line 6607, app/assets/stylesheets/theme.scss */
  .display-4 {
    font-size: 2.5rem;
  }
}

/* line 6610, app/assets/stylesheets/theme.scss */
h1, .h1, .display-3 {
  line-height: 1;
}

@media (max-width: 1199.98px) {
  /* line 6614, app/assets/stylesheets/theme.scss */
  .display-3 {
    font-size: 3.5rem;
  }
}

@media (max-width: 991.98px) {
  /* line 6618, app/assets/stylesheets/theme.scss */
  .display-2 {
    font-size: 3.5rem;
  }
}

/* line 6621, app/assets/stylesheets/theme.scss */
.font-alt-1 {
  font-family: 'Permanent Marker';
}

/* line 6624, app/assets/stylesheets/theme.scss */
a {
  font-weight: 600;
}

/* line 6626, app/assets/stylesheets/theme.scss */
a.lead {
  font-weight: 600;
}

/* line 6628, app/assets/stylesheets/theme.scss */
a p, a span, a ul, a ol {
  font-weight: 400;
  color: #6c757d;
}

/* line 6631, app/assets/stylesheets/theme.scss */
a:focus {
  outline: none;
}

/* line 6633, app/assets/stylesheets/theme.scss */
a.bg-dark:hover {
  background: #152a49 !important;
}

/* line 6636, app/assets/stylesheets/theme.scss */
.text-small {
  font-size: 0.875rem;
}

/* line 6639, app/assets/stylesheets/theme.scss */
.justify-content-between > a + i {
  transition: transform 0.1s linear;
}

/* line 6642, app/assets/stylesheets/theme.scss */
.justify-content-between > a:hover + i {
  transform: translateX(0.375rem);
}

@media (min-width: 768px) {
  /* line 6646, app/assets/stylesheets/theme.scss */
  .display-4 {
    line-height: 3.75rem;
  }
}

/* line 6649, app/assets/stylesheets/theme.scss */
blockquote {
  font-style: italic;
}

/* line 6651, app/assets/stylesheets/theme.scss */
blockquote .h4 {
  line-height: 2.25rem;
}

/* line 6654, app/assets/stylesheets/theme.scss */
article blockquote {
  margin: 3rem 0;
}

/* line 6657, app/assets/stylesheets/theme.scss */
article h3, article h4, article h5 {
  margin: 2.25rem 0;
}

/* line 6660, app/assets/stylesheets/theme.scss */
article figure {
  margin: 2.25rem 0;
}

/* line 6663, app/assets/stylesheets/theme.scss */
figure figcaption {
  margin-top: 0.375rem;
  font-size: .875rem;
  font-style: italic;
}

/* line 6667, app/assets/stylesheets/theme.scss */
figure figcaption.position-absolute {
  bottom: 0.75rem;
  left: 1rem;
  border-radius: 0.375rem;
  padding: 0.125rem .5rem;
  background: #fff;
}

/* line 6674, app/assets/stylesheets/theme.scss */
.o-hidden {
  overflow: hidden;
}

/* line 6677, app/assets/stylesheets/theme.scss */
.o-visible {
  overflow: visible;
}

/* line 6680, app/assets/stylesheets/theme.scss */
.opacity-0 {
  opacity: 0;
}

/* line 6683, app/assets/stylesheets/theme.scss */
.opacity-10 {
  opacity: 0.1;
}

/* line 6686, app/assets/stylesheets/theme.scss */
.opacity-20 {
  opacity: 0.2;
}

/* line 6689, app/assets/stylesheets/theme.scss */
.opacity-30 {
  opacity: 0.3;
}

/* line 6692, app/assets/stylesheets/theme.scss */
.opacity-40 {
  opacity: 0.4;
}

/* line 6695, app/assets/stylesheets/theme.scss */
.opacity-50 {
  opacity: 0.5;
}

/* line 6698, app/assets/stylesheets/theme.scss */
.opacity-60 {
  opacity: 0.6;
}

/* line 6701, app/assets/stylesheets/theme.scss */
.opacity-70 {
  opacity: 0.7;
}

/* line 6704, app/assets/stylesheets/theme.scss */
.opacity-80 {
  opacity: 0.8;
}

/* line 6707, app/assets/stylesheets/theme.scss */
.opacity-90 {
  opacity: 0.9;
}

/* line 6710, app/assets/stylesheets/theme.scss */
section {
  padding: 4.5rem 0;
}

/* line 6713, app/assets/stylesheets/theme.scss */
.spacer-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 6717, app/assets/stylesheets/theme.scss */
.spacer-y-1 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* line 6721, app/assets/stylesheets/theme.scss */
.spacer-y-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 6725, app/assets/stylesheets/theme.scss */
.spacer-y-3 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

/* line 6729, app/assets/stylesheets/theme.scss */
.spacer-y-4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 6733, app/assets/stylesheets/theme.scss */
.spacer-y-5 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 768px) {
  /* line 6738, app/assets/stylesheets/theme.scss */
  .spacer-y-1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 6741, app/assets/stylesheets/theme.scss */
  .spacer-y-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 6744, app/assets/stylesheets/theme.scss */
  .spacer-y-3 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  /* line 6747, app/assets/stylesheets/theme.scss */
  .spacer-y-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  /* line 6750, app/assets/stylesheets/theme.scss */
  .spacer-y-5 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  /* line 6753, app/assets/stylesheets/theme.scss */
  .mt-minus-3 {
    margin-top: -1.5rem;
  }
}

/* line 6756, app/assets/stylesheets/theme.scss */
.height-0 {
  height: 0;
}

/* line 6759, app/assets/stylesheets/theme.scss */
[class*='height-'] {
  display: flex;
}

/* line 6761, app/assets/stylesheets/theme.scss */
[class*='height-']:not(.align-items-initial) {
  align-items: center;
}

/* line 6763, app/assets/stylesheets/theme.scss */
[class*='height-'][class*='container'] > .row {
  flex-grow: 1;
}

/* line 6766, app/assets/stylesheets/theme.scss */
.height-10 {
  min-height: 10vh;
}

/* line 6769, app/assets/stylesheets/theme.scss */
.height-20 {
  min-height: 20vh;
}

/* line 6772, app/assets/stylesheets/theme.scss */
.height-30 {
  min-height: 30vh;
}

/* line 6775, app/assets/stylesheets/theme.scss */
.height-40 {
  min-height: 40vh;
}

/* line 6778, app/assets/stylesheets/theme.scss */
.height-50 {
  min-height: 50vh;
}

/* line 6781, app/assets/stylesheets/theme.scss */
.height-60 {
  min-height: 60vh;
}

/* line 6784, app/assets/stylesheets/theme.scss */
.height-70 {
  min-height: 70vh;
}

/* line 6787, app/assets/stylesheets/theme.scss */
.height-80 {
  min-height: 80vh;
}

/* line 6790, app/assets/stylesheets/theme.scss */
.height-90 {
  min-height: 90vh;
}

/* line 6793, app/assets/stylesheets/theme.scss */
.height-100 {
  min-height: 100vh;
}

@media (min-width: 768px) {
  /* line 6797, app/assets/stylesheets/theme.scss */
  .height-md-10 {
    min-height: 10vh;
  }
  /* line 6799, app/assets/stylesheets/theme.scss */
  .height-md-20 {
    min-height: 20vh;
  }
  /* line 6801, app/assets/stylesheets/theme.scss */
  .height-md-30 {
    min-height: 30vh;
  }
  /* line 6803, app/assets/stylesheets/theme.scss */
  .height-md-40 {
    min-height: 40vh;
  }
  /* line 6805, app/assets/stylesheets/theme.scss */
  .height-md-50 {
    min-height: 50vh;
  }
  /* line 6807, app/assets/stylesheets/theme.scss */
  .height-md-60 {
    min-height: 60vh;
  }
  /* line 6809, app/assets/stylesheets/theme.scss */
  .height-md-70 {
    min-height: 70vh;
  }
  /* line 6811, app/assets/stylesheets/theme.scss */
  .height-md-80 {
    min-height: 80vh;
  }
  /* line 6813, app/assets/stylesheets/theme.scss */
  .height-md-90 {
    min-height: 90vh;
  }
  /* line 6815, app/assets/stylesheets/theme.scss */
  .height-md-100 {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  /* line 6819, app/assets/stylesheets/theme.scss */
  .height-lg-10 {
    min-height: 10vh;
  }
  /* line 6821, app/assets/stylesheets/theme.scss */
  .height-lg-20 {
    min-height: 20vh;
  }
  /* line 6823, app/assets/stylesheets/theme.scss */
  .height-lg-30 {
    min-height: 30vh;
  }
  /* line 6825, app/assets/stylesheets/theme.scss */
  .height-lg-40 {
    min-height: 40vh;
  }
  /* line 6827, app/assets/stylesheets/theme.scss */
  .height-lg-50 {
    min-height: 50vh;
  }
  /* line 6829, app/assets/stylesheets/theme.scss */
  .height-lg-60 {
    min-height: 60vh;
  }
  /* line 6831, app/assets/stylesheets/theme.scss */
  .height-lg-70 {
    min-height: 70vh;
  }
  /* line 6833, app/assets/stylesheets/theme.scss */
  .height-lg-80 {
    min-height: 80vh;
  }
  /* line 6835, app/assets/stylesheets/theme.scss */
  .height-lg-90 {
    min-height: 90vh;
  }
  /* line 6837, app/assets/stylesheets/theme.scss */
  .height-lg-100 {
    min-height: 100vh;
  }
}

/* line 6840, app/assets/stylesheets/theme.scss */
.join-bottom {
  border-radius: 0.375rem 0.375rem 0 0;
}

/* line 6843, app/assets/stylesheets/theme.scss */
.join-top {
  border-radius: 0 0 0.375rem 0.375rem;
}

@media (min-width: 992px) {
  /* line 6847, app/assets/stylesheets/theme.scss */
  .join-lg-left {
    border-radius: 0 0.375rem 0.375rem 0 !important;
  }
  /* line 6849, app/assets/stylesheets/theme.scss */
  .join-lg-right {
    border-radius: 0.375rem 0 0 0.375rem !important;
  }
}

@media (min-width: 992px) {
  /* line 6853, app/assets/stylesheets/theme.scss */
  .border-right-lg {
    border-right: 1px solid #e9ecef;
  }
}

@media (min-width: 992px) {
  /* line 6857, app/assets/stylesheets/theme.scss */
  .position-lg-absolute {
    position: absolute;
  }
}

@media (min-width: 768px) {
  /* line 6861, app/assets/stylesheets/theme.scss */
  .position-md-absolute {
    position: absolute;
  }
}

/* line 6864, app/assets/stylesheets/theme.scss */
.bg-gradient {
  background: linear-gradient(90deg, #0099FF 0%, #6610f2 100%);
}

/* line 6867, app/assets/stylesheets/theme.scss */
.bg-gradient-2 {
  background: linear-gradient(90deg, #e83e8c 0%, #6f42c1 100%);
}

/* line 6870, app/assets/stylesheets/theme.scss */
.bg-gradient-3 {
  background: linear-gradient(90deg, #dc3545 0%, #fd7e14 100%);
}

/* line 6873, app/assets/stylesheets/theme.scss */
.text-white p a {
  color: #fff;
}

/* line 6876, app/assets/stylesheets/theme.scss */
.overlay-dark:after {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(21, 42, 73, 0), #152a49);
}

/* line 6886, app/assets/stylesheets/theme.scss */
.overlay-dark .container {
  position: relative;
  z-index: 1;
}

/* line 6890, app/assets/stylesheets/theme.scss */
.overlay-dark.overlay-top:after {
  background: linear-gradient(#152a49, rgba(21, 42, 73, 0));
  bottom: auto;
  top: 0;
}

/* line 6895, app/assets/stylesheets/theme.scss */
a.back-to-top {
  position: absolute;
  right: 1.5rem;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(30px);
}

/* line 6901, app/assets/stylesheets/theme.scss */
a.back-to-top.sticky-viewport-bottom {
  bottom: 1.5rem;
  z-index: 1060;
}

/* line 6904, app/assets/stylesheets/theme.scss */
a.back-to-top.sticky-viewport-bottom.position-fixed {
  opacity: 1;
  transform: translateY(0);
}

/* line 6908, app/assets/stylesheets/theme.scss */
article + article {
  margin-top: 3rem;
}

/* line 6911, app/assets/stylesheets/theme.scss */
ul.avatars {
  display: flex;
  padding: 0;
  list-style: none;
}

/* line 6915, app/assets/stylesheets/theme.scss */
ul.avatars > li:not(:last-child) {
  margin-right: -0.375rem;
}

/* line 6918, app/assets/stylesheets/theme.scss */
.avatar {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}

/* line 6923, app/assets/stylesheets/theme.scss */
.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
}

/* line 6926, app/assets/stylesheets/theme.scss */
.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 992px) {
  /* line 6931, app/assets/stylesheets/theme.scss */
  .avatar.avatar-lg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

/* line 6935, app/assets/stylesheets/theme.scss */
.badge {
  position: relative;
  bottom: 1px;
}

/* line 6938, app/assets/stylesheets/theme.scss */
.badge .material-icons {
  font-size: inherit;
  line-height: inherit;
  position: relative;
  top: 2px;
}

/* line 6944, app/assets/stylesheets/theme.scss */
.badge-md {
  font-size: .875rem;
}

/* line 6947, app/assets/stylesheets/theme.scss */
.breadcrumb-item {
  display: flex;
  align-items: center;
}

/* line 6950, app/assets/stylesheets/theme.scss */
.breadcrumb-item + .breadcrumb-item:before {
  font-family: "Material Icons";
}

/* line 6953, app/assets/stylesheets/theme.scss */
.breadcrumb.bg-dark .breadcrumb-item + .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6956, app/assets/stylesheets/theme.scss */
.dropdown-divider {
  margin: .375rem 0;
}

/* line 6959, app/assets/stylesheets/theme.scss */
.dropdown-header {
  font-weight: 600;
}

/* line 6962, app/assets/stylesheets/theme.scss */
.dropdown-item {
  font-weight: 600;
}

/* line 6965, app/assets/stylesheets/theme.scss */
body.compensate-for-scrollbar {
  overflow: hidden;
}

/* line 6968, app/assets/stylesheets/theme.scss */
.fancybox-active {
  height: auto;
}

/* line 6971, app/assets/stylesheets/theme.scss */
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

/* line 6978, app/assets/stylesheets/theme.scss */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

/* line 6991, app/assets/stylesheets/theme.scss */
.fancybox-container * {
  box-sizing: border-box;
}

/* line 6994, app/assets/stylesheets/theme.scss */
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 7001, app/assets/stylesheets/theme.scss */
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* line 7005, app/assets/stylesheets/theme.scss */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 7012, app/assets/stylesheets/theme.scss */
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 7016, app/assets/stylesheets/theme.scss */
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

/* line 7024, app/assets/stylesheets/theme.scss */
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

/* line 7029, app/assets/stylesheets/theme.scss */
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 7048, app/assets/stylesheets/theme.scss */
.fancybox-toolbar {
  right: 0;
  top: 0;
}

/* line 7052, app/assets/stylesheets/theme.scss */
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

/* line 7058, app/assets/stylesheets/theme.scss */
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

/* line 7061, app/assets/stylesheets/theme.scss */
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

/* line 7079, app/assets/stylesheets/theme.scss */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

/* line 7087, app/assets/stylesheets/theme.scss */
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

/* line 7090, app/assets/stylesheets/theme.scss */
.fancybox-slide--next {
  z-index: 99995;
}

/* line 7093, app/assets/stylesheets/theme.scss */
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

/* line 7097, app/assets/stylesheets/theme.scss */
.fancybox-slide--image:before {
  display: none;
}

/* line 7100, app/assets/stylesheets/theme.scss */
.fancybox-slide--html {
  padding: 6px 6px 0;
}

/* line 7103, app/assets/stylesheets/theme.scss */
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

/* line 7106, app/assets/stylesheets/theme.scss */
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

/* line 7118, app/assets/stylesheets/theme.scss */
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

/* line 7141, app/assets/stylesheets/theme.scss */
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

/* line 7144, app/assets/stylesheets/theme.scss */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

/* line 7147, app/assets/stylesheets/theme.scss */
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 7151, app/assets/stylesheets/theme.scss */
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 7155, app/assets/stylesheets/theme.scss */
.fancybox-container [data-selectable=true] {
  cursor: text;
}

/* line 7158, app/assets/stylesheets/theme.scss */
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 7175, app/assets/stylesheets/theme.scss */
.fancybox-spaceball {
  z-index: 1;
}

/* line 7178, app/assets/stylesheets/theme.scss */
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

/* line 7181, app/assets/stylesheets/theme.scss */
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

/* line 7188, app/assets/stylesheets/theme.scss */
.fancybox-slide--video .fancybox-content {
  background: #000;
}

/* line 7191, app/assets/stylesheets/theme.scss */
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

/* line 7194, app/assets/stylesheets/theme.scss */
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

/* line 7199, app/assets/stylesheets/theme.scss */
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 7208, app/assets/stylesheets/theme.scss */
.fancybox-iframe {
  vertical-align: top;
}

/* line 7211, app/assets/stylesheets/theme.scss */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

/* line 7218, app/assets/stylesheets/theme.scss */
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* line 7225, app/assets/stylesheets/theme.scss */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

/* line 7239, app/assets/stylesheets/theme.scss */
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

/* line 7242, app/assets/stylesheets/theme.scss */
.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

/* line 7245, app/assets/stylesheets/theme.scss */
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

/* line 7249, app/assets/stylesheets/theme.scss */
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

/* line 7255, app/assets/stylesheets/theme.scss */
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

/* line 7261, app/assets/stylesheets/theme.scss */
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

/* line 7264, app/assets/stylesheets/theme.scss */
.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

/* line 7267, app/assets/stylesheets/theme.scss */
.fancybox-button--share svg path {
  stroke-width: 1;
}

/* line 7270, app/assets/stylesheets/theme.scss */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

/* line 7278, app/assets/stylesheets/theme.scss */
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s;
}

/* line 7281, app/assets/stylesheets/theme.scss */
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

/* line 7288, app/assets/stylesheets/theme.scss */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

/* line 7291, app/assets/stylesheets/theme.scss */
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* line 7294, app/assets/stylesheets/theme.scss */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

/* line 7309, app/assets/stylesheets/theme.scss */
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}

/* line 7316, app/assets/stylesheets/theme.scss */
.fancybox-close-small:focus {
  outline: none;
}

/* line 7319, app/assets/stylesheets/theme.scss */
.fancybox-close-small:hover svg {
  opacity: 1;
}

/* line 7322, app/assets/stylesheets/theme.scss */
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

/* line 7328, app/assets/stylesheets/theme.scss */
.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

/* line 7332, app/assets/stylesheets/theme.scss */
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* line 7335, app/assets/stylesheets/theme.scss */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

/* line 7345, app/assets/stylesheets/theme.scss */
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

/* line 7359, app/assets/stylesheets/theme.scss */
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

/* line 7368, app/assets/stylesheets/theme.scss */
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

/* line 7372, app/assets/stylesheets/theme.scss */
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 7376, app/assets/stylesheets/theme.scss */
.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* line 7405, app/assets/stylesheets/theme.scss */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* line 7408, app/assets/stylesheets/theme.scss */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

/* line 7412, app/assets/stylesheets/theme.scss */
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 7416, app/assets/stylesheets/theme.scss */
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

/* line 7420, app/assets/stylesheets/theme.scss */
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 7424, app/assets/stylesheets/theme.scss */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* line 7427, app/assets/stylesheets/theme.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

/* line 7431, app/assets/stylesheets/theme.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

/* line 7435, app/assets/stylesheets/theme.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

/* line 7439, app/assets/stylesheets/theme.scss */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

/* line 7443, app/assets/stylesheets/theme.scss */
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

/* line 7447, app/assets/stylesheets/theme.scss */
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* line 7451, app/assets/stylesheets/theme.scss */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

/* line 7455, app/assets/stylesheets/theme.scss */
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

/* line 7459, app/assets/stylesheets/theme.scss */
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

/* line 7463, app/assets/stylesheets/theme.scss */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 7466, app/assets/stylesheets/theme.scss */
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 7469, app/assets/stylesheets/theme.scss */
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

/* line 7472, app/assets/stylesheets/theme.scss */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

/* line 7479, app/assets/stylesheets/theme.scss */
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

/* line 7485, app/assets/stylesheets/theme.scss */
.fancybox-share p {
  margin: 0;
  padding: 0;
}

/* line 7489, app/assets/stylesheets/theme.scss */
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

/* line 7507, app/assets/stylesheets/theme.scss */
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

/* line 7510, app/assets/stylesheets/theme.scss */
.fancybox-share__button:hover {
  text-decoration: none;
}

/* line 7513, app/assets/stylesheets/theme.scss */
.fancybox-share__button--fb {
  background: #3b5998;
}

/* line 7516, app/assets/stylesheets/theme.scss */
.fancybox-share__button--fb:hover {
  background: #344e86;
}

/* line 7519, app/assets/stylesheets/theme.scss */
.fancybox-share__button--pt {
  background: #bd081d;
}

/* line 7522, app/assets/stylesheets/theme.scss */
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

/* line 7525, app/assets/stylesheets/theme.scss */
.fancybox-share__button--tw {
  background: #1da1f2;
}

/* line 7528, app/assets/stylesheets/theme.scss */
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

/* line 7531, app/assets/stylesheets/theme.scss */
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

/* line 7539, app/assets/stylesheets/theme.scss */
.fancybox-share__button svg path {
  fill: #fff;
}

/* line 7542, app/assets/stylesheets/theme.scss */
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* line 7554, app/assets/stylesheets/theme.scss */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

/* line 7569, app/assets/stylesheets/theme.scss */
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 7573, app/assets/stylesheets/theme.scss */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

/* line 7576, app/assets/stylesheets/theme.scss */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

/* line 7579, app/assets/stylesheets/theme.scss */
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

/* line 7592, app/assets/stylesheets/theme.scss */
.fancybox-thumbs-x > ul {
  overflow: hidden;
}

/* line 7595, app/assets/stylesheets/theme.scss */
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

/* line 7598, app/assets/stylesheets/theme.scss */
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 7603, app/assets/stylesheets/theme.scss */
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

/* line 7607, app/assets/stylesheets/theme.scss */
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

/* line 7623, app/assets/stylesheets/theme.scss */
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

/* line 7626, app/assets/stylesheets/theme.scss */
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 7631, app/assets/stylesheets/theme.scss */
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

/* line 7643, app/assets/stylesheets/theme.scss */
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  /* line 7647, app/assets/stylesheets/theme.scss */
  .fancybox-thumbs {
    width: 110px;
  }
  /* line 7649, app/assets/stylesheets/theme.scss */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  /* line 7651, app/assets/stylesheets/theme.scss */
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
/* line 7657, app/assets/stylesheets/theme.scss */
.flickity-enabled {
  position: relative;
}

/* line 7660, app/assets/stylesheets/theme.scss */
.flickity-enabled:focus {
  outline: 0;
}

/* line 7663, app/assets/stylesheets/theme.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 7668, app/assets/stylesheets/theme.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 7673, app/assets/stylesheets/theme.scss */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 7681, app/assets/stylesheets/theme.scss */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 7686, app/assets/stylesheets/theme.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 7690, app/assets/stylesheets/theme.scss */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

/* line 7696, app/assets/stylesheets/theme.scss */
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

/* line 7700, app/assets/stylesheets/theme.scss */
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

/* line 7704, app/assets/stylesheets/theme.scss */
.flickity-button:active {
  opacity: .6;
}

/* line 7707, app/assets/stylesheets/theme.scss */
.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

/* line 7712, app/assets/stylesheets/theme.scss */
.flickity-button-icon {
  fill: #333;
}

/* line 7715, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* line 7722, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 7725, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button.next {
  right: 10px;
}

/* line 7728, app/assets/stylesheets/theme.scss */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 7732, app/assets/stylesheets/theme.scss */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 7736, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* line 7743, app/assets/stylesheets/theme.scss */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 7753, app/assets/stylesheets/theme.scss */
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 7756, app/assets/stylesheets/theme.scss */
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

/* line 7766, app/assets/stylesheets/theme.scss */
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* line 7769, app/assets/stylesheets/theme.scss */
[data-flickity] {
  transition: opacity 0.2s linear;
}

/* line 7771, app/assets/stylesheets/theme.scss */
[data-flickity]:not(.flickity-enabled) {
  opacity: 0;
}

/* line 7774, app/assets/stylesheets/theme.scss */
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 10rem;
  margin: 0 5px;
  background: #152a49;
  opacity: .2;
  transition: transform 0.2s linear, opacity 0.2s linear;
}

/* line 7782, app/assets/stylesheets/theme.scss */
.flickity-page-dots .dot.is-selected {
  transform: scale(1.3);
}

/* line 7785, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button {
  background: #fff;
  width: 3rem;
  height: 3rem;
  transition: opacity 0.2s linear;
}

/* line 7790, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button:after {
  content: '\e314';
  font-family: "Material Icons";
  color: #152a49;
  font-size: 1.25rem;
  position: relative;
  top: 2px;
}

/* line 7797, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button:not(:hover) {
  opacity: .75;
}

/* line 7799, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button.previous {
  left: 0.375rem;
}

/* line 7801, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button.next {
  right: 0.375rem;
}

/* line 7803, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button.next:after {
  content: '\e315';
}

/* line 7805, app/assets/stylesheets/theme.scss */
.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

@media (max-width: 1199.98px) {
  /* line 7809, app/assets/stylesheets/theme.scss */
  .flickity-prev-next-button {
    display: none;
  }
}

/* line 7812, app/assets/stylesheets/theme.scss */
[data-flickity]:not(:hover) .flickity-prev-next-button {
  opacity: 0;
}

/* line 7815, app/assets/stylesheets/theme.scss */
.controls-inside[data-flickity] .flickity-page-dots {
  position: absolute;
  bottom: 1.5rem;
}

/* line 7819, app/assets/stylesheets/theme.scss */
.controls-light[data-flickity] .flickity-page-dots .dot {
  background: #fff;
}

/* line 7822, app/assets/stylesheets/theme.scss */
.carousel-cell {
  width: 100%;
}

@media (min-width: 992px) {
  /* line 7826, app/assets/stylesheets/theme.scss */
  .slider-cards .card {
    position: absolute;
    z-index: 2;
    top: 1.5rem;
    left: 1.5rem;
    height: calc(100% - 3rem);
  }
  /* line 7832, app/assets/stylesheets/theme.scss */
  .slider-cards .flickity-page-dots {
    bottom: 3rem;
    text-align: left;
    padding-left: 3rem;
  }
  /* line 7836, app/assets/stylesheets/theme.scss */
  .slider-cards .flickity-button.previous {
    display: none !important;
  }
  /* line 7838, app/assets/stylesheets/theme.scss */
  [data-flickity] figcaption.position-absolute {
    opacity: 0;
    transition: opacity 0.1s linear;
  }
  /* line 7841, app/assets/stylesheets/theme.scss */
  [data-flickity]:hover figcaption.position-absolute {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  /* line 7845, app/assets/stylesheets/theme.scss */
  .slider-cards img.rounded {
    border-radius: 0.375rem 0.375rem 0 0 !important;
  }
  /* line 7847, app/assets/stylesheets/theme.scss */
  .slider-cards img.rounded + .card {
    border-radius: 0 0 0.375rem 0.375rem;
  }
}

/* line 7850, app/assets/stylesheets/theme.scss */
.slider-highlight-selected .flickity-viewport {
  overflow: visible;
}

/* line 7853, app/assets/stylesheets/theme.scss */
.slider-highlight-selected [aria-selected] {
  transition: opacity 0.2s linear, transform 0.2s linear;
}

/* line 7856, app/assets/stylesheets/theme.scss */
.slider-highlight-selected [aria-selected="false"] {
  opacity: .2;
  transform: scale(0.9);
  pointer-events: none;
}

/* line 7861, app/assets/stylesheets/theme.scss */
.form-group > label {
  color: #152a49;
}

/* line 7864, app/assets/stylesheets/theme.scss */
.custom-select {
  background-size: auto auto !important;
  font-weight: 600;
}

/* line 7867, app/assets/stylesheets/theme.scss */
.custom-select.form-control-lg {
  height: 3rem;
}

/* line 7870, app/assets/stylesheets/theme.scss */
.custom-control .custom-control-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 7875, app/assets/stylesheets/theme.scss */
.custom-control .custom-control-label:before {
  pointer-events: all;
  transition: background-color 0.1s linear;
}

/* line 7879, app/assets/stylesheets/theme.scss */
.custom-radio .custom-control-label:after {
  background-size: 0%;
  transition: background-size 0.1s ease;
}

/* line 7883, app/assets/stylesheets/theme.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-size: 60%;
}

/* line 7886, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input + label.card {
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border-color 0.1s linear;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 7895, app/assets/stylesheets/theme.scss */
.custom-checkbox .custom-control-input:checked + label.card {
  border-color: #0099FF;
}

/* line 7898, app/assets/stylesheets/theme.scss */
.custom-checkbox-switch {
  padding-left: 2.875rem;
}

/* line 7900, app/assets/stylesheets/theme.scss */
.custom-checkbox-switch .custom-control-label:before {
  left: -2.875rem;
  border-radius: 200rem;
  width: 2.5rem;
}

/* line 7904, app/assets/stylesheets/theme.scss */
.custom-checkbox-switch .custom-control-label:after {
  top: 0.375rem;
  left: -2.625rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
  transition: left 0.1s linear;
}

/* line 7912, app/assets/stylesheets/theme.scss */
.custom-checkbox-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  left: -1.375rem;
}

/* line 7916, app/assets/stylesheets/theme.scss */
.input-group .form-control {
  height: auto;
}

/* line 7919, app/assets/stylesheets/theme.scss */
.input-group .input-group-prepend + .form-control {
  border-left: 0;
  padding-left: 0;
}

/* line 7923, app/assets/stylesheets/theme.scss */
.input-group:focus-within .input-group-prepend .input-group-text {
  border-color: #80ccff;
}

/* line 7926, app/assets/stylesheets/theme.scss */
.input-group.input-group-round .input-group-prepend .input-group-text {
  border-radius: 10rem 0 0 10rem;
}

/* line 7929, app/assets/stylesheets/theme.scss */
.input-group.input-group-round .form-control {
  border-radius: 0 10rem 10rem 0;
}

/* line 7932, app/assets/stylesheets/theme.scss */
.input-group-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 7936, app/assets/stylesheets/theme.scss */
.form-control-round {
  border-radius: 200rem;
}

/* line 7939, app/assets/stylesheets/theme.scss */
.header-3 .bg-white {
  background: rgba(255, 255, 255, 0.95) !important;
}

/* line 7942, app/assets/stylesheets/theme.scss */
.card.hover-effect, img.hover-effect {
  transition: top 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  top: 0;
  position: relative;
}

/* line 7947, app/assets/stylesheets/theme.scss */
.card.hover-effect:hover, img.hover-effect:hover {
  top: -0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.15);
}

/* line 7950, app/assets/stylesheets/theme.scss */
.card.hover-effect.shadow:hover, img.hover-effect.shadow:hover {
  box-shadow: 0 1rem 3rem rgba(52, 58, 64, 0.175) !important;
}

/* line 7952, app/assets/stylesheets/theme.scss */
.card.hover-effect.shadow-sm:hover, img.hover-effect.shadow-sm:hover {
  box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.15) !important;
}

/* line 7955, app/assets/stylesheets/theme.scss */
a.card.hover-effect {
  overflow: hidden;
}

/* line 7957, app/assets/stylesheets/theme.scss */
a.card.hover-effect > .card-img {
  transition: opacity 0.2s ease;
}

/* line 7959, app/assets/stylesheets/theme.scss */
a.card.hover-effect:hover > .card-img {
  opacity: .5;
}

/* line 7962, app/assets/stylesheets/theme.scss */
.isotope.hover-effect .grid-item {
  transition: opacity 0.2s ease;
}

/* line 7965, app/assets/stylesheets/theme.scss */
.isotope.hover-effect:hover .grid-item:not(:hover) {
  opacity: .5;
}

/* line 7968, app/assets/stylesheets/theme.scss */
.icon {
  width: auto;
  height: 3rem;
}

/* line 7971, app/assets/stylesheets/theme.scss */
.icon.icon-lg {
  height: 4.5rem;
}

/* line 7973, app/assets/stylesheets/theme.scss */
.icon.icon-sm {
  height: 2.25rem;
}

/* line 7975, app/assets/stylesheets/theme.scss */
.icon path {
  fill: #0099FF;
}

/* line 7977, app/assets/stylesheets/theme.scss */
.icon.text-success path {
  fill: #28a745;
}

/* line 7979, app/assets/stylesheets/theme.scss */
.icon.text-danger path {
  fill: #dc3545;
}

/* line 7981, app/assets/stylesheets/theme.scss */
.icon.text-warning path {
  fill: #ffc107;
}

/* line 7983, app/assets/stylesheets/theme.scss */
.icon.text-info path {
  fill: #17a2b8;
}

/* line 7985, app/assets/stylesheets/theme.scss */
.icon.text-white path {
  fill: #fff;
}

/* line 7987, app/assets/stylesheets/theme.scss */
.icon.text-dark path {
  fill: #152a49;
}

/* line 7990, app/assets/stylesheets/theme.scss */
.icon-rounded {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 7998, app/assets/stylesheets/theme.scss */
.icon-rounded .icon {
  height: 1.125rem;
  transform: translate3d(0, 0, 0);
}

/* line 8002, app/assets/stylesheets/theme.scss */
.list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 8006, app/assets/stylesheets/theme.scss */
.list-group-item:first-child {
  border-top: none;
}

/* line 8008, app/assets/stylesheets/theme.scss */
.list-group-item.active span {
  color: #fff;
}

/* line 8010, app/assets/stylesheets/theme.scss */
.list-group-item.active .icon path {
  fill: #fff;
}

/* line 8012, app/assets/stylesheets/theme.scss */
.list-group-item.disabled {
  opacity: .5;
  pointer-events: none;
}

/* line 8015, app/assets/stylesheets/theme.scss */
.list-group-item.bg-dark {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 8017, app/assets/stylesheets/theme.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: initial;
}

/* line 8020, app/assets/stylesheets/theme.scss */
a.list-group-item > i {
  transition: transform 0.2s ease !important;
}

/* line 8023, app/assets/stylesheets/theme.scss */
a.list-group-item:hover > i {
  transform: translateX(0.375rem);
}

/* line 8026, app/assets/stylesheets/theme.scss */
.list-group-item a[data-toggle="collapse"] + i.material-icons {
  transition: transform 0.1s ease;
}

/* line 8029, app/assets/stylesheets/theme.scss */
.list-group-item a[data-toggle="collapse"][aria-expanded="true"] + i.material-icons {
  transform: rotate(90deg) translateX(0);
}

/* line 8032, app/assets/stylesheets/theme.scss */
div[data-maps-api-key] div.map-marker, div[data-maps-api-key] div.map-style {
  display: none;
}

/* line 8035, app/assets/stylesheets/theme.scss */
.gm-err-title, .gm-err-message {
  color: #e0e0e0;
  margin: 0;
}

/* line 8038, app/assets/stylesheets/theme.scss */
.gm-err-title:after, .gm-err-message:after {
  content: 'Enter a valid Google Maps API Key';
  color: #616161;
  display: inline-block;
}

/* line 8043, app/assets/stylesheets/theme.scss */
.gm-err-message:after {
  content: 'Please consult the Google Maps API documentation on how to obtain an API key.';
}

/* line 8046, app/assets/stylesheets/theme.scss */
.close {
  text-shadow: none;
  transition: opacity 0.1s linear;
}

/* line 8049, app/assets/stylesheets/theme.scss */
.close:hover {
  opacity: .9;
}

/* line 8052, app/assets/stylesheets/theme.scss */
.modal-header p:last-child {
  margin-bottom: 0;
}

/**
 * VS theme by Andrew Lock (https://andrewlock.net)
 * Inspired by Visual Studio syntax coloring
 */
/* line 8059, app/assets/stylesheets/theme.scss */
code[class*="language-"],
pre[class*="language-"] {
  color: #393A34;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  font-size: 0.95em;
  line-height: 1.2em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 8077, app/assets/stylesheets/theme.scss */
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  background: #C1DEF1;
}

/* line 8081, app/assets/stylesheets/theme.scss */
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  background: #C1DEF1;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  background: #C1DEF1;
}

/* Code blocks */
/* line 8086, app/assets/stylesheets/theme.scss */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border: 1px solid #dddddd;
  background-color: white;
}

/* Inline code */
/* line 8094, app/assets/stylesheets/theme.scss */
:not(pre) > code[class*="language-"] {
  padding: .2em;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
}

/* line 8101, app/assets/stylesheets/theme.scss */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #008000;
  font-style: italic;
}

/* line 8108, app/assets/stylesheets/theme.scss */
.token.namespace {
  opacity: .7;
}

/* line 8111, app/assets/stylesheets/theme.scss */
.token.string {
  color: #A31515;
}

/* line 8114, app/assets/stylesheets/theme.scss */
.token.punctuation,
.token.operator {
  color: #393A34;
  /* no highlight */
}

/* line 8119, app/assets/stylesheets/theme.scss */
.token.url,
.token.symbol,
.token.number,
.token.boolean,
.token.variable,
.token.constant,
.token.inserted {
  color: #36acaa;
}

/* line 8128, app/assets/stylesheets/theme.scss */
.token.atrule,
.token.keyword,
.token.attr-value,
.language-autohotkey .token.selector,
.language-json .token.boolean,
.language-json .token.number,
code[class*="language-css"] {
  color: #0000ff;
}

/* line 8137, app/assets/stylesheets/theme.scss */
.token.function {
  color: #393A34;
}

/* line 8140, app/assets/stylesheets/theme.scss */
.token.deleted,
.language-autohotkey .token.tag {
  color: #9a050f;
}

/* line 8144, app/assets/stylesheets/theme.scss */
.token.selector,
.language-autohotkey .token.keyword {
  color: #00009f;
}

/* line 8148, app/assets/stylesheets/theme.scss */
.token.important,
.token.bold {
  font-weight: bold;
}

/* line 8152, app/assets/stylesheets/theme.scss */
.token.italic {
  font-style: italic;
}

/* line 8155, app/assets/stylesheets/theme.scss */
.token.class-name,
.language-json .token.property {
  color: #2B91AF;
}

/* line 8159, app/assets/stylesheets/theme.scss */
.token.tag,
.token.selector {
  color: #800000;
}

/* line 8163, app/assets/stylesheets/theme.scss */
.token.attr-name,
.token.property,
.token.regex,
.token.entity {
  color: #ff0000;
}

/* line 8169, app/assets/stylesheets/theme.scss */
.token.directive.tag .tag {
  background: #ffff00;
  color: #393A34;
}

/* overrides color-values for the Line Numbers plugin
  * http://prismjs.com/plugins/line-numbers/
  */
/* line 8176, app/assets/stylesheets/theme.scss */
.line-numbers .line-numbers-rows {
  border-right-color: #a5a5a5;
}

/* line 8179, app/assets/stylesheets/theme.scss */
.line-numbers-rows > span:before {
  color: #2B91AF;
}

/* overrides color-values for the Line Highlight plugin
 * http://prismjs.com/plugins/line-highlight/
 */
/* line 8185, app/assets/stylesheets/theme.scss */
.line-highlight {
  background: rgba(193, 222, 241, 0.2);
  background: linear-gradient(to right, rgba(193, 222, 241, 0.2) 70%, rgba(221, 222, 241, 0));
}

/* line 8189, app/assets/stylesheets/theme.scss */
pre[class*='language-'], code[class*='language-'] {
  background: #dee2e6;
  color: #152a49;
  border: none;
}

/* line 8194, app/assets/stylesheets/theme.scss */
article pre[class*='language-'] {
  margin: 1rem 0;
  border-radius: 0.375rem;
}

/* line 8198, app/assets/stylesheets/theme.scss */
.pagination .material-icons {
  font-size: inherit;
  line-height: 0;
}

/* line 8202, app/assets/stylesheets/theme.scss */
.pagination .page-link {
  height: 100%;
  display: flex;
}

/* line 8205, app/assets/stylesheets/theme.scss */
.pagination .page-link > span {
  display: flex;
  align-items: center;
}

/* line 8209, app/assets/stylesheets/theme.scss */
.progress .progress-bar {
  border-radius: 200rem;
  min-height: .5rem;
}

/* line 8212, app/assets/stylesheets/theme.scss */
.progress .progress-bar:not(:empty) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 8216, app/assets/stylesheets/theme.scss */
.sidebar .sticky-top {
  top: 4.875rem;
  z-index: 1;
}

/* line 8220, app/assets/stylesheets/theme.scss */
.sidebar.portfolio-sidebar .sticky-top {
  top: 6rem;
}

@font-face {
  font-family: 'Socicon';
  src: url("../fonts/Socicon.eot?484r1f");
  src: url("../fonts/Socicon.eot?484r1f#iefix") format("embedded-opentype"), url("../fonts/Socicon.woff2?484r1f") format("woff2"), url("../fonts/Socicon.ttf?484r1f") format("truetype"), url("../fonts/Socicon.woff?484r1f") format("woff"), url("../fonts/Socicon.svg?484r1f#Socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 8230, app/assets/stylesheets/theme.scss */
[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8243, app/assets/stylesheets/theme.scss */
.socicon-internet:before {
  content: "\e957";
}

/* line 8246, app/assets/stylesheets/theme.scss */
.socicon-moddb:before {
  content: "\e94b";
}

/* line 8249, app/assets/stylesheets/theme.scss */
.socicon-indiedb:before {
  content: "\e94c";
}

/* line 8252, app/assets/stylesheets/theme.scss */
.socicon-traxsource:before {
  content: "\e94d";
}

/* line 8255, app/assets/stylesheets/theme.scss */
.socicon-gamefor:before {
  content: "\e94e";
}

/* line 8258, app/assets/stylesheets/theme.scss */
.socicon-pixiv:before {
  content: "\e94f";
}

/* line 8261, app/assets/stylesheets/theme.scss */
.socicon-myanimelist:before {
  content: "\e950";
}

/* line 8264, app/assets/stylesheets/theme.scss */
.socicon-blackberry:before {
  content: "\e951";
}

/* line 8267, app/assets/stylesheets/theme.scss */
.socicon-wickr:before {
  content: "\e952";
}

/* line 8270, app/assets/stylesheets/theme.scss */
.socicon-spip:before {
  content: "\e953";
}

/* line 8273, app/assets/stylesheets/theme.scss */
.socicon-napster:before {
  content: "\e954";
}

/* line 8276, app/assets/stylesheets/theme.scss */
.socicon-beatport:before {
  content: "\e955";
}

/* line 8279, app/assets/stylesheets/theme.scss */
.socicon-hackerone:before {
  content: "\e956";
}

/* line 8282, app/assets/stylesheets/theme.scss */
.socicon-hackernews:before {
  content: "\e946";
}

/* line 8285, app/assets/stylesheets/theme.scss */
.socicon-smashwords:before {
  content: "\e947";
}

/* line 8288, app/assets/stylesheets/theme.scss */
.socicon-kobo:before {
  content: "\e948";
}

/* line 8291, app/assets/stylesheets/theme.scss */
.socicon-bookbub:before {
  content: "\e949";
}

/* line 8294, app/assets/stylesheets/theme.scss */
.socicon-mailru:before {
  content: "\e94a";
}

/* line 8297, app/assets/stylesheets/theme.scss */
.socicon-gitlab:before {
  content: "\e945";
}

/* line 8300, app/assets/stylesheets/theme.scss */
.socicon-instructables:before {
  content: "\e944";
}

/* line 8303, app/assets/stylesheets/theme.scss */
.socicon-portfolio:before {
  content: "\e943";
}

/* line 8306, app/assets/stylesheets/theme.scss */
.socicon-codered:before {
  content: "\e940";
}

/* line 8309, app/assets/stylesheets/theme.scss */
.socicon-origin:before {
  content: "\e941";
}

/* line 8312, app/assets/stylesheets/theme.scss */
.socicon-nextdoor:before {
  content: "\e942";
}

/* line 8315, app/assets/stylesheets/theme.scss */
.socicon-udemy:before {
  content: "\e93f";
}

/* line 8318, app/assets/stylesheets/theme.scss */
.socicon-livemaster:before {
  content: "\e93e";
}

/* line 8321, app/assets/stylesheets/theme.scss */
.socicon-crunchbase:before {
  content: "\e93b";
}

/* line 8324, app/assets/stylesheets/theme.scss */
.socicon-homefy:before {
  content: "\e93c";
}

/* line 8327, app/assets/stylesheets/theme.scss */
.socicon-calendly:before {
  content: "\e93d";
}

/* line 8330, app/assets/stylesheets/theme.scss */
.socicon-realtor:before {
  content: "\e90f";
}

/* line 8333, app/assets/stylesheets/theme.scss */
.socicon-tidal:before {
  content: "\e910";
}

/* line 8336, app/assets/stylesheets/theme.scss */
.socicon-qobuz:before {
  content: "\e911";
}

/* line 8339, app/assets/stylesheets/theme.scss */
.socicon-natgeo:before {
  content: "\e912";
}

/* line 8342, app/assets/stylesheets/theme.scss */
.socicon-mastodon:before {
  content: "\e913";
}

/* line 8345, app/assets/stylesheets/theme.scss */
.socicon-unsplash:before {
  content: "\e914";
}

/* line 8348, app/assets/stylesheets/theme.scss */
.socicon-homeadvisor:before {
  content: "\e915";
}

/* line 8351, app/assets/stylesheets/theme.scss */
.socicon-angieslist:before {
  content: "\e916";
}

/* line 8354, app/assets/stylesheets/theme.scss */
.socicon-codepen:before {
  content: "\e917";
}

/* line 8357, app/assets/stylesheets/theme.scss */
.socicon-slack:before {
  content: "\e918";
}

/* line 8360, app/assets/stylesheets/theme.scss */
.socicon-openaigym:before {
  content: "\e919";
}

/* line 8363, app/assets/stylesheets/theme.scss */
.socicon-logmein:before {
  content: "\e91a";
}

/* line 8366, app/assets/stylesheets/theme.scss */
.socicon-fiverr:before {
  content: "\e91b";
}

/* line 8369, app/assets/stylesheets/theme.scss */
.socicon-gotomeeting:before {
  content: "\e91c";
}

/* line 8372, app/assets/stylesheets/theme.scss */
.socicon-aliexpress:before {
  content: "\e91d";
}

/* line 8375, app/assets/stylesheets/theme.scss */
.socicon-guru:before {
  content: "\e91e";
}

/* line 8378, app/assets/stylesheets/theme.scss */
.socicon-appstore:before {
  content: "\e91f";
}

/* line 8381, app/assets/stylesheets/theme.scss */
.socicon-homes:before {
  content: "\e920";
}

/* line 8384, app/assets/stylesheets/theme.scss */
.socicon-zoom:before {
  content: "\e921";
}

/* line 8387, app/assets/stylesheets/theme.scss */
.socicon-alibaba:before {
  content: "\e922";
}

/* line 8390, app/assets/stylesheets/theme.scss */
.socicon-craigslist:before {
  content: "\e923";
}

/* line 8393, app/assets/stylesheets/theme.scss */
.socicon-wix:before {
  content: "\e924";
}

/* line 8396, app/assets/stylesheets/theme.scss */
.socicon-redfin:before {
  content: "\e925";
}

/* line 8399, app/assets/stylesheets/theme.scss */
.socicon-googlecalendar:before {
  content: "\e926";
}

/* line 8402, app/assets/stylesheets/theme.scss */
.socicon-shopify:before {
  content: "\e927";
}

/* line 8405, app/assets/stylesheets/theme.scss */
.socicon-freelancer:before {
  content: "\e928";
}

/* line 8408, app/assets/stylesheets/theme.scss */
.socicon-seedrs:before {
  content: "\e929";
}

/* line 8411, app/assets/stylesheets/theme.scss */
.socicon-bing:before {
  content: "\e92a";
}

/* line 8414, app/assets/stylesheets/theme.scss */
.socicon-doodle:before {
  content: "\e92b";
}

/* line 8417, app/assets/stylesheets/theme.scss */
.socicon-bonanza:before {
  content: "\e92c";
}

/* line 8420, app/assets/stylesheets/theme.scss */
.socicon-squarespace:before {
  content: "\e92d";
}

/* line 8423, app/assets/stylesheets/theme.scss */
.socicon-toptal:before {
  content: "\e92e";
}

/* line 8426, app/assets/stylesheets/theme.scss */
.socicon-gust:before {
  content: "\e92f";
}

/* line 8429, app/assets/stylesheets/theme.scss */
.socicon-ask:before {
  content: "\e930";
}

/* line 8432, app/assets/stylesheets/theme.scss */
.socicon-trulia:before {
  content: "\e931";
}

/* line 8435, app/assets/stylesheets/theme.scss */
.socicon-loomly:before {
  content: "\e932";
}

/* line 8438, app/assets/stylesheets/theme.scss */
.socicon-ghost:before {
  content: "\e933";
}

/* line 8441, app/assets/stylesheets/theme.scss */
.socicon-upwork:before {
  content: "\e934";
}

/* line 8444, app/assets/stylesheets/theme.scss */
.socicon-fundable:before {
  content: "\e935";
}

/* line 8447, app/assets/stylesheets/theme.scss */
.socicon-booking:before {
  content: "\e936";
}

/* line 8450, app/assets/stylesheets/theme.scss */
.socicon-googlemaps:before {
  content: "\e937";
}

/* line 8453, app/assets/stylesheets/theme.scss */
.socicon-zillow:before {
  content: "\e938";
}

/* line 8456, app/assets/stylesheets/theme.scss */
.socicon-niconico:before {
  content: "\e939";
}

/* line 8459, app/assets/stylesheets/theme.scss */
.socicon-toneden:before {
  content: "\e93a";
}

/* line 8462, app/assets/stylesheets/theme.scss */
.socicon-augment:before {
  content: "\e908";
}

/* line 8465, app/assets/stylesheets/theme.scss */
.socicon-bitbucket:before {
  content: "\e909";
}

/* line 8468, app/assets/stylesheets/theme.scss */
.socicon-fyuse:before {
  content: "\e90a";
}

/* line 8471, app/assets/stylesheets/theme.scss */
.socicon-yt-gaming:before {
  content: "\e90b";
}

/* line 8474, app/assets/stylesheets/theme.scss */
.socicon-sketchfab:before {
  content: "\e90c";
}

/* line 8477, app/assets/stylesheets/theme.scss */
.socicon-mobcrush:before {
  content: "\e90d";
}

/* line 8480, app/assets/stylesheets/theme.scss */
.socicon-microsoft:before {
  content: "\e90e";
}

/* line 8483, app/assets/stylesheets/theme.scss */
.socicon-pandora:before {
  content: "\e907";
}

/* line 8486, app/assets/stylesheets/theme.scss */
.socicon-messenger:before {
  content: "\e906";
}

/* line 8489, app/assets/stylesheets/theme.scss */
.socicon-gamewisp:before {
  content: "\e905";
}

/* line 8492, app/assets/stylesheets/theme.scss */
.socicon-bloglovin:before {
  content: "\e904";
}

/* line 8495, app/assets/stylesheets/theme.scss */
.socicon-tunein:before {
  content: "\e903";
}

/* line 8498, app/assets/stylesheets/theme.scss */
.socicon-gamejolt:before {
  content: "\e901";
}

/* line 8501, app/assets/stylesheets/theme.scss */
.socicon-trello:before {
  content: "\e902";
}

/* line 8504, app/assets/stylesheets/theme.scss */
.socicon-spreadshirt:before {
  content: "\e900";
}

/* line 8507, app/assets/stylesheets/theme.scss */
.socicon-500px:before {
  content: "\e000";
}

/* line 8510, app/assets/stylesheets/theme.scss */
.socicon-8tracks:before {
  content: "\e001";
}

/* line 8513, app/assets/stylesheets/theme.scss */
.socicon-airbnb:before {
  content: "\e002";
}

/* line 8516, app/assets/stylesheets/theme.scss */
.socicon-alliance:before {
  content: "\e003";
}

/* line 8519, app/assets/stylesheets/theme.scss */
.socicon-amazon:before {
  content: "\e004";
}

/* line 8522, app/assets/stylesheets/theme.scss */
.socicon-amplement:before {
  content: "\e005";
}

/* line 8525, app/assets/stylesheets/theme.scss */
.socicon-android:before {
  content: "\e006";
}

/* line 8528, app/assets/stylesheets/theme.scss */
.socicon-angellist:before {
  content: "\e007";
}

/* line 8531, app/assets/stylesheets/theme.scss */
.socicon-apple:before {
  content: "\e008";
}

/* line 8534, app/assets/stylesheets/theme.scss */
.socicon-appnet:before {
  content: "\e009";
}

/* line 8537, app/assets/stylesheets/theme.scss */
.socicon-baidu:before {
  content: "\e00a";
}

/* line 8540, app/assets/stylesheets/theme.scss */
.socicon-bandcamp:before {
  content: "\e00b";
}

/* line 8543, app/assets/stylesheets/theme.scss */
.socicon-battlenet:before {
  content: "\e00c";
}

/* line 8546, app/assets/stylesheets/theme.scss */
.socicon-mixer:before {
  content: "\e00d";
}

/* line 8549, app/assets/stylesheets/theme.scss */
.socicon-bebee:before {
  content: "\e00e";
}

/* line 8552, app/assets/stylesheets/theme.scss */
.socicon-bebo:before {
  content: "\e00f";
}

/* line 8555, app/assets/stylesheets/theme.scss */
.socicon-behance:before {
  content: "\e010";
}

/* line 8558, app/assets/stylesheets/theme.scss */
.socicon-blizzard:before {
  content: "\e011";
}

/* line 8561, app/assets/stylesheets/theme.scss */
.socicon-blogger:before {
  content: "\e012";
}

/* line 8564, app/assets/stylesheets/theme.scss */
.socicon-buffer:before {
  content: "\e013";
}

/* line 8567, app/assets/stylesheets/theme.scss */
.socicon-chrome:before {
  content: "\e014";
}

/* line 8570, app/assets/stylesheets/theme.scss */
.socicon-coderwall:before {
  content: "\e015";
}

/* line 8573, app/assets/stylesheets/theme.scss */
.socicon-curse:before {
  content: "\e016";
}

/* line 8576, app/assets/stylesheets/theme.scss */
.socicon-dailymotion:before {
  content: "\e017";
}

/* line 8579, app/assets/stylesheets/theme.scss */
.socicon-deezer:before {
  content: "\e018";
}

/* line 8582, app/assets/stylesheets/theme.scss */
.socicon-delicious:before {
  content: "\e019";
}

/* line 8585, app/assets/stylesheets/theme.scss */
.socicon-deviantart:before {
  content: "\e01a";
}

/* line 8588, app/assets/stylesheets/theme.scss */
.socicon-diablo:before {
  content: "\e01b";
}

/* line 8591, app/assets/stylesheets/theme.scss */
.socicon-digg:before {
  content: "\e01c";
}

/* line 8594, app/assets/stylesheets/theme.scss */
.socicon-discord:before {
  content: "\e01d";
}

/* line 8597, app/assets/stylesheets/theme.scss */
.socicon-disqus:before {
  content: "\e01e";
}

/* line 8600, app/assets/stylesheets/theme.scss */
.socicon-douban:before {
  content: "\e01f";
}

/* line 8603, app/assets/stylesheets/theme.scss */
.socicon-draugiem:before {
  content: "\e020";
}

/* line 8606, app/assets/stylesheets/theme.scss */
.socicon-dribbble:before {
  content: "\e021";
}

/* line 8609, app/assets/stylesheets/theme.scss */
.socicon-drupal:before {
  content: "\e022";
}

/* line 8612, app/assets/stylesheets/theme.scss */
.socicon-ebay:before {
  content: "\e023";
}

/* line 8615, app/assets/stylesheets/theme.scss */
.socicon-ello:before {
  content: "\e024";
}

/* line 8618, app/assets/stylesheets/theme.scss */
.socicon-endomodo:before {
  content: "\e025";
}

/* line 8621, app/assets/stylesheets/theme.scss */
.socicon-envato:before {
  content: "\e026";
}

/* line 8624, app/assets/stylesheets/theme.scss */
.socicon-etsy:before {
  content: "\e027";
}

/* line 8627, app/assets/stylesheets/theme.scss */
.socicon-facebook:before {
  content: "\e028";
}

/* line 8630, app/assets/stylesheets/theme.scss */
.socicon-feedburner:before {
  content: "\e029";
}

/* line 8633, app/assets/stylesheets/theme.scss */
.socicon-filmweb:before {
  content: "\e02a";
}

/* line 8636, app/assets/stylesheets/theme.scss */
.socicon-firefox:before {
  content: "\e02b";
}

/* line 8639, app/assets/stylesheets/theme.scss */
.socicon-flattr:before {
  content: "\e02c";
}

/* line 8642, app/assets/stylesheets/theme.scss */
.socicon-flickr:before {
  content: "\e02d";
}

/* line 8645, app/assets/stylesheets/theme.scss */
.socicon-formulr:before {
  content: "\e02e";
}

/* line 8648, app/assets/stylesheets/theme.scss */
.socicon-forrst:before {
  content: "\e02f";
}

/* line 8651, app/assets/stylesheets/theme.scss */
.socicon-foursquare:before {
  content: "\e030";
}

/* line 8654, app/assets/stylesheets/theme.scss */
.socicon-friendfeed:before {
  content: "\e031";
}

/* line 8657, app/assets/stylesheets/theme.scss */
.socicon-github:before {
  content: "\e032";
}

/* line 8660, app/assets/stylesheets/theme.scss */
.socicon-goodreads:before {
  content: "\e033";
}

/* line 8663, app/assets/stylesheets/theme.scss */
.socicon-google:before {
  content: "\e034";
}

/* line 8666, app/assets/stylesheets/theme.scss */
.socicon-googlescholar:before {
  content: "\e035";
}

/* line 8669, app/assets/stylesheets/theme.scss */
.socicon-googlegroups:before {
  content: "\e036";
}

/* line 8672, app/assets/stylesheets/theme.scss */
.socicon-googlephotos:before {
  content: "\e037";
}

/* line 8675, app/assets/stylesheets/theme.scss */
.socicon-googleplus:before {
  content: "\e038";
}

/* line 8678, app/assets/stylesheets/theme.scss */
.socicon-grooveshark:before {
  content: "\e039";
}

/* line 8681, app/assets/stylesheets/theme.scss */
.socicon-hackerrank:before {
  content: "\e03a";
}

/* line 8684, app/assets/stylesheets/theme.scss */
.socicon-hearthstone:before {
  content: "\e03b";
}

/* line 8687, app/assets/stylesheets/theme.scss */
.socicon-hellocoton:before {
  content: "\e03c";
}

/* line 8690, app/assets/stylesheets/theme.scss */
.socicon-heroes:before {
  content: "\e03d";
}

/* line 8693, app/assets/stylesheets/theme.scss */
.socicon-smashcast:before {
  content: "\e03e";
}

/* line 8696, app/assets/stylesheets/theme.scss */
.socicon-horde:before {
  content: "\e03f";
}

/* line 8699, app/assets/stylesheets/theme.scss */
.socicon-houzz:before {
  content: "\e040";
}

/* line 8702, app/assets/stylesheets/theme.scss */
.socicon-icq:before {
  content: "\e041";
}

/* line 8705, app/assets/stylesheets/theme.scss */
.socicon-identica:before {
  content: "\e042";
}

/* line 8708, app/assets/stylesheets/theme.scss */
.socicon-imdb:before {
  content: "\e043";
}

/* line 8711, app/assets/stylesheets/theme.scss */
.socicon-instagram:before {
  content: "\e044";
}

/* line 8714, app/assets/stylesheets/theme.scss */
.socicon-issuu:before {
  content: "\e045";
}

/* line 8717, app/assets/stylesheets/theme.scss */
.socicon-istock:before {
  content: "\e046";
}

/* line 8720, app/assets/stylesheets/theme.scss */
.socicon-itunes:before {
  content: "\e047";
}

/* line 8723, app/assets/stylesheets/theme.scss */
.socicon-keybase:before {
  content: "\e048";
}

/* line 8726, app/assets/stylesheets/theme.scss */
.socicon-lanyrd:before {
  content: "\e049";
}

/* line 8729, app/assets/stylesheets/theme.scss */
.socicon-lastfm:before {
  content: "\e04a";
}

/* line 8732, app/assets/stylesheets/theme.scss */
.socicon-line:before {
  content: "\e04b";
}

/* line 8735, app/assets/stylesheets/theme.scss */
.socicon-linkedin:before {
  content: "\e04c";
}

/* line 8738, app/assets/stylesheets/theme.scss */
.socicon-livejournal:before {
  content: "\e04d";
}

/* line 8741, app/assets/stylesheets/theme.scss */
.socicon-lyft:before {
  content: "\e04e";
}

/* line 8744, app/assets/stylesheets/theme.scss */
.socicon-macos:before {
  content: "\e04f";
}

/* line 8747, app/assets/stylesheets/theme.scss */
.socicon-mail:before {
  content: "\e050";
}

/* line 8750, app/assets/stylesheets/theme.scss */
.socicon-medium:before {
  content: "\e051";
}

/* line 8753, app/assets/stylesheets/theme.scss */
.socicon-meetup:before {
  content: "\e052";
}

/* line 8756, app/assets/stylesheets/theme.scss */
.socicon-mixcloud:before {
  content: "\e053";
}

/* line 8759, app/assets/stylesheets/theme.scss */
.socicon-modelmayhem:before {
  content: "\e054";
}

/* line 8762, app/assets/stylesheets/theme.scss */
.socicon-mumble:before {
  content: "\e055";
}

/* line 8765, app/assets/stylesheets/theme.scss */
.socicon-myspace:before {
  content: "\e056";
}

/* line 8768, app/assets/stylesheets/theme.scss */
.socicon-newsvine:before {
  content: "\e057";
}

/* line 8771, app/assets/stylesheets/theme.scss */
.socicon-nintendo:before {
  content: "\e058";
}

/* line 8774, app/assets/stylesheets/theme.scss */
.socicon-npm:before {
  content: "\e059";
}

/* line 8777, app/assets/stylesheets/theme.scss */
.socicon-odnoklassniki:before {
  content: "\e05a";
}

/* line 8780, app/assets/stylesheets/theme.scss */
.socicon-openid:before {
  content: "\e05b";
}

/* line 8783, app/assets/stylesheets/theme.scss */
.socicon-opera:before {
  content: "\e05c";
}

/* line 8786, app/assets/stylesheets/theme.scss */
.socicon-outlook:before {
  content: "\e05d";
}

/* line 8789, app/assets/stylesheets/theme.scss */
.socicon-overwatch:before {
  content: "\e05e";
}

/* line 8792, app/assets/stylesheets/theme.scss */
.socicon-patreon:before {
  content: "\e05f";
}

/* line 8795, app/assets/stylesheets/theme.scss */
.socicon-paypal:before {
  content: "\e060";
}

/* line 8798, app/assets/stylesheets/theme.scss */
.socicon-periscope:before {
  content: "\e061";
}

/* line 8801, app/assets/stylesheets/theme.scss */
.socicon-persona:before {
  content: "\e062";
}

/* line 8804, app/assets/stylesheets/theme.scss */
.socicon-pinterest:before {
  content: "\e063";
}

/* line 8807, app/assets/stylesheets/theme.scss */
.socicon-play:before {
  content: "\e064";
}

/* line 8810, app/assets/stylesheets/theme.scss */
.socicon-player:before {
  content: "\e065";
}

/* line 8813, app/assets/stylesheets/theme.scss */
.socicon-playstation:before {
  content: "\e066";
}

/* line 8816, app/assets/stylesheets/theme.scss */
.socicon-pocket:before {
  content: "\e067";
}

/* line 8819, app/assets/stylesheets/theme.scss */
.socicon-qq:before {
  content: "\e068";
}

/* line 8822, app/assets/stylesheets/theme.scss */
.socicon-quora:before {
  content: "\e069";
}

/* line 8825, app/assets/stylesheets/theme.scss */
.socicon-raidcall:before {
  content: "\e06a";
}

/* line 8828, app/assets/stylesheets/theme.scss */
.socicon-ravelry:before {
  content: "\e06b";
}

/* line 8831, app/assets/stylesheets/theme.scss */
.socicon-reddit:before {
  content: "\e06c";
}

/* line 8834, app/assets/stylesheets/theme.scss */
.socicon-renren:before {
  content: "\e06d";
}

/* line 8837, app/assets/stylesheets/theme.scss */
.socicon-researchgate:before {
  content: "\e06e";
}

/* line 8840, app/assets/stylesheets/theme.scss */
.socicon-residentadvisor:before {
  content: "\e06f";
}

/* line 8843, app/assets/stylesheets/theme.scss */
.socicon-reverbnation:before {
  content: "\e070";
}

/* line 8846, app/assets/stylesheets/theme.scss */
.socicon-rss:before {
  content: "\e071";
}

/* line 8849, app/assets/stylesheets/theme.scss */
.socicon-sharethis:before {
  content: "\e072";
}

/* line 8852, app/assets/stylesheets/theme.scss */
.socicon-skype:before {
  content: "\e073";
}

/* line 8855, app/assets/stylesheets/theme.scss */
.socicon-slideshare:before {
  content: "\e074";
}

/* line 8858, app/assets/stylesheets/theme.scss */
.socicon-smugmug:before {
  content: "\e075";
}

/* line 8861, app/assets/stylesheets/theme.scss */
.socicon-snapchat:before {
  content: "\e076";
}

/* line 8864, app/assets/stylesheets/theme.scss */
.socicon-songkick:before {
  content: "\e077";
}

/* line 8867, app/assets/stylesheets/theme.scss */
.socicon-soundcloud:before {
  content: "\e078";
}

/* line 8870, app/assets/stylesheets/theme.scss */
.socicon-spotify:before {
  content: "\e079";
}

/* line 8873, app/assets/stylesheets/theme.scss */
.socicon-stackexchange:before {
  content: "\e07a";
}

/* line 8876, app/assets/stylesheets/theme.scss */
.socicon-stackoverflow:before {
  content: "\e07b";
}

/* line 8879, app/assets/stylesheets/theme.scss */
.socicon-starcraft:before {
  content: "\e07c";
}

/* line 8882, app/assets/stylesheets/theme.scss */
.socicon-stayfriends:before {
  content: "\e07d";
}

/* line 8885, app/assets/stylesheets/theme.scss */
.socicon-steam:before {
  content: "\e07e";
}

/* line 8888, app/assets/stylesheets/theme.scss */
.socicon-storehouse:before {
  content: "\e07f";
}

/* line 8891, app/assets/stylesheets/theme.scss */
.socicon-strava:before {
  content: "\e080";
}

/* line 8894, app/assets/stylesheets/theme.scss */
.socicon-streamjar:before {
  content: "\e081";
}

/* line 8897, app/assets/stylesheets/theme.scss */
.socicon-stumbleupon:before {
  content: "\e082";
}

/* line 8900, app/assets/stylesheets/theme.scss */
.socicon-swarm:before {
  content: "\e083";
}

/* line 8903, app/assets/stylesheets/theme.scss */
.socicon-teamspeak:before {
  content: "\e084";
}

/* line 8906, app/assets/stylesheets/theme.scss */
.socicon-teamviewer:before {
  content: "\e085";
}

/* line 8909, app/assets/stylesheets/theme.scss */
.socicon-technorati:before {
  content: "\e086";
}

/* line 8912, app/assets/stylesheets/theme.scss */
.socicon-telegram:before {
  content: "\e087";
}

/* line 8915, app/assets/stylesheets/theme.scss */
.socicon-tripadvisor:before {
  content: "\e088";
}

/* line 8918, app/assets/stylesheets/theme.scss */
.socicon-tripit:before {
  content: "\e089";
}

/* line 8921, app/assets/stylesheets/theme.scss */
.socicon-triplej:before {
  content: "\e08a";
}

/* line 8924, app/assets/stylesheets/theme.scss */
.socicon-tumblr:before {
  content: "\e08b";
}

/* line 8927, app/assets/stylesheets/theme.scss */
.socicon-twitch:before {
  content: "\e08c";
}

/* line 8930, app/assets/stylesheets/theme.scss */
.socicon-twitter:before {
  content: "\e08d";
}

/* line 8933, app/assets/stylesheets/theme.scss */
.socicon-uber:before {
  content: "\e08e";
}

/* line 8936, app/assets/stylesheets/theme.scss */
.socicon-ventrilo:before {
  content: "\e08f";
}

/* line 8939, app/assets/stylesheets/theme.scss */
.socicon-viadeo:before {
  content: "\e090";
}

/* line 8942, app/assets/stylesheets/theme.scss */
.socicon-viber:before {
  content: "\e091";
}

/* line 8945, app/assets/stylesheets/theme.scss */
.socicon-viewbug:before {
  content: "\e092";
}

/* line 8948, app/assets/stylesheets/theme.scss */
.socicon-vimeo:before {
  content: "\e093";
}

/* line 8951, app/assets/stylesheets/theme.scss */
.socicon-vine:before {
  content: "\e094";
}

/* line 8954, app/assets/stylesheets/theme.scss */
.socicon-vkontakte:before {
  content: "\e095";
}

/* line 8957, app/assets/stylesheets/theme.scss */
.socicon-warcraft:before {
  content: "\e096";
}

/* line 8960, app/assets/stylesheets/theme.scss */
.socicon-wechat:before {
  content: "\e097";
}

/* line 8963, app/assets/stylesheets/theme.scss */
.socicon-weibo:before {
  content: "\e098";
}

/* line 8966, app/assets/stylesheets/theme.scss */
.socicon-whatsapp:before {
  content: "\e099";
}

/* line 8969, app/assets/stylesheets/theme.scss */
.socicon-wikipedia:before {
  content: "\e09a";
}

/* line 8972, app/assets/stylesheets/theme.scss */
.socicon-windows:before {
  content: "\e09b";
}

/* line 8975, app/assets/stylesheets/theme.scss */
.socicon-wordpress:before {
  content: "\e09c";
}

/* line 8978, app/assets/stylesheets/theme.scss */
.socicon-wykop:before {
  content: "\e09d";
}

/* line 8981, app/assets/stylesheets/theme.scss */
.socicon-xbox:before {
  content: "\e09e";
}

/* line 8984, app/assets/stylesheets/theme.scss */
.socicon-xing:before {
  content: "\e09f";
}

/* line 8987, app/assets/stylesheets/theme.scss */
.socicon-yahoo:before {
  content: "\e0a0";
}

/* line 8990, app/assets/stylesheets/theme.scss */
.socicon-yammer:before {
  content: "\e0a1";
}

/* line 8993, app/assets/stylesheets/theme.scss */
.socicon-yandex:before {
  content: "\e0a2";
}

/* line 8996, app/assets/stylesheets/theme.scss */
.socicon-yelp:before {
  content: "\e0a3";
}

/* line 8999, app/assets/stylesheets/theme.scss */
.socicon-younow:before {
  content: "\e0a4";
}

/* line 9002, app/assets/stylesheets/theme.scss */
.socicon-youtube:before {
  content: "\e0a5";
}

/* line 9005, app/assets/stylesheets/theme.scss */
.socicon-zapier:before {
  content: "\e0a6";
}

/* line 9008, app/assets/stylesheets/theme.scss */
.socicon-zerply:before {
  content: "\e0a7";
}

/* line 9011, app/assets/stylesheets/theme.scss */
.socicon-zomato:before {
  content: "\e0a8";
}

/* line 9014, app/assets/stylesheets/theme.scss */
.socicon-zynga:before {
  content: "\e0a9";
}

/* line 9017, app/assets/stylesheets/theme.scss */
.table-borderless .border {
  border-width: 2px !important;
}

/* line 9020, app/assets/stylesheets/theme.scss */
th {
  font-weight: 600;
  color: #152a49;
}

/* line 9024, app/assets/stylesheets/theme.scss */
td .material-icons:only-child {
  display: block;
}

/* line 9027, app/assets/stylesheets/theme.scss */
section {
  position: relative;
}

/* line 9030, app/assets/stylesheets/theme.scss */
.bg-triangle {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 300px;
  bottom: 0;
  left: 0;
  background: none !important;
}

/* line 9038, app/assets/stylesheets/theme.scss */
.bg-triangle polygon {
  fill: #e9ecef;
}

/* line 9040, app/assets/stylesheets/theme.scss */
.bg-triangle + .container {
  position: relative;
  z-index: 2;
}

/* line 9043, app/assets/stylesheets/theme.scss */
.bg-triangle.bg-triangle-top-left {
  transform: scaleX(-1) scaleY(-1);
  top: 0;
  bottom: auto;
}

/* line 9047, app/assets/stylesheets/theme.scss */
.bg-triangle.bg-triangle-top-right {
  transform: scaleY(-1);
  top: 0;
  bottom: auto;
}

/* line 9051, app/assets/stylesheets/theme.scss */
.bg-triangle.bg-triangle-bottom-left {
  transform: scaleX(-1);
}

/* line 9053, app/assets/stylesheets/theme.scss */
.bg-triangle.bg-dark polygon {
  fill: #152a49;
}

/* line 9055, app/assets/stylesheets/theme.scss */
.bg-triangle.bg-secondary polygon {
  fill: #6c757d;
}

/* line 9057, app/assets/stylesheets/theme.scss */
.bg-triangle.bg-primary polygon {
  fill: #0099FF;
}

/* line 9059, app/assets/stylesheets/theme.scss */
.bg-triangle.bg-white polygon {
  fill: #fff;
}

/* line 9061, app/assets/stylesheets/theme.scss */
.bg-triangle.bg-gradient polygon {
  fill: linear-gradient(90deg, #0099FF 0%, #6610f2 100%);
}

/* line 9064, app/assets/stylesheets/theme.scss */
.embed-responsive {
  background: #000;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* line 9081, app/assets/stylesheets/theme.scss */
.video-cover {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 9087, app/assets/stylesheets/theme.scss */
.video-cover .bg-image {
  z-index: 1;
  transition: opacity 0.2s ease;
}

/* line 9090, app/assets/stylesheets/theme.scss */
.video-cover.rounded .bg-image {
  border-radius: 0.375rem;
}

/* line 9092, app/assets/stylesheets/theme.scss */
.video-cover .video-play-icon {
  position: absolute;
  z-index: 2;
  margin-bottom: 0 !important;
}

/* line 9096, app/assets/stylesheets/theme.scss */
.video-cover iframe {
  background: #000;
  transition: opacity 0.2s ease;
  opacity: 0;
}

/* line 9100, app/assets/stylesheets/theme.scss */
.video-cover.video-cover-playing .bg-image {
  opacity: 0;
  pointer-events: none;
}

/* line 9103, app/assets/stylesheets/theme.scss */
.video-cover.video-cover-playing .video-play-icon {
  -webkit-animation: fadeOut 0.2s ease forwards;
  animation: fadeOut 0.2s ease forwards;
  pointer-events: none;
}

/* line 9107, app/assets/stylesheets/theme.scss */
.video-cover.video-cover-playing iframe {
  opacity: 1;
}

/* line 9109, app/assets/stylesheets/theme.scss */
.video-cover:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 9112, app/assets/stylesheets/theme.scss */
.video-play-icon {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

/* line 9127, app/assets/stylesheets/theme.scss */
.video-play-icon:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 9129, app/assets/stylesheets/theme.scss */
.video-play-icon:hover {
  transform: scale(1.1);
}

/* line 9131, app/assets/stylesheets/theme.scss */
.video-play-icon:after {
  content: '';
  position: relative;
  display: block;
  width: 9px;
  height: 7px;
  transform: scale(2);
  background: url("data:image/svg+xml;charset=utf8,<svg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.09852 0.540851C4.29843 0.271544 4.70157 0.271544 4.90148 0.540851L7.80474 4.45198C8.04964 4.7819 7.81415 5.25 7.40326 5.25H1.59674C1.18585 5.25 0.950358 4.7819 1.19526 4.45198L4.09852 0.540851Z' fill='%23152a49' style='transform:rotate(90deg); transform-origin:center;'/></svg>");
}

/* line 9139, app/assets/stylesheets/theme.scss */
.video-play-icon.video-play-icon-lg {
  width: 5.25rem;
  height: 5.25rem;
}

/* line 9142, app/assets/stylesheets/theme.scss */
.video-play-icon.video-play-icon-lg:after {
  transform: scale(2.5);
}

/* line 9145, app/assets/stylesheets/theme.scss */
.video-cover-touch .bg-image, .video-cover-touch .video-play-icon {
  display: none;
}

/* line 9148, app/assets/stylesheets/theme.scss */
.video-cover-touch iframe {
  opacity: 1;
}

/*!  
 * SmartWizard v4.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */
/* line 9162, app/assets/stylesheets/theme.scss */
.sw-main {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 9168, app/assets/stylesheets/theme.scss */
.sw-main .sw-container {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 9174, app/assets/stylesheets/theme.scss */
.sw-main .step-content {
  display: none;
  position: relative;
  margin: 0;
}

/* line 9179, app/assets/stylesheets/theme.scss */
.sw-main .sw-toolbar {
  margin-left: 0;
}

/* line 9182, app/assets/stylesheets/theme.scss */
.sw-theme-default {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 9185, app/assets/stylesheets/theme.scss */
.sw-theme-default .sw-container {
  min-height: 250px;
}

/* line 9188, app/assets/stylesheets/theme.scss */
.sw-theme-default .step-content {
  padding: 10px;
  border: 0 solid #d4d4d4;
  background-color: #fff;
  text-align: left;
}

/* line 9194, app/assets/stylesheets/theme.scss */
.sw-theme-default .sw-toolbar {
  background: #f9f9f9;
  border-radius: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0 !important;
}

/* line 9201, app/assets/stylesheets/theme.scss */
.sw-theme-default .sw-toolbar-top {
  border-bottom-color: #ddd !important;
}

/* line 9204, app/assets/stylesheets/theme.scss */
.sw-theme-default .sw-toolbar-bottom {
  border-top-color: #ddd !important;
}

/* line 9207, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
  border: none !important;
  color: #bbb;
  text-decoration: none;
  outline-style: none;
  background: 0 0 !important;
  border: none !important;
}

/* line 9215, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
  color: #4285f4 !important;
  background: 0 0 !important;
}

/* line 9219, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li > a::after {
  content: "";
  background: #4285f4;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

/* line 9230, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.active > a {
  border: none !important;
  color: #4285f4 !important;
  background: 0 0 !important;
}

/* line 9235, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.active > a::after {
  transform: scale(1);
}

/* line 9238, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.done > a {
  border: none !important;
  color: #000 !important;
  background: 0 0 !important;
}

/* line 9243, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.done > a::after {
  background: #5cb85c;
  transform: scale(1);
}

/* line 9247, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.danger > a {
  border: none !important;
  color: #d9534f !important;
  background: 0 0 !important;
}

/* line 9252, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.danger > a::after {
  background: #d9534f;
  transform: scale(1);
}

/* line 9256, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
  color: #eee !important;
}

@media screen and (max-width: 768px) {
  /* line 9260, app/assets/stylesheets/theme.scss */
  .sw-theme-default > .nav-tabs > li {
    float: none !important;
  }
}

@-webkit-keyframes ld {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes ld {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

/* line 9279, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.loading:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #4285f4;
  border-right-color: #4285f4;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  -webkit-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}

/* line 9300, app/assets/stylesheets/theme.scss */
.sw-theme-default {
  box-shadow: none;
}

/* line 9302, app/assets/stylesheets/theme.scss */
.sw-theme-default .step-content {
  padding: 0;
  border: none;
}

/* line 9305, app/assets/stylesheets/theme.scss */
.sw-theme-default .step-content.card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 9309, app/assets/stylesheets/theme.scss */
.wizard .nav-link {
  position: relative;
}

/* line 9312, app/assets/stylesheets/theme.scss */
.wizard.card {
  border-radius: 0.375rem 0.375rem 0 0;
}

/* line 9315, app/assets/stylesheets/theme.scss */
.wizard .tab-content:not(.sw-container) {
  opacity: 0;
}

/* line 9318, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.active > a {
  color: #0099FF !important;
}

/* line 9321, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.done > a {
  color: #28a745 !important;
}

/* line 9324, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li > a::after {
  bottom: 3px;
}

/* line 9327, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li > a::after {
  width: 0;
  transform: scale(1) !important;
}

/* line 9331, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.done > a::after, .sw-theme-default > ul.step-anchor > li.active > a::after {
  width: 100%;
}

/* line 9334, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li > a::after {
  background: #0099FF;
}

/* line 9337, app/assets/stylesheets/theme.scss */
.sw-theme-default > ul.step-anchor > li.done > a::after {
  background: #28a745;
}

/* line 9340, app/assets/stylesheets/theme.scss */
img[data-action="zoom"] {
  cursor: zoom-in;
}

/* line 9343, app/assets/stylesheets/theme.scss */
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 1050;
  transition: all 300ms;
}

/* line 9349, app/assets/stylesheets/theme.scss */
img.zoom-img {
  cursor: zoom-out;
}

/* line 9352, app/assets/stylesheets/theme.scss */
.zoom-overlay {
  cursor: zoom-out;
  z-index: 1040;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity 300ms;
}

/* line 9365, app/assets/stylesheets/theme.scss */
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 9370, app/assets/stylesheets/theme.scss */
  .card .card-img-overlay {
    top: 0;
  }
  /* line 9372, app/assets/stylesheets/theme.scss */
  .card > a {
    flex-shrink: 0;
  }
  /* line 9374, app/assets/stylesheets/theme.scss */
  .card.justify-content-end .card-img-overlay {
    top: auto;
    bottom: 0;
  }
  /* line 9377, app/assets/stylesheets/theme.scss */
  .card:not([class*='col-']) {
    width: 100%;
  }
  /* line 9379, app/assets/stylesheets/theme.scss */
  .flex-column > img.flex-grow-1 {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 9382, app/assets/stylesheets/theme.scss */
  .icon {
    flex-shrink: 0 !important;
  }
  /* line 9384, app/assets/stylesheets/theme.scss */
  .icon {
    width: 3rem;
  }
  /* line 9386, app/assets/stylesheets/theme.scss */
  .icon.icon-lg {
    width: 4.5rem;
  }
  /* line 9388, app/assets/stylesheets/theme.scss */
  .icon.icon-sm {
    width: 2.25rem;
  }
  /* line 9390, app/assets/stylesheets/theme.scss */
  img {
    flex-shrink: 0;
  }
  /* line 9392, app/assets/stylesheets/theme.scss */
  img.flex-grow-1 {
    flex-grow: 0 !important;
  }
  /* line 9394, app/assets/stylesheets/theme.scss */
  .list-group {
    width: 100%;
  }
  /* line 9396, app/assets/stylesheets/theme.scss */
  [class*='height-'] {
    height: 1px;
  }
  /* line 9398, app/assets/stylesheets/theme.scss */
  .row {
    width: 100%;
  }
  /* line 9400, app/assets/stylesheets/theme.scss */
  .text-image-2 {
    display: block;
  }
  /* line 9402, app/assets/stylesheets/theme.scss */
  .text-image-2 .bg-white {
    bottom: 0;
    right: 0;
  }
  /* line 9405, app/assets/stylesheets/theme.scss */
  .video-cover .video-play-icon {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  /* line 9408, app/assets/stylesheets/theme.scss */
  .video-play-icon:after {
    content: 'Play';
    bottom: 51px;
    right: 5px;
    font-size: .5rem;
  }
}

/* line 9414, app/assets/stylesheets/theme.scss */
.component-example {
  border: 2px solid #dee2e6;
  border-radius: 0.375rem;
  margin-bottom: 3rem;
}

/* line 9418, app/assets/stylesheets/theme.scss */
.component-example:last-child {
  margin-bottom: 0;
}

/* line 9421, app/assets/stylesheets/theme.scss */
.component-example-body {
  padding: 1.5rem;
}

/* line 9423, app/assets/stylesheets/theme.scss */
.component-example-body .card {
  margin-bottom: 0;
}

/* line 9425, app/assets/stylesheets/theme.scss */
.component-example-body .list-group {
  margin: 0 auto;
}

/* line 9428, app/assets/stylesheets/theme.scss */
.component-example-markup {
  position: relative;
}

/* line 9430, app/assets/stylesheets/theme.scss */
.component-example-markup .btn-clipboard {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  z-index: 2;
}

/* line 9435, app/assets/stylesheets/theme.scss */
.component-example-markup pre[class*='language-'] {
  margin: 0;
  padding: 1.5rem;
  border: none;
  max-height: 200px;
}

/* line 9441, app/assets/stylesheets/theme.scss */
.component-classes {
  padding: 1.5rem;
}

/* line 9443, app/assets/stylesheets/theme.scss */
.component-classes dl {
  margin-bottom: 0;
}

/* line 9445, app/assets/stylesheets/theme.scss */
.component-classes P {
  margin-bottom: 0;
}

/* line 9447, app/assets/stylesheets/theme.scss */
.component-classes dd:last-child {
  margin-bottom: 0;
}

/* line 9450, app/assets/stylesheets/theme.scss */
.block-wrapper {
  position: relative;
  width: 100%;
}

/* line 9453, app/assets/stylesheets/theme.scss */
.block-wrapper > button {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1000;
  transition: opacity 0.2s linear;
  opacity: 0;
}

/* line 9460, app/assets/stylesheets/theme.scss */
.block-wrapper:hover > button {
  opacity: 1;
}

@-webkit-keyframes scanPages {
  0% {
    top: 0;
  }
  100% {
    top: -350%;
  }
}

@keyframes scanPages {
  0% {
    top: 0;
  }
  100% {
    top: -350%;
  }
}

/* line 9475, app/assets/stylesheets/theme.scss */
.demo-pages {
  padding: 0 1.5rem;
  top: 0;
}

/* line 9478, app/assets/stylesheets/theme.scss */
.demo-pages a {
  display: block;
  opacity: .1;
  transform: scale(1);
}

/* line 9482, app/assets/stylesheets/theme.scss */
.demo-pages a:hover {
  opacity: .9;
  transform: scale(1.05);
}

/* line 9485, app/assets/stylesheets/theme.scss */
.demo-pages a {
  transition: opacity 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
/*!
 *  Font Awesome 4.7.0 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-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 125, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 131, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 137, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 143, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 149, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 155, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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 {
  -webkit-filter: none;
          filter: none;
}

/* line 162, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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 2334, ../../../../../Library/Ruby/Gems/2.6.0/gems/font-awesome-rails-4.7.0.5/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;
}

/* line 5, app/assets/stylesheets/pages.scss */
.jumbotron-home {
  background-image: url("/assets/home-bg-37b8d246de390b725dd94544494cc41a258795b5037087b95866c028918b0515.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 5, app/assets/stylesheets/news.scss */
.news {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
}

/* line 11, app/assets/stylesheets/news.scss */
.news a {
  color: black;
  transition: .2s ease;
}

/* line 16, app/assets/stylesheets/news.scss */
.news a:hover {
  color: #e74c3c;
  /*#3498db;*/
}

/* line 13, app/assets/stylesheets/application.scss */
.cont2 {
  overflow: hidden;
  display: block;
}

@font-face {
  font-family: 'Circular-Std-Bold';
  src: url("/fonts/Circular-Std-Bold.otf");
}

@font-face {
  font-family: 'Circular-Std-Book';
  src: url("/fonts/Circular-Std-Book.otf");
}

@font-face {
  font-family: 'Gotham-Black';
  src: url("/fonts/Gotham-Black.otf");
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url("/fonts/Gotham-Bold.otf");
}

@font-face {
  font-family: 'Avenir-Next';
  src: url("/fonts/Avenir-Next.ttc");
}

@font-face {
  font-family: 'Avenir';
  src: url("/fonts/Avenir.ttf");
}

@font-face {
  font-family: 'Inter';
  src: '/fonts/Inter-Regular.ttf';
}

@font-face {
  font-family: 'Inter-ExtraBold';
  src: '/fonts/Inter-ExtraBold.ttf';
}

/* line 58, app/assets/stylesheets/application.scss */
.inter {
  font-family: 'Inter', sans-serif;
}

/* line 62, app/assets/stylesheets/application.scss */
.inter-bold {
  font-family: 'Inter-ExtraBold', sans-serif;
}

/* line 66, app/assets/stylesheets/application.scss */
.avenir {
  font-family: 'Avenir', sans-serif;
}

/* line 70, app/assets/stylesheets/application.scss */
.avenir-next {
  font-family: 'Avenir-Next', sans-serif;
}

/* line 74, app/assets/stylesheets/application.scss */
.almarai {
  font-family: 'Almarai', sans-serif;
}

/* line 78, app/assets/stylesheets/application.scss */
.gotham-bold {
  font-family: 'Gotham-Bold', sans-serif;
}

/* line 82, app/assets/stylesheets/application.scss */
.gotham-black {
  font-family: 'Gotham-Black', sans-serif;
}

/* line 86, app/assets/stylesheets/application.scss */
.montserrat {
  font-family: 'Montserrat', sans-serif;
}

/* line 90, app/assets/stylesheets/application.scss */
.tool2 {
  font-size: .6em;
}

/* line 94, app/assets/stylesheets/application.scss */
.under {
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/application.scss */
.color-hover:hover {
  background-color: #f5f6fa;
}

/* line 103, app/assets/stylesheets/application.scss */
.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 119, app/assets/stylesheets/application.scss */
.ui-autocomplete > li {
  padding: 3px 20px;
}

/* line 122, app/assets/stylesheets/application.scss */
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}

/* line 125, app/assets/stylesheets/application.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 129, app/assets/stylesheets/application.scss */
.hover-up:hover {
  transform: translate(2px, -2px);
}

/* line 137, app/assets/stylesheets/application.scss */
.hover {
  transform: translate(2px, -2px);
}

/* line 145, app/assets/stylesheets/application.scss */
.lato {
  font-family: 'Lato', sans-serif;
}

/* line 149, app/assets/stylesheets/application.scss */
.open-sans {
  font-family: 'Open Sans', sans-serif;
}

/* line 153, app/assets/stylesheets/application.scss */
.center {
  text-align: center;
}

/* line 157, app/assets/stylesheets/application.scss */
.btn-clear {
  border-color: black;
}

/* line 161, app/assets/stylesheets/application.scss */
.pagination a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0099FF;
  background-color: #fff;
  border: 1px solid #e9ecef;
}

/* line 170, app/assets/stylesheets/application.scss */
.pagination a:hover {
  z-index: 2;
  color: #006bb3;
  text-decoration: none;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

/* line 176, app/assets/stylesheets/application.scss */
.pagination a:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 255, 0.25);
}

/* line 180, app/assets/stylesheets/application.scss */
.pagination a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 183, app/assets/stylesheets/application.scss */
.pagination:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 188, app/assets/stylesheets/application.scss */
.pagination:last-child a {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 192, app/assets/stylesheets/application.scss */
.pagination .active a {
  z-index: 1;
  color: #fff;
  background-color: #0099FF;
  border-color: #0099FF;
}

/* line 198, app/assets/stylesheets/application.scss */
.pagination em.current {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #0099FF;
  border: 1px solid #e9ecef;
}

/* line 208, app/assets/stylesheets/application.scss */
.pagination span.disabled {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #0099FF;
  border: 1px solid #e9ecef;
}

/*
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }
*/
/*
.pagination a {
  height: 100%;
  display: flex; }
  .pagination a > span {
    display: flex;
    align-items: center; }
*/
/* line 236, app/assets/stylesheets/application.scss */
.un {
  display: inline-block;
}

/* line 240, app/assets/stylesheets/application.scss */
.un::after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: black;
  transition: 300ms;
}

/* line 249, app/assets/stylesheets/application.scss */
.un:hover::after {
  width: 100%;
}
