@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400italic,700italic,300,700,300italic,400);
@import url(https://fonts.googleapis.com/css?family=Raleway:400);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, vendor/assets/stylesheets/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, vendor/assets/stylesheets/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, vendor/assets/stylesheets/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, vendor/assets/stylesheets/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, vendor/assets/stylesheets/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, vendor/assets/stylesheets/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, vendor/assets/stylesheets/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, vendor/assets/stylesheets/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, vendor/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, vendor/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, vendor/assets/stylesheets/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, vendor/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, vendor/assets/stylesheets/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, vendor/assets/stylesheets/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, vendor/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, vendor/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, vendor/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, vendor/assets/stylesheets/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, vendor/assets/stylesheets/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, vendor/assets/stylesheets/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, vendor/assets/stylesheets/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, vendor/assets/stylesheets/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, vendor/assets/stylesheets/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, vendor/assets/stylesheets/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, vendor/assets/stylesheets/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, vendor/assets/stylesheets/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, vendor/assets/stylesheets/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, vendor/assets/stylesheets/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, vendor/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, vendor/assets/stylesheets/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, vendor/assets/stylesheets/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, vendor/assets/stylesheets/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, vendor/assets/stylesheets/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, vendor/assets/stylesheets/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, vendor/assets/stylesheets/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, vendor/assets/stylesheets/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, vendor/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, vendor/assets/stylesheets/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, vendor/assets/stylesheets/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, vendor/assets/stylesheets/normalize.scss */
td,
th {
  padding: 0;
}

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 25, vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 106, vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, vendor/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 115, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 124, vendor/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

/* line 130, vendor/assets/stylesheets/selectize.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 147, vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 150, vendor/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 153, vendor/assets/stylesheets/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 157, vendor/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 161, vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 166, vendor/assets/stylesheets/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 173, vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 181, vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 186, vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 192, vendor/assets/stylesheets/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 207, vendor/assets/stylesheets/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 210, vendor/assets/stylesheets/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 213, vendor/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 218, vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 228, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 244, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 248, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 254, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 258, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 261, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

/* line 266, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 270, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 273, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 276, vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 281, vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 285, vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 289, vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 302, vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 307, vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 311, vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 314, vendor/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 16, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 24, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 41, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 62, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 99, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #00578d;
}

/* line 105, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

/* line 111, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control {
  position: relative;
}

/* line 114, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 123, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

/* line 129, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 146, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

/* line 149, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 152, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 156, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 160, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 165, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 172, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}

/* line 180, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}

/* line 185, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

/* line 191, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 206, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 209, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 212, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 217, vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 227, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 243, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 247, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 253, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 257, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 260, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

/* line 265, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 269, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 272, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 275, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 280, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 284, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 288, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 301, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 306, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 310, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 313, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 317, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 321, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 328, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

/* line 332, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

/* line 335, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

/* line 351, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input .active[data-value] {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

/* line 361, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}

/* line 373, vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

/* line 377, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

/* line 382, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

/* line 385, vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* line 1, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 20, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 30, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 34, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 43, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 44, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 56, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 59, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 62, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 67, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 70, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 77, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 81, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 86, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 93, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 102, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 106, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 112, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 117, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

/* line 136, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 146, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 151, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}

/* line 156, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 169, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 172, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 178, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 196, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 199, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 210, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 211, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 212, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 216, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 220, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 226, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 230, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 233, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 237, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 242, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 245, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 248, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 261, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 264, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

/* line 267, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF;
}

/* line 270, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 278, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* line 284, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 288, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 294, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 300, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 306, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 307, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 308, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 311, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 315, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 320, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 328, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 333, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc;
}

/* line 343, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222;
}

/* line 346, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222222;
  color: #999999;
}

/* line 352, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 355, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 360, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 365, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 371, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 378, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #999999;
}

/* line 385, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 388, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 391, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 399, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 405, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 408, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 409, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 410, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 413, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 416, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/jquery-datetimepicker-rails-2.4.1.0/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* Don't forget to include a CSS reset file otherwise it might look a little bit strange*/
/* line 2, vendor/assets/stylesheets/tabulous.scss */
a:active, a:focus {
  outline: expression(hideFocus='true');
}

/* line 6, vendor/assets/stylesheets/tabulous.scss */
p {
  margin-bottom: 20px;
}

/* line 10, vendor/assets/stylesheets/tabulous.scss */
#tabs, #tabs2, #tabs3, #tabs4, #tabs5 {
  margin: 0 auto;
}

/* line 14, vendor/assets/stylesheets/tabulous.scss */
#tabs > ul > li.tab, #tabs > li.tab {
  float: left;
  margin-right: 5px;
}

/* line 19, vendor/assets/stylesheets/tabulous.scss */
#tabs li.tab a, #tabs2 li.tab a, #tabs3 li.tab a, #tabs4 li.tab a, #tabs5 li.tab a {
  display: block;
  padding: 17px 30px;
  background: #b3b3b3;
  text-decoration: none;
  color: white;
  border-radius: 10px;
}

/* line 28, vendor/assets/stylesheets/tabulous.scss */
#tabs li.tab a:hover, #tabs2 li.tab a:hover, #tabs3 li.tab a:hover, #tabs4 li.tab a:hover, #tabs5 li.tab a:hover {
  background: #bfbfbf;
  color: white !important;
}

/* line 33, vendor/assets/stylesheets/tabulous.scss */
#tabs_container {
  padding: 0 40px 20px 40px;
  position: relative;
  background: white;
}

/* line 40, vendor/assets/stylesheets/tabulous.scss */
.make_transist {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 48, vendor/assets/stylesheets/tabulous.scss */
.hidescale {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
  display: none;
}

/* line 62, vendor/assets/stylesheets/tabulous.scss */
.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  display: block;
}

/* line 80, vendor/assets/stylesheets/tabulous.scss */
.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 91, vendor/assets/stylesheets/tabulous.scss */
.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

/* line 108, vendor/assets/stylesheets/tabulous.scss */
.hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 119, vendor/assets/stylesheets/tabulous.scss */
.showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

/* line 136, vendor/assets/stylesheets/tabulous.scss */
.hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 154, vendor/assets/stylesheets/tabulous.scss */
.showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 178, vendor/assets/stylesheets/tabulous.scss */
.tabulous_active {
  background: #192e3e !important;
  color: white !important;
}

/* line 183, vendor/assets/stylesheets/tabulous.scss */
.tabulousclear {
  display: block;
  clear: both;
}

/* line 190, vendor/assets/stylesheets/tabulous.scss */
.tab_box {
  left: 40px;
  right: 40px;
}

/*!
 *  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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 38, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 9, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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 {
    float: left;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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 {
    float: left;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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 {
    float: left;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 31, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 41, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 57, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 62, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 94, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 101, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 171, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 114, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 140, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 147, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 156, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 168, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 187, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 191, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 196, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 209, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 218, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 225, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 233, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 242, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 248, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 258, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 270, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 279, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 289, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 301, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 309, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 327, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 334, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 338, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 342, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 353, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 360, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 364, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 368, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 382, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 387, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 392, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 404, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 411, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 433, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 436, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 447, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 472, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 479, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 486, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 490, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 494, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 502, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 506, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 513, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 524, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 531, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 553, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 563, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 569, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 576, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 587, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 597, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 605, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 29, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 56, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 29, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 56, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 29, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 56, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 29, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 56, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 29, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 56, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 29, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 37, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 56, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

/* line 101, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 13, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 21, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 54, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 110, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 128, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.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 172, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 184, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 212, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 59, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 85, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 90, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 97, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 140, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 142, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 146, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 155, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 161, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 23, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 28, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 33, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 1, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 6, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 15, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 74, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

/* line 85, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 115, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 14, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

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

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 11, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 17, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/bootstrap-sass-3.3.5/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* Magnific Popup CSS */
/* line 2, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 86, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 146, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 204, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 213, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 258, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 279, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 307, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 309, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 312, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 315, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 323, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 325, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 328, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 340, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 343, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 346, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 349, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 1, app/assets/stylesheets/bootstrap-custom.scss */
.extra-col, .col-sm-2-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 8, app/assets/stylesheets/bootstrap-custom.scss */
.col-sm-2-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 12, app/assets/stylesheets/bootstrap-custom.scss */
.col-sm-2-5 a {
  padding: 15px 10px !important;
}

@media only screen and (max-device-width: 480px) {
  /* line 19, app/assets/stylesheets/bootstrap-custom.scss */
  .col-sm-2-5 {
    flex: 0;
    max-width: none !important;
  }
}

/* Switch Primary */
/* line 27, app/assets/stylesheets/bootstrap-custom.scss */
.checkbox.checbox-switch {
  padding-left: 0;
}

/* line 31, app/assets/stylesheets/bootstrap-custom.scss */
.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
  display: inline-block;
  position: relative;
  padding-left: 0;
}

/* line 37, app/assets/stylesheets/bootstrap-custom.scss */
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
  display: none;
}

/* line 41, app/assets/stylesheets/bootstrap-custom.scss */
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
  width: 35px;
  border-radius: 20px;
  height: 18px;
  border: 1px solid #dbdbdb;
  background-color: white;
  border-color: #dfdfdf;
  box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 55, app/assets/stylesheets/bootstrap-custom.scss */
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  content: " ";
  top: 0;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* line 69, app/assets/stylesheets/bootstrap-custom.scss */
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
  left: 17px;
}

/* line 74, app/assets/stylesheets/bootstrap-custom.scss */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
  background-color: #0069d9;
  border-color: #0069d9;
  box-shadow: #0069d9 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* line 81, app/assets/stylesheets/bootstrap-custom.scss */
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
  background-color: #6da3dd;
  border-color: #6da3dd;
  box-shadow: #6da3dd 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* line 1, app/assets/stylesheets/forms.scss */
input.big[type=text], input.big[type=password] {
  outline: 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 8px 15px;
  width: 50%;
  font-weight: lighter;
  box-shadow: inset 0 8px 10px -10px rgba(0, 0, 0, 0.37);
}

/* line 11, app/assets/stylesheets/forms.scss */
.address-section .nested-fields {
  padding: 15px;
  margin-bottom: 10px;
}

/* line 16, app/assets/stylesheets/forms.scss */
.address-section .address-logo {
  width: 100px;
}

/* line 20, app/assets/stylesheets/forms.scss */
input.boolean {
  margin-right: 10px;
}

/* line 24, app/assets/stylesheets/forms.scss */
input.bootsy {
  height: 120px;
}

/* line 28, app/assets/stylesheets/forms.scss */
::-webkit-input-placeholder {
  font-style: italic;
}

/* line 32, app/assets/stylesheets/forms.scss */
span.notice {
  font-size: 18px;
  font-weight: lighter;
}

/* line 37, app/assets/stylesheets/forms.scss */
.input:not(.file) {
  margin-bottom: 40px;
}

/* line 41, app/assets/stylesheets/forms.scss */
.input.file {
  margin: 20px 0;
}

/* line 45, app/assets/stylesheets/forms.scss */
label {
  font-weight: bold;
  display: block;
  width: auto;
  max-width: inherit !important;
}

/* line 51, app/assets/stylesheets/forms.scss */
label.no-hint {
  margin-bottom: 15px;
}

/* line 55, app/assets/stylesheets/forms.scss */
label.left-of-sc {
  float: left;
}

/* line 60, app/assets/stylesheets/forms.scss */
p.field-hint {
  color: #999;
  font-style: italic;
  margin-top: 5px;
}

/* line 65, app/assets/stylesheets/forms.scss */
p.field-hint.left-of-sc {
  float: left;
  clear: left;
}

/* line 71, app/assets/stylesheets/forms.scss */
.input.text {
  width: 100%;
}

/* line 75, app/assets/stylesheets/forms.scss */
textarea {
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  border: 5px solid #376486;
  min-height: 150px;
  outline: 0;
}

/* line 83, app/assets/stylesheets/forms.scss */
textarea:focus {
  border-color: #467faa;
}

/* line 89, app/assets/stylesheets/forms.scss */
.inline-form .input {
  margin-bottom: 0;
  display: inline-block;
  margin: 0px;
}

/* line 95, app/assets/stylesheets/forms.scss */
.inline-form label.inline {
  display: inline;
  margin-right: 5px;
}

/* line 101, app/assets/stylesheets/forms.scss */
div.inline {
  margin: 0px;
}

/* line 106, app/assets/stylesheets/forms.scss */
#steps .instruction_time_ranges_steps_note {
  width: 100%;
}

/* line 110, app/assets/stylesheets/forms.scss */
#steps .nested-fields {
  margin-top: 25px;
}

/* line 114, app/assets/stylesheets/forms.scss */
#steps a.remove_fields {
  display: block;
  margin-top: 25px;
}

/* line 119, app/assets/stylesheets/forms.scss */
#steps #links {
  margin-top: 25px;
}

/* line 123, app/assets/stylesheets/forms.scss */
#steps input[type=number] {
  min-width: 80px;
  width: 80px;
}

/* line 129, app/assets/stylesheets/forms.scss */
button.btn, a.btn, input[type=submit] {
  background-color: #376486;
  display: inline-block;
  border-radius: 4px;
  padding: 5px 15px;
  color: white;
  border: 0;
  outline: none;
}

/* line 138, app/assets/stylesheets/forms.scss */
button.btn:hover, a.btn:hover, input[type=submit]:hover {
  color: white !important;
  text-decoration: underline;
}

/* line 144, app/assets/stylesheets/forms.scss */
a.btn--grey {
  background-color: #bbb;
}

/* line 148, app/assets/stylesheets/forms.scss */
input[type=submit], a.btn--light {
  background-color: #6498bf;
}

/* line 151, app/assets/stylesheets/forms.scss */
input[type=submit]:hover, a.btn--light:hover {
  background-color: #76a4c7;
}

/* line 157, app/assets/stylesheets/forms.scss */
.field_with_errors input, .field_with_errors textarea {
  border-color: #85081A !important;
}

/* line 162, app/assets/stylesheets/forms.scss */
.clinic_password {
  margin-bottom: 15px;
}

/* line 167, app/assets/stylesheets/forms.scss */
.paginated-form input[type=submit] {
  float: right;
}

/* line 173, app/assets/stylesheets/forms.scss */
#new_clinic input[type=submit] {
  font-size: 20px;
  padding: 8px 20px;
}

/* line 179, app/assets/stylesheets/forms.scss */
input.string, input.password {
  padding: 10px;
  min-width: 250px;
}

/* line 185, app/assets/stylesheets/forms.scss */
.paginated-form {
  position: relative;
}

/* line 186, app/assets/stylesheets/forms.scss */
.paginated-form li {
  list-style: none;
}

/* line 187, app/assets/stylesheets/forms.scss */
.paginated-form ul li {
  float: left;
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/forms.scss */
.paginated-form ul {
  padding: 0;
  margin: 0;
}

/* line 190, app/assets/stylesheets/forms.scss */
span.error {
  color: red;
  margin-left: 10px;
}

/* line 195, app/assets/stylesheets/forms.scss */
span.success {
  color: #5cb85c;
  margin-left: 10px;
}

/* line 200, app/assets/stylesheets/forms.scss */
span.hint {
  margin-left: 10px;
}

/* line 204, app/assets/stylesheets/forms.scss */
.instruction_preparation > .selectize-control {
  width: 180px;
}

/* line 208, app/assets/stylesheets/forms.scss */
.prescription-choice .instruction_preparation > .selectize-control {
  width: 300px;
}

/* line 212, app/assets/stylesheets/forms.scss */
.instruction_time_ranges_steps_quantity > .selectize-control {
  width: 65px;
}

/* line 216, app/assets/stylesheets/forms.scss */
.instruction_time_ranges_steps_format > .selectize-control {
  width: 100px;
}

/* line 220, app/assets/stylesheets/forms.scss */
select#main_language ~ div.selectize-control {
  width: 120px;
}

/* line 224, app/assets/stylesheets/forms.scss */
select#exam_address ~ div.selectize-control {
  width: 250px;
}

/* line 228, app/assets/stylesheets/forms.scss */
select#exam_physician ~ div.selectize-control {
  width: 250px;
}

/* line 232, app/assets/stylesheets/forms.scss */
select[name="language"] ~ div.selectize-control {
  width: 120px;
}

/* line 236, app/assets/stylesheets/forms.scss */
select#instruction_id ~ div.selectize-control {
  width: 300px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

/* line 243, app/assets/stylesheets/forms.scss */
.valign-top input[type="submit"] {
  vertical-align: top;
}

/* line 247, app/assets/stylesheets/forms.scss */
.bilingual {
  clear: both;
  margin-top: 40px;
}

/* line 252, app/assets/stylesheets/forms.scss */
.bilingual .fr, .ar, .zh, .de, .el, .hi, .hu, .it, .ja, .pl, .pt, .pa, .ru, .sr, .es, .ta, .ur, .vi {
  display: none;
}

/* line 256, app/assets/stylesheets/forms.scss */
.wysihtml5-sandbox {
  height: 130px !important;
}

/* line 261, app/assets/stylesheets/forms.scss */
.segmented-control {
  display: table;
  padding: 0;
  margin: 20px 15px 0 0 !important;
}

/* line 267, app/assets/stylesheets/forms.scss */
.segmented-control.lang {
  display: table;
  padding: 0;
  margin: 21px 20px 0 0 !important;
}

/* line 272, app/assets/stylesheets/forms.scss */
.segmented-control.lang .segmented-control__label {
  padding: .1em 1em;
}

/* line 276, app/assets/stylesheets/forms.scss */
.segmented-control.lang.no-hint {
  margin-top: 11px !important;
}

/* line 281, app/assets/stylesheets/forms.scss */
.segmented-control__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 287, app/assets/stylesheets/forms.scss */
.segmented-control__input {
  position: absolute;
  visibility: hidden;
}

/* line 292, app/assets/stylesheets/forms.scss */
.segmented-control__label {
  display: block;
  padding: 5px;
  border: 1px solid #376486;
  color: #888;
  font: small sans-serif;
  text-align: center;
  cursor: pointer;
}

/* line 303, app/assets/stylesheets/forms.scss */
.segmented-control__label.left {
  border-radius: 15px 0px 0px 15px;
}

/* line 307, app/assets/stylesheets/forms.scss */
.segmented-control__label.right {
  border-radius: 0px 15px 15px 0px;
}

/* line 312, app/assets/stylesheets/forms.scss */
.segmented-control__label:hover {
  background: #fafafa;
}

/* line 316, app/assets/stylesheets/forms.scss */
.segmented-control__item.checked > .segmented-control__label {
  background: #376486;
  color: white;
}

/* line 321, app/assets/stylesheets/forms.scss */
.nested-fields .segmented-control.lang {
  margin: 0 20px 0 0 !important;
}

/* line 325, app/assets/stylesheets/forms.scss */
.address-section {
  margin-bottom: 25px;
}

/* line 329, app/assets/stylesheets/forms.scss */
div#links {
  margin-bottom: 25px;
}

/* line 333, app/assets/stylesheets/forms.scss */
.hidden {
  display: none;
}

/* line 337, app/assets/stylesheets/forms.scss */
input[name*="time_select"] {
  display: inline;
}

/* line 341, app/assets/stylesheets/forms.scss */
label[for*="time_select"] {
  display: inline;
  font-weight: normal;
  margin-right: 5px;
  font-size: small;
}

/* line 348, app/assets/stylesheets/forms.scss */
.text-right {
  text-align: right;
}

/* line 352, app/assets/stylesheets/forms.scss */
.filter-checkbox .checkbox {
  margin-left: 40px;
}

/* line 1, app/assets/stylesheets/global.scss */
* {
  font-weight: lighter;
  font-smoothing: antialiased;
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/global.scss */
p,
ul {
  line-height: 1.4;
}

/* line 12, app/assets/stylesheets/global.scss */
body {
  color: #222;
  font-family: 'Roboto', sans-serif;
}

/* line 17, app/assets/stylesheets/global.scss */
a {
  color: #376486;
  text-decoration: none;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/global.scss */
a:hover {
  text-decoration: underline;
  color: inherit !important;
}

/* line 27, app/assets/stylesheets/global.scss */
header {
  background-color: #376486;
  color: white;
  padding-top: 25px;
}

/* line 31, app/assets/stylesheets/global.scss */
header img {
  height: 40px;
}

/* line 34, app/assets/stylesheets/global.scss */
header a {
  color: white;
}

/* line 37, app/assets/stylesheets/global.scss */
header h1 {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 40px 0 0 0;
  padding: 5px 0;
}

/* line 46, app/assets/stylesheets/global.scss */
header .exam-info {
  position: absolute;
  right: 0;
  bottom: 5px;
}

/* line 50, app/assets/stylesheets/global.scss */
header .exam-info span {
  margin-left: 40px;
}

@media print {
  /* line 27, app/assets/stylesheets/global.scss */
  header {
    display: none;
  }
}

/* line 59, app/assets/stylesheets/global.scss */
header.clinic {
  margin-bottom: 50px;
}

/* line 61, app/assets/stylesheets/global.scss */
header.clinic nav {
  margin-top: 11px;
}

/* line 63, app/assets/stylesheets/global.scss */
header.clinic nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 67, app/assets/stylesheets/global.scss */
header.clinic nav ul li {
  background-color: #192e3e;
  margin: 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  padding: 5px 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}

/* line 76, app/assets/stylesheets/global.scss */
header.clinic nav ul li.active {
  background-color: white;
}

/* line 78, app/assets/stylesheets/global.scss */
header.clinic nav ul li.active a {
  color: #222;
}

/* line 80, app/assets/stylesheets/global.scss */
header.clinic nav ul li.active a:hover {
  text-decoration: underline;
  color: #222 !important;
}

/* line 92, app/assets/stylesheets/global.scss */
header.patient div.header-exam-time {
  margin-top: 20px;
}

/* line 95, app/assets/stylesheets/global.scss */
header.patient div.header-clinic-address {
  margin-top: 20px;
}

/* line 100, app/assets/stylesheets/global.scss */
nav.patient {
  margin-bottom: 50px;
  background-color: #82e0fb;
}

/* line 103, app/assets/stylesheets/global.scss */
nav.patient a {
  color: white;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
}

/* line 112, app/assets/stylesheets/global.scss */
nav.patient a.active {
  background-color: #51d4f9;
}

@media (min-width: 992px) {
  /* line 103, app/assets/stylesheets/global.scss */
  nav.patient a {
    font-size: 18px;
    font-weight: lighter;
  }
}

@media print {
  /* line 100, app/assets/stylesheets/global.scss */
  nav.patient {
    display: none;
  }
}

/* line 125, app/assets/stylesheets/global.scss */
.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 130, app/assets/stylesheets/global.scss */
.video {
  width: 100%;
  height: 500px;
}

/* line 135, app/assets/stylesheets/global.scss */
.text-center {
  text-align: center;
}

@media print {
  /* line 139, app/assets/stylesheets/global.scss */
  h1 {
    font-size: 18px;
  }
}

/* line 145, app/assets/stylesheets/global.scss */
h2 {
  color: #192e3e;
  font-weight: bold;
}

@media print {
  /* line 145, app/assets/stylesheets/global.scss */
  h2 {
    font-size: 14px;
  }
}

/* line 153, app/assets/stylesheets/global.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 30px 0;
  padding: 0;
}

/* line 162, app/assets/stylesheets/global.scss */
footer {
  text-align: center;
  clear: both;
  color: #999;
  font-size: 12px;
  margin-top: 20px;
  padding-bottom: 20px;
}

/* line 169, app/assets/stylesheets/global.scss */
footer .links {
  font-weight: bold;
}

@media print {
  /* line 162, app/assets/stylesheets/global.scss */
  footer {
    display: none;
  }
}

/* line 177, app/assets/stylesheets/global.scss */
.next-arrow {
  display: block;
  margin-top: 20px;
  font-size: 30px;
  background: none;
  outline: none;
  border: none;
  color: #376486;
  display: inline-block;
}

/* line 186, app/assets/stylesheets/global.scss */
.next-arrow:hover {
  text-decoration: none;
}

/* line 189, app/assets/stylesheets/global.scss */
.next-arrow:after {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #6498bf;
  border-radius: 25px;
  content: ">";
  font-size: 40px;
  color: white;
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
}

/* line 204, app/assets/stylesheets/global.scss */
p.notice {
  border: 1px solid #dddd99;
  background-color: #FFFF99;
  padding: 20px;
}

/* line 210, app/assets/stylesheets/global.scss */
.show-for-print {
  display: none;
}

@media print {
  /* line 210, app/assets/stylesheets/global.scss */
  .show-for-print {
    display: inherit;
  }
}

/* line 217, app/assets/stylesheets/global.scss */
#tabs_container {
  box-sizing: content-box;
}

/* line 221, app/assets/stylesheets/global.scss */
.tabs {
  list-style-type: none;
  margin-top: 25px;
}

/* line 226, app/assets/stylesheets/global.scss */
#video {
  width: 100%;
  height: 529px;
}

/* line 232, app/assets/stylesheets/global.scss */
ol li {
  margin-bottom: 5px;
  line-height: 1.3;
}

/* line 238, app/assets/stylesheets/global.scss */
.print-page-break {
  page-break-before: always;
}

/* line 242, app/assets/stylesheets/global.scss */
.fright {
  float: right;
}

/* line 246, app/assets/stylesheets/global.scss */
.fleft {
  float: left;
}

/* line 250, app/assets/stylesheets/global.scss */
.top-0 {
  margin-top: 0px;
}

/* line 254, app/assets/stylesheets/global.scss */
.top-10 {
  margin-top: 10px;
}

/* line 258, app/assets/stylesheets/global.scss */
.top-40 {
  margin-top: 40px;
}

/* line 262, app/assets/stylesheets/global.scss */
.left-0 {
  padding-left: 0px;
}

/* line 266, app/assets/stylesheets/global.scss */
.google-map-static {
  display: block;
  margin: 50px auto;
}

/* line 271, app/assets/stylesheets/global.scss */
.google-map {
  border: none;
}

/* line 275, app/assets/stylesheets/global.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 279, app/assets/stylesheets/global.scss */
.app-coming-soon {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 284, app/assets/stylesheets/global.scss */
.address {
  float: left;
  margin-left: 20px;
}

/* line 289, app/assets/stylesheets/global.scss */
.overflow {
  overflow: auto;
}

/* line 293, app/assets/stylesheets/global.scss */
.non-responsive {
  width: 1170px;
}

/*!
 *  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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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, ../../.rvm/gems/ruby-3.1.7@icoloprep/gems/font-awesome-rails-4.7.0.9/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;
}

/*!
 * Material Design for Bootstrap 4
 *   Version: MDB FREE 4.11.0
 *
 *
 *   Copyright: Material Design for Bootstrap
 *   https://mdbootstrap.com/
 *
 *   Read the license: https://mdbootstrap.com/general/license/
 *
 *
 *   Documentation: https://mdbootstrap.com/
 *
 *   Getting started: https://mdbootstrap.com/docs/jquery/getting-started/download/
 *
 *   Tutorials: https://mdbootstrap.com/education/bootstrap/
 *
 *   Templates: https://mdbootstrap.com/templates/
 *
 *   Support: https://mdbootstrap.com/support/
 *
 *   Contact: office@mdbootstrap.com
 *
 *   Attribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js
 */
/* line 28, vendor/assets/stylesheets/mdb.css */
.mdb-color.lighten-5 {
  background-color: #d0d6e2 !important;
}

/* line 32, vendor/assets/stylesheets/mdb.css */
.mdb-color.lighten-4 {
  background-color: #b1bace !important;
}

/* line 36, vendor/assets/stylesheets/mdb.css */
.mdb-color.lighten-3 {
  background-color: #929fba !important;
}

/* line 40, vendor/assets/stylesheets/mdb.css */
.mdb-color.lighten-2 {
  background-color: #7283a7 !important;
}

/* line 44, vendor/assets/stylesheets/mdb.css */
.mdb-color.lighten-1 {
  background-color: #59698d !important;
}

/* line 48, vendor/assets/stylesheets/mdb.css */
.mdb-color {
  background-color: #45526e !important;
}

/* line 52, vendor/assets/stylesheets/mdb.css */
.mdb-color-text {
  color: #45526e !important;
}

/* line 56, vendor/assets/stylesheets/mdb.css */
.rgba-mdb-color-slight,
.rgba-mdb-color-slight:after {
  background-color: rgba(69, 82, 110, 0.1);
}

/* line 61, vendor/assets/stylesheets/mdb.css */
.rgba-mdb-color-light,
.rgba-mdb-color-light:after {
  background-color: rgba(69, 82, 110, 0.3);
}

/* line 66, vendor/assets/stylesheets/mdb.css */
.rgba-mdb-color-strong,
.rgba-mdb-color-strong:after {
  background-color: rgba(69, 82, 110, 0.7);
}

/* line 71, vendor/assets/stylesheets/mdb.css */
.mdb-color.darken-1 {
  background-color: #3b465e !important;
}

/* line 75, vendor/assets/stylesheets/mdb.css */
.mdb-color.darken-2 {
  background-color: #2e3951 !important;
}

/* line 79, vendor/assets/stylesheets/mdb.css */
.mdb-color.darken-3 {
  background-color: #1c2a48 !important;
}

/* line 83, vendor/assets/stylesheets/mdb.css */
.mdb-color.darken-4 {
  background-color: #1c2331 !important;
}

/* line 87, vendor/assets/stylesheets/mdb.css */
.red.lighten-5 {
  background-color: #ffebee !important;
}

/* line 91, vendor/assets/stylesheets/mdb.css */
.red.lighten-4 {
  background-color: #ffcdd2 !important;
}

/* line 95, vendor/assets/stylesheets/mdb.css */
.red.lighten-3 {
  background-color: #ef9a9a !important;
}

/* line 99, vendor/assets/stylesheets/mdb.css */
.red.lighten-2 {
  background-color: #e57373 !important;
}

/* line 103, vendor/assets/stylesheets/mdb.css */
.red.lighten-1 {
  background-color: #ef5350 !important;
}

/* line 107, vendor/assets/stylesheets/mdb.css */
.red {
  background-color: #f44336 !important;
}

/* line 111, vendor/assets/stylesheets/mdb.css */
.red-text {
  color: #f44336 !important;
}

/* line 115, vendor/assets/stylesheets/mdb.css */
.rgba-red-slight,
.rgba-red-slight:after {
  background-color: rgba(244, 67, 54, 0.1);
}

/* line 120, vendor/assets/stylesheets/mdb.css */
.rgba-red-light,
.rgba-red-light:after {
  background-color: rgba(244, 67, 54, 0.3);
}

/* line 125, vendor/assets/stylesheets/mdb.css */
.rgba-red-strong,
.rgba-red-strong:after {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 130, vendor/assets/stylesheets/mdb.css */
.red.darken-1 {
  background-color: #e53935 !important;
}

/* line 134, vendor/assets/stylesheets/mdb.css */
.red.darken-2 {
  background-color: #d32f2f !important;
}

/* line 138, vendor/assets/stylesheets/mdb.css */
.red.darken-3 {
  background-color: #c62828 !important;
}

/* line 142, vendor/assets/stylesheets/mdb.css */
.red.darken-4 {
  background-color: #b71c1c !important;
}

/* line 146, vendor/assets/stylesheets/mdb.css */
.red.accent-1 {
  background-color: #ff8a80 !important;
}

/* line 150, vendor/assets/stylesheets/mdb.css */
.red.accent-2 {
  background-color: #ff5252 !important;
}

/* line 154, vendor/assets/stylesheets/mdb.css */
.red.accent-3 {
  background-color: #ff1744 !important;
}

/* line 158, vendor/assets/stylesheets/mdb.css */
.red.accent-4 {
  background-color: #d50000 !important;
}

/* line 162, vendor/assets/stylesheets/mdb.css */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 166, vendor/assets/stylesheets/mdb.css */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 170, vendor/assets/stylesheets/mdb.css */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 174, vendor/assets/stylesheets/mdb.css */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 178, vendor/assets/stylesheets/mdb.css */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 182, vendor/assets/stylesheets/mdb.css */
.pink {
  background-color: #e91e63 !important;
}

/* line 186, vendor/assets/stylesheets/mdb.css */
.pink-text {
  color: #e91e63 !important;
}

/* line 190, vendor/assets/stylesheets/mdb.css */
.rgba-pink-slight,
.rgba-pink-slight:after {
  background-color: rgba(233, 30, 99, 0.1);
}

/* line 195, vendor/assets/stylesheets/mdb.css */
.rgba-pink-light,
.rgba-pink-light:after {
  background-color: rgba(233, 30, 99, 0.3);
}

/* line 200, vendor/assets/stylesheets/mdb.css */
.rgba-pink-strong,
.rgba-pink-strong:after {
  background-color: rgba(233, 30, 99, 0.7);
}

/* line 205, vendor/assets/stylesheets/mdb.css */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 209, vendor/assets/stylesheets/mdb.css */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 213, vendor/assets/stylesheets/mdb.css */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 217, vendor/assets/stylesheets/mdb.css */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 221, vendor/assets/stylesheets/mdb.css */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 225, vendor/assets/stylesheets/mdb.css */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 229, vendor/assets/stylesheets/mdb.css */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 233, vendor/assets/stylesheets/mdb.css */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 237, vendor/assets/stylesheets/mdb.css */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 241, vendor/assets/stylesheets/mdb.css */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 245, vendor/assets/stylesheets/mdb.css */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 249, vendor/assets/stylesheets/mdb.css */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 253, vendor/assets/stylesheets/mdb.css */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 257, vendor/assets/stylesheets/mdb.css */
.purple {
  background-color: #9c27b0 !important;
}

/* line 261, vendor/assets/stylesheets/mdb.css */
.purple-text {
  color: #9c27b0 !important;
}

/* line 265, vendor/assets/stylesheets/mdb.css */
.rgba-purple-slight,
.rgba-purple-slight:after {
  background-color: rgba(156, 39, 176, 0.1);
}

/* line 270, vendor/assets/stylesheets/mdb.css */
.rgba-purple-light,
.rgba-purple-light:after {
  background-color: rgba(156, 39, 176, 0.3);
}

/* line 275, vendor/assets/stylesheets/mdb.css */
.rgba-purple-strong,
.rgba-purple-strong:after {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 280, vendor/assets/stylesheets/mdb.css */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 284, vendor/assets/stylesheets/mdb.css */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 288, vendor/assets/stylesheets/mdb.css */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 292, vendor/assets/stylesheets/mdb.css */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 296, vendor/assets/stylesheets/mdb.css */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 300, vendor/assets/stylesheets/mdb.css */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 304, vendor/assets/stylesheets/mdb.css */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 308, vendor/assets/stylesheets/mdb.css */
.purple.accent-4 {
  background-color: #a0f !important;
}

/* line 312, vendor/assets/stylesheets/mdb.css */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 316, vendor/assets/stylesheets/mdb.css */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 320, vendor/assets/stylesheets/mdb.css */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 324, vendor/assets/stylesheets/mdb.css */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 328, vendor/assets/stylesheets/mdb.css */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 332, vendor/assets/stylesheets/mdb.css */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 336, vendor/assets/stylesheets/mdb.css */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 340, vendor/assets/stylesheets/mdb.css */
.rgba-deep-purple-slight,
.rgba-deep-purple-slight:after {
  background-color: rgba(103, 58, 183, 0.1);
}

/* line 345, vendor/assets/stylesheets/mdb.css */
.rgba-deep-purple-light,
.rgba-deep-purple-light:after {
  background-color: rgba(103, 58, 183, 0.3);
}

/* line 350, vendor/assets/stylesheets/mdb.css */
.rgba-deep-purple-strong,
.rgba-deep-purple-strong:after {
  background-color: rgba(103, 58, 183, 0.7);
}

/* line 355, vendor/assets/stylesheets/mdb.css */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 359, vendor/assets/stylesheets/mdb.css */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 363, vendor/assets/stylesheets/mdb.css */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 367, vendor/assets/stylesheets/mdb.css */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 371, vendor/assets/stylesheets/mdb.css */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 375, vendor/assets/stylesheets/mdb.css */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 379, vendor/assets/stylesheets/mdb.css */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 383, vendor/assets/stylesheets/mdb.css */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 387, vendor/assets/stylesheets/mdb.css */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 391, vendor/assets/stylesheets/mdb.css */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 395, vendor/assets/stylesheets/mdb.css */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 399, vendor/assets/stylesheets/mdb.css */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 403, vendor/assets/stylesheets/mdb.css */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 407, vendor/assets/stylesheets/mdb.css */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 411, vendor/assets/stylesheets/mdb.css */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 415, vendor/assets/stylesheets/mdb.css */
.rgba-indigo-slight,
.rgba-indigo-slight:after {
  background-color: rgba(63, 81, 181, 0.1);
}

/* line 420, vendor/assets/stylesheets/mdb.css */
.rgba-indigo-light,
.rgba-indigo-light:after {
  background-color: rgba(63, 81, 181, 0.3);
}

/* line 425, vendor/assets/stylesheets/mdb.css */
.rgba-indigo-strong,
.rgba-indigo-strong:after {
  background-color: rgba(63, 81, 181, 0.7);
}

/* line 430, vendor/assets/stylesheets/mdb.css */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 434, vendor/assets/stylesheets/mdb.css */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 438, vendor/assets/stylesheets/mdb.css */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 442, vendor/assets/stylesheets/mdb.css */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 446, vendor/assets/stylesheets/mdb.css */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 450, vendor/assets/stylesheets/mdb.css */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 454, vendor/assets/stylesheets/mdb.css */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 458, vendor/assets/stylesheets/mdb.css */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 462, vendor/assets/stylesheets/mdb.css */
.blue.lighten-5 {
  background-color: #e3f2fd !important;
}

/* line 466, vendor/assets/stylesheets/mdb.css */
.blue.lighten-4 {
  background-color: #bbdefb !important;
}

/* line 470, vendor/assets/stylesheets/mdb.css */
.blue.lighten-3 {
  background-color: #90caf9 !important;
}

/* line 474, vendor/assets/stylesheets/mdb.css */
.blue.lighten-2 {
  background-color: #64b5f6 !important;
}

/* line 478, vendor/assets/stylesheets/mdb.css */
.blue.lighten-1 {
  background-color: #42a5f5 !important;
}

/* line 482, vendor/assets/stylesheets/mdb.css */
.blue {
  background-color: #2196f3 !important;
}

/* line 486, vendor/assets/stylesheets/mdb.css */
.blue-text {
  color: #2196f3 !important;
}

/* line 490, vendor/assets/stylesheets/mdb.css */
.rgba-blue-slight,
.rgba-blue-slight:after {
  background-color: rgba(33, 150, 243, 0.1);
}

/* line 495, vendor/assets/stylesheets/mdb.css */
.rgba-blue-light,
.rgba-blue-light:after {
  background-color: rgba(33, 150, 243, 0.3);
}

/* line 500, vendor/assets/stylesheets/mdb.css */
.rgba-blue-strong,
.rgba-blue-strong:after {
  background-color: rgba(33, 150, 243, 0.7);
}

/* line 505, vendor/assets/stylesheets/mdb.css */
.blue.darken-1 {
  background-color: #1e88e5 !important;
}

/* line 509, vendor/assets/stylesheets/mdb.css */
.blue.darken-2 {
  background-color: #1976d2 !important;
}

/* line 513, vendor/assets/stylesheets/mdb.css */
.blue.darken-3 {
  background-color: #1565c0 !important;
}

/* line 517, vendor/assets/stylesheets/mdb.css */
.blue.darken-4 {
  background-color: #0d47a1 !important;
}

/* line 521, vendor/assets/stylesheets/mdb.css */
.blue.accent-1 {
  background-color: #82b1ff !important;
}

/* line 525, vendor/assets/stylesheets/mdb.css */
.blue.accent-2 {
  background-color: #448aff !important;
}

/* line 529, vendor/assets/stylesheets/mdb.css */
.blue.accent-3 {
  background-color: #2979ff !important;
}

/* line 533, vendor/assets/stylesheets/mdb.css */
.blue.accent-4 {
  background-color: #2962ff !important;
}

/* line 537, vendor/assets/stylesheets/mdb.css */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 541, vendor/assets/stylesheets/mdb.css */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 545, vendor/assets/stylesheets/mdb.css */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 549, vendor/assets/stylesheets/mdb.css */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 553, vendor/assets/stylesheets/mdb.css */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 557, vendor/assets/stylesheets/mdb.css */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 561, vendor/assets/stylesheets/mdb.css */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 565, vendor/assets/stylesheets/mdb.css */
.rgba-light-blue-slight,
.rgba-light-blue-slight:after {
  background-color: rgba(3, 169, 244, 0.1);
}

/* line 570, vendor/assets/stylesheets/mdb.css */
.rgba-light-blue-light,
.rgba-light-blue-light:after {
  background-color: rgba(3, 169, 244, 0.3);
}

/* line 575, vendor/assets/stylesheets/mdb.css */
.rgba-light-blue-strong,
.rgba-light-blue-strong:after {
  background-color: rgba(3, 169, 244, 0.7);
}

/* line 580, vendor/assets/stylesheets/mdb.css */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 584, vendor/assets/stylesheets/mdb.css */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 588, vendor/assets/stylesheets/mdb.css */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 592, vendor/assets/stylesheets/mdb.css */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 596, vendor/assets/stylesheets/mdb.css */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 600, vendor/assets/stylesheets/mdb.css */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 604, vendor/assets/stylesheets/mdb.css */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 608, vendor/assets/stylesheets/mdb.css */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 612, vendor/assets/stylesheets/mdb.css */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 616, vendor/assets/stylesheets/mdb.css */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 620, vendor/assets/stylesheets/mdb.css */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 624, vendor/assets/stylesheets/mdb.css */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 628, vendor/assets/stylesheets/mdb.css */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 632, vendor/assets/stylesheets/mdb.css */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 636, vendor/assets/stylesheets/mdb.css */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 640, vendor/assets/stylesheets/mdb.css */
.rgba-cyan-slight,
.rgba-cyan-slight:after {
  background-color: rgba(0, 188, 212, 0.1);
}

/* line 645, vendor/assets/stylesheets/mdb.css */
.rgba-cyan-light,
.rgba-cyan-light:after {
  background-color: rgba(0, 188, 212, 0.3);
}

/* line 650, vendor/assets/stylesheets/mdb.css */
.rgba-cyan-strong,
.rgba-cyan-strong:after {
  background-color: rgba(0, 188, 212, 0.7);
}

/* line 655, vendor/assets/stylesheets/mdb.css */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 659, vendor/assets/stylesheets/mdb.css */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 663, vendor/assets/stylesheets/mdb.css */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 667, vendor/assets/stylesheets/mdb.css */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 671, vendor/assets/stylesheets/mdb.css */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 675, vendor/assets/stylesheets/mdb.css */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 679, vendor/assets/stylesheets/mdb.css */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 683, vendor/assets/stylesheets/mdb.css */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 687, vendor/assets/stylesheets/mdb.css */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 691, vendor/assets/stylesheets/mdb.css */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 695, vendor/assets/stylesheets/mdb.css */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 699, vendor/assets/stylesheets/mdb.css */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 703, vendor/assets/stylesheets/mdb.css */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 707, vendor/assets/stylesheets/mdb.css */
.teal {
  background-color: #009688 !important;
}

/* line 711, vendor/assets/stylesheets/mdb.css */
.teal-text {
  color: #009688 !important;
}

/* line 715, vendor/assets/stylesheets/mdb.css */
.rgba-teal-slight,
.rgba-teal-slight:after {
  background-color: rgba(0, 150, 136, 0.1);
}

/* line 720, vendor/assets/stylesheets/mdb.css */
.rgba-teal-light,
.rgba-teal-light:after {
  background-color: rgba(0, 150, 136, 0.3);
}

/* line 725, vendor/assets/stylesheets/mdb.css */
.rgba-teal-strong,
.rgba-teal-strong:after {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 730, vendor/assets/stylesheets/mdb.css */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 734, vendor/assets/stylesheets/mdb.css */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 738, vendor/assets/stylesheets/mdb.css */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 742, vendor/assets/stylesheets/mdb.css */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 746, vendor/assets/stylesheets/mdb.css */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 750, vendor/assets/stylesheets/mdb.css */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 754, vendor/assets/stylesheets/mdb.css */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 758, vendor/assets/stylesheets/mdb.css */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 762, vendor/assets/stylesheets/mdb.css */
.green.lighten-5 {
  background-color: #e8f5e9 !important;
}

/* line 766, vendor/assets/stylesheets/mdb.css */
.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

/* line 770, vendor/assets/stylesheets/mdb.css */
.green.lighten-3 {
  background-color: #a5d6a7 !important;
}

/* line 774, vendor/assets/stylesheets/mdb.css */
.green.lighten-2 {
  background-color: #81c784 !important;
}

/* line 778, vendor/assets/stylesheets/mdb.css */
.green.lighten-1 {
  background-color: #66bb6a !important;
}

/* line 782, vendor/assets/stylesheets/mdb.css */
.green {
  background-color: #4caf50 !important;
}

/* line 786, vendor/assets/stylesheets/mdb.css */
.green-text {
  color: #4caf50 !important;
}

/* line 790, vendor/assets/stylesheets/mdb.css */
.rgba-green-slight,
.rgba-green-slight:after {
  background-color: rgba(76, 175, 80, 0.1);
}

/* line 795, vendor/assets/stylesheets/mdb.css */
.rgba-green-light,
.rgba-green-light:after {
  background-color: rgba(76, 175, 80, 0.3);
}

/* line 800, vendor/assets/stylesheets/mdb.css */
.rgba-green-strong,
.rgba-green-strong:after {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 805, vendor/assets/stylesheets/mdb.css */
.green.darken-1 {
  background-color: #43a047 !important;
}

/* line 809, vendor/assets/stylesheets/mdb.css */
.green.darken-2 {
  background-color: #388e3c !important;
}

/* line 813, vendor/assets/stylesheets/mdb.css */
.green.darken-3 {
  background-color: #2e7d32 !important;
}

/* line 817, vendor/assets/stylesheets/mdb.css */
.green.darken-4 {
  background-color: #1b5e20 !important;
}

/* line 821, vendor/assets/stylesheets/mdb.css */
.green.accent-1 {
  background-color: #b9f6ca !important;
}

/* line 825, vendor/assets/stylesheets/mdb.css */
.green.accent-2 {
  background-color: #69f0ae !important;
}

/* line 829, vendor/assets/stylesheets/mdb.css */
.green.accent-3 {
  background-color: #00e676 !important;
}

/* line 833, vendor/assets/stylesheets/mdb.css */
.green.accent-4 {
  background-color: #00c853 !important;
}

/* line 837, vendor/assets/stylesheets/mdb.css */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 841, vendor/assets/stylesheets/mdb.css */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 845, vendor/assets/stylesheets/mdb.css */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 849, vendor/assets/stylesheets/mdb.css */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 853, vendor/assets/stylesheets/mdb.css */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 857, vendor/assets/stylesheets/mdb.css */
.light-green {
  background-color: #8bc34a !important;
}

/* line 861, vendor/assets/stylesheets/mdb.css */
.light-green-text {
  color: #8bc34a !important;
}

/* line 865, vendor/assets/stylesheets/mdb.css */
.rgba-light-green-slight,
.rgba-light-green-slight:after {
  background-color: rgba(139, 195, 74, 0.1);
}

/* line 870, vendor/assets/stylesheets/mdb.css */
.rgba-light-green-light,
.rgba-light-green-light:after {
  background-color: rgba(139, 195, 74, 0.3);
}

/* line 875, vendor/assets/stylesheets/mdb.css */
.rgba-light-green-strong,
.rgba-light-green-strong:after {
  background-color: rgba(139, 195, 74, 0.7);
}

/* line 880, vendor/assets/stylesheets/mdb.css */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 884, vendor/assets/stylesheets/mdb.css */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 888, vendor/assets/stylesheets/mdb.css */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 892, vendor/assets/stylesheets/mdb.css */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 896, vendor/assets/stylesheets/mdb.css */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 900, vendor/assets/stylesheets/mdb.css */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 904, vendor/assets/stylesheets/mdb.css */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 908, vendor/assets/stylesheets/mdb.css */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 912, vendor/assets/stylesheets/mdb.css */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 916, vendor/assets/stylesheets/mdb.css */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 920, vendor/assets/stylesheets/mdb.css */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 924, vendor/assets/stylesheets/mdb.css */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 928, vendor/assets/stylesheets/mdb.css */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 932, vendor/assets/stylesheets/mdb.css */
.lime {
  background-color: #cddc39 !important;
}

/* line 936, vendor/assets/stylesheets/mdb.css */
.lime-text {
  color: #cddc39 !important;
}

/* line 940, vendor/assets/stylesheets/mdb.css */
.rgba-lime-slight,
.rgba-lime-slight:after {
  background-color: rgba(205, 220, 57, 0.1);
}

/* line 945, vendor/assets/stylesheets/mdb.css */
.rgba-lime-light,
.rgba-lime-light:after {
  background-color: rgba(205, 220, 57, 0.3);
}

/* line 950, vendor/assets/stylesheets/mdb.css */
.rgba-lime-strong,
.rgba-lime-strong:after {
  background-color: rgba(205, 220, 57, 0.7);
}

/* line 955, vendor/assets/stylesheets/mdb.css */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 959, vendor/assets/stylesheets/mdb.css */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 963, vendor/assets/stylesheets/mdb.css */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 967, vendor/assets/stylesheets/mdb.css */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 971, vendor/assets/stylesheets/mdb.css */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 975, vendor/assets/stylesheets/mdb.css */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 979, vendor/assets/stylesheets/mdb.css */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 983, vendor/assets/stylesheets/mdb.css */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 987, vendor/assets/stylesheets/mdb.css */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 991, vendor/assets/stylesheets/mdb.css */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 995, vendor/assets/stylesheets/mdb.css */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 999, vendor/assets/stylesheets/mdb.css */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 1003, vendor/assets/stylesheets/mdb.css */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 1007, vendor/assets/stylesheets/mdb.css */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 1011, vendor/assets/stylesheets/mdb.css */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 1015, vendor/assets/stylesheets/mdb.css */
.rgba-yellow-slight,
.rgba-yellow-slight:after {
  background-color: rgba(255, 235, 59, 0.1);
}

/* line 1020, vendor/assets/stylesheets/mdb.css */
.rgba-yellow-light,
.rgba-yellow-light:after {
  background-color: rgba(255, 235, 59, 0.3);
}

/* line 1025, vendor/assets/stylesheets/mdb.css */
.rgba-yellow-strong,
.rgba-yellow-strong:after {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 1030, vendor/assets/stylesheets/mdb.css */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 1034, vendor/assets/stylesheets/mdb.css */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 1038, vendor/assets/stylesheets/mdb.css */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 1042, vendor/assets/stylesheets/mdb.css */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 1046, vendor/assets/stylesheets/mdb.css */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 1050, vendor/assets/stylesheets/mdb.css */
.yellow.accent-2 {
  background-color: #ff0 !important;
}

/* line 1054, vendor/assets/stylesheets/mdb.css */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 1058, vendor/assets/stylesheets/mdb.css */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 1062, vendor/assets/stylesheets/mdb.css */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 1066, vendor/assets/stylesheets/mdb.css */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 1070, vendor/assets/stylesheets/mdb.css */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 1074, vendor/assets/stylesheets/mdb.css */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 1078, vendor/assets/stylesheets/mdb.css */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 1082, vendor/assets/stylesheets/mdb.css */
.amber {
  background-color: #ffc107 !important;
}

/* line 1086, vendor/assets/stylesheets/mdb.css */
.amber-text {
  color: #ffc107 !important;
}

/* line 1090, vendor/assets/stylesheets/mdb.css */
.rgba-amber-slight,
.rgba-amber-slight:after {
  background-color: rgba(255, 193, 7, 0.1);
}

/* line 1095, vendor/assets/stylesheets/mdb.css */
.rgba-amber-light,
.rgba-amber-light:after {
  background-color: rgba(255, 193, 7, 0.3);
}

/* line 1100, vendor/assets/stylesheets/mdb.css */
.rgba-amber-strong,
.rgba-amber-strong:after {
  background-color: rgba(255, 193, 7, 0.7);
}

/* line 1105, vendor/assets/stylesheets/mdb.css */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 1109, vendor/assets/stylesheets/mdb.css */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 1113, vendor/assets/stylesheets/mdb.css */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 1117, vendor/assets/stylesheets/mdb.css */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 1121, vendor/assets/stylesheets/mdb.css */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 1125, vendor/assets/stylesheets/mdb.css */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 1129, vendor/assets/stylesheets/mdb.css */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 1133, vendor/assets/stylesheets/mdb.css */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 1137, vendor/assets/stylesheets/mdb.css */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 1141, vendor/assets/stylesheets/mdb.css */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 1145, vendor/assets/stylesheets/mdb.css */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 1149, vendor/assets/stylesheets/mdb.css */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 1153, vendor/assets/stylesheets/mdb.css */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 1157, vendor/assets/stylesheets/mdb.css */
.orange {
  background-color: #ff9800 !important;
}

/* line 1161, vendor/assets/stylesheets/mdb.css */
.orange-text {
  color: #ff9800 !important;
}

/* line 1165, vendor/assets/stylesheets/mdb.css */
.rgba-orange-slight,
.rgba-orange-slight:after {
  background-color: rgba(255, 152, 0, 0.1);
}

/* line 1170, vendor/assets/stylesheets/mdb.css */
.rgba-orange-light,
.rgba-orange-light:after {
  background-color: rgba(255, 152, 0, 0.3);
}

/* line 1175, vendor/assets/stylesheets/mdb.css */
.rgba-orange-strong,
.rgba-orange-strong:after {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 1180, vendor/assets/stylesheets/mdb.css */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 1184, vendor/assets/stylesheets/mdb.css */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 1188, vendor/assets/stylesheets/mdb.css */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 1192, vendor/assets/stylesheets/mdb.css */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 1196, vendor/assets/stylesheets/mdb.css */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 1200, vendor/assets/stylesheets/mdb.css */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 1204, vendor/assets/stylesheets/mdb.css */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 1208, vendor/assets/stylesheets/mdb.css */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 1212, vendor/assets/stylesheets/mdb.css */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 1216, vendor/assets/stylesheets/mdb.css */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 1220, vendor/assets/stylesheets/mdb.css */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 1224, vendor/assets/stylesheets/mdb.css */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 1228, vendor/assets/stylesheets/mdb.css */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 1232, vendor/assets/stylesheets/mdb.css */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 1236, vendor/assets/stylesheets/mdb.css */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 1240, vendor/assets/stylesheets/mdb.css */
.rgba-deep-orange-slight,
.rgba-deep-orange-slight:after {
  background-color: rgba(255, 87, 34, 0.1);
}

/* line 1245, vendor/assets/stylesheets/mdb.css */
.rgba-deep-orange-light,
.rgba-deep-orange-light:after {
  background-color: rgba(255, 87, 34, 0.3);
}

/* line 1250, vendor/assets/stylesheets/mdb.css */
.rgba-deep-orange-strong,
.rgba-deep-orange-strong:after {
  background-color: rgba(255, 87, 34, 0.7);
}

/* line 1255, vendor/assets/stylesheets/mdb.css */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 1259, vendor/assets/stylesheets/mdb.css */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 1263, vendor/assets/stylesheets/mdb.css */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 1267, vendor/assets/stylesheets/mdb.css */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 1271, vendor/assets/stylesheets/mdb.css */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 1275, vendor/assets/stylesheets/mdb.css */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 1279, vendor/assets/stylesheets/mdb.css */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 1283, vendor/assets/stylesheets/mdb.css */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 1287, vendor/assets/stylesheets/mdb.css */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 1291, vendor/assets/stylesheets/mdb.css */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 1295, vendor/assets/stylesheets/mdb.css */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 1299, vendor/assets/stylesheets/mdb.css */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 1303, vendor/assets/stylesheets/mdb.css */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 1307, vendor/assets/stylesheets/mdb.css */
.brown {
  background-color: #795548 !important;
}

/* line 1311, vendor/assets/stylesheets/mdb.css */
.brown-text {
  color: #795548 !important;
}

/* line 1315, vendor/assets/stylesheets/mdb.css */
.rgba-brown-slight,
.rgba-brown-slight:after {
  background-color: rgba(121, 85, 72, 0.1);
}

/* line 1320, vendor/assets/stylesheets/mdb.css */
.rgba-brown-light,
.rgba-brown-light:after {
  background-color: rgba(121, 85, 72, 0.3);
}

/* line 1325, vendor/assets/stylesheets/mdb.css */
.rgba-brown-strong,
.rgba-brown-strong:after {
  background-color: rgba(121, 85, 72, 0.7);
}

/* line 1330, vendor/assets/stylesheets/mdb.css */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 1334, vendor/assets/stylesheets/mdb.css */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 1338, vendor/assets/stylesheets/mdb.css */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 1342, vendor/assets/stylesheets/mdb.css */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 1346, vendor/assets/stylesheets/mdb.css */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 1350, vendor/assets/stylesheets/mdb.css */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 1354, vendor/assets/stylesheets/mdb.css */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 1358, vendor/assets/stylesheets/mdb.css */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 1362, vendor/assets/stylesheets/mdb.css */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 1366, vendor/assets/stylesheets/mdb.css */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 1370, vendor/assets/stylesheets/mdb.css */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 1374, vendor/assets/stylesheets/mdb.css */
.rgba-blue-grey-slight,
.rgba-blue-grey-slight:after {
  background-color: rgba(96, 125, 139, 0.1);
}

/* line 1379, vendor/assets/stylesheets/mdb.css */
.rgba-blue-grey-light,
.rgba-blue-grey-light:after {
  background-color: rgba(96, 125, 139, 0.3);
}

/* line 1384, vendor/assets/stylesheets/mdb.css */
.rgba-blue-grey-strong,
.rgba-blue-grey-strong:after {
  background-color: rgba(96, 125, 139, 0.7);
}

/* line 1389, vendor/assets/stylesheets/mdb.css */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 1393, vendor/assets/stylesheets/mdb.css */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 1397, vendor/assets/stylesheets/mdb.css */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 1401, vendor/assets/stylesheets/mdb.css */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 1405, vendor/assets/stylesheets/mdb.css */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 1409, vendor/assets/stylesheets/mdb.css */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 1413, vendor/assets/stylesheets/mdb.css */
.grey.lighten-3 {
  background-color: #eee !important;
}

/* line 1417, vendor/assets/stylesheets/mdb.css */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 1421, vendor/assets/stylesheets/mdb.css */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 1425, vendor/assets/stylesheets/mdb.css */
.grey {
  background-color: #9e9e9e !important;
}

/* line 1429, vendor/assets/stylesheets/mdb.css */
.grey-text {
  color: #9e9e9e !important;
}

/* line 1433, vendor/assets/stylesheets/mdb.css */
.rgba-grey-slight,
.rgba-grey-slight:after {
  background-color: rgba(158, 158, 158, 0.1);
}

/* line 1438, vendor/assets/stylesheets/mdb.css */
.rgba-grey-light,
.rgba-grey-light:after {
  background-color: rgba(158, 158, 158, 0.3);
}

/* line 1443, vendor/assets/stylesheets/mdb.css */
.rgba-grey-strong,
.rgba-grey-strong:after {
  background-color: rgba(158, 158, 158, 0.7);
}

/* line 1448, vendor/assets/stylesheets/mdb.css */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 1452, vendor/assets/stylesheets/mdb.css */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 1456, vendor/assets/stylesheets/mdb.css */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 1460, vendor/assets/stylesheets/mdb.css */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 1464, vendor/assets/stylesheets/mdb.css */
.black {
  background-color: #000 !important;
}

/* line 1468, vendor/assets/stylesheets/mdb.css */
.black-text {
  color: #000 !important;
}

/* line 1472, vendor/assets/stylesheets/mdb.css */
.rgba-black-slight,
.rgba-black-slight:after {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1477, vendor/assets/stylesheets/mdb.css */
.rgba-black-light,
.rgba-black-light:after {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 1482, vendor/assets/stylesheets/mdb.css */
.rgba-black-strong,
.rgba-black-strong:after {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 1487, vendor/assets/stylesheets/mdb.css */
.white {
  background-color: #fff !important;
}

/* line 1491, vendor/assets/stylesheets/mdb.css */
.white-text {
  color: #fff !important;
}

/* line 1495, vendor/assets/stylesheets/mdb.css */
.rgba-white-slight,
.rgba-white-slight:after {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1500, vendor/assets/stylesheets/mdb.css */
.rgba-white-light,
.rgba-white-light:after {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1505, vendor/assets/stylesheets/mdb.css */
.rgba-white-strong,
.rgba-white-strong:after {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 1510, vendor/assets/stylesheets/mdb.css */
.rgba-stylish-slight {
  background-color: rgba(62, 69, 81, 0.1);
}

/* line 1514, vendor/assets/stylesheets/mdb.css */
.rgba-stylish-light {
  background-color: rgba(62, 69, 81, 0.3);
}

/* line 1518, vendor/assets/stylesheets/mdb.css */
.rgba-stylish-strong {
  background-color: rgba(62, 69, 81, 0.7);
}

/* line 1522, vendor/assets/stylesheets/mdb.css */
.primary-color,
ul.stepper li.active a .circle,
ul.stepper li.completed a .circle {
  background-color: #4285f4 !important;
}

/* line 1528, vendor/assets/stylesheets/mdb.css */
.primary-color-dark {
  background-color: #0d47a1 !important;
}

/* line 1532, vendor/assets/stylesheets/mdb.css */
.secondary-color {
  background-color: #a6c !important;
}

/* line 1536, vendor/assets/stylesheets/mdb.css */
.secondary-color-dark {
  background-color: #93c !important;
}

/* line 1540, vendor/assets/stylesheets/mdb.css */
.default-color {
  background-color: #2bbbad !important;
}

/* line 1544, vendor/assets/stylesheets/mdb.css */
.default-color-dark {
  background-color: #00695c !important;
}

/* line 1548, vendor/assets/stylesheets/mdb.css */
.info-color {
  background-color: #33b5e5 !important;
}

/* line 1552, vendor/assets/stylesheets/mdb.css */
.info-color-dark {
  background-color: #09c !important;
}

/* line 1556, vendor/assets/stylesheets/mdb.css */
.success-color {
  background-color: #00c851 !important;
}

/* line 1560, vendor/assets/stylesheets/mdb.css */
.success-color-dark {
  background-color: #007e33 !important;
}

/* line 1564, vendor/assets/stylesheets/mdb.css */
.warning-color {
  background-color: #fb3 !important;
}

/* line 1568, vendor/assets/stylesheets/mdb.css */
.warning-color-dark {
  background-color: #f80 !important;
}

/* line 1572, vendor/assets/stylesheets/mdb.css */
.danger-color,
ul.stepper li.warning a .circle {
  background-color: #ff3547 !important;
}

/* line 1577, vendor/assets/stylesheets/mdb.css */
.danger-color-dark {
  background-color: #c00 !important;
}

/* line 1581, vendor/assets/stylesheets/mdb.css */
.elegant-color {
  background-color: #2e2e2e !important;
}

/* line 1585, vendor/assets/stylesheets/mdb.css */
.elegant-color-dark {
  background-color: #212121 !important;
}

/* line 1589, vendor/assets/stylesheets/mdb.css */
.stylish-color {
  background-color: #4b515d !important;
}

/* line 1593, vendor/assets/stylesheets/mdb.css */
.stylish-color-dark {
  background-color: #3e4551 !important;
}

/* line 1597, vendor/assets/stylesheets/mdb.css */
.unique-color {
  background-color: #3f729b !important;
}

/* line 1601, vendor/assets/stylesheets/mdb.css */
.unique-color-dark {
  background-color: #1c2331 !important;
}

/* line 1605, vendor/assets/stylesheets/mdb.css */
.special-color {
  background-color: #37474f !important;
}

/* line 1609, vendor/assets/stylesheets/mdb.css */
.special-color-dark {
  background-color: #263238 !important;
}

/* line 1613, vendor/assets/stylesheets/mdb.css */
.purple-gradient {
  background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

/* line 1617, vendor/assets/stylesheets/mdb.css */
.peach-gradient {
  background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}

/* line 1621, vendor/assets/stylesheets/mdb.css */
.aqua-gradient {
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

/* line 1625, vendor/assets/stylesheets/mdb.css */
.blue-gradient {
  background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

/* line 1629, vendor/assets/stylesheets/mdb.css */
.purple-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 110, 196, 0.9), rgba(120, 115, 245, 0.9)) !important;
}

/* line 1633, vendor/assets/stylesheets/mdb.css */
.peach-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 216, 111, 0.9), rgba(252, 98, 98, 0.9)) !important;
}

/* line 1637, vendor/assets/stylesheets/mdb.css */
.aqua-gradient-rgba {
  background: linear-gradient(40deg, rgba(32, 150, 255, 0.9), rgba(5, 255, 163, 0.9)) !important;
}

/* line 1641, vendor/assets/stylesheets/mdb.css */
.blue-gradient-rgba {
  background: linear-gradient(40deg, rgba(69, 202, 252, 0.9), rgba(48, 63, 159, 0.9)) !important;
}

/* line 1645, vendor/assets/stylesheets/mdb.css */
.dark-grey-text {
  color: #4f4f4f !important;
}

/* line 1649, vendor/assets/stylesheets/mdb.css */
.dark-grey-text:hover,
.dark-grey-text:focus {
  color: #4f4f4f !important;
}

/* line 1654, vendor/assets/stylesheets/mdb.css */
.hoverable {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}

/* line 1661, vendor/assets/stylesheets/mdb.css */
.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}

/* line 1668, vendor/assets/stylesheets/mdb.css */
.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 1673, vendor/assets/stylesheets/mdb.css */
.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

/* line 1678, vendor/assets/stylesheets/mdb.css */
.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

/* line 1683, vendor/assets/stylesheets/mdb.css */
.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

/* line 1688, vendor/assets/stylesheets/mdb.css */
.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

/* line 1693, vendor/assets/stylesheets/mdb.css */
.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

/* line 1698, vendor/assets/stylesheets/mdb.css */
.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

/* line 1703, vendor/assets/stylesheets/mdb.css */
.disabled,
:disabled {
  pointer-events: none !important;
}

/* line 1708, vendor/assets/stylesheets/mdb.css */
a {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1716, vendor/assets/stylesheets/mdb.css */
a:hover {
  color: #0056b3;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1723, vendor/assets/stylesheets/mdb.css */
a.disabled:hover,
a:disabled:hover {
  color: #007bff;
}

/* line 1728, vendor/assets/stylesheets/mdb.css */
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 1735, vendor/assets/stylesheets/mdb.css */
.divider-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}

/* line 1753, vendor/assets/stylesheets/mdb.css */
.divider-new > h1,
.divider-new h2,
.divider-new h3,
.divider-new h4,
.divider-new h5,
.divider-new h6 {
  margin-bottom: 0;
}

/* line 1762, vendor/assets/stylesheets/mdb.css */
.divider-new:before,
.divider-new:after {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1.5px;
  height: 2px;
  content: "";
  background: #c6c6c6;
}

/* line 1773, vendor/assets/stylesheets/mdb.css */
.divider-new:before {
  margin: 0 .5rem 0 0;
}

/* line 1777, vendor/assets/stylesheets/mdb.css */
.divider-new:after {
  margin: 0 0 0 .5rem;
}

/* line 1781, vendor/assets/stylesheets/mdb.css */
.img-fluid,
.modal-dialog.cascading-modal.modal-avatar .modal-header,
.video-fluid {
  max-width: 100%;
  height: auto;
}

/* line 1788, vendor/assets/stylesheets/mdb.css */
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 1801, vendor/assets/stylesheets/mdb.css */
.flex-center p {
  margin: 0;
}

/* line 1805, vendor/assets/stylesheets/mdb.css */
.flex-center ul {
  text-align: center;
}

/* line 1809, vendor/assets/stylesheets/mdb.css */
.flex-center ul li {
  margin-bottom: 1rem;
}

/* line 1813, vendor/assets/stylesheets/mdb.css */
.flex-center ul li:last-of-type {
  margin-bottom: 0;
}

/* line 1817, vendor/assets/stylesheets/mdb.css */
.hr-light {
  border-top: 1px solid #fff;
}

/* line 1821, vendor/assets/stylesheets/mdb.css */
.hr-dark {
  border-top: 1px solid #666;
}

/* line 1825, vendor/assets/stylesheets/mdb.css */
.w-responsive {
  width: 75%;
}

@media (max-width: 740px) {
  /* line 1830, vendor/assets/stylesheets/mdb.css */
  .w-responsive {
    width: 100%;
  }
}

/* line 1835, vendor/assets/stylesheets/mdb.css */
.w-header {
  width: 3.2rem;
}

/* line 1839, vendor/assets/stylesheets/mdb.css */
.collapsible-body {
  display: none;
}

/* line 1843, vendor/assets/stylesheets/mdb.css */
.jumbotron {
  background-color: #fff;
  border-radius: .125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 1850, vendor/assets/stylesheets/mdb.css */
.bg-primary {
  background-color: #4285f4 !important;
}

/* line 1854, vendor/assets/stylesheets/mdb.css */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1266f1 !important;
}

/* line 1861, vendor/assets/stylesheets/mdb.css */
.border-primary {
  border-color: #4285f4 !important;
}

/* line 1865, vendor/assets/stylesheets/mdb.css */
.bg-danger {
  background-color: #ff3547 !important;
}

/* line 1869, vendor/assets/stylesheets/mdb.css */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0219 !important;
}

/* line 1876, vendor/assets/stylesheets/mdb.css */
.border-danger {
  border-color: #ff3547 !important;
}

/* line 1880, vendor/assets/stylesheets/mdb.css */
.bg-warning {
  background-color: #fb3 !important;
}

/* line 1884, vendor/assets/stylesheets/mdb.css */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fa0 !important;
}

/* line 1891, vendor/assets/stylesheets/mdb.css */
.border-warning {
  border-color: #fb3 !important;
}

/* line 1895, vendor/assets/stylesheets/mdb.css */
.bg-success {
  background-color: #00c851 !important;
}

/* line 1899, vendor/assets/stylesheets/mdb.css */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00953c !important;
}

/* line 1906, vendor/assets/stylesheets/mdb.css */
.border-success {
  border-color: #00c851 !important;
}

/* line 1910, vendor/assets/stylesheets/mdb.css */
.bg-info {
  background-color: #33b5e5 !important;
}

/* line 1914, vendor/assets/stylesheets/mdb.css */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1a9bcb !important;
}

/* line 1921, vendor/assets/stylesheets/mdb.css */
.border-info {
  border-color: #33b5e5 !important;
}

/* line 1925, vendor/assets/stylesheets/mdb.css */
.bg-default {
  background-color: #2bbbad !important;
}

/* line 1929, vendor/assets/stylesheets/mdb.css */
a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #219287 !important;
}

/* line 1936, vendor/assets/stylesheets/mdb.css */
.border-default {
  border-color: #2bbbad !important;
}

/* line 1940, vendor/assets/stylesheets/mdb.css */
.bg-secondary {
  background-color: #a6c !important;
}

/* line 1944, vendor/assets/stylesheets/mdb.css */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #9540bf !important;
}

/* line 1951, vendor/assets/stylesheets/mdb.css */
.border-secondary {
  border-color: #a6c !important;
}

/* line 1955, vendor/assets/stylesheets/mdb.css */
.bg-dark {
  background-color: #212121 !important;
}

/* line 1959, vendor/assets/stylesheets/mdb.css */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #080808 !important;
}

/* line 1966, vendor/assets/stylesheets/mdb.css */
.border-dark {
  border-color: #212121 !important;
}

/* line 1970, vendor/assets/stylesheets/mdb.css */
.bg-light {
  background-color: #e0e0e0 !important;
}

/* line 1974, vendor/assets/stylesheets/mdb.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c7c7c7 !important;
}

/* line 1981, vendor/assets/stylesheets/mdb.css */
.border-light {
  border-color: #e0e0e0 !important;
}

/* line 1985, vendor/assets/stylesheets/mdb.css */
.card-img-100 {
  width: 100px;
  height: 100px;
}

/* line 1990, vendor/assets/stylesheets/mdb.css */
.card-img-64 {
  width: 64px;
  height: 64px;
}

/* line 1995, vendor/assets/stylesheets/mdb.css */
.mml-1 {
  margin-left: -0.25rem !important;
}

/* line 1999, vendor/assets/stylesheets/mdb.css */
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@font-face {
  font-family: Roboto;
  font-weight: 200;
  src: local(Roboto Thin), url(/assets/roboto/Roboto-Thin.eot);
  src: url(/assets/roboto/Roboto-Thin.eot?#iefix) format("embedded-opentype"), url(/assets/roboto/Roboto-Thin.woff2) format("woff2"), url(/assets/roboto/Roboto-Thin.woff) format("woff"), url(/assets/roboto/Roboto-Thin.ttf) format("truetype");
}

@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: local(Roboto Light), url(/assets/roboto/Roboto-Light.eot);
  src: url(/assets/roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(/assets/roboto/Roboto-Light.woff2) format("woff2"), url(/assets/roboto/Roboto-Light.woff) format("woff"), url(/assets/roboto/Roboto-Light.ttf) format("truetype");
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: local(Roboto Regular), url(/assets/roboto/Roboto-Regular.eot);
  src: url(/assets/roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(/assets/roboto/Roboto-Regular.woff2) format("woff2"), url(/assets/roboto/Roboto-Regular.woff) format("woff"), url(/assets/roboto/Roboto-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url(/assets/roboto/Roboto-Medium.eot);
  src: url(/assets/roboto/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(/assets/roboto/Roboto-Medium.woff2) format("woff2"), url(/assets/roboto/Roboto-Medium.woff) format("woff"), url(/assets/roboto/Roboto-Medium.ttf) format("truetype");
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url(/assets/roboto/Roboto-Bold.eot);
  src: url(/assets/roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(/assets/roboto/Roboto-Bold.woff2) format("woff2"), url(/assets/roboto/Roboto-Bold.woff) format("woff"), url(/assets/roboto/Roboto-Bold.ttf) format("truetype");
}

/* line 2040, vendor/assets/stylesheets/mdb.css */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* line 2045, vendor/assets/stylesheets/mdb.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

/* line 2054, vendor/assets/stylesheets/mdb.css */
.blockquote {
  padding: .5rem 1rem;
  border-left: .25rem solid #eceeef;
}

/* line 2059, vendor/assets/stylesheets/mdb.css */
.blockquote.text-right {
  border-right: .25rem solid #eceeef;
  border-left: none;
}

/* line 2064, vendor/assets/stylesheets/mdb.css */
.blockquote .bq-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

/* line 2070, vendor/assets/stylesheets/mdb.css */
.blockquote p {
  padding: 1rem 0;
  font-size: 1.1rem;
}

/* line 2075, vendor/assets/stylesheets/mdb.css */
.bq-primary {
  border-left: 3px solid #4285f4 !important;
}

/* line 2079, vendor/assets/stylesheets/mdb.css */
.bq-primary .bq-title {
  color: #4285f4 !important;
}

/* line 2083, vendor/assets/stylesheets/mdb.css */
.bq-danger {
  border-left: 3px solid #ff3547 !important;
}

/* line 2087, vendor/assets/stylesheets/mdb.css */
.bq-danger .bq-title {
  color: #ff3547 !important;
}

/* line 2091, vendor/assets/stylesheets/mdb.css */
.bq-warning {
  border-left: 3px solid #fb3 !important;
}

/* line 2095, vendor/assets/stylesheets/mdb.css */
.bq-warning .bq-title {
  color: #fb3 !important;
}

/* line 2099, vendor/assets/stylesheets/mdb.css */
.bq-success {
  border-left: 3px solid #00c851 !important;
}

/* line 2103, vendor/assets/stylesheets/mdb.css */
.bq-success .bq-title {
  color: #00c851 !important;
}

/* line 2107, vendor/assets/stylesheets/mdb.css */
.bq-info {
  border-left: 3px solid #33b5e5 !important;
}

/* line 2111, vendor/assets/stylesheets/mdb.css */
.bq-info .bq-title {
  color: #33b5e5 !important;
}

/* line 2115, vendor/assets/stylesheets/mdb.css */
.h1-responsive {
  font-size: 150%;
}

/* line 2119, vendor/assets/stylesheets/mdb.css */
.h2-responsive {
  font-size: 145%;
}

/* line 2123, vendor/assets/stylesheets/mdb.css */
.h3-responsive {
  font-size: 135%;
}

/* line 2127, vendor/assets/stylesheets/mdb.css */
.h4-responsive {
  font-size: 135%;
}

/* line 2131, vendor/assets/stylesheets/mdb.css */
.h5-responsive {
  font-size: 135%;
}

@media (min-width: 576px) {
  /* line 2136, vendor/assets/stylesheets/mdb.css */
  .h1-responsive {
    font-size: 170%;
  }
  /* line 2140, vendor/assets/stylesheets/mdb.css */
  .h2-responsive {
    font-size: 140%;
  }
  /* line 2144, vendor/assets/stylesheets/mdb.css */
  .h3-responsive {
    font-size: 125%;
  }
  /* line 2148, vendor/assets/stylesheets/mdb.css */
  .h4-responsive {
    font-size: 125%;
  }
  /* line 2152, vendor/assets/stylesheets/mdb.css */
  .h5-responsive {
    font-size: 125%;
  }
}

@media (min-width: 768px) {
  /* line 2158, vendor/assets/stylesheets/mdb.css */
  .h1-responsive {
    font-size: 200%;
  }
  /* line 2162, vendor/assets/stylesheets/mdb.css */
  .h2-responsive {
    font-size: 170%;
  }
  /* line 2166, vendor/assets/stylesheets/mdb.css */
  .h3-responsive {
    font-size: 140%;
  }
  /* line 2170, vendor/assets/stylesheets/mdb.css */
  .h4-responsive {
    font-size: 125%;
  }
  /* line 2174, vendor/assets/stylesheets/mdb.css */
  .h5-responsive {
    font-size: 125%;
  }
}

@media (min-width: 992px) {
  /* line 2180, vendor/assets/stylesheets/mdb.css */
  .h1-responsive {
    font-size: 200%;
  }
  /* line 2184, vendor/assets/stylesheets/mdb.css */
  .h2-responsive {
    font-size: 170%;
  }
  /* line 2188, vendor/assets/stylesheets/mdb.css */
  .h3-responsive {
    font-size: 140%;
  }
  /* line 2192, vendor/assets/stylesheets/mdb.css */
  .h4-responsive {
    font-size: 125%;
  }
  /* line 2196, vendor/assets/stylesheets/mdb.css */
  .h5-responsive {
    font-size: 125%;
  }
}

@media (min-width: 1200px) {
  /* line 2202, vendor/assets/stylesheets/mdb.css */
  .h1-responsive {
    font-size: 250%;
  }
  /* line 2206, vendor/assets/stylesheets/mdb.css */
  .h2-responsive {
    font-size: 200%;
  }
  /* line 2210, vendor/assets/stylesheets/mdb.css */
  .h3-responsive {
    font-size: 170%;
  }
  /* line 2214, vendor/assets/stylesheets/mdb.css */
  .h4-responsive {
    font-size: 140%;
  }
  /* line 2218, vendor/assets/stylesheets/mdb.css */
  .h5-responsive {
    font-size: 125%;
  }
}

/* line 2223, vendor/assets/stylesheets/mdb.css */
.text-primary {
  color: #4285f4 !important;
}

/* line 2227, vendor/assets/stylesheets/mdb.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #1266f1 !important;
}

/* line 2232, vendor/assets/stylesheets/mdb.css */
.text-danger {
  color: #ff3547 !important;
}

/* line 2236, vendor/assets/stylesheets/mdb.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #ff0219 !important;
}

/* line 2241, vendor/assets/stylesheets/mdb.css */
.text-warning {
  color: #fb3 !important;
}

/* line 2245, vendor/assets/stylesheets/mdb.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #fa0 !important;
}

/* line 2250, vendor/assets/stylesheets/mdb.css */
.text-success {
  color: #00c851 !important;
}

/* line 2254, vendor/assets/stylesheets/mdb.css */
a.text-success:hover,
a.text-success:focus {
  color: #00953c !important;
}

/* line 2259, vendor/assets/stylesheets/mdb.css */
.text-info {
  color: #33b5e5 !important;
}

/* line 2263, vendor/assets/stylesheets/mdb.css */
a.text-info:hover,
a.text-info:focus {
  color: #1a9bcb !important;
}

/* line 2268, vendor/assets/stylesheets/mdb.css */
.text-default {
  color: #2bbbad !important;
}

/* line 2272, vendor/assets/stylesheets/mdb.css */
a.text-default:hover,
a.text-default:focus {
  color: #219287 !important;
}

/* line 2277, vendor/assets/stylesheets/mdb.css */
.text-secondary {
  color: #a6c !important;
}

/* line 2281, vendor/assets/stylesheets/mdb.css */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9540bf !important;
}

/* line 2286, vendor/assets/stylesheets/mdb.css */
.text-dark {
  color: #212121 !important;
}

/* line 2290, vendor/assets/stylesheets/mdb.css */
a.text-dark:hover,
a.text-dark:focus {
  color: #080808 !important;
}

/* line 2295, vendor/assets/stylesheets/mdb.css */
.text-light {
  color: #e0e0e0 !important;
}

/* line 2299, vendor/assets/stylesheets/mdb.css */
a.text-light:hover,
a.text-light:focus {
  color: #c7c7c7 !important;
}

/* line 2304, vendor/assets/stylesheets/mdb.css */
.font-small {
  font-size: .9rem;
}

/* line 2308, vendor/assets/stylesheets/mdb.css */
strong {
  font-weight: 500;
}

/* line 2312, vendor/assets/stylesheets/mdb.css */
.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

/* line 2318, vendor/assets/stylesheets/mdb.css */
.view .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

/* line 2330, vendor/assets/stylesheets/mdb.css */
.view img,
.view video {
  position: relative;
  display: block;
}

/* line 2336, vendor/assets/stylesheets/mdb.css */
.view video.video-intro {
  top: 50%;
  left: 50%;
  z-index: -100;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 2350, vendor/assets/stylesheets/mdb.css */
.overlay .mask {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 2356, vendor/assets/stylesheets/mdb.css */
.overlay .mask:hover {
  opacity: 1;
}

/* line 2360, vendor/assets/stylesheets/mdb.css */
.zoom img,
.zoom video {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 2366, vendor/assets/stylesheets/mdb.css */
.zoom:hover img,
.zoom:hover video {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 2372, vendor/assets/stylesheets/mdb.css */
.pattern-1 {
  background: url(/../img/overlays/01.png);
  background-attachment: fixed;
}

/* line 2377, vendor/assets/stylesheets/mdb.css */
.pattern-2 {
  background: url(/../img/overlays/02.png);
  background-attachment: fixed;
}

/* line 2382, vendor/assets/stylesheets/mdb.css */
.pattern-3 {
  background: url(/../img/overlays/03.png);
  background-attachment: fixed;
}

/* line 2387, vendor/assets/stylesheets/mdb.css */
.pattern-4 {
  background: url(/../img/overlays/04.png);
  background-attachment: fixed;
}

/* line 2392, vendor/assets/stylesheets/mdb.css */
.pattern-5 {
  background: url(/../img/overlays/05.png);
  background-attachment: fixed;
}

/* line 2397, vendor/assets/stylesheets/mdb.css */
.pattern-6 {
  background: url(/../img/overlays/06.png);
  background-attachment: fixed;
}

/* line 2402, vendor/assets/stylesheets/mdb.css */
.pattern-7 {
  background: url(/../img/overlays/07.png);
  background-attachment: fixed;
}

/* line 2407, vendor/assets/stylesheets/mdb.css */
.pattern-8 {
  background: url(/../img/overlays/08.png);
  background-attachment: fixed;
}

/* line 2412, vendor/assets/stylesheets/mdb.css */
.pattern-9 {
  background: url(/../img/overlays/09.png);
  background-attachment: fixed;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
/* line 2424, vendor/assets/stylesheets/mdb.css */
.waves-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 2435, vendor/assets/stylesheets/mdb.css */
.waves-effect .waves-ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
}

/* line 2457, vendor/assets/stylesheets/mdb.css */
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 2462, vendor/assets/stylesheets/mdb.css */
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

/* line 2466, vendor/assets/stylesheets/mdb.css */
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

/* line 2470, vendor/assets/stylesheets/mdb.css */
.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 2475, vendor/assets/stylesheets/mdb.css */
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

/* line 2482, vendor/assets/stylesheets/mdb.css */
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  z-index: 1;
  font-size: 1em;
  line-height: 1em;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

/* line 2500, vendor/assets/stylesheets/mdb.css */
.waves-button {
  padding: .85em 1.1em;
  border-radius: .2em;
}

/* line 2505, vendor/assets/stylesheets/mdb.css */
.waves-button-input {
  padding: .85em 1.1em;
  margin: 0;
}

/* line 2510, vendor/assets/stylesheets/mdb.css */
.waves-input-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: .2em;
}

/* line 2517, vendor/assets/stylesheets/mdb.css */
.waves-input-wrapper.waves-button {
  padding: 0;
}

/* line 2521, vendor/assets/stylesheets/mdb.css */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 2528, vendor/assets/stylesheets/mdb.css */
.waves-circle {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
}

/* line 2536, vendor/assets/stylesheets/mdb.css */
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* line 2544, vendor/assets/stylesheets/mdb.css */
.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

/* line 2549, vendor/assets/stylesheets/mdb.css */
.waves-block {
  display: block;
}

/* line 2553, vendor/assets/stylesheets/mdb.css */
a.waves-effect,
a.waves-light {
  display: inline-block;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
/* line 2565, vendor/assets/stylesheets/mdb.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 2572, vendor/assets/stylesheets/mdb.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 2577, vendor/assets/stylesheets/mdb.css */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 2582, vendor/assets/stylesheets/mdb.css */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 2587, vendor/assets/stylesheets/mdb.css */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 2592, vendor/assets/stylesheets/mdb.css */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 2597, vendor/assets/stylesheets/mdb.css */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 2602, vendor/assets/stylesheets/mdb.css */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 2607, vendor/assets/stylesheets/mdb.css */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 2612, vendor/assets/stylesheets/mdb.css */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 2617, vendor/assets/stylesheets/mdb.css */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  /* line 2623, vendor/assets/stylesheets/mdb.css */
  .animated {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: unset !important;
    animation: unset !important;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 2651, vendor/assets/stylesheets/mdb.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2684, vendor/assets/stylesheets/mdb.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2717, vendor/assets/stylesheets/mdb.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2750, vendor/assets/stylesheets/mdb.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2783, vendor/assets/stylesheets/mdb.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 2808, vendor/assets/stylesheets/mdb.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 2837, vendor/assets/stylesheets/mdb.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 2866, vendor/assets/stylesheets/mdb.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 2895, vendor/assets/stylesheets/mdb.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 2924, vendor/assets/stylesheets/mdb.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
20%,
53%,
80%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
20%,
53%,
80%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%,
43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 3004, vendor/assets/stylesheets/mdb.css */
.bounce {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  from,
50%,
to {
    opacity: 1;
  }
  25%,
75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
50%,
to {
    opacity: 1;
  }
  25%,
75% {
    opacity: 0;
  }
}

/* line 3039, vendor/assets/stylesheets/mdb.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 3078, vendor/assets/stylesheets/mdb.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 3157, vendor/assets/stylesheets/mdb.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 3214, vendor/assets/stylesheets/mdb.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 3283, vendor/assets/stylesheets/mdb.css */
.headShake {
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 3344, vendor/assets/stylesheets/mdb.css */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 3417, vendor/assets/stylesheets/mdb.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3496, vendor/assets/stylesheets/mdb.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
11.1%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
11.1%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

/* line 3591, vendor/assets/stylesheets/mdb.css */
.jello {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: jello;
  animation-name: jello;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 3652, vendor/assets/stylesheets/mdb.css */
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
20%,
40%,
60%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
20%,
40%,
60%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 3753, vendor/assets/stylesheets/mdb.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3838, vendor/assets/stylesheets/mdb.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3921, vendor/assets/stylesheets/mdb.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 4004, vendor/assets/stylesheets/mdb.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 4087, vendor/assets/stylesheets/mdb.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 4132, vendor/assets/stylesheets/mdb.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 4179, vendor/assets/stylesheets/mdb.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 4212, vendor/assets/stylesheets/mdb.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 4245, vendor/assets/stylesheets/mdb.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 4290, vendor/assets/stylesheets/mdb.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 4323, vendor/assets/stylesheets/mdb.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 4356, vendor/assets/stylesheets/mdb.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 4389, vendor/assets/stylesheets/mdb.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 4422, vendor/assets/stylesheets/mdb.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 4451, vendor/assets/stylesheets/mdb.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 4480, vendor/assets/stylesheets/mdb.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 4509, vendor/assets/stylesheets/mdb.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 4538, vendor/assets/stylesheets/mdb.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 4617, vendor/assets/stylesheets/mdb.css */
.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 4690, vendor/assets/stylesheets/mdb.css */
.flipInX {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 4763, vendor/assets/stylesheets/mdb.css */
.flipInY {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
}

/* line 4808, vendor/assets/stylesheets/mdb.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
}

/* line 4855, vendor/assets/stylesheets/mdb.css */
.flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

@-webkit-keyframes lightSpeedIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 4912, vendor/assets/stylesheets/mdb.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}

/* line 4943, vendor/assets/stylesheets/mdb.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

@keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

/* line 4986, vendor/assets/stylesheets/mdb.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInDownLeft {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

/* line 5027, vendor/assets/stylesheets/mdb.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInDownRight {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

/* line 5068, vendor/assets/stylesheets/mdb.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInUpLeft {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

/* line 5109, vendor/assets/stylesheets/mdb.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInUpRight {
  from {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

/* line 5150, vendor/assets/stylesheets/mdb.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

@keyframes rotateOut {
  from {
    opacity: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

/* line 5187, vendor/assets/stylesheets/mdb.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

/* line 5224, vendor/assets/stylesheets/mdb.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

/* line 5261, vendor/assets/stylesheets/mdb.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

/* line 5298, vendor/assets/stylesheets/mdb.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

/* line 5335, vendor/assets/stylesheets/mdb.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
80% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
80% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
  }
}

/* line 5412, vendor/assets/stylesheets/mdb.css */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 5471, vendor/assets/stylesheets/mdb.css */
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5504, vendor/assets/stylesheets/mdb.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 5533, vendor/assets/stylesheets/mdb.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 5562, vendor/assets/stylesheets/mdb.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5603, vendor/assets/stylesheets/mdb.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5644, vendor/assets/stylesheets/mdb.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5685, vendor/assets/stylesheets/mdb.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5726, vendor/assets/stylesheets/mdb.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 5763, vendor/assets/stylesheets/mdb.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5808, vendor/assets/stylesheets/mdb.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 5845, vendor/assets/stylesheets/mdb.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 5882, vendor/assets/stylesheets/mdb.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5927, vendor/assets/stylesheets/mdb.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5958, vendor/assets/stylesheets/mdb.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5989, vendor/assets/stylesheets/mdb.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 6020, vendor/assets/stylesheets/mdb.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 6051, vendor/assets/stylesheets/mdb.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 6082, vendor/assets/stylesheets/mdb.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 6113, vendor/assets/stylesheets/mdb.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 6144, vendor/assets/stylesheets/mdb.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 6175, vendor/assets/stylesheets/mdb.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 6180, vendor/assets/stylesheets/mdb.css */
.btn {
  margin: .375rem;
  color: inherit;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
  padding: .84rem 2.14rem;
  font-size: .81rem;
}

/* line 6199, vendor/assets/stylesheets/mdb.css */
.btn:hover,
.btn:focus,
.btn:active {
  outline: 0;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6207, vendor/assets/stylesheets/mdb.css */
.btn.btn-block {
  margin: inherit;
}

/* line 6211, vendor/assets/stylesheets/mdb.css */
.btn .fas.right,
.btn .fab.right,
.btn .far.right {
  margin-left: .3rem;
}

/* line 6217, vendor/assets/stylesheets/mdb.css */
.btn .fas.left,
.btn .fab.left,
.btn .far.left {
  margin-right: .3rem;
}

/* line 6223, vendor/assets/stylesheets/mdb.css */
.btn.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 2.4rem;
  font-size: .94rem;
}

/* line 6228, vendor/assets/stylesheets/mdb.css */
.btn.btn-md {
  padding: .7rem 1.6rem;
  font-size: .7rem;
}

/* line 6233, vendor/assets/stylesheets/mdb.css */
.btn.btn-sm, .btn-group-sm > .btn {
  padding: .5rem 1.6rem;
  font-size: .64rem;
}

/* line 6238, vendor/assets/stylesheets/mdb.css */
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled:active {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 6248, vendor/assets/stylesheets/mdb.css */
.btn[class*="btn-outline-"] {
  padding-top: .7rem;
  padding-bottom: .7rem;
}

/* line 6253, vendor/assets/stylesheets/mdb.css */
.btn.btn-lg[class*="btn-outline-"], .btn-group-lg > .btn[class*="btn-outline-"] {
  padding-top: .88rem;
  padding-bottom: .88rem;
}

/* line 6258, vendor/assets/stylesheets/mdb.css */
.btn.btn-md[class*="btn-outline-"] {
  padding-top: .58rem;
  padding-bottom: .58rem;
}

/* line 6263, vendor/assets/stylesheets/mdb.css */
.btn.btn-sm[class*="btn-outline-"], .btn-group-sm > .btn[class*="btn-outline-"] {
  padding-top: .38rem;
  padding-bottom: .38rem;
}

/* line 6268, vendor/assets/stylesheets/mdb.css */
.btn-link {
  color: #000;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6275, vendor/assets/stylesheets/mdb.css */
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #000;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6284, vendor/assets/stylesheets/mdb.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -.375rem;
}

/* line 6289, vendor/assets/stylesheets/mdb.css */
.btn-primary {
  color: #fff;
  background-color: #4285f4 !important;
}

/* line 6294, vendor/assets/stylesheets/mdb.css */
.btn-primary:hover {
  color: #fff;
  background-color: #5a95f5;
}

/* line 6299, vendor/assets/stylesheets/mdb.css */
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6305, vendor/assets/stylesheets/mdb.css */
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #0b51c5;
}

/* line 6311, vendor/assets/stylesheets/mdb.css */
.btn-primary.dropdown-toggle {
  background-color: #4285f4 !important;
}

/* line 6315, vendor/assets/stylesheets/mdb.css */
.btn-primary.dropdown-toggle:hover,
.btn-primary.dropdown-toggle:focus {
  background-color: #5a95f5 !important;
}

/* line 6320, vendor/assets/stylesheets/mdb.css */
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary.active:not([disabled]):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #0b51c5 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6328, vendor/assets/stylesheets/mdb.css */
.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary.active:not([disabled]):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6335, vendor/assets/stylesheets/mdb.css */
.primary-ic {
  color: #4285f4 !important;
}

/* line 6339, vendor/assets/stylesheets/mdb.css */
.primary-ic:hover,
.primary-ic:focus {
  color: #4285f4;
}

/* line 6344, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 6350, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-primary {
  color: #fff;
}

/* line 6354, vendor/assets/stylesheets/mdb.css */
.btn-outline-primary {
  color: #4285f4 !important;
  background-color: transparent !important;
  border: 2px solid #4285f4 !important;
}

/* line 6360, vendor/assets/stylesheets/mdb.css */
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary.active {
  color: #4285f4 !important;
  background-color: transparent !important;
  border-color: #4285f4 !important;
}

/* line 6370, vendor/assets/stylesheets/mdb.css */
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary.active:not([disabled]):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #4285f4 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6379, vendor/assets/stylesheets/mdb.css */
.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 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6386, vendor/assets/stylesheets/mdb.css */
.btn-danger {
  color: #fff;
  background-color: #ff3547 !important;
}

/* line 6391, vendor/assets/stylesheets/mdb.css */
.btn-danger:hover {
  color: #fff;
  background-color: #ff4f5e;
}

/* line 6396, vendor/assets/stylesheets/mdb.css */
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6402, vendor/assets/stylesheets/mdb.css */
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #ce0012;
}

/* line 6408, vendor/assets/stylesheets/mdb.css */
.btn-danger.dropdown-toggle {
  background-color: #ff3547 !important;
}

/* line 6412, vendor/assets/stylesheets/mdb.css */
.btn-danger.dropdown-toggle:hover,
.btn-danger.dropdown-toggle:focus {
  background-color: #ff4f5e !important;
}

/* line 6417, vendor/assets/stylesheets/mdb.css */
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger.active:not([disabled]):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  background-color: #ce0012 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6425, vendor/assets/stylesheets/mdb.css */
.btn-danger:not([disabled]):not(.disabled):active:focus,
.btn-danger.active:not([disabled]):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6432, vendor/assets/stylesheets/mdb.css */
.danger-ic {
  color: #ff3547 !important;
}

/* line 6436, vendor/assets/stylesheets/mdb.css */
.danger-ic:hover,
.danger-ic:focus {
  color: #ff3547;
}

/* line 6441, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 6447, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-danger {
  color: #fff;
}

/* line 6451, vendor/assets/stylesheets/mdb.css */
.btn-outline-danger {
  color: #ff3547 !important;
  background-color: transparent !important;
  border: 2px solid #ff3547 !important;
}

/* line 6457, vendor/assets/stylesheets/mdb.css */
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger:active:focus,
.btn-outline-danger.active {
  color: #ff3547 !important;
  background-color: transparent !important;
  border-color: #ff3547 !important;
}

/* line 6467, vendor/assets/stylesheets/mdb.css */
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger.active:not([disabled]):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff3547 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6476, vendor/assets/stylesheets/mdb.css */
.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 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6483, vendor/assets/stylesheets/mdb.css */
.btn-warning {
  color: #fff;
  background-color: #fb3 !important;
}

/* line 6488, vendor/assets/stylesheets/mdb.css */
.btn-warning:hover {
  color: #fff;
  background-color: #ffc44d;
}

/* line 6493, vendor/assets/stylesheets/mdb.css */
.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6499, vendor/assets/stylesheets/mdb.css */
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #c80;
}

/* line 6505, vendor/assets/stylesheets/mdb.css */
.btn-warning.dropdown-toggle {
  background-color: #fb3 !important;
}

/* line 6509, vendor/assets/stylesheets/mdb.css */
.btn-warning.dropdown-toggle:hover,
.btn-warning.dropdown-toggle:focus {
  background-color: #ffc44d !important;
}

/* line 6514, vendor/assets/stylesheets/mdb.css */
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning.active:not([disabled]):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  background-color: #c80 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6522, vendor/assets/stylesheets/mdb.css */
.btn-warning:not([disabled]):not(.disabled):active:focus,
.btn-warning.active:not([disabled]):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6529, vendor/assets/stylesheets/mdb.css */
.warning-ic {
  color: #fb3 !important;
}

/* line 6533, vendor/assets/stylesheets/mdb.css */
.warning-ic:hover,
.warning-ic:focus {
  color: #fb3;
}

/* line 6538, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 6544, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-warning {
  color: #fff;
}

/* line 6548, vendor/assets/stylesheets/mdb.css */
.btn-outline-warning {
  color: #fb3 !important;
  background-color: transparent !important;
  border: 2px solid #fb3 !important;
}

/* line 6554, vendor/assets/stylesheets/mdb.css */
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning:active:focus,
.btn-outline-warning.active {
  color: #fb3 !important;
  background-color: transparent !important;
  border-color: #fb3 !important;
}

/* line 6564, vendor/assets/stylesheets/mdb.css */
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning.active:not([disabled]):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fb3 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6573, vendor/assets/stylesheets/mdb.css */
.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 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6580, vendor/assets/stylesheets/mdb.css */
.btn-success {
  color: #fff;
  background-color: #00c851 !important;
}

/* line 6585, vendor/assets/stylesheets/mdb.css */
.btn-success:hover {
  color: #fff;
  background-color: #00e25b;
}

/* line 6590, vendor/assets/stylesheets/mdb.css */
.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6596, vendor/assets/stylesheets/mdb.css */
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #006228;
}

/* line 6602, vendor/assets/stylesheets/mdb.css */
.btn-success.dropdown-toggle {
  background-color: #00c851 !important;
}

/* line 6606, vendor/assets/stylesheets/mdb.css */
.btn-success.dropdown-toggle:hover,
.btn-success.dropdown-toggle:focus {
  background-color: #00e25b !important;
}

/* line 6611, vendor/assets/stylesheets/mdb.css */
.btn-success:not([disabled]):not(.disabled):active,
.btn-success.active:not([disabled]):not(.disabled),
.show > .btn-success.dropdown-toggle {
  background-color: #006228 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6619, vendor/assets/stylesheets/mdb.css */
.btn-success:not([disabled]):not(.disabled):active:focus,
.btn-success.active:not([disabled]):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6626, vendor/assets/stylesheets/mdb.css */
.success-ic {
  color: #00c851 !important;
}

/* line 6630, vendor/assets/stylesheets/mdb.css */
.success-ic:hover,
.success-ic:focus {
  color: #00c851;
}

/* line 6635, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 6641, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-success {
  color: #fff;
}

/* line 6645, vendor/assets/stylesheets/mdb.css */
.btn-outline-success {
  color: #00c851 !important;
  background-color: transparent !important;
  border: 2px solid #00c851 !important;
}

/* line 6651, vendor/assets/stylesheets/mdb.css */
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success:active:focus,
.btn-outline-success.active {
  color: #00c851 !important;
  background-color: transparent !important;
  border-color: #00c851 !important;
}

/* line 6661, vendor/assets/stylesheets/mdb.css */
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success.active:not([disabled]):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00c851 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6670, vendor/assets/stylesheets/mdb.css */
.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 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6677, vendor/assets/stylesheets/mdb.css */
.btn-info {
  color: #fff;
  background-color: #33b5e5 !important;
}

/* line 6682, vendor/assets/stylesheets/mdb.css */
.btn-info:hover {
  color: #fff;
  background-color: #4abde8;
}

/* line 6687, vendor/assets/stylesheets/mdb.css */
.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6693, vendor/assets/stylesheets/mdb.css */
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #14799e;
}

/* line 6699, vendor/assets/stylesheets/mdb.css */
.btn-info.dropdown-toggle {
  background-color: #33b5e5 !important;
}

/* line 6703, vendor/assets/stylesheets/mdb.css */
.btn-info.dropdown-toggle:hover,
.btn-info.dropdown-toggle:focus {
  background-color: #4abde8 !important;
}

/* line 6708, vendor/assets/stylesheets/mdb.css */
.btn-info:not([disabled]):not(.disabled):active,
.btn-info.active:not([disabled]):not(.disabled),
.show > .btn-info.dropdown-toggle {
  background-color: #14799e !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6716, vendor/assets/stylesheets/mdb.css */
.btn-info:not([disabled]):not(.disabled):active:focus,
.btn-info.active:not([disabled]):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6723, vendor/assets/stylesheets/mdb.css */
.info-ic {
  color: #33b5e5 !important;
}

/* line 6727, vendor/assets/stylesheets/mdb.css */
.info-ic:hover,
.info-ic:focus {
  color: #33b5e5;
}

/* line 6732, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 6738, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-info {
  color: #fff;
}

/* line 6742, vendor/assets/stylesheets/mdb.css */
.btn-outline-info {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border: 2px solid #33b5e5 !important;
}

/* line 6748, vendor/assets/stylesheets/mdb.css */
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info:active:focus,
.btn-outline-info.active {
  color: #33b5e5 !important;
  background-color: transparent !important;
  border-color: #33b5e5 !important;
}

/* line 6758, vendor/assets/stylesheets/mdb.css */
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info.active:not([disabled]):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  background-color: transparent !important;
  border-color: #33b5e5 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6767, vendor/assets/stylesheets/mdb.css */
.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 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6774, vendor/assets/stylesheets/mdb.css */
.btn-default {
  color: #fff;
  background-color: #2bbbad !important;
}

/* line 6779, vendor/assets/stylesheets/mdb.css */
.btn-default:hover {
  color: #fff;
  background-color: #30cfc0;
}

/* line 6784, vendor/assets/stylesheets/mdb.css */
.btn-default:focus,
.btn-default.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6790, vendor/assets/stylesheets/mdb.css */
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #186860;
}

/* line 6796, vendor/assets/stylesheets/mdb.css */
.btn-default.dropdown-toggle {
  background-color: #2bbbad !important;
}

/* line 6800, vendor/assets/stylesheets/mdb.css */
.btn-default.dropdown-toggle:hover,
.btn-default.dropdown-toggle:focus {
  background-color: #30cfc0 !important;
}

/* line 6805, vendor/assets/stylesheets/mdb.css */
.btn-default:not([disabled]):not(.disabled):active,
.btn-default.active:not([disabled]):not(.disabled),
.show > .btn-default.dropdown-toggle {
  background-color: #186860 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6813, vendor/assets/stylesheets/mdb.css */
.btn-default:not([disabled]):not(.disabled):active:focus,
.btn-default.active:not([disabled]):not(.disabled):focus,
.show > .btn-default.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6820, vendor/assets/stylesheets/mdb.css */
.default-ic {
  color: #2bbbad !important;
}

/* line 6824, vendor/assets/stylesheets/mdb.css */
.default-ic:hover,
.default-ic:focus {
  color: #2bbbad;
}

/* line 6829, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 6835, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-default {
  color: #fff;
}

/* line 6839, vendor/assets/stylesheets/mdb.css */
.btn-outline-default {
  color: #2bbbad !important;
  background-color: transparent !important;
  border: 2px solid #2bbbad !important;
}

/* line 6845, vendor/assets/stylesheets/mdb.css */
.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active,
.btn-outline-default:active:focus,
.btn-outline-default.active {
  color: #2bbbad !important;
  background-color: transparent !important;
  border-color: #2bbbad !important;
}

/* line 6855, vendor/assets/stylesheets/mdb.css */
.btn-outline-default:not([disabled]):not(.disabled):active,
.btn-outline-default.active:not([disabled]):not(.disabled),
.show > .btn-outline-default.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2bbbad !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6864, vendor/assets/stylesheets/mdb.css */
.btn-outline-default:not([disabled]):not(.disabled):active:focus,
.btn-outline-default.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-default.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6871, vendor/assets/stylesheets/mdb.css */
.btn-secondary {
  color: #fff;
  background-color: #a6c !important;
}

/* line 6876, vendor/assets/stylesheets/mdb.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #b579d2;
}

/* line 6881, vendor/assets/stylesheets/mdb.css */
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6887, vendor/assets/stylesheets/mdb.css */
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #739;
}

/* line 6893, vendor/assets/stylesheets/mdb.css */
.btn-secondary.dropdown-toggle {
  background-color: #a6c !important;
}

/* line 6897, vendor/assets/stylesheets/mdb.css */
.btn-secondary.dropdown-toggle:hover,
.btn-secondary.dropdown-toggle:focus {
  background-color: #b579d2 !important;
}

/* line 6902, vendor/assets/stylesheets/mdb.css */
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary.active:not([disabled]):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  background-color: #739 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6910, vendor/assets/stylesheets/mdb.css */
.btn-secondary:not([disabled]):not(.disabled):active:focus,
.btn-secondary.active:not([disabled]):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6917, vendor/assets/stylesheets/mdb.css */
.secondary-ic {
  color: #a6c !important;
}

/* line 6921, vendor/assets/stylesheets/mdb.css */
.secondary-ic:hover,
.secondary-ic:focus {
  color: #a6c;
}

/* line 6926, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 6932, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-secondary {
  color: #fff;
}

/* line 6936, vendor/assets/stylesheets/mdb.css */
.btn-outline-secondary {
  color: #a6c !important;
  background-color: transparent !important;
  border: 2px solid #a6c !important;
}

/* line 6942, vendor/assets/stylesheets/mdb.css */
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active {
  color: #a6c !important;
  background-color: transparent !important;
  border-color: #a6c !important;
}

/* line 6952, vendor/assets/stylesheets/mdb.css */
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary.active:not([disabled]):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: #a6c !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6961, vendor/assets/stylesheets/mdb.css */
.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 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6968, vendor/assets/stylesheets/mdb.css */
.btn-elegant {
  color: #fff;
  background-color: #2e2e2e !important;
}

/* line 6973, vendor/assets/stylesheets/mdb.css */
.btn-elegant:hover {
  color: #fff;
  background-color: #3b3b3b;
}

/* line 6978, vendor/assets/stylesheets/mdb.css */
.btn-elegant:focus,
.btn-elegant.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 6984, vendor/assets/stylesheets/mdb.css */
.btn-elegant:focus,
.btn-elegant:active,
.btn-elegant.active {
  background-color: #000;
}

/* line 6990, vendor/assets/stylesheets/mdb.css */
.btn-elegant.dropdown-toggle {
  background-color: #2e2e2e !important;
}

/* line 6994, vendor/assets/stylesheets/mdb.css */
.btn-elegant.dropdown-toggle:hover,
.btn-elegant.dropdown-toggle:focus {
  background-color: #3b3b3b !important;
}

/* line 6999, vendor/assets/stylesheets/mdb.css */
.btn-elegant:not([disabled]):not(.disabled):active,
.btn-elegant.active:not([disabled]):not(.disabled),
.show > .btn-elegant.dropdown-toggle {
  background-color: #000 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7007, vendor/assets/stylesheets/mdb.css */
.btn-elegant:not([disabled]):not(.disabled):active:focus,
.btn-elegant.active:not([disabled]):not(.disabled):focus,
.show > .btn-elegant.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7014, vendor/assets/stylesheets/mdb.css */
.elegant-ic {
  color: #2e2e2e !important;
}

/* line 7018, vendor/assets/stylesheets/mdb.css */
.elegant-ic:hover,
.elegant-ic:focus {
  color: #2e2e2e;
}

/* line 7023, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7029, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-elegant {
  color: #fff;
}

/* line 7033, vendor/assets/stylesheets/mdb.css */
.btn-outline-elegant {
  color: #2e2e2e !important;
  background-color: transparent !important;
  border: 2px solid #2e2e2e !important;
}

/* line 7039, vendor/assets/stylesheets/mdb.css */
.btn-outline-elegant:hover,
.btn-outline-elegant:focus,
.btn-outline-elegant:active,
.btn-outline-elegant:active:focus,
.btn-outline-elegant.active {
  color: #2e2e2e !important;
  background-color: transparent !important;
  border-color: #2e2e2e !important;
}

/* line 7049, vendor/assets/stylesheets/mdb.css */
.btn-outline-elegant:not([disabled]):not(.disabled):active,
.btn-outline-elegant.active:not([disabled]):not(.disabled),
.show > .btn-outline-elegant.dropdown-toggle {
  background-color: transparent !important;
  border-color: #2e2e2e !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7058, vendor/assets/stylesheets/mdb.css */
.btn-outline-elegant:not([disabled]):not(.disabled):active:focus,
.btn-outline-elegant.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-elegant.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7065, vendor/assets/stylesheets/mdb.css */
.btn-unique {
  color: #fff;
  background-color: #880e4f !important;
}

/* line 7070, vendor/assets/stylesheets/mdb.css */
.btn-unique:hover {
  color: #fff;
  background-color: #9f105c;
}

/* line 7075, vendor/assets/stylesheets/mdb.css */
.btn-unique:focus,
.btn-unique.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7081, vendor/assets/stylesheets/mdb.css */
.btn-unique:focus,
.btn-unique:active,
.btn-unique.active {
  background-color: #2c0419;
}

/* line 7087, vendor/assets/stylesheets/mdb.css */
.btn-unique.dropdown-toggle {
  background-color: #880e4f !important;
}

/* line 7091, vendor/assets/stylesheets/mdb.css */
.btn-unique.dropdown-toggle:hover,
.btn-unique.dropdown-toggle:focus {
  background-color: #9f105c !important;
}

/* line 7096, vendor/assets/stylesheets/mdb.css */
.btn-unique:not([disabled]):not(.disabled):active,
.btn-unique.active:not([disabled]):not(.disabled),
.show > .btn-unique.dropdown-toggle {
  background-color: #2c0419 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7104, vendor/assets/stylesheets/mdb.css */
.btn-unique:not([disabled]):not(.disabled):active:focus,
.btn-unique.active:not([disabled]):not(.disabled):focus,
.show > .btn-unique.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7111, vendor/assets/stylesheets/mdb.css */
.unique-ic {
  color: #880e4f !important;
}

/* line 7115, vendor/assets/stylesheets/mdb.css */
.unique-ic:hover,
.unique-ic:focus {
  color: #880e4f;
}

/* line 7120, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7126, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-unique {
  color: #fff;
}

/* line 7130, vendor/assets/stylesheets/mdb.css */
.btn-outline-unique {
  color: #880e4f !important;
  background-color: transparent !important;
  border: 2px solid #880e4f !important;
}

/* line 7136, vendor/assets/stylesheets/mdb.css */
.btn-outline-unique:hover,
.btn-outline-unique:focus,
.btn-outline-unique:active,
.btn-outline-unique:active:focus,
.btn-outline-unique.active {
  color: #880e4f !important;
  background-color: transparent !important;
  border-color: #880e4f !important;
}

/* line 7146, vendor/assets/stylesheets/mdb.css */
.btn-outline-unique:not([disabled]):not(.disabled):active,
.btn-outline-unique.active:not([disabled]):not(.disabled),
.show > .btn-outline-unique.dropdown-toggle {
  background-color: transparent !important;
  border-color: #880e4f !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7155, vendor/assets/stylesheets/mdb.css */
.btn-outline-unique:not([disabled]):not(.disabled):active:focus,
.btn-outline-unique.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-unique.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7162, vendor/assets/stylesheets/mdb.css */
.btn-dark-green {
  color: #fff;
  background-color: #388e3c !important;
}

/* line 7167, vendor/assets/stylesheets/mdb.css */
.btn-dark-green:hover {
  color: #fff;
  background-color: #3fa044;
}

/* line 7172, vendor/assets/stylesheets/mdb.css */
.btn-dark-green:focus,
.btn-dark-green.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7178, vendor/assets/stylesheets/mdb.css */
.btn-dark-green:focus,
.btn-dark-green:active,
.btn-dark-green.active {
  background-color: #1b451d;
}

/* line 7184, vendor/assets/stylesheets/mdb.css */
.btn-dark-green.dropdown-toggle {
  background-color: #388e3c !important;
}

/* line 7188, vendor/assets/stylesheets/mdb.css */
.btn-dark-green.dropdown-toggle:hover,
.btn-dark-green.dropdown-toggle:focus {
  background-color: #3fa044 !important;
}

/* line 7193, vendor/assets/stylesheets/mdb.css */
.btn-dark-green:not([disabled]):not(.disabled):active,
.btn-dark-green.active:not([disabled]):not(.disabled),
.show > .btn-dark-green.dropdown-toggle {
  background-color: #1b451d !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7201, vendor/assets/stylesheets/mdb.css */
.btn-dark-green:not([disabled]):not(.disabled):active:focus,
.btn-dark-green.active:not([disabled]):not(.disabled):focus,
.show > .btn-dark-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7208, vendor/assets/stylesheets/mdb.css */
.dark-green-ic {
  color: #388e3c !important;
}

/* line 7212, vendor/assets/stylesheets/mdb.css */
.dark-green-ic:hover,
.dark-green-ic:focus {
  color: #388e3c;
}

/* line 7217, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7223, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-dark-green {
  color: #fff;
}

/* line 7227, vendor/assets/stylesheets/mdb.css */
.btn-outline-dark-green {
  color: #388e3c !important;
  background-color: transparent !important;
  border: 2px solid #388e3c !important;
}

/* line 7233, vendor/assets/stylesheets/mdb.css */
.btn-outline-dark-green:hover,
.btn-outline-dark-green:focus,
.btn-outline-dark-green:active,
.btn-outline-dark-green:active:focus,
.btn-outline-dark-green.active {
  color: #388e3c !important;
  background-color: transparent !important;
  border-color: #388e3c !important;
}

/* line 7243, vendor/assets/stylesheets/mdb.css */
.btn-outline-dark-green:not([disabled]):not(.disabled):active,
.btn-outline-dark-green.active:not([disabled]):not(.disabled),
.show > .btn-outline-dark-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #388e3c !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7252, vendor/assets/stylesheets/mdb.css */
.btn-outline-dark-green:not([disabled]):not(.disabled):active:focus,
.btn-outline-dark-green.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-dark-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7259, vendor/assets/stylesheets/mdb.css */
.btn-mdb-color {
  color: #fff;
  background-color: #59698d !important;
}

/* line 7264, vendor/assets/stylesheets/mdb.css */
.btn-mdb-color:hover {
  color: #fff;
  background-color: #63759d;
}

/* line 7269, vendor/assets/stylesheets/mdb.css */
.btn-mdb-color:focus,
.btn-mdb-color.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7275, vendor/assets/stylesheets/mdb.css */
.btn-mdb-color:focus,
.btn-mdb-color:active,
.btn-mdb-color.active {
  background-color: #323a4e;
}

/* line 7281, vendor/assets/stylesheets/mdb.css */
.btn-mdb-color.dropdown-toggle {
  background-color: #59698d !important;
}

/* line 7285, vendor/assets/stylesheets/mdb.css */
.btn-mdb-color.dropdown-toggle:hover,
.btn-mdb-color.dropdown-toggle:focus {
  background-color: #63759d !important;
}

/* line 7290, vendor/assets/stylesheets/mdb.css */
.btn-mdb-color:not([disabled]):not(.disabled):active,
.btn-mdb-color.active:not([disabled]):not(.disabled),
.show > .btn-mdb-color.dropdown-toggle {
  background-color: #323a4e !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7298, vendor/assets/stylesheets/mdb.css */
.btn-mdb-color:not([disabled]):not(.disabled):active:focus,
.btn-mdb-color.active:not([disabled]):not(.disabled):focus,
.show > .btn-mdb-color.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7305, vendor/assets/stylesheets/mdb.css */
.mdb-color-ic {
  color: #59698d !important;
}

/* line 7309, vendor/assets/stylesheets/mdb.css */
.mdb-color-ic:hover,
.mdb-color-ic:focus {
  color: #59698d;
}

/* line 7314, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7320, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-mdb-color {
  color: #fff;
}

/* line 7324, vendor/assets/stylesheets/mdb.css */
.btn-outline-mdb-color {
  color: #59698d !important;
  background-color: transparent !important;
  border: 2px solid #59698d !important;
}

/* line 7330, vendor/assets/stylesheets/mdb.css */
.btn-outline-mdb-color:hover,
.btn-outline-mdb-color:focus,
.btn-outline-mdb-color:active,
.btn-outline-mdb-color:active:focus,
.btn-outline-mdb-color.active {
  color: #59698d !important;
  background-color: transparent !important;
  border-color: #59698d !important;
}

/* line 7340, vendor/assets/stylesheets/mdb.css */
.btn-outline-mdb-color:not([disabled]):not(.disabled):active,
.btn-outline-mdb-color.active:not([disabled]):not(.disabled),
.show > .btn-outline-mdb-color.dropdown-toggle {
  background-color: transparent !important;
  border-color: #59698d !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7349, vendor/assets/stylesheets/mdb.css */
.btn-outline-mdb-color:not([disabled]):not(.disabled):active:focus,
.btn-outline-mdb-color.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-mdb-color.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7356, vendor/assets/stylesheets/mdb.css */
.btn-red {
  color: #fff;
  background-color: #d32f2f !important;
}

/* line 7361, vendor/assets/stylesheets/mdb.css */
.btn-red:hover {
  color: #fff;
  background-color: #d74444;
}

/* line 7366, vendor/assets/stylesheets/mdb.css */
.btn-red:focus,
.btn-red.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7372, vendor/assets/stylesheets/mdb.css */
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  background-color: #811b1b;
}

/* line 7378, vendor/assets/stylesheets/mdb.css */
.btn-red.dropdown-toggle {
  background-color: #d32f2f !important;
}

/* line 7382, vendor/assets/stylesheets/mdb.css */
.btn-red.dropdown-toggle:hover,
.btn-red.dropdown-toggle:focus {
  background-color: #d74444 !important;
}

/* line 7387, vendor/assets/stylesheets/mdb.css */
.btn-red:not([disabled]):not(.disabled):active,
.btn-red.active:not([disabled]):not(.disabled),
.show > .btn-red.dropdown-toggle {
  background-color: #811b1b !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7395, vendor/assets/stylesheets/mdb.css */
.btn-red:not([disabled]):not(.disabled):active:focus,
.btn-red.active:not([disabled]):not(.disabled):focus,
.show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7402, vendor/assets/stylesheets/mdb.css */
.red-ic {
  color: #d32f2f !important;
}

/* line 7406, vendor/assets/stylesheets/mdb.css */
.red-ic:hover,
.red-ic:focus {
  color: #d32f2f;
}

/* line 7411, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7417, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-red {
  color: #fff;
}

/* line 7421, vendor/assets/stylesheets/mdb.css */
.btn-outline-red {
  color: #d32f2f !important;
  background-color: transparent !important;
  border: 2px solid #d32f2f !important;
}

/* line 7427, vendor/assets/stylesheets/mdb.css */
.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red:active,
.btn-outline-red:active:focus,
.btn-outline-red.active {
  color: #d32f2f !important;
  background-color: transparent !important;
  border-color: #d32f2f !important;
}

/* line 7437, vendor/assets/stylesheets/mdb.css */
.btn-outline-red:not([disabled]):not(.disabled):active,
.btn-outline-red.active:not([disabled]):not(.disabled),
.show > .btn-outline-red.dropdown-toggle {
  background-color: transparent !important;
  border-color: #d32f2f !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7446, vendor/assets/stylesheets/mdb.css */
.btn-outline-red:not([disabled]):not(.disabled):active:focus,
.btn-outline-red.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7453, vendor/assets/stylesheets/mdb.css */
.btn-pink {
  color: #fff;
  background-color: #ec407a !important;
}

/* line 7458, vendor/assets/stylesheets/mdb.css */
.btn-pink:hover {
  color: #fff;
  background-color: #ee578a;
}

/* line 7463, vendor/assets/stylesheets/mdb.css */
.btn-pink:focus,
.btn-pink.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7469, vendor/assets/stylesheets/mdb.css */
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
  background-color: #b41249;
}

/* line 7475, vendor/assets/stylesheets/mdb.css */
.btn-pink.dropdown-toggle {
  background-color: #ec407a !important;
}

/* line 7479, vendor/assets/stylesheets/mdb.css */
.btn-pink.dropdown-toggle:hover,
.btn-pink.dropdown-toggle:focus {
  background-color: #ee578a !important;
}

/* line 7484, vendor/assets/stylesheets/mdb.css */
.btn-pink:not([disabled]):not(.disabled):active,
.btn-pink.active:not([disabled]):not(.disabled),
.show > .btn-pink.dropdown-toggle {
  background-color: #b41249 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7492, vendor/assets/stylesheets/mdb.css */
.btn-pink:not([disabled]):not(.disabled):active:focus,
.btn-pink.active:not([disabled]):not(.disabled):focus,
.show > .btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7499, vendor/assets/stylesheets/mdb.css */
.pink-ic {
  color: #ec407a !important;
}

/* line 7503, vendor/assets/stylesheets/mdb.css */
.pink-ic:hover,
.pink-ic:focus {
  color: #ec407a;
}

/* line 7508, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7514, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-pink {
  color: #fff;
}

/* line 7518, vendor/assets/stylesheets/mdb.css */
.btn-outline-pink {
  color: #ec407a !important;
  background-color: transparent !important;
  border: 2px solid #ec407a !important;
}

/* line 7524, vendor/assets/stylesheets/mdb.css */
.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink:active:focus,
.btn-outline-pink.active {
  color: #ec407a !important;
  background-color: transparent !important;
  border-color: #ec407a !important;
}

/* line 7534, vendor/assets/stylesheets/mdb.css */
.btn-outline-pink:not([disabled]):not(.disabled):active,
.btn-outline-pink.active:not([disabled]):not(.disabled),
.show > .btn-outline-pink.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ec407a !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7543, vendor/assets/stylesheets/mdb.css */
.btn-outline-pink:not([disabled]):not(.disabled):active:focus,
.btn-outline-pink.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7550, vendor/assets/stylesheets/mdb.css */
.btn-purple {
  color: #fff;
  background-color: #8e24aa !important;
}

/* line 7555, vendor/assets/stylesheets/mdb.css */
.btn-purple:hover {
  color: #fff;
  background-color: #a028bf;
}

/* line 7560, vendor/assets/stylesheets/mdb.css */
.btn-purple:focus,
.btn-purple.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7566, vendor/assets/stylesheets/mdb.css */
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
  background-color: #481256;
}

/* line 7572, vendor/assets/stylesheets/mdb.css */
.btn-purple.dropdown-toggle {
  background-color: #8e24aa !important;
}

/* line 7576, vendor/assets/stylesheets/mdb.css */
.btn-purple.dropdown-toggle:hover,
.btn-purple.dropdown-toggle:focus {
  background-color: #a028bf !important;
}

/* line 7581, vendor/assets/stylesheets/mdb.css */
.btn-purple:not([disabled]):not(.disabled):active,
.btn-purple.active:not([disabled]):not(.disabled),
.show > .btn-purple.dropdown-toggle {
  background-color: #481256 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7589, vendor/assets/stylesheets/mdb.css */
.btn-purple:not([disabled]):not(.disabled):active:focus,
.btn-purple.active:not([disabled]):not(.disabled):focus,
.show > .btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7596, vendor/assets/stylesheets/mdb.css */
.purple-ic {
  color: #8e24aa !important;
}

/* line 7600, vendor/assets/stylesheets/mdb.css */
.purple-ic:hover,
.purple-ic:focus {
  color: #8e24aa;
}

/* line 7605, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7611, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-purple {
  color: #fff;
}

/* line 7615, vendor/assets/stylesheets/mdb.css */
.btn-outline-purple {
  color: #8e24aa !important;
  background-color: transparent !important;
  border: 2px solid #8e24aa !important;
}

/* line 7621, vendor/assets/stylesheets/mdb.css */
.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple:active:focus,
.btn-outline-purple.active {
  color: #8e24aa !important;
  background-color: transparent !important;
  border-color: #8e24aa !important;
}

/* line 7631, vendor/assets/stylesheets/mdb.css */
.btn-outline-purple:not([disabled]):not(.disabled):active,
.btn-outline-purple.active:not([disabled]):not(.disabled),
.show > .btn-outline-purple.dropdown-toggle {
  background-color: transparent !important;
  border-color: #8e24aa !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7640, vendor/assets/stylesheets/mdb.css */
.btn-outline-purple:not([disabled]):not(.disabled):active:focus,
.btn-outline-purple.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7647, vendor/assets/stylesheets/mdb.css */
.btn-deep-purple {
  color: #fff;
  background-color: #512da8 !important;
}

/* line 7652, vendor/assets/stylesheets/mdb.css */
.btn-deep-purple:hover {
  color: #fff;
  background-color: #5b32bc;
}

/* line 7657, vendor/assets/stylesheets/mdb.css */
.btn-deep-purple:focus,
.btn-deep-purple.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7663, vendor/assets/stylesheets/mdb.css */
.btn-deep-purple:focus,
.btn-deep-purple:active,
.btn-deep-purple.active {
  background-color: #2a1758;
}

/* line 7669, vendor/assets/stylesheets/mdb.css */
.btn-deep-purple.dropdown-toggle {
  background-color: #512da8 !important;
}

/* line 7673, vendor/assets/stylesheets/mdb.css */
.btn-deep-purple.dropdown-toggle:hover,
.btn-deep-purple.dropdown-toggle:focus {
  background-color: #5b32bc !important;
}

/* line 7678, vendor/assets/stylesheets/mdb.css */
.btn-deep-purple:not([disabled]):not(.disabled):active,
.btn-deep-purple.active:not([disabled]):not(.disabled),
.show > .btn-deep-purple.dropdown-toggle {
  background-color: #2a1758 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7686, vendor/assets/stylesheets/mdb.css */
.btn-deep-purple:not([disabled]):not(.disabled):active:focus,
.btn-deep-purple.active:not([disabled]):not(.disabled):focus,
.show > .btn-deep-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7693, vendor/assets/stylesheets/mdb.css */
.deep-purple-ic {
  color: #512da8 !important;
}

/* line 7697, vendor/assets/stylesheets/mdb.css */
.deep-purple-ic:hover,
.deep-purple-ic:focus {
  color: #512da8;
}

/* line 7702, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7708, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-deep-purple {
  color: #fff;
}

/* line 7712, vendor/assets/stylesheets/mdb.css */
.btn-outline-deep-purple {
  color: #512da8 !important;
  background-color: transparent !important;
  border: 2px solid #512da8 !important;
}

/* line 7718, vendor/assets/stylesheets/mdb.css */
.btn-outline-deep-purple:hover,
.btn-outline-deep-purple:focus,
.btn-outline-deep-purple:active,
.btn-outline-deep-purple:active:focus,
.btn-outline-deep-purple.active {
  color: #512da8 !important;
  background-color: transparent !important;
  border-color: #512da8 !important;
}

/* line 7728, vendor/assets/stylesheets/mdb.css */
.btn-outline-deep-purple:not([disabled]):not(.disabled):active,
.btn-outline-deep-purple.active:not([disabled]):not(.disabled),
.show > .btn-outline-deep-purple.dropdown-toggle {
  background-color: transparent !important;
  border-color: #512da8 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7737, vendor/assets/stylesheets/mdb.css */
.btn-outline-deep-purple:not([disabled]):not(.disabled):active:focus,
.btn-outline-deep-purple.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-deep-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7744, vendor/assets/stylesheets/mdb.css */
.btn-indigo {
  color: #fff;
  background-color: #3f51b5 !important;
}

/* line 7749, vendor/assets/stylesheets/mdb.css */
.btn-indigo:hover {
  color: #fff;
  background-color: #4d5ec1;
}

/* line 7754, vendor/assets/stylesheets/mdb.css */
.btn-indigo:focus,
.btn-indigo.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7760, vendor/assets/stylesheets/mdb.css */
.btn-indigo:focus,
.btn-indigo:active,
.btn-indigo.active {
  background-color: #252f69;
}

/* line 7766, vendor/assets/stylesheets/mdb.css */
.btn-indigo.dropdown-toggle {
  background-color: #3f51b5 !important;
}

/* line 7770, vendor/assets/stylesheets/mdb.css */
.btn-indigo.dropdown-toggle:hover,
.btn-indigo.dropdown-toggle:focus {
  background-color: #4d5ec1 !important;
}

/* line 7775, vendor/assets/stylesheets/mdb.css */
.btn-indigo:not([disabled]):not(.disabled):active,
.btn-indigo.active:not([disabled]):not(.disabled),
.show > .btn-indigo.dropdown-toggle {
  background-color: #252f69 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7783, vendor/assets/stylesheets/mdb.css */
.btn-indigo:not([disabled]):not(.disabled):active:focus,
.btn-indigo.active:not([disabled]):not(.disabled):focus,
.show > .btn-indigo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7790, vendor/assets/stylesheets/mdb.css */
.indigo-ic {
  color: #3f51b5 !important;
}

/* line 7794, vendor/assets/stylesheets/mdb.css */
.indigo-ic:hover,
.indigo-ic:focus {
  color: #3f51b5;
}

/* line 7799, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7805, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-indigo {
  color: #fff;
}

/* line 7809, vendor/assets/stylesheets/mdb.css */
.btn-outline-indigo {
  color: #3f51b5 !important;
  background-color: transparent !important;
  border: 2px solid #3f51b5 !important;
}

/* line 7815, vendor/assets/stylesheets/mdb.css */
.btn-outline-indigo:hover,
.btn-outline-indigo:focus,
.btn-outline-indigo:active,
.btn-outline-indigo:active:focus,
.btn-outline-indigo.active {
  color: #3f51b5 !important;
  background-color: transparent !important;
  border-color: #3f51b5 !important;
}

/* line 7825, vendor/assets/stylesheets/mdb.css */
.btn-outline-indigo:not([disabled]):not(.disabled):active,
.btn-outline-indigo.active:not([disabled]):not(.disabled),
.show > .btn-outline-indigo.dropdown-toggle {
  background-color: transparent !important;
  border-color: #3f51b5 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7834, vendor/assets/stylesheets/mdb.css */
.btn-outline-indigo:not([disabled]):not(.disabled):active:focus,
.btn-outline-indigo.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-indigo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7841, vendor/assets/stylesheets/mdb.css */
.btn-blue {
  color: #fff;
  background-color: #1976d2 !important;
}

/* line 7846, vendor/assets/stylesheets/mdb.css */
.btn-blue:hover {
  color: #fff;
  background-color: #2083e4;
}

/* line 7851, vendor/assets/stylesheets/mdb.css */
.btn-blue:focus,
.btn-blue.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7857, vendor/assets/stylesheets/mdb.css */
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  background-color: #0e4377;
}

/* line 7863, vendor/assets/stylesheets/mdb.css */
.btn-blue.dropdown-toggle {
  background-color: #1976d2 !important;
}

/* line 7867, vendor/assets/stylesheets/mdb.css */
.btn-blue.dropdown-toggle:hover,
.btn-blue.dropdown-toggle:focus {
  background-color: #2083e4 !important;
}

/* line 7872, vendor/assets/stylesheets/mdb.css */
.btn-blue:not([disabled]):not(.disabled):active,
.btn-blue.active:not([disabled]):not(.disabled),
.show > .btn-blue.dropdown-toggle {
  background-color: #0e4377 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7880, vendor/assets/stylesheets/mdb.css */
.btn-blue:not([disabled]):not(.disabled):active:focus,
.btn-blue.active:not([disabled]):not(.disabled):focus,
.show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7887, vendor/assets/stylesheets/mdb.css */
.blue-ic {
  color: #1976d2 !important;
}

/* line 7891, vendor/assets/stylesheets/mdb.css */
.blue-ic:hover,
.blue-ic:focus {
  color: #1976d2;
}

/* line 7896, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7902, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-blue {
  color: #fff;
}

/* line 7906, vendor/assets/stylesheets/mdb.css */
.btn-outline-blue {
  color: #1976d2 !important;
  background-color: transparent !important;
  border: 2px solid #1976d2 !important;
}

/* line 7912, vendor/assets/stylesheets/mdb.css */
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue:active:focus,
.btn-outline-blue.active {
  color: #1976d2 !important;
  background-color: transparent !important;
  border-color: #1976d2 !important;
}

/* line 7922, vendor/assets/stylesheets/mdb.css */
.btn-outline-blue:not([disabled]):not(.disabled):active,
.btn-outline-blue.active:not([disabled]):not(.disabled),
.show > .btn-outline-blue.dropdown-toggle {
  background-color: transparent !important;
  border-color: #1976d2 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7931, vendor/assets/stylesheets/mdb.css */
.btn-outline-blue:not([disabled]):not(.disabled):active:focus,
.btn-outline-blue.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7938, vendor/assets/stylesheets/mdb.css */
.btn-light-blue {
  color: #fff;
  background-color: #82b1ff !important;
}

/* line 7943, vendor/assets/stylesheets/mdb.css */
.btn-light-blue:hover {
  color: #fff;
  background-color: #9cc1ff;
}

/* line 7948, vendor/assets/stylesheets/mdb.css */
.btn-light-blue:focus,
.btn-light-blue.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7954, vendor/assets/stylesheets/mdb.css */
.btn-light-blue:focus,
.btn-light-blue:active,
.btn-light-blue.active {
  background-color: #1c71ff;
}

/* line 7960, vendor/assets/stylesheets/mdb.css */
.btn-light-blue.dropdown-toggle {
  background-color: #82b1ff !important;
}

/* line 7964, vendor/assets/stylesheets/mdb.css */
.btn-light-blue.dropdown-toggle:hover,
.btn-light-blue.dropdown-toggle:focus {
  background-color: #9cc1ff !important;
}

/* line 7969, vendor/assets/stylesheets/mdb.css */
.btn-light-blue:not([disabled]):not(.disabled):active,
.btn-light-blue.active:not([disabled]):not(.disabled),
.show > .btn-light-blue.dropdown-toggle {
  background-color: #1c71ff !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7977, vendor/assets/stylesheets/mdb.css */
.btn-light-blue:not([disabled]):not(.disabled):active:focus,
.btn-light-blue.active:not([disabled]):not(.disabled):focus,
.show > .btn-light-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 7984, vendor/assets/stylesheets/mdb.css */
.light-blue-ic {
  color: #82b1ff !important;
}

/* line 7988, vendor/assets/stylesheets/mdb.css */
.light-blue-ic:hover,
.light-blue-ic:focus {
  color: #82b1ff;
}

/* line 7993, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 7999, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-light-blue {
  color: #fff;
}

/* line 8003, vendor/assets/stylesheets/mdb.css */
.btn-outline-light-blue {
  color: #82b1ff !important;
  background-color: transparent !important;
  border: 2px solid #82b1ff !important;
}

/* line 8009, vendor/assets/stylesheets/mdb.css */
.btn-outline-light-blue:hover,
.btn-outline-light-blue:focus,
.btn-outline-light-blue:active,
.btn-outline-light-blue:active:focus,
.btn-outline-light-blue.active {
  color: #82b1ff !important;
  background-color: transparent !important;
  border-color: #82b1ff !important;
}

/* line 8019, vendor/assets/stylesheets/mdb.css */
.btn-outline-light-blue:not([disabled]):not(.disabled):active,
.btn-outline-light-blue.active:not([disabled]):not(.disabled),
.show > .btn-outline-light-blue.dropdown-toggle {
  background-color: transparent !important;
  border-color: #82b1ff !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8028, vendor/assets/stylesheets/mdb.css */
.btn-outline-light-blue:not([disabled]):not(.disabled):active:focus,
.btn-outline-light-blue.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-light-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8035, vendor/assets/stylesheets/mdb.css */
.btn-cyan {
  color: #fff;
  background-color: #00bcd4 !important;
}

/* line 8040, vendor/assets/stylesheets/mdb.css */
.btn-cyan:hover {
  color: #fff;
  background-color: #00d3ee;
}

/* line 8045, vendor/assets/stylesheets/mdb.css */
.btn-cyan:focus,
.btn-cyan.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8051, vendor/assets/stylesheets/mdb.css */
.btn-cyan:focus,
.btn-cyan:active,
.btn-cyan.active {
  background-color: #00626e;
}

/* line 8057, vendor/assets/stylesheets/mdb.css */
.btn-cyan.dropdown-toggle {
  background-color: #00bcd4 !important;
}

/* line 8061, vendor/assets/stylesheets/mdb.css */
.btn-cyan.dropdown-toggle:hover,
.btn-cyan.dropdown-toggle:focus {
  background-color: #00d3ee !important;
}

/* line 8066, vendor/assets/stylesheets/mdb.css */
.btn-cyan:not([disabled]):not(.disabled):active,
.btn-cyan.active:not([disabled]):not(.disabled),
.show > .btn-cyan.dropdown-toggle {
  background-color: #00626e !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8074, vendor/assets/stylesheets/mdb.css */
.btn-cyan:not([disabled]):not(.disabled):active:focus,
.btn-cyan.active:not([disabled]):not(.disabled):focus,
.show > .btn-cyan.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8081, vendor/assets/stylesheets/mdb.css */
.cyan-ic {
  color: #00bcd4 !important;
}

/* line 8085, vendor/assets/stylesheets/mdb.css */
.cyan-ic:hover,
.cyan-ic:focus {
  color: #00bcd4;
}

/* line 8090, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8096, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-cyan {
  color: #fff;
}

/* line 8100, vendor/assets/stylesheets/mdb.css */
.btn-outline-cyan {
  color: #00bcd4 !important;
  background-color: transparent !important;
  border: 2px solid #00bcd4 !important;
}

/* line 8106, vendor/assets/stylesheets/mdb.css */
.btn-outline-cyan:hover,
.btn-outline-cyan:focus,
.btn-outline-cyan:active,
.btn-outline-cyan:active:focus,
.btn-outline-cyan.active {
  color: #00bcd4 !important;
  background-color: transparent !important;
  border-color: #00bcd4 !important;
}

/* line 8116, vendor/assets/stylesheets/mdb.css */
.btn-outline-cyan:not([disabled]):not(.disabled):active,
.btn-outline-cyan.active:not([disabled]):not(.disabled),
.show > .btn-outline-cyan.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00bcd4 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8125, vendor/assets/stylesheets/mdb.css */
.btn-outline-cyan:not([disabled]):not(.disabled):active:focus,
.btn-outline-cyan.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-cyan.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8132, vendor/assets/stylesheets/mdb.css */
.btn-teal {
  color: #fff;
  background-color: #00796b !important;
}

/* line 8137, vendor/assets/stylesheets/mdb.css */
.btn-teal:hover {
  color: #fff;
  background-color: #009382;
}

/* line 8142, vendor/assets/stylesheets/mdb.css */
.btn-teal:focus,
.btn-teal.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8148, vendor/assets/stylesheets/mdb.css */
.btn-teal:focus,
.btn-teal:active,
.btn-teal.active {
  background-color: #001311;
}

/* line 8154, vendor/assets/stylesheets/mdb.css */
.btn-teal.dropdown-toggle {
  background-color: #00796b !important;
}

/* line 8158, vendor/assets/stylesheets/mdb.css */
.btn-teal.dropdown-toggle:hover,
.btn-teal.dropdown-toggle:focus {
  background-color: #009382 !important;
}

/* line 8163, vendor/assets/stylesheets/mdb.css */
.btn-teal:not([disabled]):not(.disabled):active,
.btn-teal.active:not([disabled]):not(.disabled),
.show > .btn-teal.dropdown-toggle {
  background-color: #001311 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8171, vendor/assets/stylesheets/mdb.css */
.btn-teal:not([disabled]):not(.disabled):active:focus,
.btn-teal.active:not([disabled]):not(.disabled):focus,
.show > .btn-teal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8178, vendor/assets/stylesheets/mdb.css */
.teal-ic {
  color: #00796b !important;
}

/* line 8182, vendor/assets/stylesheets/mdb.css */
.teal-ic:hover,
.teal-ic:focus {
  color: #00796b;
}

/* line 8187, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8193, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-teal {
  color: #fff;
}

/* line 8197, vendor/assets/stylesheets/mdb.css */
.btn-outline-teal {
  color: #00796b !important;
  background-color: transparent !important;
  border: 2px solid #00796b !important;
}

/* line 8203, vendor/assets/stylesheets/mdb.css */
.btn-outline-teal:hover,
.btn-outline-teal:focus,
.btn-outline-teal:active,
.btn-outline-teal:active:focus,
.btn-outline-teal.active {
  color: #00796b !important;
  background-color: transparent !important;
  border-color: #00796b !important;
}

/* line 8213, vendor/assets/stylesheets/mdb.css */
.btn-outline-teal:not([disabled]):not(.disabled):active,
.btn-outline-teal.active:not([disabled]):not(.disabled),
.show > .btn-outline-teal.dropdown-toggle {
  background-color: transparent !important;
  border-color: #00796b !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8222, vendor/assets/stylesheets/mdb.css */
.btn-outline-teal:not([disabled]):not(.disabled):active:focus,
.btn-outline-teal.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-teal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8229, vendor/assets/stylesheets/mdb.css */
.btn-green {
  color: #fff;
  background-color: #388e3c !important;
}

/* line 8234, vendor/assets/stylesheets/mdb.css */
.btn-green:hover {
  color: #fff;
  background-color: #3fa044;
}

/* line 8239, vendor/assets/stylesheets/mdb.css */
.btn-green:focus,
.btn-green.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8245, vendor/assets/stylesheets/mdb.css */
.btn-green:focus,
.btn-green:active,
.btn-green.active {
  background-color: #1b451d;
}

/* line 8251, vendor/assets/stylesheets/mdb.css */
.btn-green.dropdown-toggle {
  background-color: #388e3c !important;
}

/* line 8255, vendor/assets/stylesheets/mdb.css */
.btn-green.dropdown-toggle:hover,
.btn-green.dropdown-toggle:focus {
  background-color: #3fa044 !important;
}

/* line 8260, vendor/assets/stylesheets/mdb.css */
.btn-green:not([disabled]):not(.disabled):active,
.btn-green.active:not([disabled]):not(.disabled),
.show > .btn-green.dropdown-toggle {
  background-color: #1b451d !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8268, vendor/assets/stylesheets/mdb.css */
.btn-green:not([disabled]):not(.disabled):active:focus,
.btn-green.active:not([disabled]):not(.disabled):focus,
.show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8275, vendor/assets/stylesheets/mdb.css */
.green-ic {
  color: #388e3c !important;
}

/* line 8279, vendor/assets/stylesheets/mdb.css */
.green-ic:hover,
.green-ic:focus {
  color: #388e3c;
}

/* line 8284, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8290, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-green {
  color: #fff;
}

/* line 8294, vendor/assets/stylesheets/mdb.css */
.btn-outline-green {
  color: #388e3c !important;
  background-color: transparent !important;
  border: 2px solid #388e3c !important;
}

/* line 8300, vendor/assets/stylesheets/mdb.css */
.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green:active,
.btn-outline-green:active:focus,
.btn-outline-green.active {
  color: #388e3c !important;
  background-color: transparent !important;
  border-color: #388e3c !important;
}

/* line 8310, vendor/assets/stylesheets/mdb.css */
.btn-outline-green:not([disabled]):not(.disabled):active,
.btn-outline-green.active:not([disabled]):not(.disabled),
.show > .btn-outline-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #388e3c !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8319, vendor/assets/stylesheets/mdb.css */
.btn-outline-green:not([disabled]):not(.disabled):active:focus,
.btn-outline-green.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8326, vendor/assets/stylesheets/mdb.css */
.btn-light-green {
  color: #fff;
  background-color: #8bc34a !important;
}

/* line 8331, vendor/assets/stylesheets/mdb.css */
.btn-light-green:hover {
  color: #fff;
  background-color: #97c95d;
}

/* line 8336, vendor/assets/stylesheets/mdb.css */
.btn-light-green:focus,
.btn-light-green.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8342, vendor/assets/stylesheets/mdb.css */
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active {
  background-color: #577d2a;
}

/* line 8348, vendor/assets/stylesheets/mdb.css */
.btn-light-green.dropdown-toggle {
  background-color: #8bc34a !important;
}

/* line 8352, vendor/assets/stylesheets/mdb.css */
.btn-light-green.dropdown-toggle:hover,
.btn-light-green.dropdown-toggle:focus {
  background-color: #97c95d !important;
}

/* line 8357, vendor/assets/stylesheets/mdb.css */
.btn-light-green:not([disabled]):not(.disabled):active,
.btn-light-green.active:not([disabled]):not(.disabled),
.show > .btn-light-green.dropdown-toggle {
  background-color: #577d2a !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8365, vendor/assets/stylesheets/mdb.css */
.btn-light-green:not([disabled]):not(.disabled):active:focus,
.btn-light-green.active:not([disabled]):not(.disabled):focus,
.show > .btn-light-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8372, vendor/assets/stylesheets/mdb.css */
.light-green-ic {
  color: #8bc34a !important;
}

/* line 8376, vendor/assets/stylesheets/mdb.css */
.light-green-ic:hover,
.light-green-ic:focus {
  color: #8bc34a;
}

/* line 8381, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8387, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-light-green {
  color: #fff;
}

/* line 8391, vendor/assets/stylesheets/mdb.css */
.btn-outline-light-green {
  color: #8bc34a !important;
  background-color: transparent !important;
  border: 2px solid #8bc34a !important;
}

/* line 8397, vendor/assets/stylesheets/mdb.css */
.btn-outline-light-green:hover,
.btn-outline-light-green:focus,
.btn-outline-light-green:active,
.btn-outline-light-green:active:focus,
.btn-outline-light-green.active {
  color: #8bc34a !important;
  background-color: transparent !important;
  border-color: #8bc34a !important;
}

/* line 8407, vendor/assets/stylesheets/mdb.css */
.btn-outline-light-green:not([disabled]):not(.disabled):active,
.btn-outline-light-green.active:not([disabled]):not(.disabled),
.show > .btn-outline-light-green.dropdown-toggle {
  background-color: transparent !important;
  border-color: #8bc34a !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8416, vendor/assets/stylesheets/mdb.css */
.btn-outline-light-green:not([disabled]):not(.disabled):active:focus,
.btn-outline-light-green.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-light-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8423, vendor/assets/stylesheets/mdb.css */
.btn-lime {
  color: #fff;
  background-color: #afb42b !important;
}

/* line 8428, vendor/assets/stylesheets/mdb.css */
.btn-lime:hover {
  color: #fff;
  background-color: #c3c930;
}

/* line 8433, vendor/assets/stylesheets/mdb.css */
.btn-lime:focus,
.btn-lime.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8439, vendor/assets/stylesheets/mdb.css */
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active {
  background-color: #5f6217;
}

/* line 8445, vendor/assets/stylesheets/mdb.css */
.btn-lime.dropdown-toggle {
  background-color: #afb42b !important;
}

/* line 8449, vendor/assets/stylesheets/mdb.css */
.btn-lime.dropdown-toggle:hover,
.btn-lime.dropdown-toggle:focus {
  background-color: #c3c930 !important;
}

/* line 8454, vendor/assets/stylesheets/mdb.css */
.btn-lime:not([disabled]):not(.disabled):active,
.btn-lime.active:not([disabled]):not(.disabled),
.show > .btn-lime.dropdown-toggle {
  background-color: #5f6217 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8462, vendor/assets/stylesheets/mdb.css */
.btn-lime:not([disabled]):not(.disabled):active:focus,
.btn-lime.active:not([disabled]):not(.disabled):focus,
.show > .btn-lime.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8469, vendor/assets/stylesheets/mdb.css */
.lime-ic {
  color: #afb42b !important;
}

/* line 8473, vendor/assets/stylesheets/mdb.css */
.lime-ic:hover,
.lime-ic:focus {
  color: #afb42b;
}

/* line 8478, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8484, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-lime {
  color: #fff;
}

/* line 8488, vendor/assets/stylesheets/mdb.css */
.btn-outline-lime {
  color: #afb42b !important;
  background-color: transparent !important;
  border: 2px solid #afb42b !important;
}

/* line 8494, vendor/assets/stylesheets/mdb.css */
.btn-outline-lime:hover,
.btn-outline-lime:focus,
.btn-outline-lime:active,
.btn-outline-lime:active:focus,
.btn-outline-lime.active {
  color: #afb42b !important;
  background-color: transparent !important;
  border-color: #afb42b !important;
}

/* line 8504, vendor/assets/stylesheets/mdb.css */
.btn-outline-lime:not([disabled]):not(.disabled):active,
.btn-outline-lime.active:not([disabled]):not(.disabled),
.show > .btn-outline-lime.dropdown-toggle {
  background-color: transparent !important;
  border-color: #afb42b !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8513, vendor/assets/stylesheets/mdb.css */
.btn-outline-lime:not([disabled]):not(.disabled):active:focus,
.btn-outline-lime.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-lime.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8520, vendor/assets/stylesheets/mdb.css */
.btn-yellow {
  color: #fff;
  background-color: #fbc02d !important;
}

/* line 8525, vendor/assets/stylesheets/mdb.css */
.btn-yellow:hover {
  color: #fff;
  background-color: #fbc846;
}

/* line 8530, vendor/assets/stylesheets/mdb.css */
.btn-yellow:focus,
.btn-yellow.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8536, vendor/assets/stylesheets/mdb.css */
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
  background-color: #be8904;
}

/* line 8542, vendor/assets/stylesheets/mdb.css */
.btn-yellow.dropdown-toggle {
  background-color: #fbc02d !important;
}

/* line 8546, vendor/assets/stylesheets/mdb.css */
.btn-yellow.dropdown-toggle:hover,
.btn-yellow.dropdown-toggle:focus {
  background-color: #fbc846 !important;
}

/* line 8551, vendor/assets/stylesheets/mdb.css */
.btn-yellow:not([disabled]):not(.disabled):active,
.btn-yellow.active:not([disabled]):not(.disabled),
.show > .btn-yellow.dropdown-toggle {
  background-color: #be8904 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8559, vendor/assets/stylesheets/mdb.css */
.btn-yellow:not([disabled]):not(.disabled):active:focus,
.btn-yellow.active:not([disabled]):not(.disabled):focus,
.show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8566, vendor/assets/stylesheets/mdb.css */
.yellow-ic {
  color: #fbc02d !important;
}

/* line 8570, vendor/assets/stylesheets/mdb.css */
.yellow-ic:hover,
.yellow-ic:focus {
  color: #fbc02d;
}

/* line 8575, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8581, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-yellow {
  color: #fff;
}

/* line 8585, vendor/assets/stylesheets/mdb.css */
.btn-outline-yellow {
  color: #fbc02d !important;
  background-color: transparent !important;
  border: 2px solid #fbc02d !important;
}

/* line 8591, vendor/assets/stylesheets/mdb.css */
.btn-outline-yellow:hover,
.btn-outline-yellow:focus,
.btn-outline-yellow:active,
.btn-outline-yellow:active:focus,
.btn-outline-yellow.active {
  color: #fbc02d !important;
  background-color: transparent !important;
  border-color: #fbc02d !important;
}

/* line 8601, vendor/assets/stylesheets/mdb.css */
.btn-outline-yellow:not([disabled]):not(.disabled):active,
.btn-outline-yellow.active:not([disabled]):not(.disabled),
.show > .btn-outline-yellow.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fbc02d !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8610, vendor/assets/stylesheets/mdb.css */
.btn-outline-yellow:not([disabled]):not(.disabled):active:focus,
.btn-outline-yellow.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8617, vendor/assets/stylesheets/mdb.css */
.btn-amber {
  color: #fff;
  background-color: #ffa000 !important;
}

/* line 8622, vendor/assets/stylesheets/mdb.css */
.btn-amber:hover {
  color: #fff;
  background-color: #ffaa1a;
}

/* line 8627, vendor/assets/stylesheets/mdb.css */
.btn-amber:focus,
.btn-amber.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8633, vendor/assets/stylesheets/mdb.css */
.btn-amber:focus,
.btn-amber:active,
.btn-amber.active {
  background-color: #996000;
}

/* line 8639, vendor/assets/stylesheets/mdb.css */
.btn-amber.dropdown-toggle {
  background-color: #ffa000 !important;
}

/* line 8643, vendor/assets/stylesheets/mdb.css */
.btn-amber.dropdown-toggle:hover,
.btn-amber.dropdown-toggle:focus {
  background-color: #ffaa1a !important;
}

/* line 8648, vendor/assets/stylesheets/mdb.css */
.btn-amber:not([disabled]):not(.disabled):active,
.btn-amber.active:not([disabled]):not(.disabled),
.show > .btn-amber.dropdown-toggle {
  background-color: #996000 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8656, vendor/assets/stylesheets/mdb.css */
.btn-amber:not([disabled]):not(.disabled):active:focus,
.btn-amber.active:not([disabled]):not(.disabled):focus,
.show > .btn-amber.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8663, vendor/assets/stylesheets/mdb.css */
.amber-ic {
  color: #ffa000 !important;
}

/* line 8667, vendor/assets/stylesheets/mdb.css */
.amber-ic:hover,
.amber-ic:focus {
  color: #ffa000;
}

/* line 8672, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8678, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-amber {
  color: #fff;
}

/* line 8682, vendor/assets/stylesheets/mdb.css */
.btn-outline-amber {
  color: #ffa000 !important;
  background-color: transparent !important;
  border: 2px solid #ffa000 !important;
}

/* line 8688, vendor/assets/stylesheets/mdb.css */
.btn-outline-amber:hover,
.btn-outline-amber:focus,
.btn-outline-amber:active,
.btn-outline-amber:active:focus,
.btn-outline-amber.active {
  color: #ffa000 !important;
  background-color: transparent !important;
  border-color: #ffa000 !important;
}

/* line 8698, vendor/assets/stylesheets/mdb.css */
.btn-outline-amber:not([disabled]):not(.disabled):active,
.btn-outline-amber.active:not([disabled]):not(.disabled),
.show > .btn-outline-amber.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ffa000 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8707, vendor/assets/stylesheets/mdb.css */
.btn-outline-amber:not([disabled]):not(.disabled):active:focus,
.btn-outline-amber.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-amber.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8714, vendor/assets/stylesheets/mdb.css */
.btn-orange {
  color: #fff;
  background-color: #f57c00 !important;
}

/* line 8719, vendor/assets/stylesheets/mdb.css */
.btn-orange:hover {
  color: #fff;
  background-color: #ff8910;
}

/* line 8724, vendor/assets/stylesheets/mdb.css */
.btn-orange:focus,
.btn-orange.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8730, vendor/assets/stylesheets/mdb.css */
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  background-color: #8f4800;
}

/* line 8736, vendor/assets/stylesheets/mdb.css */
.btn-orange.dropdown-toggle {
  background-color: #f57c00 !important;
}

/* line 8740, vendor/assets/stylesheets/mdb.css */
.btn-orange.dropdown-toggle:hover,
.btn-orange.dropdown-toggle:focus {
  background-color: #ff8910 !important;
}

/* line 8745, vendor/assets/stylesheets/mdb.css */
.btn-orange:not([disabled]):not(.disabled):active,
.btn-orange.active:not([disabled]):not(.disabled),
.show > .btn-orange.dropdown-toggle {
  background-color: #8f4800 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8753, vendor/assets/stylesheets/mdb.css */
.btn-orange:not([disabled]):not(.disabled):active:focus,
.btn-orange.active:not([disabled]):not(.disabled):focus,
.show > .btn-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8760, vendor/assets/stylesheets/mdb.css */
.orange-ic {
  color: #f57c00 !important;
}

/* line 8764, vendor/assets/stylesheets/mdb.css */
.orange-ic:hover,
.orange-ic:focus {
  color: #f57c00;
}

/* line 8769, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8775, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-orange {
  color: #fff;
}

/* line 8779, vendor/assets/stylesheets/mdb.css */
.btn-outline-orange {
  color: #f57c00 !important;
  background-color: transparent !important;
  border: 2px solid #f57c00 !important;
}

/* line 8785, vendor/assets/stylesheets/mdb.css */
.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange:active,
.btn-outline-orange:active:focus,
.btn-outline-orange.active {
  color: #f57c00 !important;
  background-color: transparent !important;
  border-color: #f57c00 !important;
}

/* line 8795, vendor/assets/stylesheets/mdb.css */
.btn-outline-orange:not([disabled]):not(.disabled):active,
.btn-outline-orange.active:not([disabled]):not(.disabled),
.show > .btn-outline-orange.dropdown-toggle {
  background-color: transparent !important;
  border-color: #f57c00 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8804, vendor/assets/stylesheets/mdb.css */
.btn-outline-orange:not([disabled]):not(.disabled):active:focus,
.btn-outline-orange.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8811, vendor/assets/stylesheets/mdb.css */
.btn-deep-orange {
  color: #fff;
  background-color: #ff7043 !important;
}

/* line 8816, vendor/assets/stylesheets/mdb.css */
.btn-deep-orange:hover {
  color: #fff;
  background-color: #ff835d;
}

/* line 8821, vendor/assets/stylesheets/mdb.css */
.btn-deep-orange:focus,
.btn-deep-orange.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8827, vendor/assets/stylesheets/mdb.css */
.btn-deep-orange:focus,
.btn-deep-orange:active,
.btn-deep-orange.active {
  background-color: #dc3500;
}

/* line 8833, vendor/assets/stylesheets/mdb.css */
.btn-deep-orange.dropdown-toggle {
  background-color: #ff7043 !important;
}

/* line 8837, vendor/assets/stylesheets/mdb.css */
.btn-deep-orange.dropdown-toggle:hover,
.btn-deep-orange.dropdown-toggle:focus {
  background-color: #ff835d !important;
}

/* line 8842, vendor/assets/stylesheets/mdb.css */
.btn-deep-orange:not([disabled]):not(.disabled):active,
.btn-deep-orange.active:not([disabled]):not(.disabled),
.show > .btn-deep-orange.dropdown-toggle {
  background-color: #dc3500 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8850, vendor/assets/stylesheets/mdb.css */
.btn-deep-orange:not([disabled]):not(.disabled):active:focus,
.btn-deep-orange.active:not([disabled]):not(.disabled):focus,
.show > .btn-deep-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8857, vendor/assets/stylesheets/mdb.css */
.deep-orange-ic {
  color: #ff7043 !important;
}

/* line 8861, vendor/assets/stylesheets/mdb.css */
.deep-orange-ic:hover,
.deep-orange-ic:focus {
  color: #ff7043;
}

/* line 8866, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8872, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-deep-orange {
  color: #fff;
}

/* line 8876, vendor/assets/stylesheets/mdb.css */
.btn-outline-deep-orange {
  color: #ff7043 !important;
  background-color: transparent !important;
  border: 2px solid #ff7043 !important;
}

/* line 8882, vendor/assets/stylesheets/mdb.css */
.btn-outline-deep-orange:hover,
.btn-outline-deep-orange:focus,
.btn-outline-deep-orange:active,
.btn-outline-deep-orange:active:focus,
.btn-outline-deep-orange.active {
  color: #ff7043 !important;
  background-color: transparent !important;
  border-color: #ff7043 !important;
}

/* line 8892, vendor/assets/stylesheets/mdb.css */
.btn-outline-deep-orange:not([disabled]):not(.disabled):active,
.btn-outline-deep-orange.active:not([disabled]):not(.disabled),
.show > .btn-outline-deep-orange.dropdown-toggle {
  background-color: transparent !important;
  border-color: #ff7043 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8901, vendor/assets/stylesheets/mdb.css */
.btn-outline-deep-orange:not([disabled]):not(.disabled):active:focus,
.btn-outline-deep-orange.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-deep-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8908, vendor/assets/stylesheets/mdb.css */
.btn-brown {
  color: #fff;
  background-color: #795548 !important;
}

/* line 8913, vendor/assets/stylesheets/mdb.css */
.btn-brown:hover {
  color: #fff;
  background-color: #896052;
}

/* line 8918, vendor/assets/stylesheets/mdb.css */
.btn-brown:focus,
.btn-brown.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8924, vendor/assets/stylesheets/mdb.css */
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active {
  background-color: #392822;
}

/* line 8930, vendor/assets/stylesheets/mdb.css */
.btn-brown.dropdown-toggle {
  background-color: #795548 !important;
}

/* line 8934, vendor/assets/stylesheets/mdb.css */
.btn-brown.dropdown-toggle:hover,
.btn-brown.dropdown-toggle:focus {
  background-color: #896052 !important;
}

/* line 8939, vendor/assets/stylesheets/mdb.css */
.btn-brown:not([disabled]):not(.disabled):active,
.btn-brown.active:not([disabled]):not(.disabled),
.show > .btn-brown.dropdown-toggle {
  background-color: #392822 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8947, vendor/assets/stylesheets/mdb.css */
.btn-brown:not([disabled]):not(.disabled):active:focus,
.btn-brown.active:not([disabled]):not(.disabled):focus,
.show > .btn-brown.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8954, vendor/assets/stylesheets/mdb.css */
.brown-ic {
  color: #795548 !important;
}

/* line 8958, vendor/assets/stylesheets/mdb.css */
.brown-ic:hover,
.brown-ic:focus {
  color: #795548;
}

/* line 8963, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 8969, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-brown {
  color: #fff;
}

/* line 8973, vendor/assets/stylesheets/mdb.css */
.btn-outline-brown {
  color: #795548 !important;
  background-color: transparent !important;
  border: 2px solid #795548 !important;
}

/* line 8979, vendor/assets/stylesheets/mdb.css */
.btn-outline-brown:hover,
.btn-outline-brown:focus,
.btn-outline-brown:active,
.btn-outline-brown:active:focus,
.btn-outline-brown.active {
  color: #795548 !important;
  background-color: transparent !important;
  border-color: #795548 !important;
}

/* line 8989, vendor/assets/stylesheets/mdb.css */
.btn-outline-brown:not([disabled]):not(.disabled):active,
.btn-outline-brown.active:not([disabled]):not(.disabled),
.show > .btn-outline-brown.dropdown-toggle {
  background-color: transparent !important;
  border-color: #795548 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 8998, vendor/assets/stylesheets/mdb.css */
.btn-outline-brown:not([disabled]):not(.disabled):active:focus,
.btn-outline-brown.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-brown.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9005, vendor/assets/stylesheets/mdb.css */
.btn-grey {
  color: #fff;
  background-color: #616161 !important;
}

/* line 9010, vendor/assets/stylesheets/mdb.css */
.btn-grey:hover {
  color: #fff;
  background-color: #6e6e6e;
}

/* line 9015, vendor/assets/stylesheets/mdb.css */
.btn-grey:focus,
.btn-grey.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9021, vendor/assets/stylesheets/mdb.css */
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
  background-color: #2e2e2e;
}

/* line 9027, vendor/assets/stylesheets/mdb.css */
.btn-grey.dropdown-toggle {
  background-color: #616161 !important;
}

/* line 9031, vendor/assets/stylesheets/mdb.css */
.btn-grey.dropdown-toggle:hover,
.btn-grey.dropdown-toggle:focus {
  background-color: #6e6e6e !important;
}

/* line 9036, vendor/assets/stylesheets/mdb.css */
.btn-grey:not([disabled]):not(.disabled):active,
.btn-grey.active:not([disabled]):not(.disabled),
.show > .btn-grey.dropdown-toggle {
  background-color: #2e2e2e !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9044, vendor/assets/stylesheets/mdb.css */
.btn-grey:not([disabled]):not(.disabled):active:focus,
.btn-grey.active:not([disabled]):not(.disabled):focus,
.show > .btn-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9051, vendor/assets/stylesheets/mdb.css */
.grey-ic {
  color: #616161 !important;
}

/* line 9055, vendor/assets/stylesheets/mdb.css */
.grey-ic:hover,
.grey-ic:focus {
  color: #616161;
}

/* line 9060, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 9066, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-grey {
  color: #fff;
}

/* line 9070, vendor/assets/stylesheets/mdb.css */
.btn-outline-grey {
  color: #616161 !important;
  background-color: transparent !important;
  border: 2px solid #616161 !important;
}

/* line 9076, vendor/assets/stylesheets/mdb.css */
.btn-outline-grey:hover,
.btn-outline-grey:focus,
.btn-outline-grey:active,
.btn-outline-grey:active:focus,
.btn-outline-grey.active {
  color: #616161 !important;
  background-color: transparent !important;
  border-color: #616161 !important;
}

/* line 9086, vendor/assets/stylesheets/mdb.css */
.btn-outline-grey:not([disabled]):not(.disabled):active,
.btn-outline-grey.active:not([disabled]):not(.disabled),
.show > .btn-outline-grey.dropdown-toggle {
  background-color: transparent !important;
  border-color: #616161 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9095, vendor/assets/stylesheets/mdb.css */
.btn-outline-grey:not([disabled]):not(.disabled):active:focus,
.btn-outline-grey.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9102, vendor/assets/stylesheets/mdb.css */
.btn-blue-grey {
  color: #fff;
  background-color: #78909c !important;
}

/* line 9107, vendor/assets/stylesheets/mdb.css */
.btn-blue-grey:hover {
  color: #fff;
  background-color: #879ca7;
}

/* line 9112, vendor/assets/stylesheets/mdb.css */
.btn-blue-grey:focus,
.btn-blue-grey.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9118, vendor/assets/stylesheets/mdb.css */
.btn-blue-grey:focus,
.btn-blue-grey:active,
.btn-blue-grey.active {
  background-color: #4a5b64;
}

/* line 9124, vendor/assets/stylesheets/mdb.css */
.btn-blue-grey.dropdown-toggle {
  background-color: #78909c !important;
}

/* line 9128, vendor/assets/stylesheets/mdb.css */
.btn-blue-grey.dropdown-toggle:hover,
.btn-blue-grey.dropdown-toggle:focus {
  background-color: #879ca7 !important;
}

/* line 9133, vendor/assets/stylesheets/mdb.css */
.btn-blue-grey:not([disabled]):not(.disabled):active,
.btn-blue-grey.active:not([disabled]):not(.disabled),
.show > .btn-blue-grey.dropdown-toggle {
  background-color: #4a5b64 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9141, vendor/assets/stylesheets/mdb.css */
.btn-blue-grey:not([disabled]):not(.disabled):active:focus,
.btn-blue-grey.active:not([disabled]):not(.disabled):focus,
.show > .btn-blue-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9148, vendor/assets/stylesheets/mdb.css */
.blue-grey-ic {
  color: #78909c !important;
}

/* line 9152, vendor/assets/stylesheets/mdb.css */
.blue-grey-ic:hover,
.blue-grey-ic:focus {
  color: #78909c;
}

/* line 9157, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 9163, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-blue-grey {
  color: #fff;
}

/* line 9167, vendor/assets/stylesheets/mdb.css */
.btn-outline-blue-grey {
  color: #78909c !important;
  background-color: transparent !important;
  border: 2px solid #78909c !important;
}

/* line 9173, vendor/assets/stylesheets/mdb.css */
.btn-outline-blue-grey:hover,
.btn-outline-blue-grey:focus,
.btn-outline-blue-grey:active,
.btn-outline-blue-grey:active:focus,
.btn-outline-blue-grey.active {
  color: #78909c !important;
  background-color: transparent !important;
  border-color: #78909c !important;
}

/* line 9183, vendor/assets/stylesheets/mdb.css */
.btn-outline-blue-grey:not([disabled]):not(.disabled):active,
.btn-outline-blue-grey.active:not([disabled]):not(.disabled),
.show > .btn-outline-blue-grey.dropdown-toggle {
  background-color: transparent !important;
  border-color: #78909c !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9192, vendor/assets/stylesheets/mdb.css */
.btn-outline-blue-grey:not([disabled]):not(.disabled):active:focus,
.btn-outline-blue-grey.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-blue-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9199, vendor/assets/stylesheets/mdb.css */
.btn-dark {
  color: #fff;
  background-color: #212121 !important;
}

/* line 9204, vendor/assets/stylesheets/mdb.css */
.btn-dark:hover {
  color: #fff;
  background-color: #2e2e2e;
}

/* line 9209, vendor/assets/stylesheets/mdb.css */
.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9215, vendor/assets/stylesheets/mdb.css */
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  background-color: #000;
}

/* line 9221, vendor/assets/stylesheets/mdb.css */
.btn-dark.dropdown-toggle {
  background-color: #212121 !important;
}

/* line 9225, vendor/assets/stylesheets/mdb.css */
.btn-dark.dropdown-toggle:hover,
.btn-dark.dropdown-toggle:focus {
  background-color: #2e2e2e !important;
}

/* line 9230, vendor/assets/stylesheets/mdb.css */
.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark.active:not([disabled]):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  background-color: #000 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9238, vendor/assets/stylesheets/mdb.css */
.btn-dark:not([disabled]):not(.disabled):active:focus,
.btn-dark.active:not([disabled]):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9245, vendor/assets/stylesheets/mdb.css */
.dark-ic {
  color: #212121 !important;
}

/* line 9249, vendor/assets/stylesheets/mdb.css */
.dark-ic:hover,
.dark-ic:focus {
  color: #212121;
}

/* line 9254, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 9260, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-dark {
  color: #fff;
}

/* line 9264, vendor/assets/stylesheets/mdb.css */
.btn-outline-dark {
  color: #212121 !important;
  background-color: transparent !important;
  border: 2px solid #212121 !important;
}

/* line 9270, vendor/assets/stylesheets/mdb.css */
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark:active:focus,
.btn-outline-dark.active {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: #212121 !important;
}

/* line 9280, vendor/assets/stylesheets/mdb.css */
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark.active:not([disabled]):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  background-color: transparent !important;
  border-color: #212121 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9289, vendor/assets/stylesheets/mdb.css */
.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 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9296, vendor/assets/stylesheets/mdb.css */
.btn-light {
  color: #000;
  background-color: #e0e0e0 !important;
}

/* line 9301, vendor/assets/stylesheets/mdb.css */
.btn-light:hover {
  color: #000;
  background-color: #ededed;
}

/* line 9306, vendor/assets/stylesheets/mdb.css */
.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9312, vendor/assets/stylesheets/mdb.css */
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  background-color: #adadad;
}

/* line 9318, vendor/assets/stylesheets/mdb.css */
.btn-light.dropdown-toggle {
  background-color: #e0e0e0 !important;
}

/* line 9322, vendor/assets/stylesheets/mdb.css */
.btn-light.dropdown-toggle:hover,
.btn-light.dropdown-toggle:focus {
  background-color: #ededed !important;
}

/* line 9327, vendor/assets/stylesheets/mdb.css */
.btn-light:not([disabled]):not(.disabled):active,
.btn-light.active:not([disabled]):not(.disabled),
.show > .btn-light.dropdown-toggle {
  background-color: #adadad !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9335, vendor/assets/stylesheets/mdb.css */
.btn-light:not([disabled]):not(.disabled):active:focus,
.btn-light.active:not([disabled]):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9342, vendor/assets/stylesheets/mdb.css */
.light-ic {
  color: #e0e0e0 !important;
}

/* line 9346, vendor/assets/stylesheets/mdb.css */
.light-ic:hover,
.light-ic:focus {
  color: #e0e0e0;
}

/* line 9351, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

/* line 9357, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-light {
  color: #000;
}

/* line 9361, vendor/assets/stylesheets/mdb.css */
.btn-outline-light {
  color: #e0e0e0 !important;
  background-color: transparent !important;
  border: 2px solid #e0e0e0 !important;
}

/* line 9367, vendor/assets/stylesheets/mdb.css */
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light:active:focus,
.btn-outline-light.active {
  color: #e0e0e0 !important;
  background-color: transparent !important;
  border-color: #e0e0e0 !important;
}

/* line 9377, vendor/assets/stylesheets/mdb.css */
.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light.active:not([disabled]):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  background-color: transparent !important;
  border-color: #e0e0e0 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9386, vendor/assets/stylesheets/mdb.css */
.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 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9393, vendor/assets/stylesheets/mdb.css */
.btn-white {
  color: #000;
  background-color: #fff !important;
}

/* line 9398, vendor/assets/stylesheets/mdb.css */
.btn-white:hover {
  color: #000;
  background-color: #fff;
}

/* line 9403, vendor/assets/stylesheets/mdb.css */
.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9409, vendor/assets/stylesheets/mdb.css */
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background-color: #ccc;
}

/* line 9415, vendor/assets/stylesheets/mdb.css */
.btn-white.dropdown-toggle {
  background-color: #fff !important;
}

/* line 9419, vendor/assets/stylesheets/mdb.css */
.btn-white.dropdown-toggle:hover,
.btn-white.dropdown-toggle:focus {
  background-color: #fff !important;
}

/* line 9424, vendor/assets/stylesheets/mdb.css */
.btn-white:not([disabled]):not(.disabled):active,
.btn-white.active:not([disabled]):not(.disabled),
.show > .btn-white.dropdown-toggle {
  background-color: #ccc !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9432, vendor/assets/stylesheets/mdb.css */
.btn-white:not([disabled]):not(.disabled):active:focus,
.btn-white.active:not([disabled]):not(.disabled):focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9439, vendor/assets/stylesheets/mdb.css */
.white-ic {
  color: #fff !important;
}

/* line 9443, vendor/assets/stylesheets/mdb.css */
.white-ic:hover,
.white-ic:focus {
  color: #fff;
}

/* line 9448, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #000;
}

/* line 9454, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-white {
  color: #000;
}

/* line 9458, vendor/assets/stylesheets/mdb.css */
.btn-outline-white {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}

/* line 9464, vendor/assets/stylesheets/mdb.css */
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white:active:focus,
.btn-outline-white.active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

/* line 9474, vendor/assets/stylesheets/mdb.css */
.btn-outline-white:not([disabled]):not(.disabled):active,
.btn-outline-white.active:not([disabled]):not(.disabled),
.show > .btn-outline-white.dropdown-toggle {
  background-color: transparent !important;
  border-color: #fff !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9483, vendor/assets/stylesheets/mdb.css */
.btn-outline-white:not([disabled]):not(.disabled):active:focus,
.btn-outline-white.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9490, vendor/assets/stylesheets/mdb.css */
.btn-black {
  color: #fff;
  background-color: #000 !important;
}

/* line 9495, vendor/assets/stylesheets/mdb.css */
.btn-black:hover {
  color: #fff;
  background-color: #0d0d0d;
}

/* line 9500, vendor/assets/stylesheets/mdb.css */
.btn-black:focus,
.btn-black.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9506, vendor/assets/stylesheets/mdb.css */
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  background-color: #000;
}

/* line 9512, vendor/assets/stylesheets/mdb.css */
.btn-black.dropdown-toggle {
  background-color: #000 !important;
}

/* line 9516, vendor/assets/stylesheets/mdb.css */
.btn-black.dropdown-toggle:hover,
.btn-black.dropdown-toggle:focus {
  background-color: #0d0d0d !important;
}

/* line 9521, vendor/assets/stylesheets/mdb.css */
.btn-black:not([disabled]):not(.disabled):active,
.btn-black.active:not([disabled]):not(.disabled),
.show > .btn-black.dropdown-toggle {
  background-color: #000 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9529, vendor/assets/stylesheets/mdb.css */
.btn-black:not([disabled]):not(.disabled):active:focus,
.btn-black.active:not([disabled]):not(.disabled):focus,
.show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9536, vendor/assets/stylesheets/mdb.css */
.black-ic {
  color: #000 !important;
}

/* line 9540, vendor/assets/stylesheets/mdb.css */
.black-ic:hover,
.black-ic:focus {
  color: #000;
}

/* line 9545, vendor/assets/stylesheets/mdb.css */
a.btn:not([href]):not([tabindex]),
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):hover {
  color: #fff;
}

/* line 9551, vendor/assets/stylesheets/mdb.css */
table.table a.btn.btn-black {
  color: #fff;
}

/* line 9555, vendor/assets/stylesheets/mdb.css */
.btn-outline-black {
  color: #000 !important;
  background-color: transparent !important;
  border: 2px solid #000 !important;
}

/* line 9561, vendor/assets/stylesheets/mdb.css */
.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:active,
.btn-outline-black:active:focus,
.btn-outline-black.active {
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000 !important;
}

/* line 9571, vendor/assets/stylesheets/mdb.css */
.btn-outline-black:not([disabled]):not(.disabled):active,
.btn-outline-black.active:not([disabled]):not(.disabled),
.show > .btn-outline-black.dropdown-toggle {
  background-color: transparent !important;
  border-color: #000 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9580, vendor/assets/stylesheets/mdb.css */
.btn-outline-black:not([disabled]):not(.disabled):active:focus,
.btn-outline-black.active:not([disabled]):not(.disabled):focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 9587, vendor/assets/stylesheets/mdb.css */
.btn.purple-gradient {
  color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/* line 9593, vendor/assets/stylesheets/mdb.css */
.btn.purple-gradient:hover,
.btn.purple-gradient:focus,
.btn.purple-gradient:active,
.btn.purple-gradient:active:focus .btn.purple-gradient.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff88ce), to(#8f8bf7));
  background: linear-gradient(#ff88ce, #8f8bf7);
}

/* line 9601, vendor/assets/stylesheets/mdb.css */
.btn.peach-gradient {
  color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/* line 9607, vendor/assets/stylesheets/mdb.css */
.btn.peach-gradient:hover,
.btn.peach-gradient:focus,
.btn.peach-gradient:active,
.btn.peach-gradient:active:focus .btn.peach-gradient.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdf89), to(#fc7b7b));
  background: linear-gradient(#ffdf89, #fc7b7b);
}

/* line 9615, vendor/assets/stylesheets/mdb.css */
.btn.aqua-gradient {
  color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/* line 9621, vendor/assets/stylesheets/mdb.css */
.btn.aqua-gradient:hover,
.btn.aqua-gradient:focus,
.btn.aqua-gradient:active,
.btn.aqua-gradient:active:focus .btn.aqua-gradient.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#3aa2ff), to(#1fffac));
  background: linear-gradient(#3aa2ff, #1fffac);
}

/* line 9629, vendor/assets/stylesheets/mdb.css */
.btn.blue-gradient {
  color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

/* line 9635, vendor/assets/stylesheets/mdb.css */
.btn.blue-gradient:hover,
.btn.blue-gradient:focus,
.btn.blue-gradient:active,
.btn.blue-gradient:active:focus .btn.blue-gradient.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ed1fc), to(#3647b3));
  background: linear-gradient(#5ed1fc, #3647b3);
}

/* line 9643, vendor/assets/stylesheets/mdb.css */
.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
}

/* line 9649, vendor/assets/stylesheets/mdb.css */
.card {
  font-weight: 400;
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 9656, vendor/assets/stylesheets/mdb.css */
.card[class*="border"] {
  border: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9662, vendor/assets/stylesheets/mdb.css */
.card .card-body h1,
.card .card-body h2,
.card .card-body h3,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6 {
  font-weight: 400;
}

/* line 9671, vendor/assets/stylesheets/mdb.css */
.card .card-body .card-title a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 9676, vendor/assets/stylesheets/mdb.css */
.card .card-body .card-title a:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 9681, vendor/assets/stylesheets/mdb.css */
.card .card-body .card-text {
  font-size: .9rem;
  font-weight: 400;
  color: #747373;
}

/* line 9687, vendor/assets/stylesheets/mdb.css */
.card .md-form label {
  font-weight: 300;
}

/* line 9691, vendor/assets/stylesheets/mdb.css */
.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #757575;
}

/* line 9695, vendor/assets/stylesheets/mdb.css */
.md-form.input-group label {
  top: 0;
  margin-bottom: 0;
}

/* line 9700, vendor/assets/stylesheets/mdb.css */
.md-form.input-group .input-group-text {
  background-color: #e0e0e0;
}

/* line 9704, vendor/assets/stylesheets/mdb.css */
.md-form.input-group .input-group-text.md-addon {
  font-weight: 500;
  background-color: transparent;
  border: none;
}

/* line 9710, vendor/assets/stylesheets/mdb.css */
.md-form.input-group .form-control {
  padding: .375rem .75rem;
  margin: 0;
}

/* line 9715, vendor/assets/stylesheets/mdb.css */
.navbar {
  font-weight: 300;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 9721, vendor/assets/stylesheets/mdb.css */
.navbar form .md-form input {
  margin: 0 5px 1px 8px;
}

/* line 9725, vendor/assets/stylesheets/mdb.css */
.navbar .breadcrumb {
  padding: .3rem 0 0 1rem;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  background-color: inherit;
}

/* line 9733, vendor/assets/stylesheets/mdb.css */
.navbar .breadcrumb .breadcrumb-item {
  color: #fff;
}

/* line 9737, vendor/assets/stylesheets/mdb.css */
.navbar .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.65);
}

/* line 9741, vendor/assets/stylesheets/mdb.css */
.navbar .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.65);
}

/* line 9745, vendor/assets/stylesheets/mdb.css */
.navbar .navbar-toggler {
  border-width: 0;
  outline: 0;
}

/* line 9750, vendor/assets/stylesheets/mdb.css */
.navbar .nav-flex-icons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 992px) {
  /* line 9758, vendor/assets/stylesheets/mdb.css */
  .navbar .container {
    width: 100%;
  }
  /* line 9762, vendor/assets/stylesheets/mdb.css */
  .navbar .container .navbar-toggler-right {
    right: 0;
  }
}

/* line 9767, vendor/assets/stylesheets/mdb.css */
.navbar .nav-item .nav-link {
  display: block;
}

/* line 9771, vendor/assets/stylesheets/mdb.css */
.navbar .nav-item .nav-link.disabled:active {
  pointer-events: none;
}

/* line 9775, vendor/assets/stylesheets/mdb.css */
.navbar .nav-item .nav-link .fas,
.navbar .nav-item .nav-link .fab,
.navbar .nav-item .nav-link .far {
  padding-right: 3px;
  padding-left: 3px;
}

@media (max-width: 992px) {
  /* line 9783, vendor/assets/stylesheets/mdb.css */
  .navbar .nav-item .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
}

/* line 9789, vendor/assets/stylesheets/mdb.css */
.navbar .dropdown-menu {
  position: absolute !important;
  margin-top: 0;
}

/* line 9794, vendor/assets/stylesheets/mdb.css */
.navbar .dropdown-menu a {
  padding: 10px;
  font-size: .9375rem;
  font-weight: 300;
}

/* line 9800, vendor/assets/stylesheets/mdb.css */
.navbar .dropdown-menu a:not(.active) {
  color: #000;
}

@media (max-width: 600px) {
  /* line 9805, vendor/assets/stylesheets/mdb.css */
  .navbar .dropdown-menu form {
    width: 17rem;
  }
}

@media (min-width: 600px) {
  /* line 9811, vendor/assets/stylesheets/mdb.css */
  .navbar .dropdown-menu form {
    width: 22rem;
  }
}

/* line 9816, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 9820, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(0, 0, 0, 0.3);
}

/* line 9824, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 9829, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
  -webkit-transition: .35s;
  transition: .35s;
}

/* line 9836, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 9841, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 9846, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
  color: #000;
}

/* line 9851, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light .navbar-toggler {
  color: #000;
}

/* line 9855, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light form .md-form input {
  border-bottom: 1px solid #000;
}

/* line 9859, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}

/* line 9863, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light form .md-form .form-control {
  color: #000;
}

/* line 9867, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light form .md-form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #000;
}

/* line 9872, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light form .md-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #000;
}

/* line 9877, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light form .md-form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #000;
}

/* line 9882, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light form .md-form .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #000;
}

/* line 9887, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-light form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #000;
}

/* line 9892, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 9896, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(255, 255, 255, 0.25);
}

/* line 9900, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 9905, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  -webkit-transition: .35s;
  transition: .35s;
}

/* line 9912, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 9917, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 9922, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
  color: #fff;
}

/* line 9927, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark .navbar-toggler {
  color: #fff;
}

/* line 9931, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark form .md-form input {
  border-bottom: 1px solid #fff;
}

/* line 9935, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}

/* line 9939, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark form .md-form .form-control {
  color: #fff;
}

/* line 9943, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark form .md-form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #fff;
}

/* line 9948, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark form .md-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #fff;
}

/* line 9953, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark form .md-form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #fff;
}

/* line 9958, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark form .md-form .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #fff;
}

/* line 9963, vendor/assets/stylesheets/mdb.css */
.navbar.navbar-dark form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #fff;
}

@media (min-width: 600px) {
  /* line 9969, vendor/assets/stylesheets/mdb.css */
  .navbar.scrolling-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  /* line 9976, vendor/assets/stylesheets/mdb.css */
  .navbar.scrolling-navbar .navbar-nav > li {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  /* line 9981, vendor/assets/stylesheets/mdb.css */
  .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* line 9987, vendor/assets/stylesheets/mdb.css */
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #4285f4;
  border-radius: .125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 9997, vendor/assets/stylesheets/mdb.css */
.pagination .page-item.active .page-link:hover {
  background-color: #4285f4;
}

/* line 10001, vendor/assets/stylesheets/mdb.css */
.pagination .page-item.disabled .page-link {
  color: #868e96;
}

/* line 10005, vendor/assets/stylesheets/mdb.css */
.pagination .page-item .page-link {
  font-size: .9rem;
  color: #212529;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 10015, vendor/assets/stylesheets/mdb.css */
.pagination .page-item .page-link:hover {
  background-color: #eee;
  border-radius: .125rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 10022, vendor/assets/stylesheets/mdb.css */
.pagination .page-item .page-link:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 10028, vendor/assets/stylesheets/mdb.css */
.pagination.pagination-lg .page-item .page-link {
  font-size: 1rem;
}

/* line 10032, vendor/assets/stylesheets/mdb.css */
.pagination.pagination-sm .page-item .page-link {
  font-size: .8rem;
}

/* line 10036, vendor/assets/stylesheets/mdb.css */
.pagination.pagination-circle .page-item .page-link {
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 50%;
}

/* line 10042, vendor/assets/stylesheets/mdb.css */
.pagination.pagination-circle .page-item .page-link:hover {
  border-radius: 50%;
}

/* line 10046, vendor/assets/stylesheets/mdb.css */
.pagination.pagination-circle .page-item.active .page-link {
  border-radius: 50%;
}

/* line 10050, vendor/assets/stylesheets/mdb.css */
.pagination.pg-blue .page-item.active .page-link {
  background-color: #4285f4;
}

/* line 10054, vendor/assets/stylesheets/mdb.css */
.pagination.pg-blue .page-item.active .page-link:hover {
  background-color: #4285f4;
}

/* line 10058, vendor/assets/stylesheets/mdb.css */
.pagination.pg-red .page-item.active .page-link {
  background-color: #ff3547;
}

/* line 10062, vendor/assets/stylesheets/mdb.css */
.pagination.pg-red .page-item.active .page-link:hover {
  background-color: #ff3547;
}

/* line 10066, vendor/assets/stylesheets/mdb.css */
.pagination.pg-teal .page-item.active .page-link {
  background-color: #2bbbad;
}

/* line 10070, vendor/assets/stylesheets/mdb.css */
.pagination.pg-teal .page-item.active .page-link:hover {
  background-color: #2bbbad;
}

/* line 10074, vendor/assets/stylesheets/mdb.css */
.pagination.pg-dark-grey .page-item.active .page-link {
  background-color: #37474f;
}

/* line 10078, vendor/assets/stylesheets/mdb.css */
.pagination.pg-dark-grey .page-item.active .page-link:hover {
  background-color: #37474f;
}

/* line 10082, vendor/assets/stylesheets/mdb.css */
.pagination.pg-dark .page-item.active .page-link {
  background-color: #2e2e2e;
}

/* line 10086, vendor/assets/stylesheets/mdb.css */
.pagination.pg-dark .page-item.active .page-link:hover {
  background-color: #2e2e2e;
}

/* line 10090, vendor/assets/stylesheets/mdb.css */
.pagination.pg-blue-grey .page-item.active .page-link {
  background-color: #3f729b;
}

/* line 10094, vendor/assets/stylesheets/mdb.css */
.pagination.pg-blue-grey .page-item.active .page-link:hover {
  background-color: #3f729b;
}

/* line 10098, vendor/assets/stylesheets/mdb.css */
.pagination.pg-amber .page-item.active .page-link {
  background-color: #ff6f00;
}

/* line 10102, vendor/assets/stylesheets/mdb.css */
.pagination.pg-amber .page-item.active .page-link:hover {
  background-color: #ff6f00;
}

/* line 10106, vendor/assets/stylesheets/mdb.css */
.pagination.pg-purple .page-item.active .page-link {
  background-color: #5e35b1;
}

/* line 10110, vendor/assets/stylesheets/mdb.css */
.pagination.pg-purple .page-item.active .page-link:hover {
  background-color: #5e35b1;
}

/* line 10114, vendor/assets/stylesheets/mdb.css */
.badge {
  color: #fff !important;
  border-radius: .125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 10121, vendor/assets/stylesheets/mdb.css */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 10127, vendor/assets/stylesheets/mdb.css */
.badge-primary {
  color: #fff !important;
  background-color: #4285f4 !important;
}

/* line 10132, vendor/assets/stylesheets/mdb.css */
.badge-danger {
  color: #fff !important;
  background-color: #ff3547 !important;
}

/* line 10137, vendor/assets/stylesheets/mdb.css */
.badge-warning {
  color: #fff !important;
  background-color: #fb3 !important;
}

/* line 10142, vendor/assets/stylesheets/mdb.css */
.badge-success {
  color: #fff !important;
  background-color: #00c851 !important;
}

/* line 10147, vendor/assets/stylesheets/mdb.css */
.badge-info {
  color: #fff !important;
  background-color: #33b5e5 !important;
}

/* line 10152, vendor/assets/stylesheets/mdb.css */
.badge-default {
  color: #fff !important;
  background-color: #2bbbad !important;
}

/* line 10157, vendor/assets/stylesheets/mdb.css */
.badge-secondary {
  color: #fff !important;
  background-color: #a6c !important;
}

/* line 10162, vendor/assets/stylesheets/mdb.css */
.badge-dark {
  color: #fff !important;
  background-color: #212121 !important;
}

/* line 10167, vendor/assets/stylesheets/mdb.css */
.badge-light {
  color: #000 !important;
  background-color: #e0e0e0 !important;
}

/* line 10172, vendor/assets/stylesheets/mdb.css */
body.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}

/* line 10177, vendor/assets/stylesheets/mdb.css */
body.scrollable {
  overflow-y: auto;
}

/* line 10181, vendor/assets/stylesheets/mdb.css */
.modal-dialog .modal-content {
  border: 0;
  border-radius: .125rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 10188, vendor/assets/stylesheets/mdb.css */
.modal-dialog .modal-content .modal-header {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

/* line 10193, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal {
  margin-top: 10%;
}

/* line 10197, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .close {
  color: #fff;
  text-shadow: none;
  outline: 0;
  opacity: 1;
}

/* line 10204, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-header {
  padding: 1.5rem;
  margin: -2rem 1rem 1rem 1rem;
  text-align: center;
  border: none;
  border-radius: .125rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 10214, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-header .close {
  margin-right: 1rem;
}

/* line 10218, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-header .title {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.25rem;
}

/* line 10224, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-header .title .fas,
.modal-dialog.cascading-modal .modal-header .title .fab,
.modal-dialog.cascading-modal .modal-header .title .far {
  margin-right: 9px;
}

/* line 10230, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-header .social-buttons {
  margin-top: 1.5rem;
}

/* line 10234, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-header .social-buttons a {
  font-size: 1rem;
}

/* line 10238, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.5rem 1rem 0 1rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 10247, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 10253, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li a {
  text-align: center;
}

/* line 10257, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-c-tabs .tab-content {
  padding: 1.7rem 0 0 0;
}

/* line 10261, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-body,
.modal-dialog.cascading-modal .modal-footer {
  padding-right: 2rem;
  padding-left: 2rem;
  color: #616161;
}

/* line 10268, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal .modal-body .additional-option,
.modal-dialog.cascading-modal .modal-footer .additional-option {
  margin-top: 1rem;
  text-align: center;
}

/* line 10274, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal.modal-avatar {
  margin-top: 6rem;
}

/* line 10278, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal.modal-avatar .modal-header {
  margin: -6rem 0 -1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 10284, vendor/assets/stylesheets/mdb.css */
.modal-dialog.cascading-modal.modal-avatar .modal-header img {
  width: 130px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 10292, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify .heading {
  padding: .3rem;
  margin: 0;
  font-size: 1.15rem;
  color: #fff;
}

/* line 10299, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify .modal-header {
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 10305, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify .close {
  opacity: 1;
}

/* line 10309, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify .modal-body {
  padding: 1.5rem;
  color: #616161;
}

/* line 10314, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-primary .modal-header {
  background-color: #4285f4;
}

/* line 10318, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-primary .fas,
.modal-dialog.modal-notify.modal-primary .fab,
.modal-dialog.modal-notify.modal-primary .far {
  color: #4285f4;
}

/* line 10324, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-primary .badge {
  background-color: #4285f4;
}

/* line 10328, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-primary .btn .fas,
.modal-dialog.modal-notify.modal-primary .btn .fab,
.modal-dialog.modal-notify.modal-primary .btn .far {
  color: #fff;
}

/* line 10334, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fas,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fab,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .far {
  color: #4285f4;
}

/* line 10340, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-danger .modal-header {
  background-color: #ff3547;
}

/* line 10344, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-danger .fas,
.modal-dialog.modal-notify.modal-danger .fab,
.modal-dialog.modal-notify.modal-danger .far {
  color: #ff3547;
}

/* line 10350, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-danger .badge {
  background-color: #ff3547;
}

/* line 10354, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-danger .btn .fas,
.modal-dialog.modal-notify.modal-danger .btn .fab,
.modal-dialog.modal-notify.modal-danger .btn .far {
  color: #fff;
}

/* line 10360, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far {
  color: #ff3547;
}

/* line 10366, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-warning .modal-header {
  background-color: #fb3;
}

/* line 10370, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-warning .fas,
.modal-dialog.modal-notify.modal-warning .fab,
.modal-dialog.modal-notify.modal-warning .far {
  color: #fb3;
}

/* line 10376, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-warning .badge {
  background-color: #fb3;
}

/* line 10380, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-warning .btn .fas,
.modal-dialog.modal-notify.modal-warning .btn .fab,
.modal-dialog.modal-notify.modal-warning .btn .far {
  color: #fff;
}

/* line 10386, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fas,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fab,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .far {
  color: #fb3;
}

/* line 10392, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-success .modal-header {
  background-color: #00c851;
}

/* line 10396, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-success .fas,
.modal-dialog.modal-notify.modal-success .fab,
.modal-dialog.modal-notify.modal-success .far {
  color: #00c851;
}

/* line 10402, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-success .badge {
  background-color: #00c851;
}

/* line 10406, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-success .btn .fas,
.modal-dialog.modal-notify.modal-success .btn .fab,
.modal-dialog.modal-notify.modal-success .btn .far {
  color: #fff;
}

/* line 10412, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fas,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fab,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .far {
  color: #00c851;
}

/* line 10418, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #33b5e5;
}

/* line 10422, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-info .fas,
.modal-dialog.modal-notify.modal-info .fab,
.modal-dialog.modal-notify.modal-info .far {
  color: #33b5e5;
}

/* line 10428, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-info .badge {
  background-color: #33b5e5;
}

/* line 10432, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-info .btn .fas,
.modal-dialog.modal-notify.modal-info .btn .fab,
.modal-dialog.modal-notify.modal-info .btn .far {
  color: #fff;
}

/* line 10438, vendor/assets/stylesheets/mdb.css */
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fas,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fab,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .far {
  color: #33b5e5;
}

/* line 10444, vendor/assets/stylesheets/mdb.css */
.modal {
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  /* line 10449, vendor/assets/stylesheets/mdb.css */
  .modal .modal-dialog.modal-top {
    top: 0;
  }
  /* line 10453, vendor/assets/stylesheets/mdb.css */
  .modal .modal-dialog.modal-left {
    left: 0;
  }
  /* line 10457, vendor/assets/stylesheets/mdb.css */
  .modal .modal-dialog.modal-right {
    right: 0;
  }
  /* line 10461, vendor/assets/stylesheets/mdb.css */
  .modal .modal-dialog.modal-bottom {
    bottom: 0;
  }
  /* line 10465, vendor/assets/stylesheets/mdb.css */
  .modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px;
  }
  /* line 10470, vendor/assets/stylesheets/mdb.css */
  .modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px;
  }
  /* line 10475, vendor/assets/stylesheets/mdb.css */
  .modal .modal-dialog.modal-bottom-left {
    bottom: 10px;
    left: 10px;
  }
  /* line 10480, vendor/assets/stylesheets/mdb.css */
  .modal .modal-dialog.modal-bottom-right {
    right: 10px;
    bottom: 10px;
  }
}

/* line 10486, vendor/assets/stylesheets/mdb.css */
.modal.fade.top:not(.show) .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

/* line 10491, vendor/assets/stylesheets/mdb.css */
.modal.fade.left:not(.show) .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}

/* line 10496, vendor/assets/stylesheets/mdb.css */
.modal.fade.right:not(.show) .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}

/* line 10501, vendor/assets/stylesheets/mdb.css */
.modal.fade.bottom:not(.show) .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

@media (min-width: 992px) {
  /* line 10507, vendor/assets/stylesheets/mdb.css */
  .modal.modal-scrolling {
    position: relative;
  }
  /* line 10511, vendor/assets/stylesheets/mdb.css */
  .modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050;
  }
  /* line 10516, vendor/assets/stylesheets/mdb.css */
  .modal.modal-content-clickable {
    top: auto;
    bottom: auto;
  }
  /* line 10521, vendor/assets/stylesheets/mdb.css */
  .modal.modal-content-clickable .modal-dialog {
    position: fixed;
  }
  /* line 10525, vendor/assets/stylesheets/mdb.css */
  .modal .modal-fluid {
    width: 100%;
    max-width: 100%;
  }
  /* line 10530, vendor/assets/stylesheets/mdb.css */
  .modal .modal-fluid .modal-content {
    width: 100%;
  }
  /* line 10534, vendor/assets/stylesheets/mdb.css */
  .modal .modal-frame {
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
  /* line 10541, vendor/assets/stylesheets/mdb.css */
  .modal .modal-frame.modal-bottom {
    bottom: 0;
  }
  /* line 10545, vendor/assets/stylesheets/mdb.css */
  .modal .modal-full-height {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
    min-height: 100%;
    margin: 0;
  }
  /* line 10558, vendor/assets/stylesheets/mdb.css */
  .modal .modal-full-height.modal-top,
.modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* line 10566, vendor/assets/stylesheets/mdb.css */
  .modal .modal-full-height.modal-top {
    bottom: auto;
  }
  /* line 10570, vendor/assets/stylesheets/mdb.css */
  .modal .modal-full-height.modal-bottom {
    top: auto;
    min-height: 0;
  }
  /* line 10575, vendor/assets/stylesheets/mdb.css */
  .modal .modal-full-height .modal-content {
    width: 100%;
  }
  /* line 10579, vendor/assets/stylesheets/mdb.css */
  .modal .modal-full-height.modal-lg {
    width: 90%;
    max-width: 90%;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  /* line 10586, vendor/assets/stylesheets/mdb.css */
  .modal .modal-full-height.modal-lg {
    width: 800px;
    max-width: 800px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 10593, vendor/assets/stylesheets/mdb.css */
  .modal .modal-full-height.modal-lg {
    width: 1000px;
    max-width: 1000px;
  }
}

@media (min-width: 992px) {
  /* line 10600, vendor/assets/stylesheets/mdb.css */
  .modal .modal-side {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 400px;
    margin: 0;
  }
}

/* line 10609, vendor/assets/stylesheets/mdb.css */
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* line 10615, vendor/assets/stylesheets/mdb.css */
.carousel .carousel-control-prev-icon {
  background-image: url(/../img/svg/arrow_left.svg);
}

/* line 10619, vendor/assets/stylesheets/mdb.css */
.carousel .carousel-control-next-icon {
  background-image: url(/../img/svg/arrow_right.svg);
}

/* line 10623, vendor/assets/stylesheets/mdb.css */
.carousel .carousel-indicators li {
  width: .625rem;
  height: .625rem;
  cursor: pointer;
  border-radius: 50%;
}

/* line 10630, vendor/assets/stylesheets/mdb.css */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 10638, vendor/assets/stylesheets/mdb.css */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 10644, vendor/assets/stylesheets/mdb.css */
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

/* line 10649, vendor/assets/stylesheets/mdb.css */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-prev.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 10660, vendor/assets/stylesheets/mdb.css */
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-prev.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 10670, vendor/assets/stylesheets/mdb.css */
.md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 10676, vendor/assets/stylesheets/mdb.css */
.md-form input:not([type]),
.md-form input[type="text"]:not(.browser-default),
.md-form input[type="password"]:not(.browser-default),
.md-form input[type="email"]:not(.browser-default),
.md-form input[type="url"]:not(.browser-default),
.md-form input[type="time"]:not(.browser-default),
.md-form input[type="date"]:not(.browser-default),
.md-form input[type="datetime"]:not(.browser-default),
.md-form input[type="datetime-local"]:not(.browser-default),
.md-form input[type="tel"]:not(.browser-default),
.md-form input[type="number"]:not(.browser-default),
.md-form input[type="search"]:not(.browser-default),
.md-form input[type="search-md"],
.md-form textarea.md-textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 10705, vendor/assets/stylesheets/mdb.css */
.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #4285f4;
  -webkit-box-shadow: 0 1px 0 0 #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

/* line 10724, vendor/assets/stylesheets/mdb.css */
.md-form input:not([type]):focus:not([readonly]) + label,
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="search-md"]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

/* line 10741, vendor/assets/stylesheets/mdb.css */
.md-form input:not([type]) + label::after,
.md-form input[type="text"]:not(.browser-default) + label::after,
.md-form input[type="password"]:not(.browser-default) + label::after,
.md-form input[type="email"]:not(.browser-default) + label::after,
.md-form input[type="url"]:not(.browser-default) + label::after,
.md-form input[type="time"]:not(.browser-default) + label::after,
.md-form input[type="date"]:not(.browser-default) + label::after,
.md-form input[type="datetime"]:not(.browser-default) + label::after,
.md-form input[type="datetime-local"]:not(.browser-default) + label::after,
.md-form input[type="tel"]:not(.browser-default) + label::after,
.md-form input[type="number"]:not(.browser-default) + label::after,
.md-form input[type="search"]:not(.browser-default) + label::after,
.md-form input[type="search-md"] + label::after,
.md-form textarea.md-textarea + label::after {
  position: absolute;
  top: 65px;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

/* line 10764, vendor/assets/stylesheets/mdb.css */
.md-form input.valid:not([type]),
.md-form input.valid:not([type]):focus,
.md-form input.valid[type="text"]:not(.browser-default),
.md-form input.valid[type="text"]:not(.browser-default):focus,
.md-form input.valid[type="password"]:not(.browser-default),
.md-form input.valid[type="password"]:not(.browser-default):focus,
.md-form input.valid[type="email"]:not(.browser-default),
.md-form input.valid[type="email"]:not(.browser-default):focus,
.md-form input.valid[type="url"]:not(.browser-default),
.md-form input.valid[type="url"]:not(.browser-default):focus,
.md-form input.valid[type="time"]:not(.browser-default),
.md-form input.valid[type="time"]:not(.browser-default):focus,
.md-form input.valid[type="date"]:not(.browser-default),
.md-form input.valid[type="date"]:not(.browser-default):focus,
.md-form input.valid[type="datetime"]:not(.browser-default),
.md-form input.valid[type="datetime"]:not(.browser-default):focus,
.md-form input.valid[type="datetime-local"]:not(.browser-default),
.md-form input.valid[type="datetime-local"]:not(.browser-default):focus,
.md-form input.valid[type="tel"]:not(.browser-default),
.md-form input.valid[type="tel"]:not(.browser-default):focus,
.md-form input.valid[type="number"]:not(.browser-default),
.md-form input.valid[type="number"]:not(.browser-default):focus,
.md-form input.valid[type="search"]:not(.browser-default),
.md-form input.valid[type="search"]:not(.browser-default):focus,
.md-form input.valid[type="search-md"],
.md-form input.valid[type="search-md"]:focus,
.md-form textarea.md-textarea.valid,
.md-form textarea.md-textarea.valid:focus {
  border-bottom: 1px solid #00c851;
  -webkit-box-shadow: 0 1px 0 0 #00c851;
  box-shadow: 0 1px 0 0 #00c851;
}

/* line 10797, vendor/assets/stylesheets/mdb.css */
.md-form input.valid:not([type]) + label:after,
.md-form input.valid:not([type]):focus + label:after,
.md-form input.valid[type="text"]:not(.browser-default) + label:after,
.md-form input.valid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="password"]:not(.browser-default) + label:after,
.md-form input.valid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="email"]:not(.browser-default) + label:after,
.md-form input.valid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="url"]:not(.browser-default) + label:after,
.md-form input.valid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="time"]:not(.browser-default) + label:after,
.md-form input.valid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="date"]:not(.browser-default) + label:after,
.md-form input.valid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.valid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.valid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="tel"]:not(.browser-default) + label:after,
.md-form input.valid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="number"]:not(.browser-default) + label:after,
.md-form input.valid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="search"]:not(.browser-default) + label:after,
.md-form input.valid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.valid[type="search-md"] + label:after,
.md-form input.valid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.valid + label:after,
.md-form textarea.md-textarea.valid:focus + label:after {
  color: #00c851;
  content: attr(data-success);
  opacity: 1;
}

/* line 10830, vendor/assets/stylesheets/mdb.css */
.md-form input.invalid:not([type]),
.md-form input.invalid:not([type]):focus,
.md-form input.invalid[type="text"]:not(.browser-default),
.md-form input.invalid[type="text"]:not(.browser-default):focus,
.md-form input.invalid[type="password"]:not(.browser-default),
.md-form input.invalid[type="password"]:not(.browser-default):focus,
.md-form input.invalid[type="email"]:not(.browser-default),
.md-form input.invalid[type="email"]:not(.browser-default):focus,
.md-form input.invalid[type="url"]:not(.browser-default),
.md-form input.invalid[type="url"]:not(.browser-default):focus,
.md-form input.invalid[type="time"]:not(.browser-default),
.md-form input.invalid[type="time"]:not(.browser-default):focus,
.md-form input.invalid[type="date"]:not(.browser-default),
.md-form input.invalid[type="date"]:not(.browser-default):focus,
.md-form input.invalid[type="datetime"]:not(.browser-default),
.md-form input.invalid[type="datetime"]:not(.browser-default):focus,
.md-form input.invalid[type="datetime-local"]:not(.browser-default),
.md-form input.invalid[type="datetime-local"]:not(.browser-default):focus,
.md-form input.invalid[type="tel"]:not(.browser-default),
.md-form input.invalid[type="tel"]:not(.browser-default):focus,
.md-form input.invalid[type="number"]:not(.browser-default),
.md-form input.invalid[type="number"]:not(.browser-default):focus,
.md-form input.invalid[type="search"]:not(.browser-default),
.md-form input.invalid[type="search"]:not(.browser-default):focus,
.md-form input.invalid[type="search-md"],
.md-form input.invalid[type="search-md"]:focus,
.md-form textarea.md-textarea.invalid,
.md-form textarea.md-textarea.invalid:focus {
  border-bottom: 1px solid #f44336;
  -webkit-box-shadow: 0 1px 0 0 #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

/* line 10863, vendor/assets/stylesheets/mdb.css */
.md-form input.invalid:not([type]) + label:after,
.md-form input.invalid:not([type]):focus + label:after,
.md-form input.invalid[type="text"]:not(.browser-default) + label:after,
.md-form input.invalid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="password"]:not(.browser-default) + label:after,
.md-form input.invalid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="email"]:not(.browser-default) + label:after,
.md-form input.invalid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="url"]:not(.browser-default) + label:after,
.md-form input.invalid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="time"]:not(.browser-default) + label:after,
.md-form input.invalid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="date"]:not(.browser-default) + label:after,
.md-form input.invalid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.invalid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.invalid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="tel"]:not(.browser-default) + label:after,
.md-form input.invalid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="number"]:not(.browser-default) + label:after,
.md-form input.invalid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="search"]:not(.browser-default) + label:after,
.md-form input.invalid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.invalid[type="search-md"] + label:after,
.md-form input.invalid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.invalid + label:after,
.md-form textarea.md-textarea.invalid:focus + label:after {
  color: #f44336;
  content: attr(data-error);
  opacity: 1;
}

/* line 10896, vendor/assets/stylesheets/mdb.css */
.md-form input.form-control.valid:not([type]) + label:after,
.md-form input.form-control.valid:not([type]):focus + label:after,
.md-form input.form-control.valid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control.valid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control.valid[type="search-md"] + label:after,
.md-form input.form-control.valid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control.valid + label:after,
.md-form textarea.md-textarea.form-control.valid:focus + label:after {
  top: 4.1rem;
}

/* line 10927, vendor/assets/stylesheets/mdb.css */
.md-form input.form-control.invalid:not([type]) + label:after,
.md-form input.form-control.invalid:not([type]):focus + label:after,
.md-form input.form-control.invalid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control.invalid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control.invalid[type="search-md"] + label:after,
.md-form input.form-control.invalid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control.invalid + label:after,
.md-form textarea.md-textarea.form-control.invalid:focus + label:after {
  top: 4rem;
}

/* line 10958, vendor/assets/stylesheets/mdb.css */
.md-form input.form-control-lg.valid:not([type]) + label:after,
.md-form input.form-control-lg.valid:not([type]):focus + label:after,
.md-form input.form-control-lg.valid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.valid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.valid[type="search-md"] + label:after,
.md-form input.form-control-lg.valid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control-lg.valid + label:after,
.md-form textarea.md-textarea.form-control-lg.valid:focus + label:after {
  top: 4.6rem;
}

/* line 10989, vendor/assets/stylesheets/mdb.css */
.md-form input.form-control-lg.invalid:not([type]) + label:after,
.md-form input.form-control-lg.invalid:not([type]):focus + label:after,
.md-form input.form-control-lg.invalid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control-lg.invalid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control-lg.invalid[type="search-md"] + label:after,
.md-form input.form-control-lg.invalid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control-lg.invalid + label:after,
.md-form textarea.md-textarea.form-control-lg.invalid:focus + label:after {
  top: 4.6rem;
}

/* line 11020, vendor/assets/stylesheets/mdb.css */
.md-form input.form-control-sm.valid:not([type]) + label:after,
.md-form input.form-control-sm.valid:not([type]):focus + label:after,
.md-form input.form-control-sm.valid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.valid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.valid[type="search-md"] + label:after,
.md-form input.form-control-sm.valid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control-sm.valid + label:after,
.md-form textarea.md-textarea.form-control-sm.valid:focus + label:after {
  top: 3.7rem;
}

/* line 11051, vendor/assets/stylesheets/mdb.css */
.md-form input.form-control-sm.invalid:not([type]) + label:after,
.md-form input.form-control-sm.invalid:not([type]):focus + label:after,
.md-form input.form-control-sm.invalid[type="text"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="text"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="password"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="password"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="email"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="email"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="url"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="url"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="time"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="time"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="date"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="date"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="datetime"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="datetime"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="datetime-local"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="datetime-local"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="tel"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="tel"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="number"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="number"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="search"]:not(.browser-default) + label:after,
.md-form input.form-control-sm.invalid[type="search"]:not(.browser-default):focus + label:after,
.md-form input.form-control-sm.invalid[type="search-md"] + label:after,
.md-form input.form-control-sm.invalid[type="search-md"]:focus + label:after,
.md-form textarea.md-textarea.form-control-sm.invalid + label:after,
.md-form textarea.md-textarea.form-control-sm.invalid:focus + label:after {
  top: 3.6rem;
}

/* line 11082, vendor/assets/stylesheets/mdb.css */
.md-form > input[type="date"]:not(.browser-default) + label {
  -webkit-transform: translateY(-27px) scale(0.8);
  transform: translateY(-27px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 11089, vendor/assets/stylesheets/mdb.css */
.md-form > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form > input[type="time"]:not(.browser-default) + label {
  font-size: .8rem;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 11098, vendor/assets/stylesheets/mdb.css */
.md-form .was-validated input[type="text"]:valid + label {
  color: #00c851 !important;
}

/* line 11102, vendor/assets/stylesheets/mdb.css */
.md-form .was-validated input[type="text"]:invalid + label {
  color: #f44336 !important;
}

/* line 11106, vendor/assets/stylesheets/mdb.css */
.md-form .was-validated .form-control:valid:focus {
  -webkit-box-shadow: 0 1px 0 0 #00c851 !important;
  box-shadow: 0 1px 0 0 #00c851 !important;
}

/* line 11111, vendor/assets/stylesheets/mdb.css */
.md-form .was-validated .form-control:valid {
  border-color: #00c851 !important;
}

/* line 11115, vendor/assets/stylesheets/mdb.css */
.md-form .was-validated .form-control:invalid:focus {
  -webkit-box-shadow: 0 1px 0 0 #f44336 !important;
  box-shadow: 0 1px 0 0 #f44336 !important;
}

/* line 11120, vendor/assets/stylesheets/mdb.css */
.md-form .was-validated .form-control:invalid {
  border-color: #f44336 !important;
}

/* line 11124, vendor/assets/stylesheets/mdb.css */
.md-form .form-control {
  height: auto;
  padding: .6rem 0 .4rem 0;
  margin: 0 0 .5rem 0;
  background-color: transparent;
  border-radius: 0;
}

/* line 11132, vendor/assets/stylesheets/mdb.css */
.md-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 11137, vendor/assets/stylesheets/mdb.css */
.md-form .form-control:disabled,
.md-form .form-control[readonly] {
  background-color: transparent;
  border-bottom: 1px solid #bdbdbd;
}

/* line 11143, vendor/assets/stylesheets/mdb.css */
.md-form .form-control.is-valid {
  border-color: #00c851;
}

/* line 11147, vendor/assets/stylesheets/mdb.css */
.md-form .form-control.is-valid:focus {
  border-color: #00c851 !important;
  -webkit-box-shadow: 0 1px 0 0 #00c851 !important;
  box-shadow: 0 1px 0 0 #00c851 !important;
}

/* line 11153, vendor/assets/stylesheets/mdb.css */
.md-form .form-control.is-invalid {
  border-color: #f44336;
}

/* line 11157, vendor/assets/stylesheets/mdb.css */
.md-form .form-control.is-invalid:focus {
  border-color: #f44336 !important;
  -webkit-box-shadow: 0 1px 0 0 #f44336 !important;
  box-shadow: 0 1px 0 0 #f44336 !important;
}

/* line 11163, vendor/assets/stylesheets/mdb.css */
.md-form .form-control.is-valid,
.md-form .form-control.is-invalid {
  background-position: center right !important;
}

/* line 11168, vendor/assets/stylesheets/mdb.css */
.md-form .validate {
  margin-bottom: 2.5rem;
}

/* line 11172, vendor/assets/stylesheets/mdb.css */
.md-form label {
  font-size: 1.25rem;
}

/* line 11176, vendor/assets/stylesheets/mdb.css */
.md-form label.active {
  font-size: 1.25rem;
}

/* line 11180, vendor/assets/stylesheets/mdb.css */
.md-form .prefix {
  top: .25rem;
  font-size: 1.75rem;
}

/* line 11185, vendor/assets/stylesheets/mdb.css */
.md-form .prefix ~ input,
.md-form .prefix ~ textarea {
  width: calc(100% - 2.5rem);
  margin-left: 2.5rem;
}

/* line 11191, vendor/assets/stylesheets/mdb.css */
.md-form .prefix ~ label {
  margin-left: 2.5rem;
}

/* line 11195, vendor/assets/stylesheets/mdb.css */
.md-form .prefix ~ .form-text {
  margin-left: 2.6rem;
}

/* line 11199, vendor/assets/stylesheets/mdb.css */
.md-form label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

/* line 11216, vendor/assets/stylesheets/mdb.css */
.md-form label.active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
}

/* line 11221, vendor/assets/stylesheets/mdb.css */
.md-form .prefix {
  position: absolute;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 11227, vendor/assets/stylesheets/mdb.css */
.md-form .prefix.active {
  color: #4285f4;
}

/* line 11231, vendor/assets/stylesheets/mdb.css */
.md-form.form-lg .validate {
  margin-bottom: 2.8rem;
}

/* line 11235, vendor/assets/stylesheets/mdb.css */
.md-form.form-lg label {
  font-size: 1.25rem;
}

/* line 11239, vendor/assets/stylesheets/mdb.css */
.md-form.form-lg label.active {
  font-size: 1.15rem;
}

/* line 11243, vendor/assets/stylesheets/mdb.css */
.md-form.form-lg .prefix {
  top: .4rem;
  font-size: 2rem;
}

/* line 11248, vendor/assets/stylesheets/mdb.css */
.md-form.form-lg .prefix ~ input,
.md-form.form-lg .prefix ~ textarea {
  width: calc(100% - 3rem);
  margin-left: 3rem;
}

/* line 11254, vendor/assets/stylesheets/mdb.css */
.md-form.form-lg .prefix ~ label {
  margin-left: 3rem;
}

/* line 11258, vendor/assets/stylesheets/mdb.css */
.md-form.form-lg .prefix ~ .form-text {
  margin-left: 3.1rem;
}

/* line 11262, vendor/assets/stylesheets/mdb.css */
.md-form.form-sm .validate {
  margin-bottom: 2.3rem;
}

/* line 11266, vendor/assets/stylesheets/mdb.css */
.md-form.form-sm label {
  font-size: .875rem;
}

/* line 11270, vendor/assets/stylesheets/mdb.css */
.md-form.form-sm label.active {
  font-size: .95rem;
}

/* line 11274, vendor/assets/stylesheets/mdb.css */
.md-form.form-sm .prefix {
  top: .35rem;
  font-size: 1.5rem;
}

/* line 11279, vendor/assets/stylesheets/mdb.css */
.md-form.form-sm .prefix ~ input,
.md-form.form-sm .prefix ~ textarea {
  width: calc(100% - 2rem);
  margin-left: 2rem;
}

/* line 11285, vendor/assets/stylesheets/mdb.css */
.md-form.form-sm .prefix ~ label {
  margin-left: 2rem;
}

/* line 11289, vendor/assets/stylesheets/mdb.css */
.md-form.form-sm .prefix ~ .form-text {
  margin-left: 2rem;
}

/* line 11293, vendor/assets/stylesheets/mdb.css */
.md-form textarea.md-textarea {
  padding: 1.5rem 0;
  overflow-y: hidden;
}

/* line 11298, vendor/assets/stylesheets/mdb.css */
.md-form textarea.md-textarea-auto {
  padding: 0;
  padding-top: 1.5rem;
}

/* line 11303, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 11309, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input[type="text"],
.md-form.md-outline input[type="password"],
.md-form.md-outline input[type="email"],
.md-form.md-outline input[type="url"],
.md-form.md-outline input[type="time"],
.md-form.md-outline input[type="date"],
.md-form.md-outline input[type="datetime-local"],
.md-form.md-outline input[type="tel"],
.md-form.md-outline input[type="number"],
.md-form.md-outline input[type="search-md"],
.md-form.md-outline input[type="search"],
.md-form.md-outline textarea.md-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #dadce0;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* line 11333, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input[type="text"]:focus:not([readonly]),
.md-form.md-outline input[type="password"]:focus:not([readonly]),
.md-form.md-outline input[type="email"]:focus:not([readonly]),
.md-form.md-outline input[type="url"]:focus:not([readonly]),
.md-form.md-outline input[type="time"]:focus:not([readonly]),
.md-form.md-outline input[type="date"]:focus:not([readonly]),
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]),
.md-form.md-outline input[type="tel"]:focus:not([readonly]),
.md-form.md-outline input[type="number"]:focus:not([readonly]),
.md-form.md-outline input[type="search-md"]:focus:not([readonly]),
.md-form.md-outline input[type="search"]:focus:not([readonly]),
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) {
  border-color: #4285f4;
  -webkit-box-shadow: inset 0 0 0 1px #4285f4;
  box-shadow: inset 0 0 0 1px #4285f4;
}

/* line 11350, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input[type="text"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="password"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="email"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="url"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="time"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="date"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="datetime-local"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="tel"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="number"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="search-md"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="search"]:focus:not([readonly]) + label,
.md-form.md-outline textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

/* line 11365, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input.valid[type="text"],
.md-form.md-outline input.valid[type="text"]:focus,
.md-form.md-outline input.valid[type="password"],
.md-form.md-outline input.valid[type="password"]:focus,
.md-form.md-outline input.valid[type="email"],
.md-form.md-outline input.valid[type="email"]:focus,
.md-form.md-outline input.valid[type="url"],
.md-form.md-outline input.valid[type="url"]:focus,
.md-form.md-outline input.valid[type="time"],
.md-form.md-outline input.valid[type="time"]:focus,
.md-form.md-outline input.valid[type="date"],
.md-form.md-outline input.valid[type="date"]:focus,
.md-form.md-outline input.valid[type="datetime-local"],
.md-form.md-outline input.valid[type="datetime-local"]:focus,
.md-form.md-outline input.valid[type="tel"],
.md-form.md-outline input.valid[type="tel"]:focus,
.md-form.md-outline input.valid[type="number"],
.md-form.md-outline input.valid[type="number"]:focus,
.md-form.md-outline input.valid[type="search-md"],
.md-form.md-outline input.valid[type="search-md"]:focus,
.md-form.md-outline input.valid[type="search"],
.md-form.md-outline input.valid[type="search"]:focus,
.md-form.md-outline textarea.md-textarea.valid,
.md-form.md-outline textarea.md-textarea.valid:focus {
  border-color: #00c851;
  -webkit-box-shadow: inset 0 0 0 1px #00c851;
  box-shadow: inset 0 0 0 1px #00c851;
}

/* line 11394, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input.valid[type="text"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="text"] + label:after,
.md-form.md-outline input.valid[type="text"]:focus + label:after,
.md-form.md-outline input.valid[type="password"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="password"] + label:after,
.md-form.md-outline input.valid[type="password"]:focus + label:after,
.md-form.md-outline input.valid[type="email"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="email"] + label:after,
.md-form.md-outline input.valid[type="email"]:focus + label:after,
.md-form.md-outline input.valid[type="url"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="url"] + label:after,
.md-form.md-outline input.valid[type="url"]:focus + label:after,
.md-form.md-outline input.valid[type="time"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="time"] + label:after,
.md-form.md-outline input.valid[type="time"]:focus + label:after,
.md-form.md-outline input.valid[type="date"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="date"] + label:after,
.md-form.md-outline input.valid[type="date"]:focus + label:after,
.md-form.md-outline input.valid[type="datetime-local"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="datetime-local"] + label:after,
.md-form.md-outline input.valid[type="datetime-local"]:focus + label:after,
.md-form.md-outline input.valid[type="tel"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="tel"] + label:after,
.md-form.md-outline input.valid[type="tel"]:focus + label:after,
.md-form.md-outline input.valid[type="number"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="number"] + label:after,
.md-form.md-outline input.valid[type="number"]:focus + label:after,
.md-form.md-outline input.valid[type="search-md"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="search-md"] + label:after,
.md-form.md-outline input.valid[type="search-md"]:focus + label:after,
.md-form.md-outline input.valid[type="search"]:focus:not([readonly]) + label,
.md-form.md-outline input.valid[type="search"] + label:after,
.md-form.md-outline input.valid[type="search"]:focus + label:after,
.md-form.md-outline textarea.md-textarea.valid:focus:not([readonly]) + label,
.md-form.md-outline textarea.md-textarea.valid + label:after,
.md-form.md-outline textarea.md-textarea.valid:focus + label:after {
  color: #00c851;
  content: attr(data-success);
  opacity: 1;
}

/* line 11435, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input.invalid[type="text"],
.md-form.md-outline input.invalid[type="text"]:focus,
.md-form.md-outline input.invalid[type="password"],
.md-form.md-outline input.invalid[type="password"]:focus,
.md-form.md-outline input.invalid[type="email"],
.md-form.md-outline input.invalid[type="email"]:focus,
.md-form.md-outline input.invalid[type="url"],
.md-form.md-outline input.invalid[type="url"]:focus,
.md-form.md-outline input.invalid[type="time"],
.md-form.md-outline input.invalid[type="time"]:focus,
.md-form.md-outline input.invalid[type="date"],
.md-form.md-outline input.invalid[type="date"]:focus,
.md-form.md-outline input.invalid[type="datetime-local"],
.md-form.md-outline input.invalid[type="datetime-local"]:focus,
.md-form.md-outline input.invalid[type="tel"],
.md-form.md-outline input.invalid[type="tel"]:focus,
.md-form.md-outline input.invalid[type="number"],
.md-form.md-outline input.invalid[type="number"]:focus,
.md-form.md-outline input.invalid[type="search-md"],
.md-form.md-outline input.invalid[type="search-md"]:focus,
.md-form.md-outline input.invalid[type="search"],
.md-form.md-outline input.invalid[type="search"]:focus,
.md-form.md-outline textarea.md-textarea.invalid,
.md-form.md-outline textarea.md-textarea.invalid:focus {
  border-color: #f44336;
  -webkit-box-shadow: inset 0 0 0 1px #f44336;
  box-shadow: inset 0 0 0 1px #f44336;
}

/* line 11464, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input.invalid[type="text"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="text"] + label:after,
.md-form.md-outline input.invalid[type="text"]:focus + label:after,
.md-form.md-outline input.invalid[type="password"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="password"] + label:after,
.md-form.md-outline input.invalid[type="password"]:focus + label:after,
.md-form.md-outline input.invalid[type="email"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="email"] + label:after,
.md-form.md-outline input.invalid[type="email"]:focus + label:after,
.md-form.md-outline input.invalid[type="url"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="url"] + label:after,
.md-form.md-outline input.invalid[type="url"]:focus + label:after,
.md-form.md-outline input.invalid[type="time"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="time"] + label:after,
.md-form.md-outline input.invalid[type="time"]:focus + label:after,
.md-form.md-outline input.invalid[type="date"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="date"] + label:after,
.md-form.md-outline input.invalid[type="date"]:focus + label:after,
.md-form.md-outline input.invalid[type="datetime-local"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="datetime-local"] + label:after,
.md-form.md-outline input.invalid[type="datetime-local"]:focus + label:after,
.md-form.md-outline input.invalid[type="tel"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="tel"] + label:after,
.md-form.md-outline input.invalid[type="tel"]:focus + label:after,
.md-form.md-outline input.invalid[type="number"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="number"] + label:after,
.md-form.md-outline input.invalid[type="number"]:focus + label:after,
.md-form.md-outline input.invalid[type="search-md"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="search-md"] + label:after,
.md-form.md-outline input.invalid[type="search-md"]:focus + label:after,
.md-form.md-outline input.invalid[type="search"]:focus:not([readonly]) + label,
.md-form.md-outline input.invalid[type="search"] + label:after,
.md-form.md-outline input.invalid[type="search"]:focus + label:after,
.md-form.md-outline textarea.md-textarea.invalid:focus:not([readonly]) + label,
.md-form.md-outline textarea.md-textarea.invalid + label:after,
.md-form.md-outline textarea.md-textarea.invalid:focus + label:after {
  color: #f44336;
  content: attr(data-error);
  opacity: 1;
}

/* line 11505, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input.form-control.valid[type="text"] + label:after,
.md-form.md-outline input.form-control.valid[type="text"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="password"] + label:after,
.md-form.md-outline input.form-control.valid[type="password"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="email"] + label:after,
.md-form.md-outline input.form-control.valid[type="email"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="url"] + label:after,
.md-form.md-outline input.form-control.valid[type="url"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="time"] + label:after,
.md-form.md-outline input.form-control.valid[type="time"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="date"] + label:after,
.md-form.md-outline input.form-control.valid[type="date"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="datetime-local"] + label:after,
.md-form.md-outline input.form-control.valid[type="datetime-local"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="tel"] + label:after,
.md-form.md-outline input.form-control.valid[type="tel"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="number"] + label:after,
.md-form.md-outline input.form-control.valid[type="number"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="search-md"] + label:after,
.md-form.md-outline input.form-control.valid[type="search-md"]:focus + label:after,
.md-form.md-outline input.form-control.valid[type="search"] + label:after,
.md-form.md-outline input.form-control.valid[type="search"]:focus + label:after,
.md-form.md-outline textarea.md-textarea.form-control.valid + label:after,
.md-form.md-outline textarea.md-textarea.form-control.valid:focus + label:after {
  position: absolute;
  top: 4rem;
  left: 0;
}

/* line 11534, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input.form-control.invalid[type="text"] + label:after,
.md-form.md-outline input.form-control.invalid[type="text"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="password"] + label:after,
.md-form.md-outline input.form-control.invalid[type="password"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="email"] + label:after,
.md-form.md-outline input.form-control.invalid[type="email"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="url"] + label:after,
.md-form.md-outline input.form-control.invalid[type="url"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="time"] + label:after,
.md-form.md-outline input.form-control.invalid[type="time"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="date"] + label:after,
.md-form.md-outline input.form-control.invalid[type="date"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="datetime-local"] + label:after,
.md-form.md-outline input.form-control.invalid[type="datetime-local"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="tel"] + label:after,
.md-form.md-outline input.form-control.invalid[type="tel"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="number"] + label:after,
.md-form.md-outline input.form-control.invalid[type="number"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="search-md"] + label:after,
.md-form.md-outline input.form-control.invalid[type="search-md"]:focus + label:after,
.md-form.md-outline input.form-control.invalid[type="search"] + label:after,
.md-form.md-outline input.form-control.invalid[type="search"]:focus + label:after,
.md-form.md-outline textarea.md-textarea.form-control.invalid + label:after,
.md-form.md-outline textarea.md-textarea.form-control.invalid:focus + label:after {
  position: absolute;
  top: 4rem;
  left: 0;
}

/* line 11563, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form.md-outline > input[type="time"]:not(.browser-default) + label {
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  -webkit-transform: translateY(-9px) scale(0.8);
  transform: translateY(-9px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 11577, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label.active,
.md-form.md-outline > input[type="time"]:not(.browser-default) + label.active {
  -webkit-transform: translateY(-9px) scale(0.8);
  transform: translateY(-9px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@-webkit-keyframes autofill {
  to {
    color: #495057;
    background: transparent;
  }
}

@keyframes autofill {
  to {
    color: #495057;
    background: transparent;
  }
}

/* line 11599, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline input:-webkit-autofill {
  -webkit-animation-name: autofill;
  animation-name: autofill;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 11606, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline .form-control {
  padding: .375rem .75rem;
}

/* line 11610, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

/* line 11628, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline label.active {
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
  background: #fff;
  -webkit-transform: translateY(-13px) scale(0.8);
  transform: translateY(-13px) scale(0.8);
}

/* line 11638, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-lg .form-control.form-control-lg {
  padding: .5rem .725rem;
}

/* line 11642, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-lg label {
  font-size: 1.25rem;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* line 11648, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-lg label.active {
  font-size: 1.1rem;
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
}

/* line 11654, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-lg .prefix {
  top: .65rem;
  font-size: 25px;
}

/* line 11659, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-lg .prefix ~ input,
.md-form.md-outline.form-lg .prefix ~ textarea {
  width: calc(100% - 2.2rem);
  margin-left: 2.2rem;
}

/* line 11665, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-lg .prefix ~ label {
  margin-left: 2.2rem;
}

/* line 11669, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-lg .prefix ~ .form-text {
  margin-left: 2.3rem;
}

/* line 11673, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-sm .form-control.form-control-sm {
  padding: .25rem .625rem;
}

/* line 11677, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-sm label {
  font-size: .8rem;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* line 11683, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-sm label.active {
  font-size: .85rem;
  -webkit-transform: translateY(-12px) scale(0.8);
  transform: translateY(-12px) scale(0.8);
}

/* line 11689, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-sm .prefix {
  top: .5rem;
  font-size: 15px;
}

/* line 11694, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-sm .prefix ~ input,
.md-form.md-outline.form-sm .prefix ~ textarea {
  width: calc(100% - 1.6rem);
  margin-left: 1.6rem;
}

/* line 11700, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-sm .prefix ~ label {
  margin-left: 1.6rem;
}

/* line 11704, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline.form-sm .prefix ~ .form-text {
  margin-left: 1.7rem;
}

/* line 11708, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline .prefix {
  position: absolute;
  top: .6rem;
  font-size: 20px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

/* line 11716, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline .prefix:focus {
  color: #4285f4;
}

/* line 11720, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline .prefix ~ input,
.md-form.md-outline .prefix ~ textarea {
  width: calc(100% - 2rem);
  margin-left: 2rem;
}

/* line 11726, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline .prefix ~ label {
  margin-left: 2rem;
}

/* line 11730, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline .prefix ~ .form-text {
  margin-left: 2.1rem;
}

/* line 11734, vendor/assets/stylesheets/mdb.css */
.md-form.md-outline .character-counter {
  margin-top: -.5rem;
}

/* line 11738, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg input[type="text"],
.md-form.md-bg input[type="password"],
.md-form.md-bg input[type="email"],
.md-form.md-bg input[type="url"],
.md-form.md-bg input[type="time"],
.md-form.md-bg input[type="date"],
.md-form.md-bg input[type="datetime-local"],
.md-form.md-bg input[type="tel"],
.md-form.md-bg input[type="number"],
.md-form.md-bg input[type="search-md"],
.md-form.md-bg input[type="search"],
.md-form.md-bg textarea.md-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  background: #f5f5f5 no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4285f4), to(#4285f4)), -webkit-gradient(linear, left top, left bottom, from(#ced4da), to(#ced4da));
  background-image: linear-gradient(to bottom, #4285f4, #4285f4), linear-gradient(to bottom, #ced4da, #ced4da);
  background-position: 50% 100%, 50% 100%;
  background-size: 0 2px, 100% 1px;
  border: 0;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  -webkit-transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

/* line 11765, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg input[type="text"]:focus:not([readonly]),
.md-form.md-bg input[type="password"]:focus:not([readonly]),
.md-form.md-bg input[type="email"]:focus:not([readonly]),
.md-form.md-bg input[type="url"]:focus:not([readonly]),
.md-form.md-bg input[type="time"]:focus:not([readonly]),
.md-form.md-bg input[type="date"]:focus:not([readonly]),
.md-form.md-bg input[type="datetime-local"]:focus:not([readonly]),
.md-form.md-bg input[type="tel"]:focus:not([readonly]),
.md-form.md-bg input[type="number"]:focus:not([readonly]),
.md-form.md-bg input[type="search-md"]:focus:not([readonly]),
.md-form.md-bg input[type="search"]:focus:not([readonly]),
.md-form.md-bg textarea.md-textarea:focus:not([readonly]) {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 11782, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg input[type="text"]:focus,
.md-form.md-bg input[type="password"]:focus,
.md-form.md-bg input[type="email"]:focus,
.md-form.md-bg input[type="url"]:focus,
.md-form.md-bg input[type="time"]:focus,
.md-form.md-bg input[type="date"]:focus,
.md-form.md-bg input[type="datetime-local"]:focus,
.md-form.md-bg input[type="tel"]:focus,
.md-form.md-bg input[type="number"]:focus,
.md-form.md-bg input[type="search-md"]:focus,
.md-form.md-bg input[type="search"]:focus,
.md-form.md-bg textarea.md-textarea:focus {
  background-color: #dcdcdc;
  background-size: 100% 2px, 100% 1px;
  outline: none;
}

/* line 11799, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg > input[type="date"]:not(.browser-default) + label {
  -webkit-transform: translateY(-12px) scale(0.8);
  transform: translateY(-12px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 11806, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.md-form.md-bg > input[type="time"]:not(.browser-default) + label {
  font-size: .8rem;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 11815, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg .form-control {
  padding: 1.1rem .7rem .4rem !important;
}

/* line 11819, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg label {
  top: 0;
  padding-left: .7rem;
  font-size: 1rem;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

/* line 11833, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg label.active {
  padding-left: .75rem;
  font-weight: 500;
  -webkit-transform: translateY(-3px) scale(0.8);
  transform: translateY(-3px) scale(0.8);
}

/* line 11840, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg.form-lg label {
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
}

/* line 11845, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg.form-lg label.active {
  -webkit-transform: translateY(-4px) scale(0.8);
  transform: translateY(-4px) scale(0.8);
}

/* line 11850, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg.form-sm label {
  -webkit-transform: translateY(11px);
  transform: translateY(11px);
}

/* line 11855, vendor/assets/stylesheets/mdb.css */
.md-form.md-bg.form-sm label.active {
  -webkit-transform: translateY(-2px) scale(0.8);
  transform: translateY(-2px) scale(0.8);
}

/* line 11860, vendor/assets/stylesheets/mdb.css */
.md-form .form-control.is-invalid,
.was-validated .md-form .form-control:invalid {
  padding-right: 0;
}

/* line 11865, vendor/assets/stylesheets/mdb.css */
.md-form .form-control.is-valid,
.was-validated .md-form .form-control:valid {
  padding-right: 0;
}

/* line 11870, vendor/assets/stylesheets/mdb.css */
.needs-validation .md-form label {
  left: .3rem;
}

/* line 11874, vendor/assets/stylesheets/mdb.css */
.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Elegir";
}

/* line 11878, vendor/assets/stylesheets/mdb.css */
.custom-file-input:lang(pl-pl) ~ .custom-file-label::after {
  content: "Wybierz";
}

/* line 11882, vendor/assets/stylesheets/mdb.css */
.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Choisir";
}

/* line 11886, vendor/assets/stylesheets/mdb.css */
.custom-file-input:lang(in) ~ .custom-file-label::after {
  content: "Pilih";
}

/* line 11890, vendor/assets/stylesheets/mdb.css */
.custom-file-input:lang(zh) ~ .custom-file-label::after {
  content: "選擇";
}

/* line 11894, vendor/assets/stylesheets/mdb.css */
.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Wählen";
}

/* line 11898, vendor/assets/stylesheets/mdb.css */
.custom-file-input:lang(ru) ~ .custom-file-label::after {
  content: "выбирать";
}

/* line 11902, vendor/assets/stylesheets/mdb.css */
.edge-header {
  display: block;
  height: 278px;
  background-color: #ccc;
}

/* line 11908, vendor/assets/stylesheets/mdb.css */
.free-bird {
  margin-top: -100px;
}

/* line 11912, vendor/assets/stylesheets/mdb.css */
.juicy-peach-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffecd2), to(#fcb69f));
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}

/* line 11917, vendor/assets/stylesheets/mdb.css */
.young-passion-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8177), color-stop(0%, #ff867a), color-stop(21%, #ff8c7f), color-stop(52%, #f99185), color-stop(78%, #cf556c), to(#b12a5b));
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}

/* line 11922, vendor/assets/stylesheets/mdb.css */
.lady-lips-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef), to(#fecfef));
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

/* line 11927, vendor/assets/stylesheets/mdb.css */
.sunny-morning-gradient {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

/* line 11931, vendor/assets/stylesheets/mdb.css */
.rainy-ashville-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a6c1ee));
  background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}

/* line 11936, vendor/assets/stylesheets/mdb.css */
.frozen-dreams-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fdcbf1), color-stop(1%, #fdcbf1), to(#e6dee9));
  background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}

/* line 11941, vendor/assets/stylesheets/mdb.css */
.warm-flame-gradient {
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}

/* line 11945, vendor/assets/stylesheets/mdb.css */
.night-fade-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a18cd1), to(#fbc2eb));
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

/* line 11950, vendor/assets/stylesheets/mdb.css */
.spring-warmth-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fad0c4), to(#ffd1ff));
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}

/* line 11955, vendor/assets/stylesheets/mdb.css */
.winter-neva-gradient {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

/* line 11959, vendor/assets/stylesheets/mdb.css */
.dusty-grass-gradient {
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

/* line 11963, vendor/assets/stylesheets/mdb.css */
.tempting-azure-gradient {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

/* line 11967, vendor/assets/stylesheets/mdb.css */
.heavy-rain-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

/* line 11972, vendor/assets/stylesheets/mdb.css */
.amy-crisp-gradient {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

/* line 11976, vendor/assets/stylesheets/mdb.css */
.mean-fruit-gradient {
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}

/* line 11980, vendor/assets/stylesheets/mdb.css */
.deep-blue-gradient {
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

/* line 11984, vendor/assets/stylesheets/mdb.css */
.ripe-malinka-gradient {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

/* line 11988, vendor/assets/stylesheets/mdb.css */
.cloudy-knoxville-gradient {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

/* line 11992, vendor/assets/stylesheets/mdb.css */
.morpheus-den-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#30cfd0), to(#330867));
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

/* line 11997, vendor/assets/stylesheets/mdb.css */
.rare-wind-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a8edea), to(#fed6e3));
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}

/* line 12002, vendor/assets/stylesheets/mdb.css */
.near-moon-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

/* line 12007, vendor/assets/stylesheets/mdb.css */
.schedule-list .hr-bold {
  border-top: 2px solid #212529;
}

/* line 12011, vendor/assets/stylesheets/mdb.css */
.schedule-list .font-smaller {
  font-size: .8rem;
}

/* line 12015, vendor/assets/stylesheets/mdb.css */
.note {
  padding: 10px;
  border-left: 6px solid;
  border-radius: 5px;
}

/* line 12021, vendor/assets/stylesheets/mdb.css */
.note strong {
  font-weight: 600;
}

/* line 12025, vendor/assets/stylesheets/mdb.css */
.note p {
  font-weight: 500;
}

/* line 12029, vendor/assets/stylesheets/mdb.css */
.note-primary {
  background-color: #dfeefd;
  border-color: #176ac4;
}

/* line 12034, vendor/assets/stylesheets/mdb.css */
.note-secondary {
  background-color: #e2e3e5;
  border-color: #58595a;
}

/* line 12039, vendor/assets/stylesheets/mdb.css */
.note-success {
  background-color: #e2f0e5;
  border-color: #49a75f;
}

/* line 12044, vendor/assets/stylesheets/mdb.css */
.note-danger {
  background-color: #fae7e8;
  border-color: #e45460;
}

/* line 12049, vendor/assets/stylesheets/mdb.css */
.note-warning {
  background-color: #faf4e0;
  border-color: #c2a442;
}

/* line 12054, vendor/assets/stylesheets/mdb.css */
.note-info {
  background-color: #e4f2f5;
  border-color: #2492a5;
}

/* line 12059, vendor/assets/stylesheets/mdb.css */
.note-light {
  background-color: #fefefe;
  border-color: #0f0f0f;
}

/* line 12064, vendor/assets/stylesheets/mdb.css */
footer.page-footer {
  bottom: 0;
  color: #fff;
}

/* line 12069, vendor/assets/stylesheets/mdb.css */
footer.page-footer .container-fluid {
  width: auto;
}

/* line 12073, vendor/assets/stylesheets/mdb.css */
footer.page-footer .footer-copyright {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 12079, vendor/assets/stylesheets/mdb.css */
footer.page-footer a {
  color: #fff;
}

/* line 12083, vendor/assets/stylesheets/mdb.css */
.media .media-left {
  padding: 0 10px 10px 0;
}

/* line 12087, vendor/assets/stylesheets/mdb.css */
.media .media-left img {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 12092, vendor/assets/stylesheets/mdb.css */
.list-group .list-group-item:first-child {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

/* line 12097, vendor/assets/stylesheets/mdb.css */
.list-group .list-group-item:last-child {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

/* line 12102, vendor/assets/stylesheets/mdb.css */
.list-group a,
.list-group button {
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 12108, vendor/assets/stylesheets/mdb.css */
.list-group a:hover,
.list-group button:hover {
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 12114, vendor/assets/stylesheets/mdb.css */
table.table thead th {
  border-top: none;
}

/* line 12118, vendor/assets/stylesheets/mdb.css */
table.table th,
table.table td {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}

/* line 12124, vendor/assets/stylesheets/mdb.css */
table.table a {
  margin: 0;
  color: #212529;
}

/* line 12129, vendor/assets/stylesheets/mdb.css */
table.table .label-table {
  height: .94rem;
  padding: 0;
  margin: 0;
  line-height: .94rem;
}

/* line 12136, vendor/assets/stylesheets/mdb.css */
table.table.btn-table td {
  vertical-align: middle;
}

/* line 12140, vendor/assets/stylesheets/mdb.css */
table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 12146, vendor/assets/stylesheets/mdb.css */
table .th-lg {
  min-width: 9rem;
}

/* line 12150, vendor/assets/stylesheets/mdb.css */
table .th-sm {
  min-width: 6rem;
}

/* line 12154, vendor/assets/stylesheets/mdb.css */
table.table-sm th,
table.table-sm td {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

/* line 12160, vendor/assets/stylesheets/mdb.css */
.table-scroll-vertical {
  max-height: 300px;
  overflow-y: auto;
}

/* line 12165, vendor/assets/stylesheets/mdb.css */
.table-fixed {
  table-layout: fixed;
}

/* line 12169, vendor/assets/stylesheets/mdb.css */
.table-responsive > .table-bordered,
.table-responsive-sm > .table-bordered,
.table-responsive-md > .table-bordered,
.table-responsive-lg > .table-bordered,
.table-responsive-xl > .table-bordered {
  border-top: 1px solid #dee2e6;
}

/* line 12177, vendor/assets/stylesheets/mdb.css */
ul.stepper {
  padding: 0 1.5rem;
  padding: 1.5rem;
  margin: 1em -1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section;
}

/* line 12186, vendor/assets/stylesheets/mdb.css */
ul.stepper li a {
  padding: 1.5rem;
  text-align: center;
}

/* line 12191, vendor/assets/stylesheets/mdb.css */
ul.stepper li a .circle {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: .5rem;
  line-height: 1.7rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

/* line 12203, vendor/assets/stylesheets/mdb.css */
ul.stepper li a .label {
  display: inline-block;
  color: rgba(0, 0, 0, 0.38);
}

/* line 12208, vendor/assets/stylesheets/mdb.css */
ul.stepper li.active a .label,
ul.stepper li.completed a .label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

/* line 12214, vendor/assets/stylesheets/mdb.css */
.stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 12224, vendor/assets/stylesheets/mdb.css */
.stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 12239, vendor/assets/stylesheets/mdb.css */
.stepper-horizontal li a .label {
  margin-top: .63rem;
}

/* line 12243, vendor/assets/stylesheets/mdb.css */
.stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  margin: .5rem 0 0 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 12254, vendor/assets/stylesheets/mdb.css */
.stepper-horizontal li:not(:first-child):before {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  margin: .5rem 0 0 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 12265, vendor/assets/stylesheets/mdb.css */
.stepper-horizontal li:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

@media (max-width: 47.9375rem) {
  /* line 12270, vendor/assets/stylesheets/mdb.css */
  .stepper-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 12277, vendor/assets/stylesheets/mdb.css */
  .stepper-horizontal li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* line 12287, vendor/assets/stylesheets/mdb.css */
  .stepper-horizontal li a .label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: .2rem;
  }
  /* line 12298, vendor/assets/stylesheets/mdb.css */
  .stepper-horizontal li:not(:last-child):after {
    position: absolute;
    top: 3.75rem;
    left: 2.19rem;
    width: 1px;
    height: calc(100% - 40px);
    content: "";
  }
}

/* line 12308, vendor/assets/stylesheets/mdb.css */
.stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

/* line 12312, vendor/assets/stylesheets/mdb.css */
.stepper-vertical {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 12326, vendor/assets/stylesheets/mdb.css */
.stepper-vertical li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 12343, vendor/assets/stylesheets/mdb.css */
.stepper-vertical li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 12352, vendor/assets/stylesheets/mdb.css */
.stepper-vertical li a .circle {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 12358, vendor/assets/stylesheets/mdb.css */
.stepper-vertical li a .label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: .2rem;
}

/* line 12369, vendor/assets/stylesheets/mdb.css */
.stepper-vertical li.completed a .label {
  font-weight: 500;
}

/* line 12373, vendor/assets/stylesheets/mdb.css */
.stepper-vertical li .step-content {
  display: block;
  padding: .94rem;
  margin-top: 0;
  margin-left: 3.13rem;
}

/* line 12380, vendor/assets/stylesheets/mdb.css */
.stepper-vertical li .step-content p {
  font-size: .88rem;
}

/* line 12384, vendor/assets/stylesheets/mdb.css */
.stepper-vertical li:not(:last-child):after {
  position: absolute;
  top: 3.44rem;
  left: 2.19rem;
  width: 1px;
  height: calc(100% - 40px);
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 12394, vendor/assets/stylesheets/mdb.css */
.fast.spinner-border {
  -webkit-animation: spinner-border 0.4s linear infinite;
  animation: spinner-border 0.4s linear infinite;
}

/* line 12399, vendor/assets/stylesheets/mdb.css */
.fast.spinner-grow {
  -webkit-animation: spinner-grow 0.4s linear infinite;
  animation: spinner-grow 0.4s linear infinite;
}

/* line 12404, vendor/assets/stylesheets/mdb.css */
.treeview.w-20 {
  width: 20rem;
}

/* line 12408, vendor/assets/stylesheets/mdb.css */
.treeview .rotate {
  margin-top: .2rem;
  font-size: .8rem;
  vertical-align: text-top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* line 12421, vendor/assets/stylesheets/mdb.css */
.treeview .rotate.down {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 12426, vendor/assets/stylesheets/mdb.css */
.treeview .nested {
  display: none;
}

/* line 12430, vendor/assets/stylesheets/mdb.css */
.treeview .active {
  display: block;
}

/* line 12434, vendor/assets/stylesheets/mdb.css */
.treeview ul {
  list-style-type: none;
}

/* line 12438, vendor/assets/stylesheets/mdb.css */
.treeview .ic-w {
  width: 1.3rem;
}

/* line 12442, vendor/assets/stylesheets/mdb.css */
.treeview-animated.w-20 {
  width: 20rem;
}

/* line 12446, vendor/assets/stylesheets/mdb.css */
.treeview-animated ul {
  position: relative;
  padding-left: 1em;
  list-style: none;
}

/* line 12452, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list li {
  padding: .2em 0 0 .2em;
}

/* line 12456, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-items .nested::before {
  position: absolute;
  left: 5px;
  display: block;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #808080;
}

/* line 12466, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-items .closed {
  display: block;
  padding: .2em .2em .2em .4em;
  margin-right: 0;
  border-top-left-radius: .3em;
  border-bottom-left-radius: .3em;
}

/* line 12474, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-items .closed:hover {
  background-color: #8cb9ff;
}

/* line 12478, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-items .closed .fa-angle-right {
  font-size: .8rem;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* line 12484, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-items .closed .fa-angle-right.down {
  position: relative;
  color: #f8f9fa;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 12491, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-items .open {
  background-color: #32a0ff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* line 12497, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-items .open:hover {
  color: #f8f9fa;
  background-color: #32a0ff;
}

/* line 12502, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-items .open span {
  color: #f8f9fa;
}

/* line 12506, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-element {
  padding: .2em .2em .2em .6em;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* line 12515, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-element:hover {
  background-color: #8cb9ff;
}

/* line 12519, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-element.opened {
  color: #f8f9fa;
  background-color: #32a0ff;
}

/* line 12524, vendor/assets/stylesheets/mdb.css */
.treeview-animated .treeview-animated-list .treeview-animated-element.opened:hover {
  color: #f8f9fa;
  background-color: #32a0ff;
}

/* line 12529, vendor/assets/stylesheets/mdb.css */
.treeview-colorful {
  font-size: 16px;
  font-weight: 400;
  background: rgba(224, 127, 178, 0.2);
}

/* line 12535, vendor/assets/stylesheets/mdb.css */
.treeview-colorful.w-20 {
  width: 20rem;
}

/* line 12539, vendor/assets/stylesheets/mdb.css */
.treeview-colorful hr {
  border-color: #a2127a;
}

/* line 12543, vendor/assets/stylesheets/mdb.css */
.treeview-colorful h6 {
  font-size: 1.4em;
  font-weight: 500;
  color: #a2127a;
}

/* line 12549, vendor/assets/stylesheets/mdb.css */
.treeview-colorful ul {
  position: relative;
  padding-left: 0;
  list-style: none;
}

/* line 12555, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-list ul {
  padding-left: 1em;
  margin-top: .1em;
  background: rgba(224, 127, 178, 0.2);
}

/* line 12561, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-element {
  padding: .2em .2em .2em 1em;
  cursor: pointer;
  border: 2px solid transparent;
  border-right: 0 solid transparent;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* line 12570, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-element:hover {
  background-color: #e07fb2;
}

/* line 12574, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-element.opened {
  color: #ffac47;
  background-color: #a2127a;
  border: 2px solid #ffac47;
  border-right: 0 solid transparent;
}

/* line 12581, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-element.opened:hover {
  color: #ffac47;
  background-color: #a2127a;
}

/* line 12586, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-items-header {
  display: block;
  padding: .4em;
  margin-right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* line 12595, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-items-header:hover {
  background-color: #e07fb2;
}

/* line 12599, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-items-header.open {
  background-color: #a2127a;
  border-bottom: 2px solid #ffac47;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* line 12606, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-items-header.open span {
  color: #ffac47;
}

/* line 12610, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-items-header.open:hover {
  color: #ffac47;
  background-color: #a2127a;
}

/* line 12615, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-items-header.open div:hover {
  background-color: #a2127a;
}

/* line 12619, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-items-header .fa-angle-right {
  font-size: .8rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

/* line 12625, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-items-header .fas {
  position: relative;
  color: #ffac47;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 12634, vendor/assets/stylesheets/mdb.css */
.treeview-colorful .treeview-colorful-items-header .fa-minus-circle {
  position: relative;
  color: #ffac47;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 12643, vendor/assets/stylesheets/mdb.css */
#calendar {
  font-size: 1.15em;
}

/*!
* FullCalendar v3.9.0
* Docs & License: https://fullcalendar.io/
* (c) 2018 Adam Shaw
*/
/* line 6, vendor/assets/stylesheets/style.css */
.fc button,
.fc table,
body .fc {
  font-size: 1em;
}

/* line 12, vendor/assets/stylesheets/style.css */
.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}

/* line 18, vendor/assets/stylesheets/style.css */
.fc-icon,
.fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

/* line 24, vendor/assets/stylesheets/style.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 29, vendor/assets/stylesheets/style.css */
.fc-rtl {
  text-align: right;
}

/* line 33, vendor/assets/stylesheets/style.css */
.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}

/* line 40, vendor/assets/stylesheets/style.css */
.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

/* line 45, vendor/assets/stylesheets/style.css */
.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

/* line 50, vendor/assets/stylesheets/style.css */
.fc-nonbusiness {
  background: #d7d7d7;
}

/* line 54, vendor/assets/stylesheets/style.css */
.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  white-space: nowrap;
  cursor: pointer;
}

/* line 65, vendor/assets/stylesheets/style.css */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 70, vendor/assets/stylesheets/style.css */
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 86, vendor/assets/stylesheets/style.css */
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 91, vendor/assets/stylesheets/style.css */
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 96, vendor/assets/stylesheets/style.css */
.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

/* line 103, vendor/assets/stylesheets/style.css */
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

/* line 111, vendor/assets/stylesheets/style.css */
.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

/* line 121, vendor/assets/stylesheets/style.css */
.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 128, vendor/assets/stylesheets/style.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}

/* line 135, vendor/assets/stylesheets/style.css */
.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}

/* line 142, vendor/assets/stylesheets/style.css */
.fc-button-group {
  display: inline-block;
}

/* line 146, vendor/assets/stylesheets/style.css */
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

/* line 151, vendor/assets/stylesheets/style.css */
.fc .fc-button-group > :first-child {
  margin-left: 0;
}

/* line 155, vendor/assets/stylesheets/style.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 160, vendor/assets/stylesheets/style.css */
.fc-popover .fc-header {
  padding: 2px 4px;
}

/* line 164, vendor/assets/stylesheets/style.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 168, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 173, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

/* line 178, vendor/assets/stylesheets/style.css */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 183, vendor/assets/stylesheets/style.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

/* line 190, vendor/assets/stylesheets/style.css */
.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

/* line 196, vendor/assets/stylesheets/style.css */
.fc-clear {
  clear: both;
}

/* line 200, vendor/assets/stylesheets/style.css */
.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 210, vendor/assets/stylesheets/style.css */
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 218, vendor/assets/stylesheets/style.css */
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 226, vendor/assets/stylesheets/style.css */
.fc td.fc-today {
  border-style: double;
}

/* line 230, vendor/assets/stylesheets/style.css */
a[data-goto]:hover {
  text-decoration: underline;
}

/* line 234, vendor/assets/stylesheets/style.css */
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

/* line 239, vendor/assets/stylesheets/style.css */
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

/* line 245, vendor/assets/stylesheets/style.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

/* line 249, vendor/assets/stylesheets/style.css */
.fc-row {
  position: relative;
}

/* line 253, vendor/assets/stylesheets/style.css */
.fc-row .fc-bg {
  z-index: 1;
}

/* line 257, vendor/assets/stylesheets/style.css */
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

/* line 262, vendor/assets/stylesheets/style.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 266, vendor/assets/stylesheets/style.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/* line 270, vendor/assets/stylesheets/style.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

/* line 276, vendor/assets/stylesheets/style.css */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 280, vendor/assets/stylesheets/style.css */
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}

/* line 287, vendor/assets/stylesheets/style.css */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

/* line 292, vendor/assets/stylesheets/style.css */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

/* line 297, vendor/assets/stylesheets/style.css */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* line 301, vendor/assets/stylesheets/style.css */
.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}

/* line 307, vendor/assets/stylesheets/style.css */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

/* line 313, vendor/assets/stylesheets/style.css */
.fc-event {
  position: relative;
  display: block;
  font-size: 1.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

/* line 322, vendor/assets/stylesheets/style.css */
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}

/* line 327, vendor/assets/stylesheets/style.css */
.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}

/* line 333, vendor/assets/stylesheets/style.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

/* line 338, vendor/assets/stylesheets/style.css */
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}

/* line 344, vendor/assets/stylesheets/style.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* line 349, vendor/assets/stylesheets/style.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

/* line 355, vendor/assets/stylesheets/style.css */
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}

/* line 360, vendor/assets/stylesheets/style.css */
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* line 372, vendor/assets/stylesheets/style.css */
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 377, vendor/assets/stylesheets/style.css */
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* line 381, vendor/assets/stylesheets/style.css */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* line 391, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 400, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 409, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

/* line 415, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

/* line 421, vendor/assets/stylesheets/style.css */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

/* line 427, vendor/assets/stylesheets/style.css */
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

/* line 439, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

/* line 444, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

/* line 449, vendor/assets/stylesheets/style.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

/* line 454, vendor/assets/stylesheets/style.css */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

/* line 458, vendor/assets/stylesheets/style.css */
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}

/* line 470, vendor/assets/stylesheets/style.css */
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

/* line 475, vendor/assets/stylesheets/style.css */
.fc-day-grid-event .fc-time {
  font-weight: 700;
}

/* line 479, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

/* line 484, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

/* line 489, vendor/assets/stylesheets/style.css */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 496, vendor/assets/stylesheets/style.css */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 500, vendor/assets/stylesheets/style.css */
.fc.fc-bootstrap3 a,
.ui-widget .fc-event {
  text-decoration: none;
}

/* line 505, vendor/assets/stylesheets/style.css */
.fc-limited {
  display: none;
}

/* line 509, vendor/assets/stylesheets/style.css */
.fc-icon,
.fc-toolbar .fc-center {
  display: inline-block;
}

/* line 514, vendor/assets/stylesheets/style.css */
.fc-day-grid .fc-row {
  z-index: 1;
}

/* line 518, vendor/assets/stylesheets/style.css */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 523, vendor/assets/stylesheets/style.css */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* line 527, vendor/assets/stylesheets/style.css */
.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* line 532, vendor/assets/stylesheets/style.css */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* line 537, vendor/assets/stylesheets/style.css */
.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

/* line 542, vendor/assets/stylesheets/style.css */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 550, vendor/assets/stylesheets/style.css */
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}

/* line 563, vendor/assets/stylesheets/style.css */
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

/* line 569, vendor/assets/stylesheets/style.css */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

/* line 575, vendor/assets/stylesheets/style.css */
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 579, vendor/assets/stylesheets/style.css */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* line 584, vendor/assets/stylesheets/style.css */
.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 595, vendor/assets/stylesheets/style.css */
.fc-icon:after {
  position: relative;
}

/* line 599, vendor/assets/stylesheets/style.css */
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

/* line 606, vendor/assets/stylesheets/style.css */
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

/* line 613, vendor/assets/stylesheets/style.css */
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

/* line 619, vendor/assets/stylesheets/style.css */
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

/* line 625, vendor/assets/stylesheets/style.css */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

/* line 631, vendor/assets/stylesheets/style.css */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

/* line 637, vendor/assets/stylesheets/style.css */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 643, vendor/assets/stylesheets/style.css */
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* line 649, vendor/assets/stylesheets/style.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px;
}

/* line 655, vendor/assets/stylesheets/style.css */
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* line 659, vendor/assets/stylesheets/style.css */
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* line 663, vendor/assets/stylesheets/style.css */
.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

/* line 669, vendor/assets/stylesheets/style.css */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

/* line 673, vendor/assets/stylesheets/style.css */
.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

/* line 678, vendor/assets/stylesheets/style.css */
.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

/* line 683, vendor/assets/stylesheets/style.css */
.ui-widget td.fc-axis {
  font-weight: 400;
}

/* line 687, vendor/assets/stylesheets/style.css */
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 691, vendor/assets/stylesheets/style.css */
.fc.fc-bootstrap4 a {
  text-decoration: none;
}

/* line 695, vendor/assets/stylesheets/style.css */
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 699, vendor/assets/stylesheets/style.css */
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

/* line 703, vendor/assets/stylesheets/style.css */
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* line 707, vendor/assets/stylesheets/style.css */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

/* line 711, vendor/assets/stylesheets/style.css */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

/* line 715, vendor/assets/stylesheets/style.css */
.fc-toolbar .fc-left {
  float: left;
}

/* line 719, vendor/assets/stylesheets/style.css */
.fc-toolbar .fc-right {
  float: right;
}

/* line 723, vendor/assets/stylesheets/style.css */
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}

/* line 728, vendor/assets/stylesheets/style.css */
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

/* line 732, vendor/assets/stylesheets/style.css */
.fc-toolbar h2 {
  margin: 0;
}

/* line 736, vendor/assets/stylesheets/style.css */
.fc-toolbar button {
  position: relative;
}

/* line 740, vendor/assets/stylesheets/style.css */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 745, vendor/assets/stylesheets/style.css */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 749, vendor/assets/stylesheets/style.css */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 754, vendor/assets/stylesheets/style.css */
.fc-toolbar button:focus {
  z-index: 5;
}

/* line 758, vendor/assets/stylesheets/style.css */
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 766, vendor/assets/stylesheets/style.css */
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}

/* line 772, vendor/assets/stylesheets/style.css */
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

/* line 777, vendor/assets/stylesheets/style.css */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

/* line 781, vendor/assets/stylesheets/style.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 788, vendor/assets/stylesheets/style.css */
.fc-day-top.fc-other-month {
  opacity: .3;
}

/* line 792, vendor/assets/stylesheets/style.css */
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}

/* line 797, vendor/assets/stylesheets/style.css */
.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

/* line 802, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

/* line 806, vendor/assets/stylesheets/style.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

/* line 810, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

/* line 815, vendor/assets/stylesheets/style.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

/* line 820, vendor/assets/stylesheets/style.css */
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

/* line 827, vendor/assets/stylesheets/style.css */
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

/* line 832, vendor/assets/stylesheets/style.css */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

/* line 837, vendor/assets/stylesheets/style.css */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

/* line 841, vendor/assets/stylesheets/style.css */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

/* line 845, vendor/assets/stylesheets/style.css */
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 851, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 855, vendor/assets/stylesheets/style.css */
.fc-rtl .fc-axis {
  text-align: left;
}

/* line 859, vendor/assets/stylesheets/style.css */
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}

/* line 865, vendor/assets/stylesheets/style.css */
.fc-time-grid {
  min-height: 100%;
}

/* line 869, vendor/assets/stylesheets/style.css */
.fc-time-grid table {
  border: 0 hidden transparent;
}

/* line 873, vendor/assets/stylesheets/style.css */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 877, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

/* line 883, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-content-col {
  position: relative;
}

/* line 887, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* line 895, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 900, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 905, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

/* line 910, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 915, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 919, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

/* line 924, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

/* line 929, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* line 933, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 939, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

/* line 943, vendor/assets/stylesheets/style.css */
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

/* line 947, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

/* line 953, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

/* line 958, vendor/assets/stylesheets/style.css */
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 965, vendor/assets/stylesheets/style.css */
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 972, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-selected {
  overflow: visible;
}

/* line 976, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

/* line 980, vendor/assets/stylesheets/style.css */
.fc-time-grid-event .fc-content {
  overflow: hidden;
}

/* line 984, vendor/assets/stylesheets/style.css */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 989, vendor/assets/stylesheets/style.css */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* line 994, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

/* line 998, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

/* line 1004, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

/* line 1008, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

/* line 1012, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}

/* line 1016, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}

/* line 1021, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1034, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* line 1038, vendor/assets/stylesheets/style.css */
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

/* line 1051, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* line 1057, vendor/assets/stylesheets/style.css */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

/* line 1061, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1068, vendor/assets/stylesheets/style.css */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1075, vendor/assets/stylesheets/style.css */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* line 1082, vendor/assets/stylesheets/style.css */
.fc-rtl .fc-list-view {
  direction: rtl;
}

/* line 1086, vendor/assets/stylesheets/style.css */
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* line 1091, vendor/assets/stylesheets/style.css */
.fc .fc-list-table {
  table-layout: auto;
}

/* line 1095, vendor/assets/stylesheets/style.css */
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

/* line 1100, vendor/assets/stylesheets/style.css */
.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* line 1104, vendor/assets/stylesheets/style.css */
.fc-list-heading {
  border-bottom-width: 1px;
}

/* line 1108, vendor/assets/stylesheets/style.css */
.fc-list-heading td {
  font-weight: 700;
}

/* line 1112, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-list-heading-main {
  float: left;
}

/* line 1116, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}

/* line 1121, vendor/assets/stylesheets/style.css */
.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* line 1125, vendor/assets/stylesheets/style.css */
.fc-list-item.fc-has-url {
  cursor: pointer;
}

/* line 1129, vendor/assets/stylesheets/style.css */
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* line 1135, vendor/assets/stylesheets/style.css */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

/* line 1139, vendor/assets/stylesheets/style.css */
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

/* line 1143, vendor/assets/stylesheets/style.css */
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

/* line 1148, vendor/assets/stylesheets/style.css */
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

/* line 1152, vendor/assets/stylesheets/style.css */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1160, vendor/assets/stylesheets/style.css */
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 1166, vendor/assets/stylesheets/style.css */
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 1172, vendor/assets/stylesheets/style.css */
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

/* line 1175, vendor/assets/stylesheets/style.css */
.fc {
  background: #fff;
}

/* line 1179, vendor/assets/stylesheets/style.css */
.fc .fc-toolbar {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 1185, vendor/assets/stylesheets/style.css */
.fc td.fc-today {
  background: #f2f2f2 !important;
}

/* line 1189, vendor/assets/stylesheets/style.css */
.fc .fc-event {
  background-color: transparent;
  border: 0;
}

/* line 1194, vendor/assets/stylesheets/style.css */
.fc .fc-content {
  background-color: #4fc3f7;
  padding: 2px;
  color: #fff;
}

/* line 1200, vendor/assets/stylesheets/style.css */
.fc .fc-state-default {
  border-color: #4fc3f7;
  color: #4fc3f7;
}

/* line 1205, vendor/assets/stylesheets/style.css */
.fc .fc-state-active {
  background-color: #4fc3f7;
  background-image: none;
  outline: 0;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
}

/* line 1214, vendor/assets/stylesheets/style.css */
.fc button {
  background: transparent;
}

/* line 1218, vendor/assets/stylesheets/style.css */
.display-inline {
  display: inline-block;
}

/* line 1222, vendor/assets/stylesheets/style.css */
.font-size-1-05-rem {
  font-size: 1.05rem !important;
}

/* line 1226, vendor/assets/stylesheets/style.css */
.font-size-2-rem {
  font-size: 2rem !important;
}

/* line 1230, vendor/assets/stylesheets/style.css */
.font-weight-800 {
  font-weight: 800;
}

/* line 1234, vendor/assets/stylesheets/style.css */
.flex-align-items-center {
  display: flex;
  align-items: center;
}

/* line 1239, vendor/assets/stylesheets/style.css */
.width-100 {
  width: 100%;
}

/* line 1243, vendor/assets/stylesheets/style.css */
.padding-top-bottom-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 1248, vendor/assets/stylesheets/style.css */
.margin-top-30 {
  margin-top: 30px;
}

/* line 1252, vendor/assets/stylesheets/style.css */
#new_forgotpassword, #edit_forgotpassword, .login-form {
  padding: 10px 20px;
}

/* line 1256, vendor/assets/stylesheets/style.css */
.login-submit {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 1261, vendor/assets/stylesheets/style.css */
.inline-block {
  display: inline-block;
}

/* line 1265, vendor/assets/stylesheets/style.css */
#edit_forgotpassword span, #new_forgotpassword span, .login-submit span {
  width: 100%;
}

/* line 1268, vendor/assets/stylesheets/style.css */
.edit-clinic-button span, #new_new_admin .new-admin-submit-button span, #new_new_admin .new-admin-submit-button .btn-primary, .new-modification-submit-button span, .new-modification-submit-button .btn-primary {
  float: right;
}

/* line 1271, vendor/assets/stylesheets/style.css */
.border-radius-0 {
  border-radius: 0 !important;
}

/* line 1274, vendor/assets/stylesheets/style.css */
#new_new_admin span input, #new_new_admin a.btn-info, .login-submit span input {
  border-radius: 0;
}

/* line 1277, vendor/assets/stylesheets/style.css */
.d-flex {
  display: flex !important;
}

/* line 1280, vendor/assets/stylesheets/style.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 1283, vendor/assets/stylesheets/style.css */
#edit_forgotpassword .form-row, #new_forgotpassword .form-row, .login-form .form-row {
  margin-bottom: 5rem;
}

/* line 1286, vendor/assets/stylesheets/style.css */
#edit_forgotpassword label.error, #new_forgotpassword label.error, .login-form label.error {
  position: absolute;
  font-size: 1rem;
}

/* line 1290, vendor/assets/stylesheets/style.css */
#edit_forgotpassword a.btn:hover, #edit_forgotpassword input[type=submit]:hover, #new_forgotpassword a.btn:hover, #new_forgotpassword input[type=submit]:hover, .login-form a.btn:hover, .login-form input[type=submit]:hover {
  color: #376486 !important;
}

/* line 1294, vendor/assets/stylesheets/style.css */
.new-alert .alert {
  position: absolute;
  z-index: 1;
  width: 50%;
  top: 5%;
  text-align: center;
  left: 26%;
}

/* line 1303, vendor/assets/stylesheets/style.css */
.border-box-none {
  border: none;
  box-shadow: none;
}

/* line 1307, vendor/assets/stylesheets/style.css */
.fc .fc-state-default {
  border-color: #376486 !important;
  color: #376486 !important;
}

/* line 1311, vendor/assets/stylesheets/style.css */
.fc .fc-state-active {
  color: #fff !important;
}

/* line 1314, vendor/assets/stylesheets/style.css */
.btn-primary:not([disabled]):not(.disabled):active, .theme-color:active, .theme-color, .fc .fc-state-active, .fc .fc-content {
  background-color: #376486 !important;
}

/* line 1318, vendor/assets/stylesheets/style.css */
.outline-theme-btn, .outline-theme-btn:hover {
  color: #376486 !important;
  border: 2px solid #376486 !important;
}

/* line 1323, vendor/assets/stylesheets/style.css */
.clinic-list-logo {
  height: 50px;
  width: 200px;
}

/* line 1328, vendor/assets/stylesheets/style.css */
.fc-event {
  font-size: 0.7em !important;
}

/* line 1332, vendor/assets/stylesheets/style.css */
.text-alight-right {
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_length input {
  width: auto;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_length.d-flex.flex-row label {
  margin-top: 1.2rem;
  margin-right: 1rem;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select span, div.dataTables_wrapper div.dataTables_length.d-flex.flex-row .select-wrapper.mdb-select .select-dropdown {
  margin-top: 1rem;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 400;
  text-align: left;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_filter input {
  width: auto;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_filter input {
  display: inline-block;
  margin-left: .5rem;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  text-align: right;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: end;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
  background-color: #4285f4;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  /* line 1, vendor/assets/stylesheets/datatables.min.css */
  div.dataTables_wrapper div .dataTables_length, div.dataTables_wrapper div .dataTables_filter, div.dataTables_wrapper div .dataTables_info, div.dataTables_wrapper div .dataTables_paginate ul.pagination {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-pack: center;
  }
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
.bs-select select {
  display: inline-block !important;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
table.dataTable thead {
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  position: relative;
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: .9em;
  display: block;
  opacity: .3;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  font-family: "Font Awesome\ 5 Free", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  content: "\f0de";
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 16px;
  font-family: "Font Awesome\ 5 Free", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  content: "\f0dd";
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 2, vendor/assets/stylesheets/datatables.min.css */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 10, vendor/assets/stylesheets/datatables.min.css */
.paginate_button {
  margin-right: 15px;
  font-weight: 800;
}

/* line 15, vendor/assets/stylesheets/datatables.min.css */
.pagination .page-item .page-link {
  font-size: 1rem;
}

/* line 19, vendor/assets/stylesheets/datatables.min.css */
#admin-users tbody a.btn, #admin-clinics tbody a.btn, #admin-messages tbody a.btn, #clinic-messages tbody a.btn {
  color: white;
}

/* line 23, vendor/assets/stylesheets/datatables.min.css */
#admin-users_filter, #admin-clinics_filter, #admin-messages_filter, #clinic-messages_filter {
  float: right;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #b0bed9;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3 {
  background-color: #acbad5;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
  position: absolute;
  top: 1.2em;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 12px;
  height: 12px;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  margin-top: 4px;
  margin-left: -6px;
  content: " ";
  border: 1px solid #000;
  border-radius: 3px;
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
  margin-top: 0;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
  content: "\2714";
}

/* line 1, vendor/assets/stylesheets/datatables-select.min.css */
div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
  margin-left: .5em;
}

@media screen and (max-width: 640px) {
  /* line 1, vendor/assets/stylesheets/datatables-select.min.css */
  div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    display: block;
    margin-left: 0;
  }
}

/* line 1, vendor/assets/stylesheets/checkbox.css */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

/* line 7, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"] + label, label.btn input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  height: 1.5625rem;
  padding-left: 35px;
  line-height: 1.5625rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 20, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"] + label.form-check-label-left, label.btn input[type="checkbox"] + label.form-check-label-left {
  padding: 0 35px 0 0 !important;
}

/* line 24, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"] + label.form-check-label-left:before, label.btn input[type="checkbox"] + label.form-check-label-left:before {
  right: 0;
  left: 100% !important;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 31, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"] + label:before, .form-check-input[type="checkbox"]:not(.filled-in) + label:after, label.btn input[type="checkbox"] + label:before, label.btn input[type="checkbox"]:not(.filled-in) + label:after {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  content: "";
  border: 2px solid #8a8a8a;
  border-radius: 1px;
  -webkit-transition: .2s;
  transition: .2s;
}

/* line 46, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:not(.filled-in) + label:after, label.btn input[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 52, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:not(:checked):disabled + label:before, label.btn input[type="checkbox"]:not(:checked):disabled + label:before {
  background-color: #bdbdbd;
  border: none;
}

/* line 57, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:checked + label:before, label.btn input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-right: 2px solid #4285f4;
  border-bottom: 2px solid #4285f4;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 74, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:checked + label.form-check-label-left:before, label.btn input[type="checkbox"]:checked + label.form-check-label-left:before {
  -webkit-transform: translateX(0) rotateZ(40deg);
  transform: translateX(0) rotateZ(40deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 81, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:checked:disabled + label:before, label.btn input[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
}

/* line 86, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:checked + label:before, label.btn input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 9px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-right: 2px solid #4285f4;
  border-bottom: 2px solid #4285f4;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 103, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:checked + label.form-check-label-left:before, label.btn input[type="checkbox"]:checked + label.form-check-label-left:before {
  -webkit-transform: translateX(0) rotateZ(40deg);
  transform: translateX(0) rotateZ(40deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 110, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:checked:disabled + label:before, label.btn input[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
}

/* line 115, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:indeterminate + label:before, label.btn input[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 1.375rem;
  border-top: none;
  border-right: 2px solid #4285f4;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 132, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:indeterminate + label.form-check-label-left:before, label.btn input[type="checkbox"]:indeterminate + label.form-check-label-left:before {
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 138, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:indeterminate:disabled + label:before, label.btn input[type="checkbox"]:indeterminate:disabled + label:before {
  background-color: transparent;
  border-right: 2px solid rgba(0, 0, 0, 0.46);
}

/* line 143, vendor/assets/stylesheets/checkbox.css */
.form-check-input.filled-in[type="checkbox"] + label:after, label.btn input.filled-in[type="checkbox"] + label:after {
  border-radius: .125rem;
}

/* line 147, vendor/assets/stylesheets/checkbox.css */
.form-check-input.filled-in[type="checkbox"] + label:before, .form-check-input.filled-in[type="checkbox"] + label:after, label.btn input.filled-in[type="checkbox"] + label:before, label.btn input.filled-in[type="checkbox"] + label:after {
  position: absolute;
  left: 0;
  z-index: 1;
  content: "";
  -webkit-transition: border 0.25s,background-color 0.25s,width 0.2s .1s,height 0.2s .1s,top 0.2s .1s,left 0.2s .1s;
  transition: border 0.25s,background-color 0.25s,width 0.2s .1s,height 0.2s .1s,top 0.2s .1s,left 0.2s .1s;
}

/* line 156, vendor/assets/stylesheets/checkbox.css */
.form-check-input.filled-in[type="checkbox"]:not(:checked) + label:before, label.btn input.filled-in[type="checkbox"]:not(:checked) + label:before {
  top: 10px;
  left: 6px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 168, vendor/assets/stylesheets/checkbox.css */
.form-check-input.filled-in[type="checkbox"]:not(:checked) + label:after, label.btn input.filled-in[type="checkbox"]:not(:checked) + label:after {
  top: 0;
  z-index: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
}

/* line 177, vendor/assets/stylesheets/checkbox.css */
.form-check-input.filled-in[type="checkbox"]:checked + label:before, label.btn input.filled-in[type="checkbox"]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid transparent;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 192, vendor/assets/stylesheets/checkbox.css */
.form-check-input.filled-in[type="checkbox"]:checked + label:after, label.btn input.filled-in[type="checkbox"]:checked + label:after {
  top: 0;
  z-index: 0;
  width: 20px;
  height: 20px;
  background-color: #a6c;
  border: 2px solid #a6c;
}

/* line 201, vendor/assets/stylesheets/checkbox.css */
.form-check-input.filled-in.filled-in-danger[type="checkbox"]:checked + label:after, label.btn input.filled-in.filled-in-danger[type="checkbox"]:checked + label:after {
  background-color: #f44336;
  border-color: #f44336;
}

/* line 206, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:disabled:not(:checked) + label:before, label.btn input[type="checkbox"]:disabled:not(:checked) + label:before {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

/* line 211, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:disabled:not(:checked) + label:after, label.btn input[type="checkbox"]:disabled:not(:checked) + label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

/* line 216, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:disabled:checked + label:before, label.btn input[type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
}

/* line 220, vendor/assets/stylesheets/checkbox.css */
.form-check-input[type="checkbox"]:disabled:checked + label:after, label.btn input[type="checkbox"]:disabled:checked + label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

/* line 225, vendor/assets/stylesheets/checkbox.css */
.input:not(.file) {
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable thead .sorting_asc:after {
  content: "\e155";
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable thead .sorting_desc:after {
  content: "\e156";
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_scrollBody > table > thead .sorting:after, div.dataTables_scrollBody > table > thead .sorting_asc:after, div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_scrollBody > table > tbody > tr:first-child > th, div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/dataTables.bootstrap.min.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/* Style for the accordion container */
/* line 2, app/assets/stylesheets/accordion.scss */
.accordion-container {
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

/* line 9, app/assets/stylesheets/accordion.scss */
.accordion-container .accordion-item {
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

/* line 13, app/assets/stylesheets/accordion.scss */
.accordion-container .accordion-item .accordion-header {
  width: 100%;
  padding: 15px;
  text-align: left;
  background-color: #376486;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

/* line 27, app/assets/stylesheets/accordion.scss */
.accordion-container .accordion-item .accordion-header:hover {
  background-color: #376486;
}

/* line 31, app/assets/stylesheets/accordion.scss */
.accordion-container .accordion-item .accordion-header .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* line 37, app/assets/stylesheets/accordion.scss */
.accordion-container .accordion-item .accordion-content {
  padding: 0 15px;
  display: none;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 14px;
}

/* line 44, app/assets/stylesheets/accordion.scss */
.accordion-container .accordion-item .accordion-content.show {
  display: block;
}

/* line 49, app/assets/stylesheets/accordion.scss */
.accordion-container .accordion-item .accordion-content.show + .accordion-header .arrow {
  transform: rotate(180deg);
}

@media print {
  /* line 59, app/assets/stylesheets/new_application.css.scss */
  .instruction .textbox {
    display: block !important;
    width: 100% !important;
  }
  /* line 59, app/assets/stylesheets/new_application.css.scss */
  #tabs_container {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  /* line 59, app/assets/stylesheets/new_application.css.scss */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}

/* line 61, app/assets/stylesheets/new_application.css.scss */
form label.error {
  color: red;
  font-style: italic;
}

/* line 66, app/assets/stylesheets/new_application.css.scss */
.theme-font-color {
  color: #376486 !important;
}

/* line 70, app/assets/stylesheets/new_application.css.scss */
.red-color {
  color: #BF0000;
}

/* line 74, app/assets/stylesheets/new_application.css.scss */
.green-color {
  color: green;
}

/* line 78, app/assets/stylesheets/new_application.css.scss */
table tbody tr {
  font-weight: 600 !important;
}

/* line 85, app/assets/stylesheets/new_application.css.scss */
.edit-clinics-header-items .right-side-items .waves-input-wrapper {
  float: right !important;
}

/* line 94, app/assets/stylesheets/new_application.css.scss */
#clinics-edit-body .nav-tabs li.secondary-clinics {
  display: flex;
}

/* line 98, app/assets/stylesheets/new_application.css.scss */
#clinics-edit-body .nav-tabs li.active .remove-clinic-icon {
  display: inline-block !important;
}

/* line 100, app/assets/stylesheets/new_application.css.scss */
#clinics-edit-body .nav-tabs li.active .remove-clinic-icon i {
  color: red;
}

/* line 105, app/assets/stylesheets/new_application.css.scss */
#clinics-edit-body .nav-tabs li .remove-clinic-icon {
  cursor: pointer;
  display: none;
}

/* line 113, app/assets/stylesheets/new_application.css.scss */
.border-radius-4 {
  border-radius: 4px !important;
}

/* line 117, app/assets/stylesheets/new_application.css.scss */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 121, app/assets/stylesheets/new_application.css.scss */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 125, app/assets/stylesheets/new_application.css.scss */
.border-settings-user-page {
  border: 2px solid #ddd;
  padding: 10px 15px;
}

/* line 130, app/assets/stylesheets/new_application.css.scss */
.margin-top-3 {
  margin-top: 3px !important;
}

/* line 133, app/assets/stylesheets/new_application.css.scss */
.check {
  opacity: 0.5;
  background: #996;
}

/* line 138, app/assets/stylesheets/new_application.css.scss */
.instruction-icons img {
  width: 30px;
  height: 30px;
}

/* line 143, app/assets/stylesheets/new_application.css.scss */
.bold {
  font-weight: bold;
}

/* line 147, app/assets/stylesheets/new_application.css.scss */
.md-form label, .form-control {
  color: #000 !important;
  font-weight: 300 !important;
}

/* line 153, app/assets/stylesheets/new_application.css.scss */
.reminders {
  width: 60%;
  display: inline-block;
}

/* line 156, app/assets/stylesheets/new_application.css.scss */
.reminders input[type="checkbox"] {
  position: relative;
  width: 5%;
}

/* line 160, app/assets/stylesheets/new_application.css.scss */
.reminders input, .reminders select, .reminders label {
  width: 30%;
  display: inline-block;
}

/* line 167, app/assets/stylesheets/new_application.css.scss */
.new_outbound_fax .item, .new_outbound_fax .option {
  font-weight: bold;
}

/* line 171, app/assets/stylesheets/new_application.css.scss */
.new_outbound_fax .pharmacies-selectized .selectize-input {
  font-weight: bold;
}

/* line 175, app/assets/stylesheets/new_application.css.scss */
.new_outbound_fax .selectize-input {
  font-weight: bold;
}
