@charset "UTF-8";
/**
* Main SCSS File
*
* The Namespaces
* o-, c-, u-, t-, s-, is-, has-, in-, _
* For more information on our way of css read the following blogs:
* - http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
* - http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/
* - https://tech.bellycard.com/blog/sass-mixins-vs-extends-the-data/
*/
/**
 * Libraries
 *
 * 1. Use this file to adjust settings in the libs
 */
/**
 * Bootstrap overrides
 *
 * All variables can be found here:
 * https://github.com/twbs/bootstrap-rubygem/blob/master/assets/stylesheets/bootstrap/_variables.scss
 */
/* [1] */
/**
 * selectize.css (v0.12.6)
 * 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/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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;
  box-shadow: inset 0 0 12px 4px #fff;
}

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

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

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

/* line 42, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

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

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

/* line 66, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

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

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

/* line 76, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

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

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

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

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

/* line 112, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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 130, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

/* line 172, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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 187, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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 198, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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;
  box-shadow: none !important;
}

/* line 213, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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 234, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 250, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

/* line 260, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 273, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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 318, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/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 323, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, vendor/bundle/ruby/3.1.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #15adec;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #155a79;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #15adec;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #155a79;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #15adec;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0e7aa7;
  text-decoration: underline;
}

/* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.1875rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 1.75rem;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.53125rem;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.3125rem;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.09375rem;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.3125rem;
  font-weight: normal;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

/* line 117, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bde8fa;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #85d4f5;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #a5e0f8;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5e0f8;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bdd1d9;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #85a9b9;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #adc6d0;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #adc6d0;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

/* line 179, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control, .StripeElement {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand, .StripeElement::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus, .StripeElement:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bd6f6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 173, 236, 0.25);
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder, .StripeElement::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .StripeElement::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .StripeElement:disabled, .form-control[readonly], .StripeElement[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
input.form-control[type="date"], .StripeElement[type="date"],
input.form-control[type="time"],
.StripeElement[type="time"],
input.form-control[type="datetime-local"],
.StripeElement[type="datetime-local"],
input.form-control[type="month"],
.StripeElement[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:-moz-focusring, select.StripeElement:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value, select.StripeElement:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5;
}

/* line 125, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.StripeElement[size], select.form-control[multiple], select.StripeElement[multiple] {
  height: auto;
}

/* line 176, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control, textarea.StripeElement {
  height: auto;
}

/* line 185, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:valid, .was-validated select.StripeElement:valid, select.form-control.is-valid, select.is-valid.StripeElement {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, .was-validated textarea.StripeElement:valid, textarea.form-control.is-valid, textarea.is-valid.StripeElement {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

/* line 129, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 138, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 142, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 150, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 159, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 166, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

/* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 185, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .was-validated .StripeElement:invalid, .form-control.is-invalid, .is-invalid.StripeElement {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .was-validated .StripeElement:invalid:focus, .form-control.is-invalid:focus, .is-invalid.StripeElement:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:invalid, .was-validated select.StripeElement:invalid, select.form-control.is-invalid, select.is-invalid.StripeElement {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, .was-validated textarea.StripeElement:invalid, textarea.form-control.is-invalid, textarea.is-invalid.StripeElement {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 138, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 142, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 150, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 159, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 166, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 170, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 185, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .form-inline .StripeElement {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 173, 236, 0.25);
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #15adec;
  border-color: #15adec;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #1094ca;
  border-color: #0f8bbf;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1094ca;
  border-color: #0f8bbf;
  box-shadow: 0 0 0 0.2rem rgba(56, 185, 239, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #15adec;
  border-color: #15adec;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f8bbf;
  border-color: #0f83b3;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 185, 239, 0.5);
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #155a79;
  border-color: #155a79;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #0f4258;
  border-color: #0d3a4e;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0f4258;
  border-color: #0d3a4e;
  box-shadow: 0 0 0 0.2rem rgba(56, 115, 141, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #155a79;
  border-color: #155a79;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0d3a4e;
  border-color: #0c3243;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 115, 141, 0.5);
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #15adec;
  border-color: #15adec;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #15adec;
  border-color: #15adec;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 173, 236, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #15adec;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #15adec;
  border-color: #15adec;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 173, 236, 0.5);
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

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

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #155a79;
  border-color: #155a79;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #155a79;
  border-color: #155a79;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 90, 121, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #155a79;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #155a79;
  border-color: #155a79;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 90, 121, 0.5);
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

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

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #15adec;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0e7aa7;
  text-decoration: underline;
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

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

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

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

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

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

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

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #15adec;
}

/* line 161, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

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

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

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

/* line 127, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control, .input-group > .StripeElement,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control, .input-group > .StripeElement + .form-control, .input-group > .form-control + .StripeElement, .input-group > .StripeElement + .StripeElement,
.input-group > .form-control + .custom-select,
.input-group > .StripeElement + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .StripeElement + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .StripeElement,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .StripeElement,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .StripeElement,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus, .input-group > .StripeElement:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child), .input-group > .StripeElement:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .StripeElement:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3), .input-group.has-validation > .StripeElement:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 109, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

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

/* line 134, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea), .input-group-lg > .StripeElement:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 151, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control, .input-group-lg > .StripeElement,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea), .input-group-sm > .StripeElement:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control, .input-group-sm > .StripeElement,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #15adec;
  background-color: #15adec;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(21, 173, 236, 0.25);
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8bd6f6;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #bae7f9;
  border-color: #bae7f9;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

/* line 99, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #15adec;
  background-color: #15adec;
}

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

/* line 139, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 173, 236, 0.5);
}

/* line 142, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(21, 173, 236, 0.5);
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

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

/* line 165, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 173, 236, 0.5);
}

/* line 176, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 173, 236, 0.5);
}

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

/* line 238, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #8bd6f6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 173, 236, 0.25);
}

/* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.765625rem;
}

/* line 291, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}

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

/* line 312, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #8bd6f6;
  box-shadow: 0 0 0 0.2rem rgba(21, 173, 236, 0.25);
}

/* line 327, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

/* line 361, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 173, 236, 0.25);
}

/* line 398, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 173, 236, 0.25);
}

/* line 399, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 173, 236, 0.25);
}

/* line 402, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #15adec;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 406, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 417, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #bae7f9;
}

/* line 422, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #15adec;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 443, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #bae7f9;
}

/* line 448, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #15adec;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 472, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #bae7f9;
}

/* line 477, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #15adec;
  background-color: #e9ecef;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #15adec;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 248, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: #15adec;
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%2315adec' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: #15adec;
}

/* line 272, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

/* line 322, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #15adec;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0e7aa7;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 173, 236, 0.25);
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #15adec;
  border-color: #15adec;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #15adec;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0f8bbf;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 173, 236, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

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

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

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

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

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #155a79;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0d3a4e;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 90, 121, 0.5);
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

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

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

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

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

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

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

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3.8125rem;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #0b5a7b;
  background-color: #d0effb;
  border-color: #bde8fa;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #a5e0f8;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #07384c;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0b2f3f;
  background-color: #d0dee4;
  border-color: #bdd1d9;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #adc6d0;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #030f14;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

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

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #15adec;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #15adec;
  border-color: #15adec;
}

/* line 77, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #0b5a7b;
  background-color: #bde8fa;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0b5a7b;
  background-color: #a5e0f8;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0b5a7b;
  border-color: #0b5a7b;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0b2f3f;
  background-color: #bdd1d9;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0b2f3f;
  background-color: #adc6d0;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0b2f3f;
  border-color: #0b2f3f;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

/* line 125, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #15adec !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0f8bbf !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #155a79 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0d3a4e !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #15adec !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #155a79 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #15adec !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0e7aa7 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #155a79 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0a2a38 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 125, vendor/bundle/ruby/3.1.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url(/assets/materialdesignicons-webfont-36c1c7e04d1451b9925855e7de70cb11289c1ea0c8670ac50d4d56abcf60c51e.eot);
  src: url(/assets/materialdesignicons-webfont-36c1c7e04d1451b9925855e7de70cb11289c1ea0c8670ac50d4d56abcf60c51e.eot?#iefix) format("embedded-opentype"), url(/assets/materialdesignicons-webfont-3074face07f3f76efb563f2be4f98a1551b7b761ff3b99eff92efb385ff1c95b.woff2) format("woff2"), url(/assets/materialdesignicons-webfont-449e08ab2643151b30c087a5dcc96fec26bd33cd6bc0bfaf75ca911a0c87767d.woff) format("woff"), url(/assets/materialdesignicons-webfont-e50b4deb9968f652bd3487e5700cb13d450b92ac7bcc7d26763171e77a82e1f2.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 16, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ab-testing::before {
  content: "\F001C";
}

/* line 31, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-access-point::before {
  content: "\F002";
}

/* line 35, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-access-point-network::before {
  content: "\F003";
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-access-point-network-off::before {
  content: "\FBBD";
}

/* line 43, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account::before {
  content: "\F004";
}

/* line 47, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-alert::before {
  content: "\F005";
}

/* line 51, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-alert-outline::before {
  content: "\FB2C";
}

/* line 55, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-arrow-left::before {
  content: "\FB2D";
}

/* line 59, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-arrow-left-outline::before {
  content: "\FB2E";
}

/* line 63, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-arrow-right::before {
  content: "\FB2F";
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-arrow-right-outline::before {
  content: "\FB30";
}

/* line 71, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge::before {
  content: "\FD83";
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-alert::before {
  content: "\FD84";
}

/* line 79, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-alert-outline::before {
  content: "\FD85";
}

/* line 83, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-horizontal::before {
  content: "\FDF0";
}

/* line 87, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-horizontal-outline::before {
  content: "\FDF1";
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-badge-outline::before {
  content: "\FD86";
}

/* line 95, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-box::before {
  content: "\F006";
}

/* line 99, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-box-multiple::before {
  content: "\F933";
}

/* line 103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-box-multiple-outline::before {
  content: "\F002C";
}

/* line 107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-box-outline::before {
  content: "\F007";
}

/* line 111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-card-details::before {
  content: "\F5D2";
}

/* line 115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-card-details-outline::before {
  content: "\FD87";
}

/* line 119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-check::before {
  content: "\F008";
}

/* line 123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-check-outline::before {
  content: "\FBBE";
}

/* line 127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-child::before {
  content: "\FA88";
}

/* line 131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-child-circle::before {
  content: "\FA89";
}

/* line 135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-circle::before {
  content: "\F009";
}

/* line 139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-circle-outline::before {
  content: "\FB31";
}

/* line 143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-clock::before {
  content: "\FB32";
}

/* line 147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-clock-outline::before {
  content: "\FB33";
}

/* line 151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-convert::before {
  content: "\F00A";
}

/* line 155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-details::before {
  content: "\F631";
}

/* line 159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-edit::before {
  content: "\F6BB";
}

/* line 163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-edit-outline::before {
  content: "\F001D";
}

/* line 167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-group::before {
  content: "\F848";
}

/* line 171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-group-outline::before {
  content: "\FB34";
}

/* line 175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-heart::before {
  content: "\F898";
}

/* line 179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-heart-outline::before {
  content: "\FBBF";
}

/* line 183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-key::before {
  content: "\F00B";
}

/* line 187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-key-outline::before {
  content: "\FBC0";
}

/* line 191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-minus::before {
  content: "\F00D";
}

/* line 195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-minus-outline::before {
  content: "\FAEB";
}

/* line 199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple::before {
  content: "\F00E";
}

/* line 203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-check::before {
  content: "\F8C4";
}

/* line 207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-minus::before {
  content: "\F5D3";
}

/* line 211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-minus-outline::before {
  content: "\FBC1";
}

/* line 215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-outline::before {
  content: "\F00F";
}

/* line 219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-plus::before {
  content: "\F010";
}

/* line 223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-multiple-plus-outline::before {
  content: "\F7FF";
}

/* line 227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-network::before {
  content: "\F011";
}

/* line 231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-network-outline::before {
  content: "\FBC2";
}

/* line 235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-off::before {
  content: "\F012";
}

/* line 239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-off-outline::before {
  content: "\FBC3";
}

/* line 243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-outline::before {
  content: "\F013";
}

/* line 247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-plus::before {
  content: "\F014";
}

/* line 251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-plus-outline::before {
  content: "\F800";
}

/* line 255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-question::before {
  content: "\FB35";
}

/* line 259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-question-outline::before {
  content: "\FB36";
}

/* line 263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-remove::before {
  content: "\F015";
}

/* line 267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-remove-outline::before {
  content: "\FAEC";
}

/* line 271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-search::before {
  content: "\F016";
}

/* line 275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-search-outline::before {
  content: "\F934";
}

/* line 279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-settings::before {
  content: "\F630";
}

/* line 283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-star::before {
  content: "\F017";
}

/* line 287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-star-outline::before {
  content: "\FBC4";
}

/* line 291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-supervisor::before {
  content: "\FA8A";
}

/* line 295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-supervisor-circle::before {
  content: "\FA8B";
}

/* line 299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-switch::before {
  content: "\F019";
}

/* line 303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-account-tie::before {
  content: "\FCBF";
}

/* line 307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-accusoft::before {
  content: "\F849";
}

/* line 311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-adchoices::before {
  content: "\FD1E";
}

/* line 315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-adjust::before {
  content: "\F01A";
}

/* line 319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-adobe::before {
  content: "\F935";
}

/* line 323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-adobe-acrobat::before {
  content: "\FFBD";
}

/* line 327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-air-conditioner::before {
  content: "\F01B";
}

/* line 331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-air-filter::before {
  content: "\FD1F";
}

/* line 335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-air-horn::before {
  content: "\FD88";
}

/* line 339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-air-purifier::before {
  content: "\FD20";
}

/* line 343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airbag::before {
  content: "\FBC5";
}

/* line 347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airballoon::before {
  content: "\F01C";
}

/* line 351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airballoon-outline::before {
  content: "\F002D";
}

/* line 355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplane::before {
  content: "\F01D";
}

/* line 359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplane-landing::before {
  content: "\F5D4";
}

/* line 363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplane-off::before {
  content: "\F01E";
}

/* line 367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplane-takeoff::before {
  content: "\F5D5";
}

/* line 371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airplay::before {
  content: "\F01F";
}

/* line 375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-airport::before {
  content: "\F84A";
}

/* line 379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm::before {
  content: "\F020";
}

/* line 383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-bell::before {
  content: "\F78D";
}

/* line 387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-check::before {
  content: "\F021";
}

/* line 391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-light::before {
  content: "\F78E";
}

/* line 395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-light-outline::before {
  content: "\FBC6";
}

/* line 399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-multiple::before {
  content: "\F022";
}

/* line 403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-note::before {
  content: "\FE8E";
}

/* line 407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-note-off::before {
  content: "\FE8F";
}

/* line 411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-off::before {
  content: "\F023";
}

/* line 415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-plus::before {
  content: "\F024";
}

/* line 419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alarm-snooze::before {
  content: "\F68D";
}

/* line 423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-album::before {
  content: "\F025";
}

/* line 427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert::before {
  content: "\F026";
}

/* line 431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-box::before {
  content: "\F027";
}

/* line 435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-box-outline::before {
  content: "\FCC0";
}

/* line 439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-circle::before {
  content: "\F028";
}

/* line 443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-circle-outline::before {
  content: "\F5D6";
}

/* line 447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-decagram::before {
  content: "\F6BC";
}

/* line 451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-decagram-outline::before {
  content: "\FCC1";
}

/* line 455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-octagon::before {
  content: "\F029";
}

/* line 459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-octagon-outline::before {
  content: "\FCC2";
}

/* line 463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-octagram::before {
  content: "\F766";
}

/* line 467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-octagram-outline::before {
  content: "\FCC3";
}

/* line 471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alert-outline::before {
  content: "\F02A";
}

/* line 475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alien::before {
  content: "\F899";
}

/* line 479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-all-inclusive::before {
  content: "\F6BD";
}

/* line 483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha::before {
  content: "\F02B";
}

/* line 487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a::before {
  content: "\41";
}

/* line 491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a-box::before {
  content: "\FAED";
}

/* line 495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a-box-outline::before {
  content: "\FBC7";
}

/* line 499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a-circle::before {
  content: "\FBC8";
}

/* line 503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-a-circle-outline::before {
  content: "\FBC9";
}

/* line 507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b::before {
  content: "\42";
}

/* line 511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b-box::before {
  content: "\FAEE";
}

/* line 515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b-box-outline::before {
  content: "\FBCA";
}

/* line 519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b-circle::before {
  content: "\FBCB";
}

/* line 523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-b-circle-outline::before {
  content: "\FBCC";
}

/* line 527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c::before {
  content: "\43";
}

/* line 531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c-box::before {
  content: "\FAEF";
}

/* line 535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c-box-outline::before {
  content: "\FBCD";
}

/* line 539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c-circle::before {
  content: "\FBCE";
}

/* line 543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-c-circle-outline::before {
  content: "\FBCF";
}

/* line 547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d::before {
  content: "\44";
}

/* line 551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d-box::before {
  content: "\FAF0";
}

/* line 555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d-box-outline::before {
  content: "\FBD0";
}

/* line 559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d-circle::before {
  content: "\FBD1";
}

/* line 563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-d-circle-outline::before {
  content: "\FBD2";
}

/* line 567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e::before {
  content: "\45";
}

/* line 571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e-box::before {
  content: "\FAF1";
}

/* line 575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e-box-outline::before {
  content: "\FBD3";
}

/* line 579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e-circle::before {
  content: "\FBD4";
}

/* line 583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-e-circle-outline::before {
  content: "\FBD5";
}

/* line 587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f::before {
  content: "\46";
}

/* line 591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f-box::before {
  content: "\FAF2";
}

/* line 595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f-box-outline::before {
  content: "\FBD6";
}

/* line 599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f-circle::before {
  content: "\FBD7";
}

/* line 603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-f-circle-outline::before {
  content: "\FBD8";
}

/* line 607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g::before {
  content: "\47";
}

/* line 611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g-box::before {
  content: "\FAF3";
}

/* line 615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g-box-outline::before {
  content: "\FBD9";
}

/* line 619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g-circle::before {
  content: "\FBDA";
}

/* line 623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-g-circle-outline::before {
  content: "\FBDB";
}

/* line 627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h::before {
  content: "\48";
}

/* line 631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h-box::before {
  content: "\FAF4";
}

/* line 635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h-box-outline::before {
  content: "\FBDC";
}

/* line 639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h-circle::before {
  content: "\FBDD";
}

/* line 643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-h-circle-outline::before {
  content: "\FBDE";
}

/* line 647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i::before {
  content: "\49";
}

/* line 651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i-box::before {
  content: "\FAF5";
}

/* line 655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i-box-outline::before {
  content: "\FBDF";
}

/* line 659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i-circle::before {
  content: "\FBE0";
}

/* line 663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-i-circle-outline::before {
  content: "\FBE1";
}

/* line 667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j::before {
  content: "\4A";
}

/* line 671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j-box::before {
  content: "\FAF6";
}

/* line 675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j-box-outline::before {
  content: "\FBE2";
}

/* line 679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j-circle::before {
  content: "\FBE3";
}

/* line 683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-j-circle-outline::before {
  content: "\FBE4";
}

/* line 687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k::before {
  content: "\4B";
}

/* line 691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k-box::before {
  content: "\FAF7";
}

/* line 695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k-box-outline::before {
  content: "\FBE5";
}

/* line 699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k-circle::before {
  content: "\FBE6";
}

/* line 703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-k-circle-outline::before {
  content: "\FBE7";
}

/* line 707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l::before {
  content: "\4C";
}

/* line 711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l-box::before {
  content: "\FAF8";
}

/* line 715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l-box-outline::before {
  content: "\FBE8";
}

/* line 719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l-circle::before {
  content: "\FBE9";
}

/* line 723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-l-circle-outline::before {
  content: "\FBEA";
}

/* line 727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m::before {
  content: "\4D";
}

/* line 731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m-box::before {
  content: "\FAF9";
}

/* line 735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m-box-outline::before {
  content: "\FBEB";
}

/* line 739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m-circle::before {
  content: "\FBEC";
}

/* line 743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-m-circle-outline::before {
  content: "\FBED";
}

/* line 747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n::before {
  content: "\4E";
}

/* line 751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n-box::before {
  content: "\FAFA";
}

/* line 755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n-box-outline::before {
  content: "\FBEE";
}

/* line 759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n-circle::before {
  content: "\FBEF";
}

/* line 763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-n-circle-outline::before {
  content: "\FBF0";
}

/* line 767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o::before {
  content: "\4F";
}

/* line 771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o-box::before {
  content: "\FAFB";
}

/* line 775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o-box-outline::before {
  content: "\FBF1";
}

/* line 779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o-circle::before {
  content: "\FBF2";
}

/* line 783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-o-circle-outline::before {
  content: "\FBF3";
}

/* line 787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p::before {
  content: "\50";
}

/* line 791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p-box::before {
  content: "\FAFC";
}

/* line 795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p-box-outline::before {
  content: "\FBF4";
}

/* line 799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p-circle::before {
  content: "\FBF5";
}

/* line 803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-p-circle-outline::before {
  content: "\FBF6";
}

/* line 807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q::before {
  content: "\51";
}

/* line 811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q-box::before {
  content: "\FAFD";
}

/* line 815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q-box-outline::before {
  content: "\FBF7";
}

/* line 819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q-circle::before {
  content: "\FBF8";
}

/* line 823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-q-circle-outline::before {
  content: "\FBF9";
}

/* line 827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r::before {
  content: "\52";
}

/* line 831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r-box::before {
  content: "\FAFE";
}

/* line 835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r-box-outline::before {
  content: "\FBFA";
}

/* line 839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r-circle::before {
  content: "\FBFB";
}

/* line 843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-r-circle-outline::before {
  content: "\FBFC";
}

/* line 847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s::before {
  content: "\53";
}

/* line 851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s-box::before {
  content: "\FAFF";
}

/* line 855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s-box-outline::before {
  content: "\FBFD";
}

/* line 859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s-circle::before {
  content: "\FBFE";
}

/* line 863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-s-circle-outline::before {
  content: "\FBFF";
}

/* line 867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t::before {
  content: "\54";
}

/* line 871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t-box::before {
  content: "\FB00";
}

/* line 875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t-box-outline::before {
  content: "\FC00";
}

/* line 879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t-circle::before {
  content: "\FC01";
}

/* line 883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-t-circle-outline::before {
  content: "\FC02";
}

/* line 887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u::before {
  content: "\55";
}

/* line 891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u-box::before {
  content: "\FB01";
}

/* line 895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u-box-outline::before {
  content: "\FC03";
}

/* line 899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u-circle::before {
  content: "\FC04";
}

/* line 903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-u-circle-outline::before {
  content: "\FC05";
}

/* line 907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v::before {
  content: "\56";
}

/* line 911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v-box::before {
  content: "\FB02";
}

/* line 915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v-box-outline::before {
  content: "\FC06";
}

/* line 919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v-circle::before {
  content: "\FC07";
}

/* line 923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-v-circle-outline::before {
  content: "\FC08";
}

/* line 927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w::before {
  content: "\57";
}

/* line 931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w-box::before {
  content: "\FB03";
}

/* line 935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w-box-outline::before {
  content: "\FC09";
}

/* line 939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w-circle::before {
  content: "\FC0A";
}

/* line 943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-w-circle-outline::before {
  content: "\FC0B";
}

/* line 947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x::before {
  content: "\58";
}

/* line 951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x-box::before {
  content: "\FB04";
}

/* line 955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x-box-outline::before {
  content: "\FC0C";
}

/* line 959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x-circle::before {
  content: "\FC0D";
}

/* line 963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-x-circle-outline::before {
  content: "\FC0E";
}

/* line 967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y::before {
  content: "\59";
}

/* line 971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y-box::before {
  content: "\FB05";
}

/* line 975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y-box-outline::before {
  content: "\FC0F";
}

/* line 979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y-circle::before {
  content: "\FC10";
}

/* line 983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-y-circle-outline::before {
  content: "\FC11";
}

/* line 987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z::before {
  content: "\5A";
}

/* line 991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z-box::before {
  content: "\FB06";
}

/* line 995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z-box-outline::before {
  content: "\FC12";
}

/* line 999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z-circle::before {
  content: "\FC13";
}

/* line 1003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alpha-z-circle-outline::before {
  content: "\FC14";
}

/* line 1007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alphabetical::before {
  content: "\F02C";
}

/* line 1011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alphabetical-off::before {
  content: "\F002E";
}

/* line 1015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alphabetical-variant::before {
  content: "\F002F";
}

/* line 1019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-alphabetical-variant-off::before {
  content: "\F0030";
}

/* line 1023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-altimeter::before {
  content: "\F5D7";
}

/* line 1027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-amazon::before {
  content: "\F02D";
}

/* line 1031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-amazon-alexa::before {
  content: "\F8C5";
}

/* line 1035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-amazon-drive::before {
  content: "\F02E";
}

/* line 1039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ambulance::before {
  content: "\F02F";
}

/* line 1043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ammunition::before {
  content: "\FCC4";
}

/* line 1047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ampersand::before {
  content: "\FA8C";
}

/* line 1051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-amplifier::before {
  content: "\F030";
}

/* line 1055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-anchor::before {
  content: "\F031";
}

/* line 1059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android::before {
  content: "\F032";
}

/* line 1063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-auto::before {
  content: "\FA8D";
}

/* line 1067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-debug-bridge::before {
  content: "\F033";
}

/* line 1071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-head::before {
  content: "\F78F";
}

/* line 1075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-messages::before {
  content: "\FD21";
}

/* line 1079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-android-studio::before {
  content: "\F034";
}

/* line 1083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angle-acute::before {
  content: "\F936";
}

/* line 1087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angle-obtuse::before {
  content: "\F937";
}

/* line 1091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angle-right::before {
  content: "\F938";
}

/* line 1095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angular::before {
  content: "\F6B1";
}

/* line 1099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-angularjs::before {
  content: "\F6BE";
}

/* line 1103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-animation::before {
  content: "\F5D8";
}

/* line 1107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-animation-outline::before {
  content: "\FA8E";
}

/* line 1111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-animation-play::before {
  content: "\F939";
}

/* line 1115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-animation-play-outline::before {
  content: "\FA8F";
}

/* line 1119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-anvil::before {
  content: "\F89A";
}

/* line 1123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apache-kafka::before {
  content: "\F0031";
}

/* line 1127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple::before {
  content: "\F035";
}

/* line 1131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-finder::before {
  content: "\F036";
}

/* line 1135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-icloud::before {
  content: "\F038";
}

/* line 1139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-ios::before {
  content: "\F037";
}

/* line 1143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-caps::before {
  content: "\F632";
}

/* line 1147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-command::before {
  content: "\F633";
}

/* line 1151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-control::before {
  content: "\F634";
}

/* line 1155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-option::before {
  content: "\F635";
}

/* line 1159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-keyboard-shift::before {
  content: "\F636";
}

/* line 1163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apple-safari::before {
  content: "\F039";
}

/* line 1167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-application::before {
  content: "\F614";
}

/* line 1171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-application-export::before {
  content: "\FD89";
}

/* line 1175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-application-import::before {
  content: "\FD8A";
}

/* line 1179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-approximately-equal::before {
  content: "\FFBE";
}

/* line 1183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-approximately-equal-box::before {
  content: "\FFBF";
}

/* line 1187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apps::before {
  content: "\F03B";
}

/* line 1191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-apps-box::before {
  content: "\FD22";
}

/* line 1195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arch::before {
  content: "\F8C6";
}

/* line 1199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-archive::before {
  content: "\F03C";
}

/* line 1203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrange-bring-forward::before {
  content: "\F03D";
}

/* line 1207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrange-bring-to-front::before {
  content: "\F03E";
}

/* line 1211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrange-send-backward::before {
  content: "\F03F";
}

/* line 1215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrange-send-to-back::before {
  content: "\F040";
}

/* line 1219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-all::before {
  content: "\F041";
}

/* line 1223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-left::before {
  content: "\F042";
}

/* line 1227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-left-bold-outline::before {
  content: "\F9B6";
}

/* line 1231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-left-thick::before {
  content: "\F9B7";
}

/* line 1235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-right::before {
  content: "\F043";
}

/* line 1239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-right-bold-outline::before {
  content: "\F9B8";
}

/* line 1243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-bottom-right-thick::before {
  content: "\F9B9";
}

/* line 1247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse::before {
  content: "\F615";
}

/* line 1251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-all::before {
  content: "\F044";
}

/* line 1255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-down::before {
  content: "\F791";
}

/* line 1259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-horizontal::before {
  content: "\F84B";
}

/* line 1263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-left::before {
  content: "\F792";
}

/* line 1267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-right::before {
  content: "\F793";
}

/* line 1271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-up::before {
  content: "\F794";
}

/* line 1275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-collapse-vertical::before {
  content: "\F84C";
}

/* line 1279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-decision::before {
  content: "\F9BA";
}

/* line 1283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-decision-auto::before {
  content: "\F9BB";
}

/* line 1287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-decision-auto-outline::before {
  content: "\F9BC";
}

/* line 1291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-decision-outline::before {
  content: "\F9BD";
}

/* line 1295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down::before {
  content: "\F045";
}

/* line 1299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold::before {
  content: "\F72D";
}

/* line 1303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-box::before {
  content: "\F72E";
}

/* line 1307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-box-outline::before {
  content: "\F72F";
}

/* line 1311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-circle::before {
  content: "\F047";
}

/* line 1315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-circle-outline::before {
  content: "\F048";
}

/* line 1319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-hexagon-outline::before {
  content: "\F049";
}

/* line 1323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-bold-outline::before {
  content: "\F9BE";
}

/* line 1327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-box::before {
  content: "\F6BF";
}

/* line 1331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-circle::before {
  content: "\FCB7";
}

/* line 1335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-circle-outline::before {
  content: "\FCB8";
}

/* line 1339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-drop-circle::before {
  content: "\F04A";
}

/* line 1343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-drop-circle-outline::before {
  content: "\F04B";
}

/* line 1347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-down-thick::before {
  content: "\F046";
}

/* line 1351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand::before {
  content: "\F616";
}

/* line 1355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-all::before {
  content: "\F04C";
}

/* line 1359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-down::before {
  content: "\F795";
}

/* line 1363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-horizontal::before {
  content: "\F84D";
}

/* line 1367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-left::before {
  content: "\F796";
}

/* line 1371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-right::before {
  content: "\F797";
}

/* line 1375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-up::before {
  content: "\F798";
}

/* line 1379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-expand-vertical::before {
  content: "\F84E";
}

/* line 1383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left::before {
  content: "\F04D";
}

/* line 1387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold::before {
  content: "\F730";
}

/* line 1391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-box::before {
  content: "\F731";
}

/* line 1395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-box-outline::before {
  content: "\F732";
}

/* line 1399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-circle::before {
  content: "\F04F";
}

/* line 1403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-circle-outline::before {
  content: "\F050";
}

/* line 1407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-hexagon-outline::before {
  content: "\F051";
}

/* line 1411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-bold-outline::before {
  content: "\F9BF";
}

/* line 1415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-box::before {
  content: "\F6C0";
}

/* line 1419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-circle::before {
  content: "\FCB9";
}

/* line 1423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-circle-outline::before {
  content: "\FCBA";
}

/* line 1427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-drop-circle::before {
  content: "\F052";
}

/* line 1431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-drop-circle-outline::before {
  content: "\F053";
}

/* line 1435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-right::before {
  content: "\FE90";
}

/* line 1439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-right-bold::before {
  content: "\FE91";
}

/* line 1443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-right-bold-outline::before {
  content: "\F9C0";
}

/* line 1447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-left-thick::before {
  content: "\F04E";
}

/* line 1451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right::before {
  content: "\F054";
}

/* line 1455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold::before {
  content: "\F733";
}

/* line 1459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-box::before {
  content: "\F734";
}

/* line 1463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-box-outline::before {
  content: "\F735";
}

/* line 1467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-circle::before {
  content: "\F056";
}

/* line 1471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-circle-outline::before {
  content: "\F057";
}

/* line 1475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-hexagon-outline::before {
  content: "\F058";
}

/* line 1479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-bold-outline::before {
  content: "\F9C1";
}

/* line 1483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-box::before {
  content: "\F6C1";
}

/* line 1487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-circle::before {
  content: "\FCBB";
}

/* line 1491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-circle-outline::before {
  content: "\FCBC";
}

/* line 1495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-drop-circle::before {
  content: "\F059";
}

/* line 1499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-drop-circle-outline::before {
  content: "\F05A";
}

/* line 1503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-right-thick::before {
  content: "\F055";
}

/* line 1507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-split-horizontal::before {
  content: "\F93A";
}

/* line 1511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-split-vertical::before {
  content: "\F93B";
}

/* line 1515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left::before {
  content: "\F05B";
}

/* line 1519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left-bold-outline::before {
  content: "\F9C2";
}

/* line 1523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left-bottom-right::before {
  content: "\FE92";
}

/* line 1527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left-bottom-right-bold::before {
  content: "\FE93";
}

/* line 1531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-left-thick::before {
  content: "\F9C3";
}

/* line 1535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right::before {
  content: "\F05C";
}

/* line 1539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right-bold-outline::before {
  content: "\F9C4";
}

/* line 1543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right-bottom-left::before {
  content: "\FE94";
}

/* line 1547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right-bottom-left-bold::before {
  content: "\FE95";
}

/* line 1551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-top-right-thick::before {
  content: "\F9C5";
}

/* line 1555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up::before {
  content: "\F05D";
}

/* line 1559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold::before {
  content: "\F736";
}

/* line 1563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-box::before {
  content: "\F737";
}

/* line 1567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-box-outline::before {
  content: "\F738";
}

/* line 1571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-circle::before {
  content: "\F05F";
}

/* line 1575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-circle-outline::before {
  content: "\F060";
}

/* line 1579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-hexagon-outline::before {
  content: "\F061";
}

/* line 1583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-bold-outline::before {
  content: "\F9C6";
}

/* line 1587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-box::before {
  content: "\F6C2";
}

/* line 1591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-circle::before {
  content: "\FCBD";
}

/* line 1595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-circle-outline::before {
  content: "\FCBE";
}

/* line 1599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-down::before {
  content: "\FE96";
}

/* line 1603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-down-bold::before {
  content: "\FE97";
}

/* line 1607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-down-bold-outline::before {
  content: "\F9C7";
}

/* line 1611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-drop-circle::before {
  content: "\F062";
}

/* line 1615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-drop-circle-outline::before {
  content: "\F063";
}

/* line 1619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-arrow-up-thick::before {
  content: "\F05E";
}

/* line 1623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-artist::before {
  content: "\F802";
}

/* line 1627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-artist-outline::before {
  content: "\FCC5";
}

/* line 1631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-artstation::before {
  content: "\FB37";
}

/* line 1635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-aspect-ratio::before {
  content: "\FA23";
}

/* line 1639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-assistant::before {
  content: "\F064";
}

/* line 1643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-asterisk::before {
  content: "\F6C3";
}

/* line 1647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-at::before {
  content: "\F065";
}

/* line 1651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-atlassian::before {
  content: "\F803";
}

/* line 1655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-atm::before {
  content: "\FD23";
}

/* line 1659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-atom::before {
  content: "\F767";
}

/* line 1663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-atom-variant::before {
  content: "\FE98";
}

/* line 1667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-attachment::before {
  content: "\F066";
}

/* line 1671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-audio-video::before {
  content: "\F93C";
}

/* line 1675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-audiobook::before {
  content: "\F067";
}

/* line 1679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-augmented-reality::before {
  content: "\F84F";
}

/* line 1683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-auto-fix::before {
  content: "\F068";
}

/* line 1687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-auto-upload::before {
  content: "\F069";
}

/* line 1691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-autorenew::before {
  content: "\F06A";
}

/* line 1695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-av-timer::before {
  content: "\F06B";
}

/* line 1699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-aws::before {
  content: "\FDF2";
}

/* line 1703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axe::before {
  content: "\F8C7";
}

/* line 1707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis::before {
  content: "\FD24";
}

/* line 1711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-arrow::before {
  content: "\FD25";
}

/* line 1715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-arrow-lock::before {
  content: "\FD26";
}

/* line 1719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-lock::before {
  content: "\FD27";
}

/* line 1723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-arrow::before {
  content: "\FD28";
}

/* line 1727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-arrow-lock::before {
  content: "\FD29";
}

/* line 1731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-rotate-clockwise::before {
  content: "\FD2A";
}

/* line 1735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-rotate-counterclockwise::before {
  content: "\FD2B";
}

/* line 1739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-x-y-arrow-lock::before {
  content: "\FD2C";
}

/* line 1743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-y-arrow::before {
  content: "\FD2D";
}

/* line 1747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-y-arrow-lock::before {
  content: "\FD2E";
}

/* line 1751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-y-rotate-clockwise::before {
  content: "\FD2F";
}

/* line 1755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-y-rotate-counterclockwise::before {
  content: "\FD30";
}

/* line 1759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-z-arrow::before {
  content: "\FD31";
}

/* line 1763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-z-arrow-lock::before {
  content: "\FD32";
}

/* line 1767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-z-rotate-clockwise::before {
  content: "\FD33";
}

/* line 1771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-axis-z-rotate-counterclockwise::before {
  content: "\FD34";
}

/* line 1775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-azure::before {
  content: "\F804";
}

/* line 1779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-babel::before {
  content: "\FA24";
}

/* line 1783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby::before {
  content: "\F06C";
}

/* line 1787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-bottle::before {
  content: "\FF56";
}

/* line 1791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-bottle-outline::before {
  content: "\FF57";
}

/* line 1795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-carriage::before {
  content: "\F68E";
}

/* line 1799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-carriage-off::before {
  content: "\FFC0";
}

/* line 1803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-face::before {
  content: "\FE99";
}

/* line 1807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baby-face-outline::before {
  content: "\FE9A";
}

/* line 1811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backburger::before {
  content: "\F06D";
}

/* line 1815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backspace::before {
  content: "\F06E";
}

/* line 1819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backspace-outline::before {
  content: "\FB38";
}

/* line 1823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backspace-reverse::before {
  content: "\FE9B";
}

/* line 1827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backspace-reverse-outline::before {
  content: "\FE9C";
}

/* line 1831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-backup-restore::before {
  content: "\F06F";
}

/* line 1835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bacteria::before {
  content: "\FEF2";
}

/* line 1839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bacteria-outline::before {
  content: "\FEF3";
}

/* line 1843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-badminton::before {
  content: "\F850";
}

/* line 1847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-carry-on::before {
  content: "\FF58";
}

/* line 1851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-carry-on-check::before {
  content: "\FD41";
}

/* line 1855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-carry-on-off::before {
  content: "\FF59";
}

/* line 1859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-checked::before {
  content: "\FF5A";
}

/* line 1863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-personal::before {
  content: "\FDF3";
}

/* line 1867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-personal-off::before {
  content: "\FDF4";
}

/* line 1871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-personal-off-outline::before {
  content: "\FDF5";
}

/* line 1875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bag-personal-outline::before {
  content: "\FDF6";
}

/* line 1879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baguette::before {
  content: "\FF5B";
}

/* line 1883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-balloon::before {
  content: "\FA25";
}

/* line 1887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ballot::before {
  content: "\F9C8";
}

/* line 1891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ballot-outline::before {
  content: "\F9C9";
}

/* line 1895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ballot-recount::before {
  content: "\FC15";
}

/* line 1899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ballot-recount-outline::before {
  content: "\FC16";
}

/* line 1903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bandage::before {
  content: "\FD8B";
}

/* line 1907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bandcamp::before {
  content: "\F674";
}

/* line 1911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank::before {
  content: "\F070";
}

/* line 1915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-minus::before {
  content: "\FD8C";
}

/* line 1919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-outline::before {
  content: "\FE9D";
}

/* line 1923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-plus::before {
  content: "\FD8D";
}

/* line 1927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-remove::before {
  content: "\FD8E";
}

/* line 1931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-transfer::before {
  content: "\FA26";
}

/* line 1935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-transfer-in::before {
  content: "\FA27";
}

/* line 1939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bank-transfer-out::before {
  content: "\FA28";
}

/* line 1943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barcode::before {
  content: "\F071";
}

/* line 1947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barcode-scan::before {
  content: "\F072";
}

/* line 1951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barley::before {
  content: "\F073";
}

/* line 1955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barley-off::before {
  content: "\FB39";
}

/* line 1959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barn::before {
  content: "\FB3A";
}

/* line 1963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-barrel::before {
  content: "\F074";
}

/* line 1967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baseball::before {
  content: "\F851";
}

/* line 1971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-baseball-bat::before {
  content: "\F852";
}

/* line 1975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basecamp::before {
  content: "\F075";
}

/* line 1979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basket::before {
  content: "\F076";
}

/* line 1983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basket-fill::before {
  content: "\F077";
}

/* line 1987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basket-unfill::before {
  content: "\F078";
}

/* line 1991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basketball::before {
  content: "\F805";
}

/* line 1995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basketball-hoop::before {
  content: "\FC17";
}

/* line 1999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-basketball-hoop-outline::before {
  content: "\FC18";
}

/* line 2003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bat::before {
  content: "\FB3B";
}

/* line 2007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery::before {
  content: "\F079";
}

/* line 2011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-10::before {
  content: "\F07A";
}

/* line 2015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-10-bluetooth::before {
  content: "\F93D";
}

/* line 2019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-20::before {
  content: "\F07B";
}

/* line 2023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-20-bluetooth::before {
  content: "\F93E";
}

/* line 2027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-30::before {
  content: "\F07C";
}

/* line 2031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-30-bluetooth::before {
  content: "\F93F";
}

/* line 2035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-40::before {
  content: "\F07D";
}

/* line 2039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-40-bluetooth::before {
  content: "\F940";
}

/* line 2043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-50::before {
  content: "\F07E";
}

/* line 2047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-50-bluetooth::before {
  content: "\F941";
}

/* line 2051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-60::before {
  content: "\F07F";
}

/* line 2055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-60-bluetooth::before {
  content: "\F942";
}

/* line 2059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-70::before {
  content: "\F080";
}

/* line 2063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-70-bluetooth::before {
  content: "\F943";
}

/* line 2067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-80::before {
  content: "\F081";
}

/* line 2071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-80-bluetooth::before {
  content: "\F944";
}

/* line 2075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-90::before {
  content: "\F082";
}

/* line 2079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-90-bluetooth::before {
  content: "\F945";
}

/* line 2083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-alert::before {
  content: "\F083";
}

/* line 2087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-alert-bluetooth::before {
  content: "\F946";
}

/* line 2091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-bluetooth::before {
  content: "\F947";
}

/* line 2095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-bluetooth-variant::before {
  content: "\F948";
}

/* line 2099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging::before {
  content: "\F084";
}

/* line 2103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-10::before {
  content: "\F89B";
}

/* line 2107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-100::before {
  content: "\F085";
}

/* line 2111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-20::before {
  content: "\F086";
}

/* line 2115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-30::before {
  content: "\F087";
}

/* line 2119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-40::before {
  content: "\F088";
}

/* line 2123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-50::before {
  content: "\F89C";
}

/* line 2127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-60::before {
  content: "\F089";
}

/* line 2131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-70::before {
  content: "\F89D";
}

/* line 2135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-80::before {
  content: "\F08A";
}

/* line 2139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-90::before {
  content: "\F08B";
}

/* line 2143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-outline::before {
  content: "\F89E";
}

/* line 2147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless::before {
  content: "\F806";
}

/* line 2151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-10::before {
  content: "\F807";
}

/* line 2155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-20::before {
  content: "\F808";
}

/* line 2159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-30::before {
  content: "\F809";
}

/* line 2163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-40::before {
  content: "\F80A";
}

/* line 2167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-50::before {
  content: "\F80B";
}

/* line 2171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-60::before {
  content: "\F80C";
}

/* line 2175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-70::before {
  content: "\F80D";
}

/* line 2179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-80::before {
  content: "\F80E";
}

/* line 2183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-90::before {
  content: "\F80F";
}

/* line 2187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-alert::before {
  content: "\F810";
}

/* line 2191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-charging-wireless-outline::before {
  content: "\F811";
}

/* line 2195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-minus::before {
  content: "\F08C";
}

/* line 2199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-negative::before {
  content: "\F08D";
}

/* line 2203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-outline::before {
  content: "\F08E";
}

/* line 2207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-plus::before {
  content: "\F08F";
}

/* line 2211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-positive::before {
  content: "\F090";
}

/* line 2215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-unknown::before {
  content: "\F091";
}

/* line 2219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battery-unknown-bluetooth::before {
  content: "\F949";
}

/* line 2223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-battlenet::before {
  content: "\FB3C";
}

/* line 2227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beach::before {
  content: "\F092";
}

/* line 2231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beaker::before {
  content: "\FCC6";
}

/* line 2235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beaker-outline::before {
  content: "\F68F";
}

/* line 2239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beats::before {
  content: "\F097";
}

/* line 2243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bed-empty::before {
  content: "\F89F";
}

/* line 2247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bee::before {
  content: "\FFC1";
}

/* line 2251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bee-flower::before {
  content: "\FFC2";
}

/* line 2255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beer::before {
  content: "\F098";
}

/* line 2259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-behance::before {
  content: "\F099";
}

/* line 2263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell::before {
  content: "\F09A";
}

/* line 2267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-alert::before {
  content: "\FD35";
}

/* line 2271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-alert-outline::before {
  content: "\FE9E";
}

/* line 2275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-circle::before {
  content: "\FD36";
}

/* line 2279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-circle-outline::before {
  content: "\FD37";
}

/* line 2283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-off::before {
  content: "\F09B";
}

/* line 2287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-off-outline::before {
  content: "\FA90";
}

/* line 2291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-outline::before {
  content: "\F09C";
}

/* line 2295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-plus::before {
  content: "\F09D";
}

/* line 2299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-plus-outline::before {
  content: "\FA91";
}

/* line 2303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-ring::before {
  content: "\F09E";
}

/* line 2307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-ring-outline::before {
  content: "\F09F";
}

/* line 2311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-sleep::before {
  content: "\F0A0";
}

/* line 2315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bell-sleep-outline::before {
  content: "\FA92";
}

/* line 2319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-beta::before {
  content: "\F0A1";
}

/* line 2323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-betamax::before {
  content: "\F9CA";
}

/* line 2327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-biathlon::before {
  content: "\FDF7";
}

/* line 2331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bible::before {
  content: "\F0A2";
}

/* line 2335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bike::before {
  content: "\F0A3";
}

/* line 2339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-billboard::before {
  content: "\F0032";
}

/* line 2343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-billiards::before {
  content: "\FB3D";
}

/* line 2347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-billiards-rack::before {
  content: "\FB3E";
}

/* line 2351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bing::before {
  content: "\F0A4";
}

/* line 2355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-binoculars::before {
  content: "\F0A5";
}

/* line 2359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bio::before {
  content: "\F0A6";
}

/* line 2363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-biohazard::before {
  content: "\F0A7";
}

/* line 2367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bitbucket::before {
  content: "\F0A8";
}

/* line 2371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bitcoin::before {
  content: "\F812";
}

/* line 2375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-black-mesa::before {
  content: "\F0A9";
}

/* line 2379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blackberry::before {
  content: "\F0AA";
}

/* line 2383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blender::before {
  content: "\FCC7";
}

/* line 2387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blender-software::before {
  content: "\F0AB";
}

/* line 2391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blinds::before {
  content: "\F0AC";
}

/* line 2395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blinds-open::before {
  content: "\F0033";
}

/* line 2399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-block-helper::before {
  content: "\F0AD";
}

/* line 2403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blogger::before {
  content: "\F0AE";
}

/* line 2407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blood-bag::before {
  content: "\FCC8";
}

/* line 2411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth::before {
  content: "\F0AF";
}

/* line 2415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-audio::before {
  content: "\F0B0";
}

/* line 2419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-connect::before {
  content: "\F0B1";
}

/* line 2423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-off::before {
  content: "\F0B2";
}

/* line 2427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-settings::before {
  content: "\F0B3";
}

/* line 2431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bluetooth-transfer::before {
  content: "\F0B4";
}

/* line 2435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blur::before {
  content: "\F0B5";
}

/* line 2439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blur-linear::before {
  content: "\F0B6";
}

/* line 2443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blur-off::before {
  content: "\F0B7";
}

/* line 2447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blur-radial::before {
  content: "\F0B8";
}

/* line 2451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bolnisi-cross::before {
  content: "\FCC9";
}

/* line 2455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bolt::before {
  content: "\FD8F";
}

/* line 2459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bomb::before {
  content: "\F690";
}

/* line 2463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bomb-off::before {
  content: "\F6C4";
}

/* line 2467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bone::before {
  content: "\F0B9";
}

/* line 2471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book::before {
  content: "\F0BA";
}

/* line 2475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-lock::before {
  content: "\F799";
}

/* line 2479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-lock-open::before {
  content: "\F79A";
}

/* line 2483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-minus::before {
  content: "\F5D9";
}

/* line 2487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-minus-multiple::before {
  content: "\FA93";
}

/* line 2491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-multiple::before {
  content: "\F0BB";
}

/* line 2495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-open::before {
  content: "\F0BD";
}

/* line 2499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-open-outline::before {
  content: "\FB3F";
}

/* line 2503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-open-page-variant::before {
  content: "\F5DA";
}

/* line 2507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-open-variant::before {
  content: "\F0BE";
}

/* line 2511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-outline::before {
  content: "\FB40";
}

/* line 2515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-play::before {
  content: "\FE9F";
}

/* line 2519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-play-outline::before {
  content: "\FEA0";
}

/* line 2523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-plus::before {
  content: "\F5DB";
}

/* line 2527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-plus-multiple::before {
  content: "\FA94";
}

/* line 2531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-remove::before {
  content: "\FA96";
}

/* line 2535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-remove-multiple::before {
  content: "\FA95";
}

/* line 2539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-search::before {
  content: "\FEA1";
}

/* line 2543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-search-outline::before {
  content: "\FEA2";
}

/* line 2547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-variant::before {
  content: "\F0BF";
}

/* line 2551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-book-variant-multiple::before {
  content: "\F0BC";
}

/* line 2555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark::before {
  content: "\F0C0";
}

/* line 2559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-check::before {
  content: "\F0C1";
}

/* line 2563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-minus::before {
  content: "\F9CB";
}

/* line 2567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-minus-outline::before {
  content: "\F9CC";
}

/* line 2571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-multiple::before {
  content: "\FDF8";
}

/* line 2575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-multiple-outline::before {
  content: "\FDF9";
}

/* line 2579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-music::before {
  content: "\F0C2";
}

/* line 2583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-off::before {
  content: "\F9CD";
}

/* line 2587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-off-outline::before {
  content: "\F9CE";
}

/* line 2591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-outline::before {
  content: "\F0C3";
}

/* line 2595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-plus::before {
  content: "\F0C5";
}

/* line 2599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-plus-outline::before {
  content: "\F0C4";
}

/* line 2603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bookmark-remove::before {
  content: "\F0C6";
}

/* line 2607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate::before {
  content: "\FEA3";
}

/* line 2611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-alert::before {
  content: "\FEA4";
}

/* line 2615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-alert-outline::before {
  content: "\FEA5";
}

/* line 2619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-down::before {
  content: "\FEA6";
}

/* line 2623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-down-outline::before {
  content: "\FEA7";
}

/* line 2627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-outline::before {
  content: "\FEA8";
}

/* line 2631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-up::before {
  content: "\FEA9";
}

/* line 2635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boom-gate-up-outline::before {
  content: "\FEAA";
}

/* line 2639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boombox::before {
  content: "\F5DC";
}

/* line 2643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bootstrap::before {
  content: "\F6C5";
}

/* line 2647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-all::before {
  content: "\F0C7";
}

/* line 2651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-all-variant::before {
  content: "\F8A0";
}

/* line 2655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-bottom::before {
  content: "\F0C8";
}

/* line 2659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-bottom-variant::before {
  content: "\F8A1";
}

/* line 2663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-color::before {
  content: "\F0C9";
}

/* line 2667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-horizontal::before {
  content: "\F0CA";
}

/* line 2671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-inside::before {
  content: "\F0CB";
}

/* line 2675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-left::before {
  content: "\F0CC";
}

/* line 2679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-left-variant::before {
  content: "\F8A2";
}

/* line 2683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-none::before {
  content: "\F0CD";
}

/* line 2687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-none-variant::before {
  content: "\F8A3";
}

/* line 2691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-outside::before {
  content: "\F0CE";
}

/* line 2695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-right::before {
  content: "\F0CF";
}

/* line 2699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-right-variant::before {
  content: "\F8A4";
}

/* line 2703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-style::before {
  content: "\F0D0";
}

/* line 2707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-top::before {
  content: "\F0D1";
}

/* line 2711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-top-variant::before {
  content: "\F8A5";
}

/* line 2715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-border-vertical::before {
  content: "\F0D2";
}

/* line 2719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bottle-wine::before {
  content: "\F853";
}

/* line 2723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bow-tie::before {
  content: "\F677";
}

/* line 2727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bowl::before {
  content: "\F617";
}

/* line 2731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bowling::before {
  content: "\F0D3";
}

/* line 2735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-box::before {
  content: "\F0D4";
}

/* line 2739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-box-cutter::before {
  content: "\F0D5";
}

/* line 2743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-box-shadow::before {
  content: "\F637";
}

/* line 2747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-boxing-glove::before {
  content: "\FB41";
}

/* line 2751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-braille::before {
  content: "\F9CF";
}

/* line 2755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brain::before {
  content: "\F9D0";
}

/* line 2759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bread-slice::before {
  content: "\FCCA";
}

/* line 2763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bread-slice-outline::before {
  content: "\FCCB";
}

/* line 2767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bridge::before {
  content: "\F618";
}

/* line 2771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase::before {
  content: "\F0D6";
}

/* line 2775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-account::before {
  content: "\FCCC";
}

/* line 2779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-account-outline::before {
  content: "\FCCD";
}

/* line 2783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-check::before {
  content: "\F0D7";
}

/* line 2787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-download::before {
  content: "\F0D8";
}

/* line 2791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-download-outline::before {
  content: "\FC19";
}

/* line 2795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-edit::before {
  content: "\FA97";
}

/* line 2799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-edit-outline::before {
  content: "\FC1A";
}

/* line 2803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-minus::before {
  content: "\FA29";
}

/* line 2807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-minus-outline::before {
  content: "\FC1B";
}

/* line 2811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-outline::before {
  content: "\F813";
}

/* line 2815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-plus::before {
  content: "\FA2A";
}

/* line 2819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-plus-outline::before {
  content: "\FC1C";
}

/* line 2823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-remove::before {
  content: "\FA2B";
}

/* line 2827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-remove-outline::before {
  content: "\FC1D";
}

/* line 2831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-search::before {
  content: "\FA2C";
}

/* line 2835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-search-outline::before {
  content: "\FC1E";
}

/* line 2839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-upload::before {
  content: "\F0D9";
}

/* line 2843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-briefcase-upload-outline::before {
  content: "\FC1F";
}

/* line 2847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-1::before {
  content: "\F0DA";
}

/* line 2851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-2::before {
  content: "\F0DB";
}

/* line 2855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-3::before {
  content: "\F0DC";
}

/* line 2859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-4::before {
  content: "\F0DD";
}

/* line 2863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-5::before {
  content: "\F0DE";
}

/* line 2867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-6::before {
  content: "\F0DF";
}

/* line 2871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-7::before {
  content: "\F0E0";
}

/* line 2875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-auto::before {
  content: "\F0E1";
}

/* line 2879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brightness-percent::before {
  content: "\FCCE";
}

/* line 2883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-broom::before {
  content: "\F0E2";
}

/* line 2887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-brush::before {
  content: "\F0E3";
}

/* line 2891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-buddhism::before {
  content: "\F94A";
}

/* line 2895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-buffer::before {
  content: "\F619";
}

/* line 2899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bug::before {
  content: "\F0E4";
}

/* line 2903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bug-check::before {
  content: "\FA2D";
}

/* line 2907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bug-check-outline::before {
  content: "\FA2E";
}

/* line 2911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bug-outline::before {
  content: "\FA2F";
}

/* line 2915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bugle::before {
  content: "\FD90";
}

/* line 2919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bulldozer::before {
  content: "\FB07";
}

/* line 2923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullet::before {
  content: "\FCCF";
}

/* line 2927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bulletin-board::before {
  content: "\F0E5";
}

/* line 2931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullhorn::before {
  content: "\F0E6";
}

/* line 2935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullhorn-outline::before {
  content: "\FB08";
}

/* line 2939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullseye::before {
  content: "\F5DD";
}

/* line 2943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bullseye-arrow::before {
  content: "\F8C8";
}

/* line 2947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus::before {
  content: "\F0E7";
}

/* line 2951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-alert::before {
  content: "\FA98";
}

/* line 2955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-articulated-end::before {
  content: "\F79B";
}

/* line 2959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-articulated-front::before {
  content: "\F79C";
}

/* line 2963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-clock::before {
  content: "\F8C9";
}

/* line 2967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-double-decker::before {
  content: "\F79D";
}

/* line 2971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-multiple::before {
  content: "\FF5C";
}

/* line 2975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-school::before {
  content: "\F79E";
}

/* line 2979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-side::before {
  content: "\F79F";
}

/* line 2983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-stop::before {
  content: "\F0034";
}

/* line 2987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-stop-covered::before {
  content: "\F0035";
}

/* line 2991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-bus-stop-uncovered::before {
  content: "\F0036";
}

/* line 2995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cached::before {
  content: "\F0E8";
}

/* line 2999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cactus::before {
  content: "\FD91";
}

/* line 3003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cake::before {
  content: "\F0E9";
}

/* line 3007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cake-layered::before {
  content: "\F0EA";
}

/* line 3011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cake-variant::before {
  content: "\F0EB";
}

/* line 3015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calculator::before {
  content: "\F0EC";
}

/* line 3019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calculator-variant::before {
  content: "\FA99";
}

/* line 3023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar::before {
  content: "\F0ED";
}

/* line 3027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-account::before {
  content: "\FEF4";
}

/* line 3031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-account-outline::before {
  content: "\FEF5";
}

/* line 3035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-alert::before {
  content: "\FA30";
}

/* line 3039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-blank::before {
  content: "\F0EE";
}

/* line 3043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-blank-outline::before {
  content: "\FB42";
}

/* line 3047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-check::before {
  content: "\F0EF";
}

/* line 3051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-check-outline::before {
  content: "\FC20";
}

/* line 3055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-clock::before {
  content: "\F0F0";
}

/* line 3059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-edit::before {
  content: "\F8A6";
}

/* line 3063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-export::before {
  content: "\FB09";
}

/* line 3067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-heart::before {
  content: "\F9D1";
}

/* line 3071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-import::before {
  content: "\FB0A";
}

/* line 3075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-minus::before {
  content: "\FD38";
}

/* line 3079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-month::before {
  content: "\FDFA";
}

/* line 3083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-month-outline::before {
  content: "\FDFB";
}

/* line 3087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-multiple::before {
  content: "\F0F1";
}

/* line 3091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-multiple-check::before {
  content: "\F0F2";
}

/* line 3095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-multiselect::before {
  content: "\FA31";
}

/* line 3099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-outline::before {
  content: "\FB43";
}

/* line 3103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-plus::before {
  content: "\F0F3";
}

/* line 3107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-question::before {
  content: "\F691";
}

/* line 3111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-range::before {
  content: "\F678";
}

/* line 3115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-range-outline::before {
  content: "\FB44";
}

/* line 3119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-remove::before {
  content: "\F0F4";
}

/* line 3123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-remove-outline::before {
  content: "\FC21";
}

/* line 3127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-repeat::before {
  content: "\FEAB";
}

/* line 3131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-repeat-outline::before {
  content: "\FEAC";
}

/* line 3135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-search::before {
  content: "\F94B";
}

/* line 3139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-star::before {
  content: "\F9D2";
}

/* line 3143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-text::before {
  content: "\F0F5";
}

/* line 3147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-text-outline::before {
  content: "\FC22";
}

/* line 3151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-today::before {
  content: "\F0F6";
}

/* line 3155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-week::before {
  content: "\FA32";
}

/* line 3159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-week-begin::before {
  content: "\FA33";
}

/* line 3163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-weekend::before {
  content: "\FEF6";
}

/* line 3167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-calendar-weekend-outline::before {
  content: "\FEF7";
}

/* line 3171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-made::before {
  content: "\F0F7";
}

/* line 3175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-merge::before {
  content: "\F0F8";
}

/* line 3179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-missed::before {
  content: "\F0F9";
}

/* line 3183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-received::before {
  content: "\F0FA";
}

/* line 3187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-call-split::before {
  content: "\F0FB";
}

/* line 3191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camcorder::before {
  content: "\F0FC";
}

/* line 3195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camcorder-box::before {
  content: "\F0FD";
}

/* line 3199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camcorder-box-off::before {
  content: "\F0FE";
}

/* line 3203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camcorder-off::before {
  content: "\F0FF";
}

/* line 3207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera::before {
  content: "\F100";
}

/* line 3211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-account::before {
  content: "\F8CA";
}

/* line 3215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-burst::before {
  content: "\F692";
}

/* line 3219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-control::before {
  content: "\FB45";
}

/* line 3223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-enhance::before {
  content: "\F101";
}

/* line 3227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-enhance-outline::before {
  content: "\FB46";
}

/* line 3231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-front::before {
  content: "\F102";
}

/* line 3235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-front-variant::before {
  content: "\F103";
}

/* line 3239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-gopro::before {
  content: "\F7A0";
}

/* line 3243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-image::before {
  content: "\F8CB";
}

/* line 3247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-iris::before {
  content: "\F104";
}

/* line 3251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-metering-center::before {
  content: "\F7A1";
}

/* line 3255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-metering-matrix::before {
  content: "\F7A2";
}

/* line 3259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-metering-partial::before {
  content: "\F7A3";
}

/* line 3263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-metering-spot::before {
  content: "\F7A4";
}

/* line 3267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-off::before {
  content: "\F5DF";
}

/* line 3271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-outline::before {
  content: "\FD39";
}

/* line 3275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-party-mode::before {
  content: "\F105";
}

/* line 3279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-plus::before {
  content: "\FEF8";
}

/* line 3283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-plus-outline::before {
  content: "\FEF9";
}

/* line 3287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-rear::before {
  content: "\F106";
}

/* line 3291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-rear-variant::before {
  content: "\F107";
}

/* line 3295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-retake::before {
  content: "\FDFC";
}

/* line 3299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-retake-outline::before {
  content: "\FDFD";
}

/* line 3303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-switch::before {
  content: "\F108";
}

/* line 3307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-timer::before {
  content: "\F109";
}

/* line 3311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-wireless::before {
  content: "\FD92";
}

/* line 3315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-camera-wireless-outline::before {
  content: "\FD93";
}

/* line 3319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-campfire::before {
  content: "\FEFA";
}

/* line 3323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cancel::before {
  content: "\F739";
}

/* line 3327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-candle::before {
  content: "\F5E2";
}

/* line 3331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-candycane::before {
  content: "\F10A";
}

/* line 3335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cannabis::before {
  content: "\F7A5";
}

/* line 3339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-caps-lock::before {
  content: "\FA9A";
}

/* line 3343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car::before {
  content: "\F10B";
}

/* line 3347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-2-plus::before {
  content: "\F0037";
}

/* line 3351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-3-plus::before {
  content: "\F0038";
}

/* line 3355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-back::before {
  content: "\FDFE";
}

/* line 3359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-battery::before {
  content: "\F10C";
}

/* line 3363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-abs::before {
  content: "\FC23";
}

/* line 3367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-alert::before {
  content: "\FC24";
}

/* line 3371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-hold::before {
  content: "\FD3A";
}

/* line 3375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-parking::before {
  content: "\FD3B";
}

/* line 3379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-brake-retarder::before {
  content: "\F0039";
}

/* line 3383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-child-seat::before {
  content: "\FFC3";
}

/* line 3387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-clutch::before {
  content: "\F003A";
}

/* line 3391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-connected::before {
  content: "\F10D";
}

/* line 3395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-convertible::before {
  content: "\F7A6";
}

/* line 3399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-coolant-level::before {
  content: "\F003B";
}

/* line 3403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-cruise-control::before {
  content: "\FD3C";
}

/* line 3407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-defrost-front::before {
  content: "\FD3D";
}

/* line 3411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-defrost-rear::before {
  content: "\FD3E";
}

/* line 3415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-door::before {
  content: "\FB47";
}

/* line 3419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-electric::before {
  content: "\FB48";
}

/* line 3423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-esp::before {
  content: "\FC25";
}

/* line 3427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-estate::before {
  content: "\F7A7";
}

/* line 3431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-hatchback::before {
  content: "\F7A8";
}

/* line 3435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-key::before {
  content: "\FB49";
}

/* line 3439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-light-dimmed::before {
  content: "\FC26";
}

/* line 3443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-light-fog::before {
  content: "\FC27";
}

/* line 3447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-light-high::before {
  content: "\FC28";
}

/* line 3451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-limousine::before {
  content: "\F8CC";
}

/* line 3455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-multiple::before {
  content: "\FB4A";
}

/* line 3459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-off::before {
  content: "\FDFF";
}

/* line 3463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-parking-lights::before {
  content: "\FD3F";
}

/* line 3467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-pickup::before {
  content: "\F7A9";
}

/* line 3471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-seat::before {
  content: "\FFC4";
}

/* line 3475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-seat-cooler::before {
  content: "\FFC5";
}

/* line 3479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-seat-heater::before {
  content: "\FFC6";
}

/* line 3483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-shift-pattern::before {
  content: "\FF5D";
}

/* line 3487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-side::before {
  content: "\F7AA";
}

/* line 3491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-sports::before {
  content: "\F7AB";
}

/* line 3495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-tire-alert::before {
  content: "\FC29";
}

/* line 3499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-traction-control::before {
  content: "\FD40";
}

/* line 3503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-turbocharger::before {
  content: "\F003C";
}

/* line 3507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-wash::before {
  content: "\F10E";
}

/* line 3511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-windshield::before {
  content: "\F003D";
}

/* line 3515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-car-windshield-outline::before {
  content: "\F003E";
}

/* line 3519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-caravan::before {
  content: "\F7AC";
}

/* line 3523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card::before {
  content: "\FB4B";
}

/* line 3527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted::before {
  content: "\FB4C";
}

/* line 3531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-off::before {
  content: "\FB4D";
}

/* line 3535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-off-outline::before {
  content: "\FB4E";
}

/* line 3539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-outline::before {
  content: "\FB4F";
}

/* line 3543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-settings::before {
  content: "\FB50";
}

/* line 3547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-bulleted-settings-outline::before {
  content: "\FB51";
}

/* line 3551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-outline::before {
  content: "\FB52";
}

/* line 3555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-text::before {
  content: "\FB53";
}

/* line 3559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-card-text-outline::before {
  content: "\FB54";
}

/* line 3563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards::before {
  content: "\F638";
}

/* line 3567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-club::before {
  content: "\F8CD";
}

/* line 3571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-diamond::before {
  content: "\F8CE";
}

/* line 3575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-diamond-outline::before {
  content: "\F003F";
}

/* line 3579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-heart::before {
  content: "\F8CF";
}

/* line 3583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-outline::before {
  content: "\F639";
}

/* line 3587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-playing-outline::before {
  content: "\F63A";
}

/* line 3591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-spade::before {
  content: "\F8D0";
}

/* line 3595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cards-variant::before {
  content: "\F6C6";
}

/* line 3599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-carrot::before {
  content: "\F10F";
}

/* line 3603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart::before {
  content: "\F110";
}

/* line 3607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-arrow-down::before {
  content: "\FD42";
}

/* line 3611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-arrow-right::before {
  content: "\FC2A";
}

/* line 3615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-arrow-up::before {
  content: "\FD43";
}

/* line 3619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-minus::before {
  content: "\FD44";
}

/* line 3623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-off::before {
  content: "\F66B";
}

/* line 3627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-outline::before {
  content: "\F111";
}

/* line 3631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-plus::before {
  content: "\F112";
}

/* line 3635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cart-remove::before {
  content: "\FD45";
}

/* line 3639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-case-sensitive-alt::before {
  content: "\F113";
}

/* line 3643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash::before {
  content: "\F114";
}

/* line 3647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-100::before {
  content: "\F115";
}

/* line 3651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-marker::before {
  content: "\FD94";
}

/* line 3655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-multiple::before {
  content: "\F116";
}

/* line 3659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-refund::before {
  content: "\FA9B";
}

/* line 3663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-register::before {
  content: "\FCD0";
}

/* line 3667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cash-usd::before {
  content: "\F117";
}

/* line 3671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cassette::before {
  content: "\F9D3";
}

/* line 3675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast::before {
  content: "\F118";
}

/* line 3679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast-audio::before {
  content: "\F0040";
}

/* line 3683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast-connected::before {
  content: "\F119";
}

/* line 3687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast-education::before {
  content: "\FE6D";
}

/* line 3691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cast-off::before {
  content: "\F789";
}

/* line 3695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-castle::before {
  content: "\F11A";
}

/* line 3699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cat::before {
  content: "\F11B";
}

/* line 3703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cctv::before {
  content: "\F7AD";
}

/* line 3707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ceiling-light::before {
  content: "\F768";
}

/* line 3711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone::before {
  content: "\F11C";
}

/* line 3715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-android::before {
  content: "\F11D";
}

/* line 3719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-arrow-down::before {
  content: "\F9D4";
}

/* line 3723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-basic::before {
  content: "\F11E";
}

/* line 3727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-dock::before {
  content: "\F11F";
}

/* line 3731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-erase::before {
  content: "\F94C";
}

/* line 3735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-information::before {
  content: "\FF5E";
}

/* line 3739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-iphone::before {
  content: "\F120";
}

/* line 3743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-key::before {
  content: "\F94D";
}

/* line 3747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-link::before {
  content: "\F121";
}

/* line 3751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-link-off::before {
  content: "\F122";
}

/* line 3755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-lock::before {
  content: "\F94E";
}

/* line 3759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-message::before {
  content: "\F8D2";
}

/* line 3763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-nfc::before {
  content: "\FEAD";
}

/* line 3767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-off::before {
  content: "\F94F";
}

/* line 3771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-play::before {
  content: "\F0041";
}

/* line 3775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-screenshot::before {
  content: "\FA34";
}

/* line 3779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-settings::before {
  content: "\F123";
}

/* line 3783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-settings-variant::before {
  content: "\F950";
}

/* line 3787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-sound::before {
  content: "\F951";
}

/* line 3791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-text::before {
  content: "\F8D1";
}

/* line 3795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cellphone-wireless::before {
  content: "\F814";
}

/* line 3799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-celtic-cross::before {
  content: "\FCD1";
}

/* line 3803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-certificate::before {
  content: "\F124";
}

/* line 3807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chair-rolling::before {
  content: "\FFBA";
}

/* line 3811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chair-school::before {
  content: "\F125";
}

/* line 3815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-charity::before {
  content: "\FC2B";
}

/* line 3819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-arc::before {
  content: "\F126";
}

/* line 3823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-areaspline::before {
  content: "\F127";
}

/* line 3827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-areaspline-variant::before {
  content: "\FEAE";
}

/* line 3831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bar::before {
  content: "\F128";
}

/* line 3835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bar-stacked::before {
  content: "\F769";
}

/* line 3839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bell-curve::before {
  content: "\FC2C";
}

/* line 3843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bell-curve-cumulative::before {
  content: "\FFC7";
}

/* line 3847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-bubble::before {
  content: "\F5E3";
}

/* line 3851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-donut::before {
  content: "\F7AE";
}

/* line 3855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-donut-variant::before {
  content: "\F7AF";
}

/* line 3859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-gantt::before {
  content: "\F66C";
}

/* line 3863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-histogram::before {
  content: "\F129";
}

/* line 3867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-line::before {
  content: "\F12A";
}

/* line 3871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-line-stacked::before {
  content: "\F76A";
}

/* line 3875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-line-variant::before {
  content: "\F7B0";
}

/* line 3879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-multiline::before {
  content: "\F8D3";
}

/* line 3883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-pie::before {
  content: "\F12B";
}

/* line 3887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-scatter-plot::before {
  content: "\FEAF";
}

/* line 3891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-scatter-plot-hexbin::before {
  content: "\F66D";
}

/* line 3895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-timeline::before {
  content: "\F66E";
}

/* line 3899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-timeline-variant::before {
  content: "\FEB0";
}

/* line 3903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chart-tree::before {
  content: "\FEB1";
}

/* line 3907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chat::before {
  content: "\FB55";
}

/* line 3911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chat-alert::before {
  content: "\FB56";
}

/* line 3915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chat-outline::before {
  content: "\FEFB";
}

/* line 3919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chat-processing::before {
  content: "\FB57";
}

/* line 3923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check::before {
  content: "\F12C";
}

/* line 3927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-all::before {
  content: "\F12D";
}

/* line 3931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-bold::before {
  content: "\FE6E";
}

/* line 3935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-box-multiple-outline::before {
  content: "\FC2D";
}

/* line 3939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-box-outline::before {
  content: "\FC2E";
}

/* line 3943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-circle::before {
  content: "\F5E0";
}

/* line 3947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-circle-outline::before {
  content: "\F5E1";
}

/* line 3951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-decagram::before {
  content: "\F790";
}

/* line 3955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-network::before {
  content: "\FC2F";
}

/* line 3959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-network-outline::before {
  content: "\FC30";
}

/* line 3963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-outline::before {
  content: "\F854";
}

/* line 3967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-underline::before {
  content: "\FE70";
}

/* line 3971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-underline-circle::before {
  content: "\FE71";
}

/* line 3975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-check-underline-circle-outline::before {
  content: "\FE72";
}

/* line 3979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbook::before {
  content: "\FA9C";
}

/* line 3983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-blank::before {
  content: "\F12E";
}

/* line 3987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-blank-circle::before {
  content: "\F12F";
}

/* line 3991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-blank-circle-outline::before {
  content: "\F130";
}

/* line 3995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-blank-outline::before {
  content: "\F131";
}

/* line 3999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-intermediate::before {
  content: "\F855";
}

/* line 4003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-marked::before {
  content: "\F132";
}

/* line 4007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-marked-circle::before {
  content: "\F133";
}

/* line 4011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-marked-circle-outline::before {
  content: "\F134";
}

/* line 4015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-marked-outline::before {
  content: "\F135";
}

/* line 4019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-blank::before {
  content: "\F136";
}

/* line 4023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-blank-circle::before {
  content: "\F63B";
}

/* line 4027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-blank-circle-outline::before {
  content: "\F63C";
}

/* line 4031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-blank-outline::before {
  content: "\F137";
}

/* line 4035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-marked::before {
  content: "\F138";
}

/* line 4039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-marked-circle::before {
  content: "\F63D";
}

/* line 4043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-marked-circle-outline::before {
  content: "\F63E";
}

/* line 4047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkbox-multiple-marked-outline::before {
  content: "\F139";
}

/* line 4051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-checkerboard::before {
  content: "\F13A";
}

/* line 4055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chef-hat::before {
  content: "\FB58";
}

/* line 4059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chemical-weapon::before {
  content: "\F13B";
}

/* line 4063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-bishop::before {
  content: "\F85B";
}

/* line 4067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-king::before {
  content: "\F856";
}

/* line 4071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-knight::before {
  content: "\F857";
}

/* line 4075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-pawn::before {
  content: "\F858";
}

/* line 4079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-queen::before {
  content: "\F859";
}

/* line 4083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chess-rook::before {
  content: "\F85A";
}

/* line 4087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-double-down::before {
  content: "\F13C";
}

/* line 4091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-double-left::before {
  content: "\F13D";
}

/* line 4095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-double-right::before {
  content: "\F13E";
}

/* line 4099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-double-up::before {
  content: "\F13F";
}

/* line 4103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down::before {
  content: "\F140";
}

/* line 4107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down-box::before {
  content: "\F9D5";
}

/* line 4111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down-box-outline::before {
  content: "\F9D6";
}

/* line 4115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down-circle::before {
  content: "\FB0B";
}

/* line 4119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-down-circle-outline::before {
  content: "\FB0C";
}

/* line 4123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left::before {
  content: "\F141";
}

/* line 4127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left-box::before {
  content: "\F9D7";
}

/* line 4131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left-box-outline::before {
  content: "\F9D8";
}

/* line 4135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left-circle::before {
  content: "\FB0D";
}

/* line 4139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-left-circle-outline::before {
  content: "\FB0E";
}

/* line 4143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right::before {
  content: "\F142";
}

/* line 4147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right-box::before {
  content: "\F9D9";
}

/* line 4151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right-box-outline::before {
  content: "\F9DA";
}

/* line 4155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right-circle::before {
  content: "\FB0F";
}

/* line 4159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-right-circle-outline::before {
  content: "\FB10";
}

/* line 4163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-triple-down::before {
  content: "\FD95";
}

/* line 4167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-triple-left::before {
  content: "\FD96";
}

/* line 4171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-triple-right::before {
  content: "\FD97";
}

/* line 4175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-triple-up::before {
  content: "\FD98";
}

/* line 4179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up::before {
  content: "\F143";
}

/* line 4183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up-box::before {
  content: "\F9DB";
}

/* line 4187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up-box-outline::before {
  content: "\F9DC";
}

/* line 4191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up-circle::before {
  content: "\FB11";
}

/* line 4195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chevron-up-circle-outline::before {
  content: "\FB12";
}

/* line 4199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chili-hot::before {
  content: "\F7B1";
}

/* line 4203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chili-medium::before {
  content: "\F7B2";
}

/* line 4207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chili-mild::before {
  content: "\F7B3";
}

/* line 4211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-chip::before {
  content: "\F61A";
}

/* line 4215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-christianity::before {
  content: "\F952";
}

/* line 4219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-christianity-outline::before {
  content: "\FCD2";
}

/* line 4223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-church::before {
  content: "\F144";
}

/* line 4227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle::before {
  content: "\F764";
}

/* line 4231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-double::before {
  content: "\FEB2";
}

/* line 4235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-edit-outline::before {
  content: "\F8D4";
}

/* line 4239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-expand::before {
  content: "\FEB3";
}

/* line 4243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-medium::before {
  content: "\F9DD";
}

/* line 4247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-outline::before {
  content: "\F765";
}

/* line 4251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-1::before {
  content: "\FA9D";
}

/* line 4255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-2::before {
  content: "\FA9E";
}

/* line 4259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-3::before {
  content: "\FA9F";
}

/* line 4263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-4::before {
  content: "\FAA0";
}

/* line 4267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-5::before {
  content: "\FAA1";
}

/* line 4271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-6::before {
  content: "\FAA2";
}

/* line 4275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-7::before {
  content: "\FAA3";
}

/* line 4279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-slice-8::before {
  content: "\FAA4";
}

/* line 4283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circle-small::before {
  content: "\F9DE";
}

/* line 4287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-circular-saw::before {
  content: "\FE73";
}

/* line 4291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cisco-webex::before {
  content: "\F145";
}

/* line 4295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-city::before {
  content: "\F146";
}

/* line 4299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-city-variant::before {
  content: "\FA35";
}

/* line 4303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-city-variant-outline::before {
  content: "\FA36";
}

/* line 4307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard::before {
  content: "\F147";
}

/* line 4311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-account::before {
  content: "\F148";
}

/* line 4315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-account-outline::before {
  content: "\FC31";
}

/* line 4319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-alert::before {
  content: "\F149";
}

/* line 4323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-alert-outline::before {
  content: "\FCD3";
}

/* line 4327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-down::before {
  content: "\F14A";
}

/* line 4331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-down-outline::before {
  content: "\FC32";
}

/* line 4335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-left::before {
  content: "\F14B";
}

/* line 4339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-left-outline::before {
  content: "\FCD4";
}

/* line 4343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-right::before {
  content: "\FCD5";
}

/* line 4347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-right-outline::before {
  content: "\FCD6";
}

/* line 4351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-up::before {
  content: "\FC33";
}

/* line 4355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-arrow-up-outline::before {
  content: "\FC34";
}

/* line 4359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-check::before {
  content: "\F14C";
}

/* line 4363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-check-outline::before {
  content: "\F8A7";
}

/* line 4367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-flow::before {
  content: "\F6C7";
}

/* line 4371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-outline::before {
  content: "\F14D";
}

/* line 4375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-play::before {
  content: "\FC35";
}

/* line 4379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-play-outline::before {
  content: "\FC36";
}

/* line 4383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-plus::before {
  content: "\F750";
}

/* line 4387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-pulse::before {
  content: "\F85C";
}

/* line 4391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-pulse-outline::before {
  content: "\F85D";
}

/* line 4395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-text::before {
  content: "\F14E";
}

/* line 4399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-text-outline::before {
  content: "\FA37";
}

/* line 4403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-text-play::before {
  content: "\FC37";
}

/* line 4407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clipboard-text-play-outline::before {
  content: "\FC38";
}

/* line 4411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clippy::before {
  content: "\F14F";
}

/* line 4415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock::before {
  content: "\F953";
}

/* line 4419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-alert::before {
  content: "\F954";
}

/* line 4423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-alert-outline::before {
  content: "\F5CE";
}

/* line 4427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-check::before {
  content: "\FFC8";
}

/* line 4431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-check-outline::before {
  content: "\FFC9";
}

/* line 4435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-digital::before {
  content: "\FEB4";
}

/* line 4439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-end::before {
  content: "\F151";
}

/* line 4443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-fast::before {
  content: "\F152";
}

/* line 4447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-in::before {
  content: "\F153";
}

/* line 4451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-out::before {
  content: "\F154";
}

/* line 4455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-outline::before {
  content: "\F150";
}

/* line 4459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clock-start::before {
  content: "\F155";
}

/* line 4463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close::before {
  content: "\F156";
}

/* line 4467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-box::before {
  content: "\F157";
}

/* line 4471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-box-multiple::before {
  content: "\FC39";
}

/* line 4475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-box-multiple-outline::before {
  content: "\FC3A";
}

/* line 4479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-box-outline::before {
  content: "\F158";
}

/* line 4483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-circle::before {
  content: "\F159";
}

/* line 4487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-circle-outline::before {
  content: "\F15A";
}

/* line 4491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-network::before {
  content: "\F15B";
}

/* line 4495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-network-outline::before {
  content: "\FC3B";
}

/* line 4499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-octagon::before {
  content: "\F15C";
}

/* line 4503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-octagon-outline::before {
  content: "\F15D";
}

/* line 4507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-close-outline::before {
  content: "\F6C8";
}

/* line 4511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-closed-caption::before {
  content: "\F15E";
}

/* line 4515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-closed-caption-outline::before {
  content: "\FD99";
}

/* line 4519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud::before {
  content: "\F15F";
}

/* line 4523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-alert::before {
  content: "\F9DF";
}

/* line 4527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-braces::before {
  content: "\F7B4";
}

/* line 4531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-check::before {
  content: "\F160";
}

/* line 4535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-circle::before {
  content: "\F161";
}

/* line 4539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-download::before {
  content: "\F162";
}

/* line 4543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-download-outline::before {
  content: "\FB59";
}

/* line 4547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-off-outline::before {
  content: "\F164";
}

/* line 4551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-outline::before {
  content: "\F163";
}

/* line 4555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-print::before {
  content: "\F165";
}

/* line 4559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-print-outline::before {
  content: "\F166";
}

/* line 4563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-question::before {
  content: "\FA38";
}

/* line 4567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-search::before {
  content: "\F955";
}

/* line 4571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-search-outline::before {
  content: "\F956";
}

/* line 4575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-sync::before {
  content: "\F63F";
}

/* line 4579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-tags::before {
  content: "\F7B5";
}

/* line 4583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-upload::before {
  content: "\F167";
}

/* line 4587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cloud-upload-outline::before {
  content: "\FB5A";
}

/* line 4591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-clover::before {
  content: "\F815";
}

/* line 4595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coach-lamp::before {
  content: "\F0042";
}

/* line 4599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-array::before {
  content: "\F168";
}

/* line 4603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-braces::before {
  content: "\F169";
}

/* line 4607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-brackets::before {
  content: "\F16A";
}

/* line 4611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-equal::before {
  content: "\F16B";
}

/* line 4615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-greater-than::before {
  content: "\F16C";
}

/* line 4619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-greater-than-or-equal::before {
  content: "\F16D";
}

/* line 4623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-less-than::before {
  content: "\F16E";
}

/* line 4627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-less-than-or-equal::before {
  content: "\F16F";
}

/* line 4631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-not-equal::before {
  content: "\F170";
}

/* line 4635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-not-equal-variant::before {
  content: "\F171";
}

/* line 4639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-parentheses::before {
  content: "\F172";
}

/* line 4643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-string::before {
  content: "\F173";
}

/* line 4647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-tags::before {
  content: "\F174";
}

/* line 4651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-code-tags-check::before {
  content: "\F693";
}

/* line 4655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-codepen::before {
  content: "\F175";
}

/* line 4659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee::before {
  content: "\F176";
}

/* line 4663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee-off::before {
  content: "\FFCA";
}

/* line 4667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee-off-outline::before {
  content: "\FFCB";
}

/* line 4671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee-outline::before {
  content: "\F6C9";
}

/* line 4675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffee-to-go::before {
  content: "\F177";
}

/* line 4679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coffin::before {
  content: "\FB5B";
}

/* line 4683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cogs::before {
  content: "\F8D5";
}

/* line 4687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coin::before {
  content: "\F178";
}

/* line 4691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coins::before {
  content: "\F694";
}

/* line 4695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-collage::before {
  content: "\F640";
}

/* line 4699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-collapse-all::before {
  content: "\FAA5";
}

/* line 4703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-collapse-all-outline::before {
  content: "\FAA6";
}

/* line 4707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-color-helper::before {
  content: "\F179";
}

/* line 4711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma::before {
  content: "\FE74";
}

/* line 4715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma-box::before {
  content: "\FE75";
}

/* line 4719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma-box-outline::before {
  content: "\FE76";
}

/* line 4723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma-circle::before {
  content: "\FE77";
}

/* line 4727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comma-circle-outline::before {
  content: "\FE78";
}

/* line 4731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment::before {
  content: "\F17A";
}

/* line 4735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-account::before {
  content: "\F17B";
}

/* line 4739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-account-outline::before {
  content: "\F17C";
}

/* line 4743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-alert::before {
  content: "\F17D";
}

/* line 4747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-alert-outline::before {
  content: "\F17E";
}

/* line 4751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-arrow-left::before {
  content: "\F9E0";
}

/* line 4755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-arrow-left-outline::before {
  content: "\F9E1";
}

/* line 4759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-arrow-right::before {
  content: "\F9E2";
}

/* line 4763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-arrow-right-outline::before {
  content: "\F9E3";
}

/* line 4767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-check::before {
  content: "\F17F";
}

/* line 4771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-check-outline::before {
  content: "\F180";
}

/* line 4775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-eye::before {
  content: "\FA39";
}

/* line 4779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-eye-outline::before {
  content: "\FA3A";
}

/* line 4783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-multiple::before {
  content: "\F85E";
}

/* line 4787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-multiple-outline::before {
  content: "\F181";
}

/* line 4791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-outline::before {
  content: "\F182";
}

/* line 4795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-plus::before {
  content: "\F9E4";
}

/* line 4799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-plus-outline::before {
  content: "\F183";
}

/* line 4803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-processing::before {
  content: "\F184";
}

/* line 4807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-processing-outline::before {
  content: "\F185";
}

/* line 4811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-question::before {
  content: "\F816";
}

/* line 4815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-question-outline::before {
  content: "\F186";
}

/* line 4819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-quote::before {
  content: "\F0043";
}

/* line 4823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-quote-outline::before {
  content: "\F0044";
}

/* line 4827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-remove::before {
  content: "\F5DE";
}

/* line 4831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-remove-outline::before {
  content: "\F187";
}

/* line 4835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-search::before {
  content: "\FA3B";
}

/* line 4839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-search-outline::before {
  content: "\FA3C";
}

/* line 4843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-text::before {
  content: "\F188";
}

/* line 4847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-text-multiple::before {
  content: "\F85F";
}

/* line 4851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-text-multiple-outline::before {
  content: "\F860";
}

/* line 4855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-comment-text-outline::before {
  content: "\F189";
}

/* line 4859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compare::before {
  content: "\F18A";
}

/* line 4863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compass::before {
  content: "\F18B";
}

/* line 4867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compass-off::before {
  content: "\FB5C";
}

/* line 4871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compass-off-outline::before {
  content: "\FB5D";
}

/* line 4875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-compass-outline::before {
  content: "\F18C";
}

/* line 4879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-console::before {
  content: "\F18D";
}

/* line 4883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-console-line::before {
  content: "\F7B6";
}

/* line 4887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-console-network::before {
  content: "\F8A8";
}

/* line 4891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-console-network-outline::before {
  content: "\FC3C";
}

/* line 4895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contact-mail::before {
  content: "\F18E";
}

/* line 4899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contact-mail-outline::before {
  content: "\FEB5";
}

/* line 4903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contact-phone::before {
  content: "\FEB6";
}

/* line 4907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contact-phone-outline::before {
  content: "\FEB7";
}

/* line 4911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contactless-payment::before {
  content: "\FD46";
}

/* line 4915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contacts::before {
  content: "\F6CA";
}

/* line 4919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contain::before {
  content: "\FA3D";
}

/* line 4923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contain-end::before {
  content: "\FA3E";
}

/* line 4927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contain-start::before {
  content: "\FA3F";
}

/* line 4931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-copy::before {
  content: "\F18F";
}

/* line 4935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-cut::before {
  content: "\F190";
}

/* line 4939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-duplicate::before {
  content: "\F191";
}

/* line 4943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-paste::before {
  content: "\F192";
}

/* line 4947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save::before {
  content: "\F193";
}

/* line 4951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-alert::before {
  content: "\FF5F";
}

/* line 4955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-alert-outline::before {
  content: "\FF60";
}

/* line 4959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-all::before {
  content: "\F194";
}

/* line 4963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-all-outline::before {
  content: "\FF61";
}

/* line 4967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-edit::before {
  content: "\FCD7";
}

/* line 4971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-edit-outline::before {
  content: "\FCD8";
}

/* line 4975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-move::before {
  content: "\FE79";
}

/* line 4979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-move-outline::before {
  content: "\FE7A";
}

/* line 4983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-outline::before {
  content: "\F817";
}

/* line 4987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-settings::before {
  content: "\F61B";
}

/* line 4991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-content-save-settings-outline::before {
  content: "\FB13";
}

/* line 4995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contrast::before {
  content: "\F195";
}

/* line 4999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contrast-box::before {
  content: "\F196";
}

/* line 5003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-contrast-circle::before {
  content: "\F197";
}

/* line 5007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-controller-classic::before {
  content: "\FB5E";
}

/* line 5011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-controller-classic-outline::before {
  content: "\FB5F";
}

/* line 5015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cookie::before {
  content: "\F198";
}

/* line 5019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-coolant-temperature::before {
  content: "\F3C8";
}

/* line 5023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-copyright::before {
  content: "\F5E6";
}

/* line 5027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cordova::before {
  content: "\F957";
}

/* line 5031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-corn::before {
  content: "\F7B7";
}

/* line 5035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-counter::before {
  content: "\F199";
}

/* line 5039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cow::before {
  content: "\F19A";
}

/* line 5043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cowboy::before {
  content: "\FEB8";
}

/* line 5047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cpu-32-bit::before {
  content: "\FEFC";
}

/* line 5051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cpu-64-bit::before {
  content: "\FEFD";
}

/* line 5055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crane::before {
  content: "\F861";
}

/* line 5059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-creation::before {
  content: "\F1C9";
}

/* line 5063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-creative-commons::before {
  content: "\FD47";
}

/* line 5067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card::before {
  content: "\F0010";
}

/* line 5071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-clock::before {
  content: "\FEFE";
}

/* line 5075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-clock-outline::before {
  content: "\FFBC";
}

/* line 5079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-marker::before {
  content: "\F6A7";
}

/* line 5083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-marker-outline::before {
  content: "\FD9A";
}

/* line 5087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-minus::before {
  content: "\FFCC";
}

/* line 5091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-minus-outline::before {
  content: "\FFCD";
}

/* line 5095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-multiple::before {
  content: "\F0011";
}

/* line 5099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-multiple-outline::before {
  content: "\F19C";
}

/* line 5103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-off::before {
  content: "\F0012";
}

/* line 5107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-off-outline::before {
  content: "\F5E4";
}

/* line 5111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-outline::before {
  content: "\F19B";
}

/* line 5115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-plus::before {
  content: "\F0013";
}

/* line 5119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-plus-outline::before {
  content: "\F675";
}

/* line 5123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-refund::before {
  content: "\F0014";
}

/* line 5127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-refund-outline::before {
  content: "\FAA7";
}

/* line 5131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-remove::before {
  content: "\FFCE";
}

/* line 5135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-remove-outline::before {
  content: "\FFCF";
}

/* line 5139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-scan::before {
  content: "\F0015";
}

/* line 5143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-scan-outline::before {
  content: "\F19D";
}

/* line 5147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-settings::before {
  content: "\F0016";
}

/* line 5151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-settings-outline::before {
  content: "\F8D6";
}

/* line 5155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-wireless::before {
  content: "\F801";
}

/* line 5159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-credit-card-wireless-outline::before {
  content: "\FD48";
}

/* line 5163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cricket::before {
  content: "\FD49";
}

/* line 5167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop::before {
  content: "\F19E";
}

/* line 5171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-free::before {
  content: "\F19F";
}

/* line 5175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-landscape::before {
  content: "\F1A0";
}

/* line 5179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-portrait::before {
  content: "\F1A1";
}

/* line 5183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-rotate::before {
  content: "\F695";
}

/* line 5187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crop-square::before {
  content: "\F1A2";
}

/* line 5191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crosshairs::before {
  content: "\F1A3";
}

/* line 5195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crosshairs-gps::before {
  content: "\F1A4";
}

/* line 5199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crosshairs-off::before {
  content: "\FF62";
}

/* line 5203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crown::before {
  content: "\F1A5";
}

/* line 5207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cryengine::before {
  content: "\F958";
}

/* line 5211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-crystal-ball::before {
  content: "\FB14";
}

/* line 5215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube::before {
  content: "\F1A6";
}

/* line 5219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube-outline::before {
  content: "\F1A7";
}

/* line 5223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube-scan::before {
  content: "\FB60";
}

/* line 5227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube-send::before {
  content: "\F1A8";
}

/* line 5231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cube-unfolded::before {
  content: "\F1A9";
}

/* line 5235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cup::before {
  content: "\F1AA";
}

/* line 5239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cup-off::before {
  content: "\F5E5";
}

/* line 5243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cup-water::before {
  content: "\F1AB";
}

/* line 5247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cupboard::before {
  content: "\FF63";
}

/* line 5251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cupboard-outline::before {
  content: "\FF64";
}

/* line 5255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cupcake::before {
  content: "\F959";
}

/* line 5259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-curling::before {
  content: "\F862";
}

/* line 5263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-bdt::before {
  content: "\F863";
}

/* line 5267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-brl::before {
  content: "\FB61";
}

/* line 5271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-btc::before {
  content: "\F1AC";
}

/* line 5275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-cny::before {
  content: "\F7B9";
}

/* line 5279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-eth::before {
  content: "\F7BA";
}

/* line 5283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-eur::before {
  content: "\F1AD";
}

/* line 5287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-gbp::before {
  content: "\F1AE";
}

/* line 5291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-ils::before {
  content: "\FC3D";
}

/* line 5295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-inr::before {
  content: "\F1AF";
}

/* line 5299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-jpy::before {
  content: "\F7BB";
}

/* line 5303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-krw::before {
  content: "\F7BC";
}

/* line 5307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-kzt::before {
  content: "\F864";
}

/* line 5311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-ngn::before {
  content: "\F1B0";
}

/* line 5315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-php::before {
  content: "\F9E5";
}

/* line 5319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-rial::before {
  content: "\FEB9";
}

/* line 5323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-rub::before {
  content: "\F1B1";
}

/* line 5327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-sign::before {
  content: "\F7BD";
}

/* line 5331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-try::before {
  content: "\F1B2";
}

/* line 5335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-twd::before {
  content: "\F7BE";
}

/* line 5339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-usd::before {
  content: "\F1B3";
}

/* line 5343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-currency-usd-off::before {
  content: "\F679";
}

/* line 5347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-current-ac::before {
  content: "\F95A";
}

/* line 5351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-current-dc::before {
  content: "\F95B";
}

/* line 5355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-default::before {
  content: "\F1B4";
}

/* line 5359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-default-click::before {
  content: "\FCD9";
}

/* line 5363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-default-click-outline::before {
  content: "\FCDA";
}

/* line 5367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-default-outline::before {
  content: "\F1B5";
}

/* line 5371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-move::before {
  content: "\F1B6";
}

/* line 5375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-pointer::before {
  content: "\F1B7";
}

/* line 5379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-cursor-text::before {
  content: "\F5E7";
}

/* line 5383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database::before {
  content: "\F1B8";
}

/* line 5387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-check::before {
  content: "\FAA8";
}

/* line 5391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-edit::before {
  content: "\FB62";
}

/* line 5395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-export::before {
  content: "\F95D";
}

/* line 5399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-import::before {
  content: "\F95C";
}

/* line 5403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-lock::before {
  content: "\FAA9";
}

/* line 5407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-minus::before {
  content: "\F1B9";
}

/* line 5411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-plus::before {
  content: "\F1BA";
}

/* line 5415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-refresh::before {
  content: "\FCDB";
}

/* line 5419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-remove::before {
  content: "\FCDC";
}

/* line 5423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-search::before {
  content: "\F865";
}

/* line 5427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-database-settings::before {
  content: "\FCDD";
}

/* line 5431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-death-star::before {
  content: "\F8D7";
}

/* line 5435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-death-star-variant::before {
  content: "\F8D8";
}

/* line 5439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-deathly-hallows::before {
  content: "\FB63";
}

/* line 5443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-debian::before {
  content: "\F8D9";
}

/* line 5447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-debug-step-into::before {
  content: "\F1BB";
}

/* line 5451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-debug-step-out::before {
  content: "\F1BC";
}

/* line 5455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-debug-step-over::before {
  content: "\F1BD";
}

/* line 5459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-decagram::before {
  content: "\F76B";
}

/* line 5463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-decagram-outline::before {
  content: "\F76C";
}

/* line 5467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-decimal-decrease::before {
  content: "\F1BE";
}

/* line 5471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-decimal-increase::before {
  content: "\F1BF";
}

/* line 5475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete::before {
  content: "\F1C0";
}

/* line 5479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-circle::before {
  content: "\F682";
}

/* line 5483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-circle-outline::before {
  content: "\FB64";
}

/* line 5487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-empty::before {
  content: "\F6CB";
}

/* line 5491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-empty-outline::before {
  content: "\FEBA";
}

/* line 5495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-forever::before {
  content: "\F5E8";
}

/* line 5499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-forever-outline::before {
  content: "\FB65";
}

/* line 5503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-outline::before {
  content: "\F9E6";
}

/* line 5507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-restore::before {
  content: "\F818";
}

/* line 5511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-sweep::before {
  content: "\F5E9";
}

/* line 5515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-sweep-outline::before {
  content: "\FC3E";
}

/* line 5519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delete-variant::before {
  content: "\F1C1";
}

/* line 5523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-delta::before {
  content: "\F1C2";
}

/* line 5527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desk-lamp::before {
  content: "\F95E";
}

/* line 5531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-deskphone::before {
  content: "\F1C3";
}

/* line 5535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-classic::before {
  content: "\F7BF";
}

/* line 5539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-mac::before {
  content: "\F1C4";
}

/* line 5543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-mac-dashboard::before {
  content: "\F9E7";
}

/* line 5547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-tower::before {
  content: "\F1C5";
}

/* line 5551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-desktop-tower-monitor::before {
  content: "\FAAA";
}

/* line 5555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-details::before {
  content: "\F1C6";
}

/* line 5559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dev-to::before {
  content: "\FD4A";
}

/* line 5563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-developer-board::before {
  content: "\F696";
}

/* line 5567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-deviantart::before {
  content: "\F1C7";
}

/* line 5571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-devices::before {
  content: "\FFD0";
}

/* line 5575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dialpad::before {
  content: "\F61C";
}

/* line 5579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diameter::before {
  content: "\FC3F";
}

/* line 5583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diameter-outline::before {
  content: "\FC40";
}

/* line 5587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diameter-variant::before {
  content: "\FC41";
}

/* line 5591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diamond::before {
  content: "\FB66";
}

/* line 5595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diamond-outline::before {
  content: "\FB67";
}

/* line 5599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diamond-stone::before {
  content: "\F1C8";
}

/* line 5603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-1::before {
  content: "\F1CA";
}

/* line 5607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-2::before {
  content: "\F1CB";
}

/* line 5611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-3::before {
  content: "\F1CC";
}

/* line 5615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-4::before {
  content: "\F1CD";
}

/* line 5619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-5::before {
  content: "\F1CE";
}

/* line 5623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-6::before {
  content: "\F1CF";
}

/* line 5627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d10-outline::before {
  content: "\F76E";
}

/* line 5631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d12-outline::before {
  content: "\F866";
}

/* line 5635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d20-outline::before {
  content: "\F5EA";
}

/* line 5639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d4-outline::before {
  content: "\F5EB";
}

/* line 5643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d6-outline::before {
  content: "\F5EC";
}

/* line 5647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-d8-outline::before {
  content: "\F5ED";
}

/* line 5651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dice-multiple::before {
  content: "\F76D";
}

/* line 5655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dictionary::before {
  content: "\F61D";
}

/* line 5659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dip-switch::before {
  content: "\F7C0";
}

/* line 5663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-directions::before {
  content: "\F1D0";
}

/* line 5667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-directions-fork::before {
  content: "\F641";
}

/* line 5671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disc::before {
  content: "\F5EE";
}

/* line 5675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disc-alert::before {
  content: "\F1D1";
}

/* line 5679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disc-player::before {
  content: "\F95F";
}

/* line 5683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-discord::before {
  content: "\F66F";
}

/* line 5687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dishwasher::before {
  content: "\FAAB";
}

/* line 5691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disqus::before {
  content: "\F1D2";
}

/* line 5695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-disqus-outline::before {
  content: "\F1D3";
}

/* line 5699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-flippers::before {
  content: "\FD9B";
}

/* line 5703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-helmet::before {
  content: "\FD9C";
}

/* line 5707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-scuba::before {
  content: "\FD9D";
}

/* line 5711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-scuba-flag::before {
  content: "\FD9E";
}

/* line 5715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-scuba-tank::before {
  content: "\FD9F";
}

/* line 5719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-scuba-tank-multiple::before {
  content: "\FDA0";
}

/* line 5723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-diving-snorkel::before {
  content: "\FDA1";
}

/* line 5727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-division::before {
  content: "\F1D4";
}

/* line 5731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-division-box::before {
  content: "\F1D5";
}

/* line 5735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dlna::before {
  content: "\FA40";
}

/* line 5739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dna::before {
  content: "\F683";
}

/* line 5743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dns::before {
  content: "\F1D6";
}

/* line 5747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dns-outline::before {
  content: "\FB68";
}

/* line 5751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-do-not-disturb::before {
  content: "\F697";
}

/* line 5755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-do-not-disturb-off::before {
  content: "\F698";
}

/* line 5759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-docker::before {
  content: "\F867";
}

/* line 5763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-doctor::before {
  content: "\FA41";
}

/* line 5767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dog::before {
  content: "\FA42";
}

/* line 5771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dog-service::before {
  content: "\FAAC";
}

/* line 5775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dog-side::before {
  content: "\FA43";
}

/* line 5779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dolby::before {
  content: "\F6B2";
}

/* line 5783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dolly::before {
  content: "\FEBB";
}

/* line 5787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-domain::before {
  content: "\F1D7";
}

/* line 5791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-domain-off::before {
  content: "\FD4B";
}

/* line 5795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-domino-mask::before {
  content: "\F0045";
}

/* line 5799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-donkey::before {
  content: "\F7C1";
}

/* line 5803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-door::before {
  content: "\F819";
}

/* line 5807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-door-closed::before {
  content: "\F81A";
}

/* line 5811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-door-open::before {
  content: "\F81B";
}

/* line 5815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-doorbell-video::before {
  content: "\F868";
}

/* line 5819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dot-net::before {
  content: "\FAAD";
}

/* line 5823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-horizontal::before {
  content: "\F1D8";
}

/* line 5827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-horizontal-circle::before {
  content: "\F7C2";
}

/* line 5831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-horizontal-circle-outline::before {
  content: "\FB69";
}

/* line 5835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-vertical::before {
  content: "\F1D9";
}

/* line 5839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-vertical-circle::before {
  content: "\F7C3";
}

/* line 5843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dots-vertical-circle-outline::before {
  content: "\FB6A";
}

/* line 5847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-douban::before {
  content: "\F699";
}

/* line 5851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download::before {
  content: "\F1DA";
}

/* line 5855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download-multiple::before {
  content: "\F9E8";
}

/* line 5859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download-network::before {
  content: "\F6F3";
}

/* line 5863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download-network-outline::before {
  content: "\FC42";
}

/* line 5867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-download-outline::before {
  content: "\FB6B";
}

/* line 5871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drag::before {
  content: "\F1DB";
}

/* line 5875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drag-horizontal::before {
  content: "\F1DC";
}

/* line 5879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drag-variant::before {
  content: "\FB6C";
}

/* line 5883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drag-vertical::before {
  content: "\F1DD";
}

/* line 5887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drama-masks::before {
  content: "\FCDE";
}

/* line 5891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-draw::before {
  content: "\FF66";
}

/* line 5895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drawing::before {
  content: "\F1DE";
}

/* line 5899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drawing-box::before {
  content: "\F1DF";
}

/* line 5903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dresser::before {
  content: "\FF67";
}

/* line 5907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dresser-outline::before {
  content: "\FF68";
}

/* line 5911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dribbble::before {
  content: "\F1E0";
}

/* line 5915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dribbble-box::before {
  content: "\F1E1";
}

/* line 5919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drone::before {
  content: "\F1E2";
}

/* line 5923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dropbox::before {
  content: "\F1E3";
}

/* line 5927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-drupal::before {
  content: "\F1E4";
}

/* line 5931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-duck::before {
  content: "\F1E5";
}

/* line 5935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dumbbell::before {
  content: "\F1E6";
}

/* line 5939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dump-truck::before {
  content: "\FC43";
}

/* line 5943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ear-hearing::before {
  content: "\F7C4";
}

/* line 5947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ear-hearing-off::before {
  content: "\FA44";
}

/* line 5951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-earth::before {
  content: "\F1E7";
}

/* line 5955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-earth-box::before {
  content: "\F6CC";
}

/* line 5959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-earth-box-off::before {
  content: "\F6CD";
}

/* line 5963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-earth-off::before {
  content: "\F1E8";
}

/* line 5967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-edge::before {
  content: "\F1E9";
}

/* line 5971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-egg::before {
  content: "\FAAE";
}

/* line 5975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-egg-easter::before {
  content: "\FAAF";
}

/* line 5979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eight-track::before {
  content: "\F9E9";
}

/* line 5983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eject::before {
  content: "\F1EA";
}

/* line 5987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eject-outline::before {
  content: "\FB6D";
}

/* line 5991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-electric-switch::before {
  content: "\FEBC";
}

/* line 5995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-electron-framework::before {
  content: "\F0046";
}

/* line 5999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-elephant::before {
  content: "\F7C5";
}

/* line 6003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-elevation-decline::before {
  content: "\F1EB";
}

/* line 6007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-elevation-rise::before {
  content: "\F1EC";
}

/* line 6011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-elevator::before {
  content: "\F1ED";
}

/* line 6015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ellipse::before {
  content: "\FEBD";
}

/* line 6019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ellipse-outline::before {
  content: "\FEBE";
}

/* line 6023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email::before {
  content: "\F1EE";
}

/* line 6027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-alert::before {
  content: "\F6CE";
}

/* line 6031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-box::before {
  content: "\FCDF";
}

/* line 6035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-check::before {
  content: "\FAB0";
}

/* line 6039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-check-outline::before {
  content: "\FAB1";
}

/* line 6043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-edit::before {
  content: "\FF00";
}

/* line 6047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-edit-outline::before {
  content: "\FF01";
}

/* line 6051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-lock::before {
  content: "\F1F1";
}

/* line 6055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-mark-as-unread::before {
  content: "\FB6E";
}

/* line 6059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-minus::before {
  content: "\FF02";
}

/* line 6063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-minus-outline::before {
  content: "\FF03";
}

/* line 6067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-multiple::before {
  content: "\FF04";
}

/* line 6071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-multiple-outline::before {
  content: "\FF05";
}

/* line 6075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-newsletter::before {
  content: "\FFD1";
}

/* line 6079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-open::before {
  content: "\F1EF";
}

/* line 6083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-open-multiple::before {
  content: "\FF06";
}

/* line 6087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-open-multiple-outline::before {
  content: "\FF07";
}

/* line 6091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-open-outline::before {
  content: "\F5EF";
}

/* line 6095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-outline::before {
  content: "\F1F0";
}

/* line 6099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-plus::before {
  content: "\F9EA";
}

/* line 6103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-plus-outline::before {
  content: "\F9EB";
}

/* line 6107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-search::before {
  content: "\F960";
}

/* line 6111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-search-outline::before {
  content: "\F961";
}

/* line 6115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-email-variant::before {
  content: "\F5F0";
}

/* line 6119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ember::before {
  content: "\FB15";
}

/* line 6123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emby::before {
  content: "\F6B3";
}

/* line 6127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon::before {
  content: "\FC44";
}

/* line 6131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-angry::before {
  content: "\FC45";
}

/* line 6135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-angry-outline::before {
  content: "\FC46";
}

/* line 6139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-cool::before {
  content: "\FC47";
}

/* line 6143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-cool-outline::before {
  content: "\F1F3";
}

/* line 6147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-cry::before {
  content: "\FC48";
}

/* line 6151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-cry-outline::before {
  content: "\FC49";
}

/* line 6155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-dead::before {
  content: "\FC4A";
}

/* line 6159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-dead-outline::before {
  content: "\F69A";
}

/* line 6163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-devil::before {
  content: "\FC4B";
}

/* line 6167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-devil-outline::before {
  content: "\F1F4";
}

/* line 6171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-excited::before {
  content: "\FC4C";
}

/* line 6175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-excited-outline::before {
  content: "\F69B";
}

/* line 6179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-frown::before {
  content: "\FF69";
}

/* line 6183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-frown-outline::before {
  content: "\FF6A";
}

/* line 6187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-happy::before {
  content: "\FC4D";
}

/* line 6191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-happy-outline::before {
  content: "\F1F5";
}

/* line 6195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-kiss::before {
  content: "\FC4E";
}

/* line 6199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-kiss-outline::before {
  content: "\FC4F";
}

/* line 6203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-neutral::before {
  content: "\FC50";
}

/* line 6207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-neutral-outline::before {
  content: "\F1F6";
}

/* line 6211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-outline::before {
  content: "\F1F2";
}

/* line 6215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-poop::before {
  content: "\F1F7";
}

/* line 6219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-poop-outline::before {
  content: "\FC51";
}

/* line 6223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-sad::before {
  content: "\FC52";
}

/* line 6227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-sad-outline::before {
  content: "\F1F8";
}

/* line 6231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-tongue::before {
  content: "\F1F9";
}

/* line 6235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-tongue-outline::before {
  content: "\FC53";
}

/* line 6239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-wink::before {
  content: "\FC54";
}

/* line 6243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-emoticon-wink-outline::before {
  content: "\FC55";
}

/* line 6247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-engine::before {
  content: "\F1FA";
}

/* line 6251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-engine-off::before {
  content: "\FA45";
}

/* line 6255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-engine-off-outline::before {
  content: "\FA46";
}

/* line 6259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-engine-outline::before {
  content: "\F1FB";
}

/* line 6263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-equal::before {
  content: "\F1FC";
}

/* line 6267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-equal-box::before {
  content: "\F1FD";
}

/* line 6271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-equalizer::before {
  content: "\FEBF";
}

/* line 6275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-equalizer-outline::before {
  content: "\FEC0";
}

/* line 6279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eraser::before {
  content: "\F1FE";
}

/* line 6283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eraser-variant::before {
  content: "\F642";
}

/* line 6287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-escalator::before {
  content: "\F1FF";
}

/* line 6291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eslint::before {
  content: "\FC56";
}

/* line 6295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-et::before {
  content: "\FAB2";
}

/* line 6299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ethereum::before {
  content: "\F869";
}

/* line 6303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ethernet::before {
  content: "\F200";
}

/* line 6307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ethernet-cable::before {
  content: "\F201";
}

/* line 6311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ethernet-cable-off::before {
  content: "\F202";
}

/* line 6315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-etsy::before {
  content: "\F203";
}

/* line 6319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ev-station::before {
  content: "\F5F1";
}

/* line 6323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eventbrite::before {
  content: "\F7C6";
}

/* line 6327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-evernote::before {
  content: "\F204";
}

/* line 6331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-excavator::before {
  content: "\F0047";
}

/* line 6335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exclamation::before {
  content: "\F205";
}

/* line 6339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exit-run::before {
  content: "\FA47";
}

/* line 6343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exit-to-app::before {
  content: "\F206";
}

/* line 6347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-expand-all::before {
  content: "\FAB3";
}

/* line 6351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-expand-all-outline::before {
  content: "\FAB4";
}

/* line 6355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-expansion-card::before {
  content: "\F8AD";
}

/* line 6359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-expansion-card-variant::before {
  content: "\FFD2";
}

/* line 6363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exponent::before {
  content: "\F962";
}

/* line 6367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-exponent-box::before {
  content: "\F963";
}

/* line 6371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-export::before {
  content: "\F207";
}

/* line 6375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-export-variant::before {
  content: "\FB6F";
}

/* line 6379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye::before {
  content: "\F208";
}

/* line 6383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-check::before {
  content: "\FCE0";
}

/* line 6387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-check-outline::before {
  content: "\FCE1";
}

/* line 6391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-circle::before {
  content: "\FB70";
}

/* line 6395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-circle-outline::before {
  content: "\FB71";
}

/* line 6399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-minus::before {
  content: "\F0048";
}

/* line 6403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-minus-outline::before {
  content: "\F0049";
}

/* line 6407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-off::before {
  content: "\F209";
}

/* line 6411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-off-outline::before {
  content: "\F6D0";
}

/* line 6415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-outline::before {
  content: "\F6CF";
}

/* line 6419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-plus::before {
  content: "\F86A";
}

/* line 6423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-plus-outline::before {
  content: "\F86B";
}

/* line 6427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-settings::before {
  content: "\F86C";
}

/* line 6431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eye-settings-outline::before {
  content: "\F86D";
}

/* line 6435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eyedropper::before {
  content: "\F20A";
}

/* line 6439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-eyedropper-variant::before {
  content: "\F20B";
}

/* line 6443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face::before {
  content: "\F643";
}

/* line 6447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face-agent::before {
  content: "\FD4C";
}

/* line 6451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face-outline::before {
  content: "\FB72";
}

/* line 6455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face-profile::before {
  content: "\F644";
}

/* line 6459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-face-recognition::before {
  content: "\FC57";
}

/* line 6463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-facebook::before {
  content: "\F20C";
}

/* line 6467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-facebook-box::before {
  content: "\F20D";
}

/* line 6471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-facebook-messenger::before {
  content: "\F20E";
}

/* line 6475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-facebook-workplace::before {
  content: "\FB16";
}

/* line 6479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-factory::before {
  content: "\F20F";
}

/* line 6483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fan::before {
  content: "\F210";
}

/* line 6487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fan-off::before {
  content: "\F81C";
}

/* line 6491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fast-forward::before {
  content: "\F211";
}

/* line 6495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fast-forward-10::before {
  content: "\FD4D";
}

/* line 6499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fast-forward-30::before {
  content: "\FCE2";
}

/* line 6503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fast-forward-outline::before {
  content: "\F6D1";
}

/* line 6507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fax::before {
  content: "\F212";
}

/* line 6511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-feather::before {
  content: "\F6D2";
}

/* line 6515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-feature-search::before {
  content: "\FA48";
}

/* line 6519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-feature-search-outline::before {
  content: "\FA49";
}

/* line 6523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fedora::before {
  content: "\F8DA";
}

/* line 6527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ferris-wheel::before {
  content: "\FEC1";
}

/* line 6531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ferry::before {
  content: "\F213";
}

/* line 6535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file::before {
  content: "\F214";
}

/* line 6539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-account::before {
  content: "\F73A";
}

/* line 6543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-account-outline::before {
  content: "\F004A";
}

/* line 6547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-alert::before {
  content: "\FA4A";
}

/* line 6551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-alert-outline::before {
  content: "\FA4B";
}

/* line 6555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cabinet::before {
  content: "\FAB5";
}

/* line 6559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cad::before {
  content: "\FF08";
}

/* line 6563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cad-box::before {
  content: "\FF09";
}

/* line 6567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cancel::before {
  content: "\FDA2";
}

/* line 6571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cancel-outline::before {
  content: "\FDA3";
}

/* line 6575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-chart::before {
  content: "\F215";
}

/* line 6579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-chart-outline::before {
  content: "\F004B";
}

/* line 6583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-check::before {
  content: "\F216";
}

/* line 6587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-check-outline::before {
  content: "\FE7B";
}

/* line 6591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cloud::before {
  content: "\F217";
}

/* line 6595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-cloud-outline::before {
  content: "\F004C";
}

/* line 6599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-code::before {
  content: "\F22E";
}

/* line 6603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-code-outline::before {
  content: "\F004D";
}

/* line 6607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-compare::before {
  content: "\F8A9";
}

/* line 6611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-delimited::before {
  content: "\F218";
}

/* line 6615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-delimited-outline::before {
  content: "\FEC2";
}

/* line 6619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document::before {
  content: "\F219";
}

/* line 6623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box::before {
  content: "\F21A";
}

/* line 6627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-check::before {
  content: "\FEC3";
}

/* line 6631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-check-outline::before {
  content: "\FEC4";
}

/* line 6635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-minus::before {
  content: "\FEC5";
}

/* line 6639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-minus-outline::before {
  content: "\FEC6";
}

/* line 6643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-multiple::before {
  content: "\FAB6";
}

/* line 6647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-multiple-outline::before {
  content: "\FAB7";
}

/* line 6651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-outline::before {
  content: "\F9EC";
}

/* line 6655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-plus::before {
  content: "\FEC7";
}

/* line 6659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-plus-outline::before {
  content: "\FEC8";
}

/* line 6663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-remove::before {
  content: "\FEC9";
}

/* line 6667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-remove-outline::before {
  content: "\FECA";
}

/* line 6671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-search::before {
  content: "\FECB";
}

/* line 6675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-box-search-outline::before {
  content: "\FECC";
}

/* line 6679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-edit::before {
  content: "\FDA4";
}

/* line 6683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-edit-outline::before {
  content: "\FDA5";
}

/* line 6687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-document-outline::before {
  content: "\F9ED";
}

/* line 6691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-download::before {
  content: "\F964";
}

/* line 6695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-download-outline::before {
  content: "\F965";
}

/* line 6699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-excel::before {
  content: "\F21B";
}

/* line 6703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-excel-box::before {
  content: "\F21C";
}

/* line 6707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-excel-box-outline::before {
  content: "\F004E";
}

/* line 6711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-excel-outline::before {
  content: "\F004F";
}

/* line 6715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-export::before {
  content: "\F21D";
}

/* line 6719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-export-outline::before {
  content: "\F0050";
}

/* line 6723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-eye::before {
  content: "\FDA6";
}

/* line 6727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-eye-outline::before {
  content: "\FDA7";
}

/* line 6731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-find::before {
  content: "\F21E";
}

/* line 6735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-find-outline::before {
  content: "\FB73";
}

/* line 6739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-hidden::before {
  content: "\F613";
}

/* line 6743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-image::before {
  content: "\F21F";
}

/* line 6747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-image-outline::before {
  content: "\FECD";
}

/* line 6751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-import::before {
  content: "\F220";
}

/* line 6755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-import-outline::before {
  content: "\F0051";
}

/* line 6759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-lock::before {
  content: "\F221";
}

/* line 6763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-lock-outline::before {
  content: "\F0052";
}

/* line 6767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-move::before {
  content: "\FAB8";
}

/* line 6771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-move-outline::before {
  content: "\F0053";
}

/* line 6775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-multiple::before {
  content: "\F222";
}

/* line 6779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-multiple-outline::before {
  content: "\F0054";
}

/* line 6783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-music::before {
  content: "\F223";
}

/* line 6787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-music-outline::before {
  content: "\FE7C";
}

/* line 6791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-outline::before {
  content: "\F224";
}

/* line 6795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-pdf::before {
  content: "\F225";
}

/* line 6799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-pdf-box::before {
  content: "\F226";
}

/* line 6803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-pdf-box-outline::before {
  content: "\FFD3";
}

/* line 6807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-pdf-outline::before {
  content: "\FE7D";
}

/* line 6811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-percent::before {
  content: "\F81D";
}

/* line 6815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-percent-outline::before {
  content: "\F0055";
}

/* line 6819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-plus::before {
  content: "\F751";
}

/* line 6823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-plus-outline::before {
  content: "\FF0A";
}

/* line 6827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-powerpoint::before {
  content: "\F227";
}

/* line 6831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-powerpoint-box::before {
  content: "\F228";
}

/* line 6835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-powerpoint-box-outline::before {
  content: "\F0056";
}

/* line 6839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-powerpoint-outline::before {
  content: "\F0057";
}

/* line 6843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-presentation-box::before {
  content: "\F229";
}

/* line 6847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-question::before {
  content: "\F86E";
}

/* line 6851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-question-outline::before {
  content: "\F0058";
}

/* line 6855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-remove::before {
  content: "\FB74";
}

/* line 6859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-remove-outline::before {
  content: "\F0059";
}

/* line 6863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-replace::before {
  content: "\FB17";
}

/* line 6867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-replace-outline::before {
  content: "\FB18";
}

/* line 6871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-restore::before {
  content: "\F670";
}

/* line 6875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-restore-outline::before {
  content: "\F005A";
}

/* line 6879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-search::before {
  content: "\FC58";
}

/* line 6883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-search-outline::before {
  content: "\FC59";
}

/* line 6887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-send::before {
  content: "\F22A";
}

/* line 6891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-send-outline::before {
  content: "\F005B";
}

/* line 6895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-star::before {
  content: "\F005C";
}

/* line 6899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-star-outline::before {
  content: "\F005D";
}

/* line 6903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-swap::before {
  content: "\FFD4";
}

/* line 6907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-swap-outline::before {
  content: "\FFD5";
}

/* line 6911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-table::before {
  content: "\FC5A";
}

/* line 6915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-table-outline::before {
  content: "\FC5B";
}

/* line 6919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-tree::before {
  content: "\F645";
}

/* line 6923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-undo::before {
  content: "\F8DB";
}

/* line 6927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-undo-outline::before {
  content: "\F005E";
}

/* line 6931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-upload::before {
  content: "\FA4C";
}

/* line 6935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-upload-outline::before {
  content: "\FA4D";
}

/* line 6939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-video::before {
  content: "\F22B";
}

/* line 6943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-video-outline::before {
  content: "\FE10";
}

/* line 6947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-word::before {
  content: "\F22C";
}

/* line 6951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-word-box::before {
  content: "\F22D";
}

/* line 6955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-word-box-outline::before {
  content: "\F005F";
}

/* line 6959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-file-word-outline::before {
  content: "\F0060";
}

/* line 6963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-film::before {
  content: "\F22F";
}

/* line 6967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filmstrip::before {
  content: "\F230";
}

/* line 6971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filmstrip-off::before {
  content: "\F231";
}

/* line 6975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter::before {
  content: "\F232";
}

/* line 6979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-minus::before {
  content: "\FF0B";
}

/* line 6983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-minus-outline::before {
  content: "\FF0C";
}

/* line 6987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-outline::before {
  content: "\F233";
}

/* line 6991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-plus::before {
  content: "\FF0D";
}

/* line 6995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-plus-outline::before {
  content: "\FF0E";
}

/* line 6999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-remove::before {
  content: "\F234";
}

/* line 7003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-remove-outline::before {
  content: "\F235";
}

/* line 7007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-variant::before {
  content: "\F236";
}

/* line 7011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-filter-variant-remove::before {
  content: "\F0061";
}

/* line 7015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-finance::before {
  content: "\F81E";
}

/* line 7019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-find-replace::before {
  content: "\F6D3";
}

/* line 7023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fingerprint::before {
  content: "\F237";
}

/* line 7027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fingerprint-off::before {
  content: "\FECE";
}

/* line 7031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fire::before {
  content: "\F238";
}

/* line 7035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fire-extinguisher::before {
  content: "\FF0F";
}

/* line 7039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fire-truck::before {
  content: "\F8AA";
}

/* line 7043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-firebase::before {
  content: "\F966";
}

/* line 7047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-firefox::before {
  content: "\F239";
}

/* line 7051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fireplace::before {
  content: "\FE11";
}

/* line 7055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fireplace-off::before {
  content: "\FE12";
}

/* line 7059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-firework::before {
  content: "\FE13";
}

/* line 7063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fish::before {
  content: "\F23A";
}

/* line 7067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fishbowl::before {
  content: "\FF10";
}

/* line 7071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fishbowl-outline::before {
  content: "\FF11";
}

/* line 7075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fit-to-page::before {
  content: "\FF12";
}

/* line 7079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fit-to-page-outline::before {
  content: "\FF13";
}

/* line 7083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag::before {
  content: "\F23B";
}

/* line 7087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-checkered::before {
  content: "\F23C";
}

/* line 7091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-minus::before {
  content: "\FB75";
}

/* line 7095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-outline::before {
  content: "\F23D";
}

/* line 7099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-plus::before {
  content: "\FB76";
}

/* line 7103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-remove::before {
  content: "\FB77";
}

/* line 7107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-triangle::before {
  content: "\F23F";
}

/* line 7111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-variant::before {
  content: "\F240";
}

/* line 7115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flag-variant-outline::before {
  content: "\F23E";
}

/* line 7119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flare::before {
  content: "\FD4E";
}

/* line 7123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash::before {
  content: "\F241";
}

/* line 7127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-alert::before {
  content: "\FF14";
}

/* line 7131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-alert-outline::before {
  content: "\FF15";
}

/* line 7135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-auto::before {
  content: "\F242";
}

/* line 7139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-circle::before {
  content: "\F81F";
}

/* line 7143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-off::before {
  content: "\F243";
}

/* line 7147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-outline::before {
  content: "\F6D4";
}

/* line 7151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flash-red-eye::before {
  content: "\F67A";
}

/* line 7155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flashlight::before {
  content: "\F244";
}

/* line 7159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flashlight-off::before {
  content: "\F245";
}

/* line 7163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flask::before {
  content: "\F093";
}

/* line 7167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flask-empty::before {
  content: "\F094";
}

/* line 7171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flask-empty-outline::before {
  content: "\F095";
}

/* line 7175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flask-outline::before {
  content: "\F096";
}

/* line 7179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flattr::before {
  content: "\F246";
}

/* line 7183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flickr::before {
  content: "\FCE3";
}

/* line 7187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flip-to-back::before {
  content: "\F247";
}

/* line 7191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flip-to-front::before {
  content: "\F248";
}

/* line 7195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floor-lamp::before {
  content: "\F8DC";
}

/* line 7199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floor-lamp-dual::before {
  content: "\F0062";
}

/* line 7203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floor-lamp-variant::before {
  content: "\F0063";
}

/* line 7207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floor-plan::before {
  content: "\F820";
}

/* line 7211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floppy::before {
  content: "\F249";
}

/* line 7215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-floppy-variant::before {
  content: "\F9EE";
}

/* line 7219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower::before {
  content: "\F24A";
}

/* line 7223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower-outline::before {
  content: "\F9EF";
}

/* line 7227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower-poppy::before {
  content: "\FCE4";
}

/* line 7231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower-tulip::before {
  content: "\F9F0";
}

/* line 7235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flower-tulip-outline::before {
  content: "\F9F1";
}

/* line 7239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-focus-auto::before {
  content: "\FF6B";
}

/* line 7243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-focus-field::before {
  content: "\FF6C";
}

/* line 7247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-focus-field-horizontal::before {
  content: "\FF6D";
}

/* line 7251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-focus-field-vertical::before {
  content: "\FF6E";
}

/* line 7255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder::before {
  content: "\F24B";
}

/* line 7259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-account::before {
  content: "\F24C";
}

/* line 7263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-account-outline::before {
  content: "\FB78";
}

/* line 7267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-alert::before {
  content: "\FDA8";
}

/* line 7271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-alert-outline::before {
  content: "\FDA9";
}

/* line 7275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-clock::before {
  content: "\FAB9";
}

/* line 7279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-clock-outline::before {
  content: "\FABA";
}

/* line 7283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-download::before {
  content: "\F24D";
}

/* line 7287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-edit::before {
  content: "\F8DD";
}

/* line 7291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-edit-outline::before {
  content: "\FDAA";
}

/* line 7295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-google-drive::before {
  content: "\F24E";
}

/* line 7299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-image::before {
  content: "\F24F";
}

/* line 7303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-key::before {
  content: "\F8AB";
}

/* line 7307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-key-network::before {
  content: "\F8AC";
}

/* line 7311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-key-network-outline::before {
  content: "\FC5C";
}

/* line 7315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-lock::before {
  content: "\F250";
}

/* line 7319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-lock-open::before {
  content: "\F251";
}

/* line 7323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-move::before {
  content: "\F252";
}

/* line 7327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-multiple::before {
  content: "\F253";
}

/* line 7331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-multiple-image::before {
  content: "\F254";
}

/* line 7335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-multiple-outline::before {
  content: "\F255";
}

/* line 7339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-network::before {
  content: "\F86F";
}

/* line 7343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-network-outline::before {
  content: "\FC5D";
}

/* line 7347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-open::before {
  content: "\F76F";
}

/* line 7351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-open-outline::before {
  content: "\FDAB";
}

/* line 7355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-outline::before {
  content: "\F256";
}

/* line 7359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-plus::before {
  content: "\F257";
}

/* line 7363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-plus-outline::before {
  content: "\FB79";
}

/* line 7367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-pound::before {
  content: "\FCE5";
}

/* line 7371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-pound-outline::before {
  content: "\FCE6";
}

/* line 7375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-remove::before {
  content: "\F258";
}

/* line 7379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-remove-outline::before {
  content: "\FB7A";
}

/* line 7383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-search::before {
  content: "\F967";
}

/* line 7387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-search-outline::before {
  content: "\F968";
}

/* line 7391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-star::before {
  content: "\F69C";
}

/* line 7395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-star-outline::before {
  content: "\FB7B";
}

/* line 7399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-swap::before {
  content: "\FFD6";
}

/* line 7403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-swap-outline::before {
  content: "\FFD7";
}

/* line 7407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-sync::before {
  content: "\FCE7";
}

/* line 7411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-sync-outline::before {
  content: "\FCE8";
}

/* line 7415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-text::before {
  content: "\FC5E";
}

/* line 7419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-text-outline::before {
  content: "\FC5F";
}

/* line 7423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-upload::before {
  content: "\F259";
}

/* line 7427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-zip::before {
  content: "\F6EA";
}

/* line 7431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-folder-zip-outline::before {
  content: "\F7B8";
}

/* line 7435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-font-awesome::before {
  content: "\F03A";
}

/* line 7439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food::before {
  content: "\F25A";
}

/* line 7443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-apple::before {
  content: "\F25B";
}

/* line 7447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-apple-outline::before {
  content: "\FC60";
}

/* line 7451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-croissant::before {
  content: "\F7C7";
}

/* line 7455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-fork-drink::before {
  content: "\F5F2";
}

/* line 7459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-off::before {
  content: "\F5F3";
}

/* line 7463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-food-variant::before {
  content: "\F25C";
}

/* line 7467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-foot-print::before {
  content: "\FF6F";
}

/* line 7471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-football::before {
  content: "\F25D";
}

/* line 7475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-football-australian::before {
  content: "\F25E";
}

/* line 7479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-football-helmet::before {
  content: "\F25F";
}

/* line 7483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forklift::before {
  content: "\F7C8";
}

/* line 7487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-bottom::before {
  content: "\F752";
}

/* line 7491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-center::before {
  content: "\F260";
}

/* line 7495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-justify::before {
  content: "\F261";
}

/* line 7499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-left::before {
  content: "\F262";
}

/* line 7503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-middle::before {
  content: "\F753";
}

/* line 7507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-right::before {
  content: "\F263";
}

/* line 7511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-align-top::before {
  content: "\F754";
}

/* line 7515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-annotation-minus::before {
  content: "\FABB";
}

/* line 7519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-annotation-plus::before {
  content: "\F646";
}

/* line 7523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-bold::before {
  content: "\F264";
}

/* line 7527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-clear::before {
  content: "\F265";
}

/* line 7531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-color-fill::before {
  content: "\F266";
}

/* line 7535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-color-highlight::before {
  content: "\FE14";
}

/* line 7539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-color-text::before {
  content: "\F69D";
}

/* line 7543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-columns::before {
  content: "\F8DE";
}

/* line 7547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-float-center::before {
  content: "\F267";
}

/* line 7551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-float-left::before {
  content: "\F268";
}

/* line 7555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-float-none::before {
  content: "\F269";
}

/* line 7559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-float-right::before {
  content: "\F26A";
}

/* line 7563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-font::before {
  content: "\F6D5";
}

/* line 7567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-font-size-decrease::before {
  content: "\F9F2";
}

/* line 7571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-font-size-increase::before {
  content: "\F9F3";
}

/* line 7575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-1::before {
  content: "\F26B";
}

/* line 7579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-2::before {
  content: "\F26C";
}

/* line 7583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-3::before {
  content: "\F26D";
}

/* line 7587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-4::before {
  content: "\F26E";
}

/* line 7591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-5::before {
  content: "\F26F";
}

/* line 7595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-6::before {
  content: "\F270";
}

/* line 7599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-decrease::before {
  content: "\F271";
}

/* line 7603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-equal::before {
  content: "\F272";
}

/* line 7607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-increase::before {
  content: "\F273";
}

/* line 7611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-header-pound::before {
  content: "\F274";
}

/* line 7615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-horizontal-align-center::before {
  content: "\F61E";
}

/* line 7619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-horizontal-align-left::before {
  content: "\F61F";
}

/* line 7623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-horizontal-align-right::before {
  content: "\F620";
}

/* line 7627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-indent-decrease::before {
  content: "\F275";
}

/* line 7631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-indent-increase::before {
  content: "\F276";
}

/* line 7635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-italic::before {
  content: "\F277";
}

/* line 7639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-case::before {
  content: "\FB19";
}

/* line 7643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-case-lower::before {
  content: "\FB1A";
}

/* line 7647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-case-upper::before {
  content: "\FB1B";
}

/* line 7651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-ends-with::before {
  content: "\FFD8";
}

/* line 7655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-matches::before {
  content: "\FFD9";
}

/* line 7659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-letter-starts-with::before {
  content: "\FFDA";
}

/* line 7663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-line-spacing::before {
  content: "\F278";
}

/* line 7667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-line-style::before {
  content: "\F5C8";
}

/* line 7671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-line-weight::before {
  content: "\F5C9";
}

/* line 7675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-bulleted::before {
  content: "\F279";
}

/* line 7679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-bulleted-square::before {
  content: "\FDAC";
}

/* line 7683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-bulleted-triangle::before {
  content: "\FECF";
}

/* line 7687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-bulleted-type::before {
  content: "\F27A";
}

/* line 7691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-checkbox::before {
  content: "\F969";
}

/* line 7695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-checks::before {
  content: "\F755";
}

/* line 7699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-numbered::before {
  content: "\F27B";
}

/* line 7703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-list-numbered-rtl::before {
  content: "\FCE9";
}

/* line 7707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-overline::before {
  content: "\FED0";
}

/* line 7711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-page-break::before {
  content: "\F6D6";
}

/* line 7715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-paint::before {
  content: "\F27C";
}

/* line 7719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-paragraph::before {
  content: "\F27D";
}

/* line 7723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-pilcrow::before {
  content: "\F6D7";
}

/* line 7727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-quote-close::before {
  content: "\F27E";
}

/* line 7731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-quote-open::before {
  content: "\F756";
}

/* line 7735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-rotate-90::before {
  content: "\F6A9";
}

/* line 7739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-section::before {
  content: "\F69E";
}

/* line 7743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-size::before {
  content: "\F27F";
}

/* line 7747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-strikethrough::before {
  content: "\F280";
}

/* line 7751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-strikethrough-variant::before {
  content: "\F281";
}

/* line 7755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-subscript::before {
  content: "\F282";
}

/* line 7759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-superscript::before {
  content: "\F283";
}

/* line 7763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text::before {
  content: "\F284";
}

/* line 7767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-angle-down::before {
  content: "\FFDB";
}

/* line 7771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-angle-up::before {
  content: "\FFDC";
}

/* line 7775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-down::before {
  content: "\FD4F";
}

/* line 7779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-down-vertical::before {
  content: "\FFDD";
}

/* line 7783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-none::before {
  content: "\FD50";
}

/* line 7787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-up::before {
  content: "\FFDE";
}

/* line 7791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-rotation-vertical::before {
  content: "\FFDF";
}

/* line 7795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-variant::before {
  content: "\FE15";
}

/* line 7799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-wrapping-clip::before {
  content: "\FCEA";
}

/* line 7803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-wrapping-overflow::before {
  content: "\FCEB";
}

/* line 7807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-text-wrapping-wrap::before {
  content: "\FCEC";
}

/* line 7811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-textbox::before {
  content: "\FCED";
}

/* line 7815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-textdirection-l-to-r::before {
  content: "\F285";
}

/* line 7819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-textdirection-r-to-l::before {
  content: "\F286";
}

/* line 7823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-title::before {
  content: "\F5F4";
}

/* line 7827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-underline::before {
  content: "\F287";
}

/* line 7831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-vertical-align-bottom::before {
  content: "\F621";
}

/* line 7835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-vertical-align-center::before {
  content: "\F622";
}

/* line 7839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-vertical-align-top::before {
  content: "\F623";
}

/* line 7843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-wrap-inline::before {
  content: "\F288";
}

/* line 7847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-wrap-square::before {
  content: "\F289";
}

/* line 7851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-wrap-tight::before {
  content: "\F28A";
}

/* line 7855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-format-wrap-top-bottom::before {
  content: "\F28B";
}

/* line 7859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forum::before {
  content: "\F28C";
}

/* line 7863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forum-outline::before {
  content: "\F821";
}

/* line 7867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forward::before {
  content: "\F28D";
}

/* line 7871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-forwardburger::before {
  content: "\FD51";
}

/* line 7875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fountain::before {
  content: "\F96A";
}

/* line 7879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fountain-pen::before {
  content: "\FCEE";
}

/* line 7883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fountain-pen-tip::before {
  content: "\FCEF";
}

/* line 7887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-foursquare::before {
  content: "\F28E";
}

/* line 7891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-freebsd::before {
  content: "\F8DF";
}

/* line 7895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-frequently-asked-questions::before {
  content: "\FED1";
}

/* line 7899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fridge::before {
  content: "\F290";
}

/* line 7903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fridge-bottom::before {
  content: "\F292";
}

/* line 7907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fridge-outline::before {
  content: "\F28F";
}

/* line 7911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fridge-top::before {
  content: "\F291";
}

/* line 7915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-cherries::before {
  content: "\F0064";
}

/* line 7919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-citrus::before {
  content: "\F0065";
}

/* line 7923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-grapes::before {
  content: "\F0066";
}

/* line 7927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-grapes-outline::before {
  content: "\F0067";
}

/* line 7931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-pineapple::before {
  content: "\F0068";
}

/* line 7935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fruit-watermelon::before {
  content: "\F0069";
}

/* line 7939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fuel::before {
  content: "\F7C9";
}

/* line 7943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fullscreen::before {
  content: "\F293";
}

/* line 7947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fullscreen-exit::before {
  content: "\F294";
}

/* line 7951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-function::before {
  content: "\F295";
}

/* line 7955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-function-variant::before {
  content: "\F870";
}

/* line 7959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fuse::before {
  content: "\FC61";
}

/* line 7963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-fuse-blade::before {
  content: "\FC62";
}

/* line 7967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad::before {
  content: "\F296";
}

/* line 7971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle::before {
  content: "\FE16";
}

/* line 7975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-down::before {
  content: "\FE17";
}

/* line 7979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-left::before {
  content: "\FE18";
}

/* line 7983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-outline::before {
  content: "\FE19";
}

/* line 7987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-right::before {
  content: "\FE1A";
}

/* line 7991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-circle-up::before {
  content: "\FE1B";
}

/* line 7995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-down::before {
  content: "\FE1C";
}

/* line 7999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-left::before {
  content: "\FE1D";
}

/* line 8003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-right::before {
  content: "\FE1E";
}

/* line 8007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round::before {
  content: "\FE1F";
}

/* line 8011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-down::before {
  content: "\FE7E";
}

/* line 8015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-left::before {
  content: "\FE7F";
}

/* line 8019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-outline::before {
  content: "\FE80";
}

/* line 8023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-right::before {
  content: "\FE81";
}

/* line 8027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-round-up::before {
  content: "\FE82";
}

/* line 8031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-square::before {
  content: "\FED2";
}

/* line 8035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-square-outline::before {
  content: "\FED3";
}

/* line 8039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-up::before {
  content: "\FE83";
}

/* line 8043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-variant::before {
  content: "\F297";
}

/* line 8047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gamepad-variant-outline::before {
  content: "\FED4";
}

/* line 8051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gantry-crane::before {
  content: "\FDAD";
}

/* line 8055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-garage::before {
  content: "\F6D8";
}

/* line 8059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-garage-alert::before {
  content: "\F871";
}

/* line 8063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-garage-open::before {
  content: "\F6D9";
}

/* line 8067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gas-cylinder::before {
  content: "\F647";
}

/* line 8071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gas-station::before {
  content: "\F298";
}

/* line 8075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gas-station-outline::before {
  content: "\FED5";
}

/* line 8079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate::before {
  content: "\F299";
}

/* line 8083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-and::before {
  content: "\F8E0";
}

/* line 8087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-nand::before {
  content: "\F8E1";
}

/* line 8091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-nor::before {
  content: "\F8E2";
}

/* line 8095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-not::before {
  content: "\F8E3";
}

/* line 8099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-or::before {
  content: "\F8E4";
}

/* line 8103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-xnor::before {
  content: "\F8E5";
}

/* line 8107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gate-xor::before {
  content: "\F8E6";
}

/* line 8111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gatsby::before {
  content: "\FE84";
}

/* line 8115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gauge::before {
  content: "\F29A";
}

/* line 8119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gauge-empty::before {
  content: "\F872";
}

/* line 8123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gauge-full::before {
  content: "\F873";
}

/* line 8127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gauge-low::before {
  content: "\F874";
}

/* line 8131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gavel::before {
  content: "\F29B";
}

/* line 8135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gender-female::before {
  content: "\F29C";
}

/* line 8139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gender-male::before {
  content: "\F29D";
}

/* line 8143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gender-male-female::before {
  content: "\F29E";
}

/* line 8147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gender-transgender::before {
  content: "\F29F";
}

/* line 8151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gentoo::before {
  content: "\F8E7";
}

/* line 8155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture::before {
  content: "\F7CA";
}

/* line 8159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-double-tap::before {
  content: "\F73B";
}

/* line 8163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-pinch::before {
  content: "\FABC";
}

/* line 8167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-spread::before {
  content: "\FABD";
}

/* line 8171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe::before {
  content: "\FD52";
}

/* line 8175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-down::before {
  content: "\F73C";
}

/* line 8179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-horizontal::before {
  content: "\FABE";
}

/* line 8183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-left::before {
  content: "\F73D";
}

/* line 8187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-right::before {
  content: "\F73E";
}

/* line 8191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-up::before {
  content: "\F73F";
}

/* line 8195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-swipe-vertical::before {
  content: "\FABF";
}

/* line 8199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-tap::before {
  content: "\F740";
}

/* line 8203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-tap-hold::before {
  content: "\FD53";
}

/* line 8207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-two-double-tap::before {
  content: "\F741";
}

/* line 8211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gesture-two-tap::before {
  content: "\F742";
}

/* line 8215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ghost::before {
  content: "\F2A0";
}

/* line 8219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ghost-off::before {
  content: "\F9F4";
}

/* line 8223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gif::before {
  content: "\FD54";
}

/* line 8227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gift::before {
  content: "\FE85";
}

/* line 8231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gift-outline::before {
  content: "\F2A1";
}

/* line 8235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-git::before {
  content: "\F2A2";
}

/* line 8239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-github-box::before {
  content: "\F2A3";
}

/* line 8243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-github-circle::before {
  content: "\F2A4";
}

/* line 8247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-github-face::before {
  content: "\F6DA";
}

/* line 8251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gitlab::before {
  content: "\FB7C";
}

/* line 8255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-cocktail::before {
  content: "\F356";
}

/* line 8259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-flute::before {
  content: "\F2A5";
}

/* line 8263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-mug::before {
  content: "\F2A6";
}

/* line 8267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-stange::before {
  content: "\F2A7";
}

/* line 8271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-tulip::before {
  content: "\F2A8";
}

/* line 8275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glass-wine::before {
  content: "\F875";
}

/* line 8279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glassdoor::before {
  content: "\F2A9";
}

/* line 8283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-glasses::before {
  content: "\F2AA";
}

/* line 8287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-globe-model::before {
  content: "\F8E8";
}

/* line 8291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gmail::before {
  content: "\F2AB";
}

/* line 8295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gnome::before {
  content: "\F2AC";
}

/* line 8299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-go-kart::before {
  content: "\FD55";
}

/* line 8303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-go-kart-track::before {
  content: "\FD56";
}

/* line 8307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gog::before {
  content: "\FB7D";
}

/* line 8311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-golf::before {
  content: "\F822";
}

/* line 8315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gondola::before {
  content: "\F685";
}

/* line 8319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-goodreads::before {
  content: "\FD57";
}

/* line 8323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google::before {
  content: "\F2AD";
}

/* line 8327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-adwords::before {
  content: "\FC63";
}

/* line 8331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-analytics::before {
  content: "\F7CB";
}

/* line 8335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-assistant::before {
  content: "\F7CC";
}

/* line 8339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-cardboard::before {
  content: "\F2AE";
}

/* line 8343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-chrome::before {
  content: "\F2AF";
}

/* line 8347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-circles::before {
  content: "\F2B0";
}

/* line 8351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-circles-communities::before {
  content: "\F2B1";
}

/* line 8355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-circles-extended::before {
  content: "\F2B2";
}

/* line 8359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-circles-group::before {
  content: "\F2B3";
}

/* line 8363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-classroom::before {
  content: "\F2C0";
}

/* line 8367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-controller::before {
  content: "\F2B4";
}

/* line 8371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-controller-off::before {
  content: "\F2B5";
}

/* line 8375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-drive::before {
  content: "\F2B6";
}

/* line 8379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-earth::before {
  content: "\F2B7";
}

/* line 8383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-fit::before {
  content: "\F96B";
}

/* line 8387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-glass::before {
  content: "\F2B8";
}

/* line 8391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-hangouts::before {
  content: "\F2C9";
}

/* line 8395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-home::before {
  content: "\F823";
}

/* line 8399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-keep::before {
  content: "\F6DB";
}

/* line 8403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-lens::before {
  content: "\F9F5";
}

/* line 8407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-maps::before {
  content: "\F5F5";
}

/* line 8411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-my-business::before {
  content: "\F006A";
}

/* line 8415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-nearby::before {
  content: "\F2B9";
}

/* line 8419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-pages::before {
  content: "\F2BA";
}

/* line 8423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-photos::before {
  content: "\F6DC";
}

/* line 8427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-physical-web::before {
  content: "\F2BB";
}

/* line 8431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-play::before {
  content: "\F2BC";
}

/* line 8435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-plus::before {
  content: "\F2BD";
}

/* line 8439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-plus-box::before {
  content: "\F2BE";
}

/* line 8443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-podcast::before {
  content: "\FED6";
}

/* line 8447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-spreadsheet::before {
  content: "\F9F6";
}

/* line 8451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-street-view::before {
  content: "\FC64";
}

/* line 8455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-google-translate::before {
  content: "\F2BF";
}

/* line 8459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-gradient::before {
  content: "\F69F";
}

/* line 8463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grain::before {
  content: "\FD58";
}

/* line 8467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-graph::before {
  content: "\F006B";
}

/* line 8471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-graph-outline::before {
  content: "\F006C";
}

/* line 8475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-graphql::before {
  content: "\F876";
}

/* line 8479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grave-stone::before {
  content: "\FB7E";
}

/* line 8483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grease-pencil::before {
  content: "\F648";
}

/* line 8487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-greater-than::before {
  content: "\F96C";
}

/* line 8491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-greater-than-or-equal::before {
  content: "\F96D";
}

/* line 8495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grid::before {
  content: "\F2C1";
}

/* line 8499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grid-large::before {
  content: "\F757";
}

/* line 8503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grid-off::before {
  content: "\F2C2";
}

/* line 8507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-grill::before {
  content: "\FE86";
}

/* line 8511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-group::before {
  content: "\F2C3";
}

/* line 8515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guitar-acoustic::before {
  content: "\F770";
}

/* line 8519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guitar-electric::before {
  content: "\F2C4";
}

/* line 8523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guitar-pick::before {
  content: "\F2C5";
}

/* line 8527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guitar-pick-outline::before {
  content: "\F2C6";
}

/* line 8531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-guy-fawkes-mask::before {
  content: "\F824";
}

/* line 8535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hackernews::before {
  content: "\F624";
}

/* line 8539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hail::before {
  content: "\FAC0";
}

/* line 8543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-halloween::before {
  content: "\FB7F";
}

/* line 8547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hamburger::before {
  content: "\F684";
}

/* line 8551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hammer::before {
  content: "\F8E9";
}

/* line 8555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand::before {
  content: "\FA4E";
}

/* line 8559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-left::before {
  content: "\FE87";
}

/* line 8563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-okay::before {
  content: "\FA4F";
}

/* line 8567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-peace::before {
  content: "\FA50";
}

/* line 8571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-peace-variant::before {
  content: "\FA51";
}

/* line 8575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-pointing-down::before {
  content: "\FA52";
}

/* line 8579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-pointing-left::before {
  content: "\FA53";
}

/* line 8583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-pointing-right::before {
  content: "\F2C7";
}

/* line 8587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-pointing-up::before {
  content: "\FA54";
}

/* line 8591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-right::before {
  content: "\FE88";
}

/* line 8595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hand-saw::before {
  content: "\FE89";
}

/* line 8599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-handball::before {
  content: "\FF70";
}

/* line 8603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hanger::before {
  content: "\F2C8";
}

/* line 8607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hard-hat::before {
  content: "\F96E";
}

/* line 8611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-harddisk::before {
  content: "\F2CA";
}

/* line 8615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-harddisk-plus::before {
  content: "\F006D";
}

/* line 8619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-harddisk-remove::before {
  content: "\F006E";
}

/* line 8623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hat-fedora::before {
  content: "\FB80";
}

/* line 8627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hazard-lights::before {
  content: "\FC65";
}

/* line 8631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hdr::before {
  content: "\FD59";
}

/* line 8635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hdr-off::before {
  content: "\FD5A";
}

/* line 8639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones::before {
  content: "\F2CB";
}

/* line 8643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones-bluetooth::before {
  content: "\F96F";
}

/* line 8647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones-box::before {
  content: "\F2CC";
}

/* line 8651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones-off::before {
  content: "\F7CD";
}

/* line 8655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headphones-settings::before {
  content: "\F2CD";
}

/* line 8659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headset::before {
  content: "\F2CE";
}

/* line 8663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headset-dock::before {
  content: "\F2CF";
}

/* line 8667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-headset-off::before {
  content: "\F2D0";
}

/* line 8671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart::before {
  content: "\F2D1";
}

/* line 8675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-box::before {
  content: "\F2D2";
}

/* line 8679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-box-outline::before {
  content: "\F2D3";
}

/* line 8683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-broken::before {
  content: "\F2D4";
}

/* line 8687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-broken-outline::before {
  content: "\FCF0";
}

/* line 8691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-circle::before {
  content: "\F970";
}

/* line 8695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-circle-outline::before {
  content: "\F971";
}

/* line 8699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-flash::before {
  content: "\FF16";
}

/* line 8703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-half::before {
  content: "\F6DE";
}

/* line 8707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-half-full::before {
  content: "\F6DD";
}

/* line 8711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-half-outline::before {
  content: "\F6DF";
}

/* line 8715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-multiple::before {
  content: "\FA55";
}

/* line 8719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-multiple-outline::before {
  content: "\FA56";
}

/* line 8723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-off::before {
  content: "\F758";
}

/* line 8727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-outline::before {
  content: "\F2D5";
}

/* line 8731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-heart-pulse::before {
  content: "\F5F6";
}

/* line 8735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-helicopter::before {
  content: "\FAC1";
}

/* line 8739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help::before {
  content: "\F2D6";
}

/* line 8743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-box::before {
  content: "\F78A";
}

/* line 8747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-circle::before {
  content: "\F2D7";
}

/* line 8751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-circle-outline::before {
  content: "\F625";
}

/* line 8755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-network::before {
  content: "\F6F4";
}

/* line 8759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-network-outline::before {
  content: "\FC66";
}

/* line 8763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-rhombus::before {
  content: "\FB81";
}

/* line 8767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-help-rhombus-outline::before {
  content: "\FB82";
}

/* line 8771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon::before {
  content: "\F2D8";
}

/* line 8775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-multiple::before {
  content: "\F6E0";
}

/* line 8779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-outline::before {
  content: "\F2D9";
}

/* line 8783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-1::before {
  content: "\FAC2";
}

/* line 8787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-2::before {
  content: "\FAC3";
}

/* line 8791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-3::before {
  content: "\FAC4";
}

/* line 8795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-4::before {
  content: "\FAC5";
}

/* line 8799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-5::before {
  content: "\FAC6";
}

/* line 8803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagon-slice-6::before {
  content: "\FAC7";
}

/* line 8807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagram::before {
  content: "\FAC8";
}

/* line 8811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hexagram-outline::before {
  content: "\FAC9";
}

/* line 8815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-high-definition::before {
  content: "\F7CE";
}

/* line 8819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-high-definition-box::before {
  content: "\F877";
}

/* line 8823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-highway::before {
  content: "\F5F7";
}

/* line 8827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hiking::before {
  content: "\FD5B";
}

/* line 8831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hinduism::before {
  content: "\F972";
}

/* line 8835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-history::before {
  content: "\F2DA";
}

/* line 8839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hockey-puck::before {
  content: "\F878";
}

/* line 8843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hockey-sticks::before {
  content: "\F879";
}

/* line 8847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hololens::before {
  content: "\F2DB";
}

/* line 8851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home::before {
  content: "\F2DC";
}

/* line 8855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-account::before {
  content: "\F825";
}

/* line 8859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-alert::before {
  content: "\F87A";
}

/* line 8863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-analytics::before {
  content: "\FED7";
}

/* line 8867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-assistant::before {
  content: "\F7CF";
}

/* line 8871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-automation::before {
  content: "\F7D0";
}

/* line 8875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-circle::before {
  content: "\F7D1";
}

/* line 8879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-circle-outline::before {
  content: "\F006F";
}

/* line 8883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-city::before {
  content: "\FCF1";
}

/* line 8887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-city-outline::before {
  content: "\FCF2";
}

/* line 8891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-currency-usd::before {
  content: "\F8AE";
}

/* line 8895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-export-outline::before {
  content: "\FFB8";
}

/* line 8899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-flood::before {
  content: "\FF17";
}

/* line 8903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-0::before {
  content: "\FDAE";
}

/* line 8907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-1::before {
  content: "\FD5C";
}

/* line 8911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-2::before {
  content: "\FD5D";
}

/* line 8915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-3::before {
  content: "\FD5E";
}

/* line 8919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-a::before {
  content: "\FD5F";
}

/* line 8923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-b::before {
  content: "\FD60";
}

/* line 8927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-g::before {
  content: "\FD61";
}

/* line 8931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-l::before {
  content: "\FD62";
}

/* line 8935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-floor-negative-1::before {
  content: "\FDAF";
}

/* line 8939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-group::before {
  content: "\FDB0";
}

/* line 8943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-heart::before {
  content: "\F826";
}

/* line 8947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-import-outline::before {
  content: "\FFB9";
}

/* line 8951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-lock::before {
  content: "\F8EA";
}

/* line 8955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-lock-open::before {
  content: "\F8EB";
}

/* line 8959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-map-marker::before {
  content: "\F5F8";
}

/* line 8963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-minus::before {
  content: "\F973";
}

/* line 8967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-modern::before {
  content: "\F2DD";
}

/* line 8971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-outline::before {
  content: "\F6A0";
}

/* line 8975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-plus::before {
  content: "\F974";
}

/* line 8979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-thermometer::before {
  content: "\FF71";
}

/* line 8983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-thermometer-outline::before {
  content: "\FF72";
}

/* line 8987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-variant::before {
  content: "\F2DE";
}

/* line 8991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-home-variant-outline::before {
  content: "\FB83";
}

/* line 8995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hook::before {
  content: "\F6E1";
}

/* line 8999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hook-off::before {
  content: "\F6E2";
}

/* line 9003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hops::before {
  content: "\F2DF";
}

/* line 9007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-horseshoe::before {
  content: "\FA57";
}

/* line 9011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital::before {
  content: "\F0017";
}

/* line 9015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital-box::before {
  content: "\F2E0";
}

/* line 9019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital-box-outline::before {
  content: "\F0018";
}

/* line 9023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital-building::before {
  content: "\F2E1";
}

/* line 9027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hospital-marker::before {
  content: "\F2E2";
}

/* line 9031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hot-tub::before {
  content: "\F827";
}

/* line 9035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hotel::before {
  content: "\F2E3";
}

/* line 9039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-houzz::before {
  content: "\F2E4";
}

/* line 9043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-houzz-box::before {
  content: "\F2E5";
}

/* line 9047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hubspot::before {
  content: "\FCF3";
}

/* line 9051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-hulu::before {
  content: "\F828";
}

/* line 9055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human::before {
  content: "\F2E6";
}

/* line 9059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-child::before {
  content: "\F2E7";
}

/* line 9063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-female::before {
  content: "\F649";
}

/* line 9067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-female-boy::before {
  content: "\FA58";
}

/* line 9071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-female-female::before {
  content: "\FA59";
}

/* line 9075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-female-girl::before {
  content: "\FA5A";
}

/* line 9079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-greeting::before {
  content: "\F64A";
}

/* line 9083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-handsdown::before {
  content: "\F64B";
}

/* line 9087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-handsup::before {
  content: "\F64C";
}

/* line 9091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male::before {
  content: "\F64D";
}

/* line 9095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-boy::before {
  content: "\FA5B";
}

/* line 9099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-female::before {
  content: "\F2E8";
}

/* line 9103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-girl::before {
  content: "\FA5C";
}

/* line 9107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-height::before {
  content: "\FF18";
}

/* line 9111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-height-variant::before {
  content: "\FF19";
}

/* line 9115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-male-male::before {
  content: "\FA5D";
}

/* line 9119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-human-pregnant::before {
  content: "\F5CF";
}

/* line 9123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-humble-bundle::before {
  content: "\F743";
}

/* line 9127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ice-cream::before {
  content: "\F829";
}

/* line 9131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ice-pop::before {
  content: "\FF1A";
}

/* line 9135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-id-card::before {
  content: "\FFE0";
}

/* line 9139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-identifier::before {
  content: "\FF1B";
}

/* line 9143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-iframe::before {
  content: "\FC67";
}

/* line 9147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-iframe-outline::before {
  content: "\FC68";
}

/* line 9151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image::before {
  content: "\F2E9";
}

/* line 9155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-album::before {
  content: "\F2EA";
}

/* line 9159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-area::before {
  content: "\F2EB";
}

/* line 9163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-area-close::before {
  content: "\F2EC";
}

/* line 9167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-auto-adjust::before {
  content: "\FFE1";
}

/* line 9171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-broken::before {
  content: "\F2ED";
}

/* line 9175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-broken-variant::before {
  content: "\F2EE";
}

/* line 9179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter::before {
  content: "\F2EF";
}

/* line 9183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-black-white::before {
  content: "\F2F0";
}

/* line 9187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-center-focus::before {
  content: "\F2F1";
}

/* line 9191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-center-focus-strong::before {
  content: "\FF1C";
}

/* line 9195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-center-focus-strong-outline::before {
  content: "\FF1D";
}

/* line 9199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-center-focus-weak::before {
  content: "\F2F2";
}

/* line 9203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-drama::before {
  content: "\F2F3";
}

/* line 9207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-frames::before {
  content: "\F2F4";
}

/* line 9211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-hdr::before {
  content: "\F2F5";
}

/* line 9215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-none::before {
  content: "\F2F6";
}

/* line 9219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-tilt-shift::before {
  content: "\F2F7";
}

/* line 9223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-filter-vintage::before {
  content: "\F2F8";
}

/* line 9227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-frame::before {
  content: "\FE8A";
}

/* line 9231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-move::before {
  content: "\F9F7";
}

/* line 9235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-multiple::before {
  content: "\F2F9";
}

/* line 9239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-off::before {
  content: "\F82A";
}

/* line 9243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-outline::before {
  content: "\F975";
}

/* line 9247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-plus::before {
  content: "\F87B";
}

/* line 9251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-search::before {
  content: "\F976";
}

/* line 9255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-search-outline::before {
  content: "\F977";
}

/* line 9259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-size-select-actual::before {
  content: "\FC69";
}

/* line 9263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-size-select-large::before {
  content: "\FC6A";
}

/* line 9267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-image-size-select-small::before {
  content: "\FC6B";
}

/* line 9271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-import::before {
  content: "\F2FA";
}

/* line 9275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox::before {
  content: "\F686";
}

/* line 9279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox-arrow-down::before {
  content: "\F2FB";
}

/* line 9283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox-arrow-up::before {
  content: "\F3D1";
}

/* line 9287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox-multiple::before {
  content: "\F8AF";
}

/* line 9291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-inbox-multiple-outline::before {
  content: "\FB84";
}

/* line 9295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-incognito::before {
  content: "\F5F9";
}

/* line 9299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-infinity::before {
  content: "\F6E3";
}

/* line 9303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-information::before {
  content: "\F2FC";
}

/* line 9307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-information-outline::before {
  content: "\F2FD";
}

/* line 9311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-information-variant::before {
  content: "\F64E";
}

/* line 9315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-instagram::before {
  content: "\F2FE";
}

/* line 9319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-instapaper::before {
  content: "\F2FF";
}

/* line 9323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-instrument-triangle::before {
  content: "\F0070";
}

/* line 9327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-internet-explorer::before {
  content: "\F300";
}

/* line 9331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-invert-colors::before {
  content: "\F301";
}

/* line 9335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-invert-colors-off::before {
  content: "\FE8B";
}

/* line 9339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ip::before {
  content: "\FA5E";
}

/* line 9343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ip-network::before {
  content: "\FA5F";
}

/* line 9347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ip-network-outline::before {
  content: "\FC6C";
}

/* line 9351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ipod::before {
  content: "\FC6D";
}

/* line 9355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-islam::before {
  content: "\F978";
}

/* line 9359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-island::before {
  content: "\F0071";
}

/* line 9363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-itunes::before {
  content: "\F676";
}

/* line 9367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jabber::before {
  content: "\FDB1";
}

/* line 9371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jeepney::before {
  content: "\F302";
}

/* line 9375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jellyfish::before {
  content: "\FF1E";
}

/* line 9379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jellyfish-outline::before {
  content: "\FF1F";
}

/* line 9383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jira::before {
  content: "\F303";
}

/* line 9387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jquery::before {
  content: "\F87C";
}

/* line 9391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-jsfiddle::before {
  content: "\F304";
}

/* line 9395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-json::before {
  content: "\F626";
}

/* line 9399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-judaism::before {
  content: "\F979";
}

/* line 9403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kabaddi::before {
  content: "\FD63";
}

/* line 9407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-karate::before {
  content: "\F82B";
}

/* line 9411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keg::before {
  content: "\F305";
}

/* line 9415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kettle::before {
  content: "\F5FA";
}

/* line 9419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kettle-outline::before {
  content: "\FF73";
}

/* line 9423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key::before {
  content: "\F306";
}

/* line 9427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-change::before {
  content: "\F307";
}

/* line 9431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-minus::before {
  content: "\F308";
}

/* line 9435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-outline::before {
  content: "\FDB2";
}

/* line 9439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-plus::before {
  content: "\F309";
}

/* line 9443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-remove::before {
  content: "\F30A";
}

/* line 9447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-variant::before {
  content: "\F30B";
}

/* line 9451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-key-wireless::before {
  content: "\FFE2";
}

/* line 9455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard::before {
  content: "\F30C";
}

/* line 9459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-backspace::before {
  content: "\F30D";
}

/* line 9463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-caps::before {
  content: "\F30E";
}

/* line 9467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-close::before {
  content: "\F30F";
}

/* line 9471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-off::before {
  content: "\F310";
}

/* line 9475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-off-outline::before {
  content: "\FE8C";
}

/* line 9479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-outline::before {
  content: "\F97A";
}

/* line 9483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-return::before {
  content: "\F311";
}

/* line 9487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-settings::before {
  content: "\F9F8";
}

/* line 9491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-settings-outline::before {
  content: "\F9F9";
}

/* line 9495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-space::before {
  content: "\F0072";
}

/* line 9499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-tab::before {
  content: "\F312";
}

/* line 9503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-keyboard-variant::before {
  content: "\F313";
}

/* line 9507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kickstarter::before {
  content: "\F744";
}

/* line 9511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-knife::before {
  content: "\F9FA";
}

/* line 9515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-knife-military::before {
  content: "\F9FB";
}

/* line 9519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-kodi::before {
  content: "\F314";
}

/* line 9523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label::before {
  content: "\F315";
}

/* line 9527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-off::before {
  content: "\FACA";
}

/* line 9531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-off-outline::before {
  content: "\FACB";
}

/* line 9535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-outline::before {
  content: "\F316";
}

/* line 9539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-variant::before {
  content: "\FACC";
}

/* line 9543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-label-variant-outline::before {
  content: "\FACD";
}

/* line 9547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ladybug::before {
  content: "\F82C";
}

/* line 9551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lambda::before {
  content: "\F627";
}

/* line 9555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lamp::before {
  content: "\F6B4";
}

/* line 9559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lan::before {
  content: "\F317";
}

/* line 9563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lan-connect::before {
  content: "\F318";
}

/* line 9567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lan-disconnect::before {
  content: "\F319";
}

/* line 9571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lan-pending::before {
  content: "\F31A";
}

/* line 9575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-c::before {
  content: "\F671";
}

/* line 9579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-cpp::before {
  content: "\F672";
}

/* line 9583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-csharp::before {
  content: "\F31B";
}

/* line 9587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-css3::before {
  content: "\F31C";
}

/* line 9591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-go::before {
  content: "\F7D2";
}

/* line 9595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-haskell::before {
  content: "\FC6E";
}

/* line 9599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-html5::before {
  content: "\F31D";
}

/* line 9603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-java::before {
  content: "\FB1C";
}

/* line 9607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-javascript::before {
  content: "\F31E";
}

/* line 9611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-lua::before {
  content: "\F8B0";
}

/* line 9615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-php::before {
  content: "\F31F";
}

/* line 9619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-python::before {
  content: "\F320";
}

/* line 9623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-python-text::before {
  content: "\F321";
}

/* line 9627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-r::before {
  content: "\F7D3";
}

/* line 9631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-ruby-on-rails::before {
  content: "\FACE";
}

/* line 9635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-swift::before {
  content: "\F6E4";
}

/* line 9639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-language-typescript::before {
  content: "\F6E5";
}

/* line 9643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop::before {
  content: "\F322";
}

/* line 9647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop-chromebook::before {
  content: "\F323";
}

/* line 9651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop-mac::before {
  content: "\F324";
}

/* line 9655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop-off::before {
  content: "\F6E6";
}

/* line 9659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laptop-windows::before {
  content: "\F325";
}

/* line 9663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-laravel::before {
  content: "\FACF";
}

/* line 9667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lasso::before {
  content: "\FF20";
}

/* line 9671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lastfm::before {
  content: "\F326";
}

/* line 9675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lastpass::before {
  content: "\F446";
}

/* line 9679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-latitude::before {
  content: "\FF74";
}

/* line 9683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-launch::before {
  content: "\F327";
}

/* line 9687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lava-lamp::before {
  content: "\F7D4";
}

/* line 9691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers::before {
  content: "\F328";
}

/* line 9695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-minus::before {
  content: "\FE8D";
}

/* line 9699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-off::before {
  content: "\F329";
}

/* line 9703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-off-outline::before {
  content: "\F9FC";
}

/* line 9707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-outline::before {
  content: "\F9FD";
}

/* line 9711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-plus::before {
  content: "\FE30";
}

/* line 9715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-remove::before {
  content: "\FE31";
}

/* line 9719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-triple::before {
  content: "\FF75";
}

/* line 9723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-layers-triple-outline::before {
  content: "\FF76";
}

/* line 9727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lead-pencil::before {
  content: "\F64F";
}

/* line 9731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-leaf::before {
  content: "\F32A";
}

/* line 9735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-leaf-maple::before {
  content: "\FC6F";
}

/* line 9739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-leak::before {
  content: "\FDB3";
}

/* line 9743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-leak-off::before {
  content: "\FDB4";
}

/* line 9747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-off::before {
  content: "\F32B";
}

/* line 9751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-on::before {
  content: "\F32C";
}

/* line 9755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-outline::before {
  content: "\F32D";
}

/* line 9759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-strip::before {
  content: "\F7D5";
}

/* line 9763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-strip-variant::before {
  content: "\F0073";
}

/* line 9767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-variant-off::before {
  content: "\F32E";
}

/* line 9771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-variant-on::before {
  content: "\F32F";
}

/* line 9775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-led-variant-outline::before {
  content: "\F330";
}

/* line 9779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-less-than::before {
  content: "\F97B";
}

/* line 9783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-less-than-or-equal::before {
  content: "\F97C";
}

/* line 9787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library::before {
  content: "\F331";
}

/* line 9791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-books::before {
  content: "\F332";
}

/* line 9795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-movie::before {
  content: "\FCF4";
}

/* line 9799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-music::before {
  content: "\F333";
}

/* line 9803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-music-outline::before {
  content: "\FF21";
}

/* line 9807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-shelves::before {
  content: "\FB85";
}

/* line 9811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-library-video::before {
  content: "\FCF5";
}

/* line 9815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-license::before {
  content: "\FFE3";
}

/* line 9819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lifebuoy::before {
  content: "\F87D";
}

/* line 9823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-light-switch::before {
  content: "\F97D";
}

/* line 9827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb::before {
  content: "\F335";
}

/* line 9831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-off::before {
  content: "\FE32";
}

/* line 9835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-off-outline::before {
  content: "\FE33";
}

/* line 9839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-on::before {
  content: "\F6E7";
}

/* line 9843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-on-outline::before {
  content: "\F6E8";
}

/* line 9847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lightbulb-outline::before {
  content: "\F336";
}

/* line 9851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lighthouse::before {
  content: "\F9FE";
}

/* line 9855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lighthouse-on::before {
  content: "\F9FF";
}

/* line 9859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link::before {
  content: "\F337";
}

/* line 9863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-box::before {
  content: "\FCF6";
}

/* line 9867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-box-outline::before {
  content: "\FCF7";
}

/* line 9871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-box-variant::before {
  content: "\FCF8";
}

/* line 9875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-box-variant-outline::before {
  content: "\FCF9";
}

/* line 9879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-off::before {
  content: "\F338";
}

/* line 9883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-plus::before {
  content: "\FC70";
}

/* line 9887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-variant::before {
  content: "\F339";
}

/* line 9891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-link-variant-off::before {
  content: "\F33A";
}

/* line 9895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-linkedin::before {
  content: "\F33B";
}

/* line 9899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-linkedin-box::before {
  content: "\F33C";
}

/* line 9903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-linux::before {
  content: "\F33D";
}

/* line 9907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-linux-mint::before {
  content: "\F8EC";
}

/* line 9911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-litecoin::before {
  content: "\FA60";
}

/* line 9915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-loading::before {
  content: "\F771";
}

/* line 9919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-location-enter::before {
  content: "\FFE4";
}

/* line 9923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-location-exit::before {
  content: "\FFE5";
}

/* line 9927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock::before {
  content: "\F33E";
}

/* line 9931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-alert::before {
  content: "\F8ED";
}

/* line 9935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-clock::before {
  content: "\F97E";
}

/* line 9939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-open::before {
  content: "\F33F";
}

/* line 9943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-open-outline::before {
  content: "\F340";
}

/* line 9947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-open-variant::before {
  content: "\FFE6";
}

/* line 9951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-open-variant-outline::before {
  content: "\FFE7";
}

/* line 9955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-outline::before {
  content: "\F341";
}

/* line 9959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-pattern::before {
  content: "\F6E9";
}

/* line 9963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-plus::before {
  content: "\F5FB";
}

/* line 9967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-question::before {
  content: "\F8EE";
}

/* line 9971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-reset::before {
  content: "\F772";
}

/* line 9975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lock-smart::before {
  content: "\F8B1";
}

/* line 9979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-locker::before {
  content: "\F7D6";
}

/* line 9983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-locker-multiple::before {
  content: "\F7D7";
}

/* line 9987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-login::before {
  content: "\F342";
}

/* line 9991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-login-variant::before {
  content: "\F5FC";
}

/* line 9995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-logout::before {
  content: "\F343";
}

/* line 9999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-logout-variant::before {
  content: "\F5FD";
}

/* line 10003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-longitude::before {
  content: "\FF77";
}

/* line 10007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-looks::before {
  content: "\F344";
}

/* line 10011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-loupe::before {
  content: "\F345";
}

/* line 10015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lumx::before {
  content: "\F346";
}

/* line 10019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-lyft::before {
  content: "\FB1D";
}

/* line 10023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnet::before {
  content: "\F347";
}

/* line 10027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnet-on::before {
  content: "\F348";
}

/* line 10031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify::before {
  content: "\F349";
}

/* line 10035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-close::before {
  content: "\F97F";
}

/* line 10039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-minus::before {
  content: "\F34A";
}

/* line 10043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-minus-cursor::before {
  content: "\FA61";
}

/* line 10047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-minus-outline::before {
  content: "\F6EB";
}

/* line 10051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-plus::before {
  content: "\F34B";
}

/* line 10055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-plus-cursor::before {
  content: "\FA62";
}

/* line 10059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-magnify-plus-outline::before {
  content: "\F6EC";
}

/* line 10063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mail::before {
  content: "\FED8";
}

/* line 10067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mail-ru::before {
  content: "\F34C";
}

/* line 10071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox::before {
  content: "\F6ED";
}

/* line 10075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-open::before {
  content: "\FD64";
}

/* line 10079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-open-outline::before {
  content: "\FD65";
}

/* line 10083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-open-up::before {
  content: "\FD66";
}

/* line 10087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-open-up-outline::before {
  content: "\FD67";
}

/* line 10091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-outline::before {
  content: "\FD68";
}

/* line 10095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-up::before {
  content: "\FD69";
}

/* line 10099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mailbox-up-outline::before {
  content: "\FD6A";
}

/* line 10103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map::before {
  content: "\F34D";
}

/* line 10107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-check::before {
  content: "\FED9";
}

/* line 10111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-check-outline::before {
  content: "\FEDA";
}

/* line 10115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-clock::before {
  content: "\FCFA";
}

/* line 10119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-clock-outline::before {
  content: "\FCFB";
}

/* line 10123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-legend::before {
  content: "\FA00";
}

/* line 10127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker::before {
  content: "\F34E";
}

/* line 10131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-alert::before {
  content: "\FF22";
}

/* line 10135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-alert-outline::before {
  content: "\FF23";
}

/* line 10139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-check::before {
  content: "\FC71";
}

/* line 10143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-circle::before {
  content: "\F34F";
}

/* line 10147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-distance::before {
  content: "\F8EF";
}

/* line 10151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-minus::before {
  content: "\F650";
}

/* line 10155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-multiple::before {
  content: "\F350";
}

/* line 10159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-off::before {
  content: "\F351";
}

/* line 10163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-outline::before {
  content: "\F7D8";
}

/* line 10167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-path::before {
  content: "\FCFC";
}

/* line 10171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-plus::before {
  content: "\F651";
}

/* line 10175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-question::before {
  content: "\FF24";
}

/* line 10179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-question-outline::before {
  content: "\FF25";
}

/* line 10183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-radius::before {
  content: "\F352";
}

/* line 10187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-remove::before {
  content: "\FF26";
}

/* line 10191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-marker-remove-variant::before {
  content: "\FF27";
}

/* line 10195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-minus::before {
  content: "\F980";
}

/* line 10199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-outline::before {
  content: "\F981";
}

/* line 10203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-plus::before {
  content: "\F982";
}

/* line 10207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-search::before {
  content: "\F983";
}

/* line 10211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-map-search-outline::before {
  content: "\F984";
}

/* line 10215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mapbox::before {
  content: "\FB86";
}

/* line 10219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-margin::before {
  content: "\F353";
}

/* line 10223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-markdown::before {
  content: "\F354";
}

/* line 10227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-markdown-outline::before {
  content: "\FF78";
}

/* line 10231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-marker::before {
  content: "\F652";
}

/* line 10235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-marker-cancel::before {
  content: "\FDB5";
}

/* line 10239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-marker-check::before {
  content: "\F355";
}

/* line 10243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mastodon::before {
  content: "\FAD0";
}

/* line 10247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mastodon-variant::before {
  content: "\FAD1";
}

/* line 10251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-material-design::before {
  content: "\F985";
}

/* line 10255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-material-ui::before {
  content: "\F357";
}

/* line 10259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-compass::before {
  content: "\F358";
}

/* line 10263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-cos::before {
  content: "\FC72";
}

/* line 10267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-integral::before {
  content: "\FFE8";
}

/* line 10271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-integral-box::before {
  content: "\FFE9";
}

/* line 10275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-norm::before {
  content: "\FFEA";
}

/* line 10279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-norm-box::before {
  content: "\FFEB";
}

/* line 10283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-sin::before {
  content: "\FC73";
}

/* line 10287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-math-tan::before {
  content: "\FC74";
}

/* line 10291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-matrix::before {
  content: "\F628";
}

/* line 10295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-maxcdn::before {
  content: "\F359";
}

/* line 10299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-medal::before {
  content: "\F986";
}

/* line 10303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-medical-bag::before {
  content: "\F6EE";
}

/* line 10307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-medium::before {
  content: "\F35A";
}

/* line 10311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-meetup::before {
  content: "\FAD2";
}

/* line 10315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-memory::before {
  content: "\F35B";
}

/* line 10319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu::before {
  content: "\F35C";
}

/* line 10323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-down::before {
  content: "\F35D";
}

/* line 10327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-down-outline::before {
  content: "\F6B5";
}

/* line 10331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-left::before {
  content: "\F35E";
}

/* line 10335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-left-outline::before {
  content: "\FA01";
}

/* line 10339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-open::before {
  content: "\FB87";
}

/* line 10343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-right::before {
  content: "\F35F";
}

/* line 10347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-right-outline::before {
  content: "\FA02";
}

/* line 10351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-swap::before {
  content: "\FA63";
}

/* line 10355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-swap-outline::before {
  content: "\FA64";
}

/* line 10359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-up::before {
  content: "\F360";
}

/* line 10363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-menu-up-outline::before {
  content: "\F6B6";
}

/* line 10367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-merge::before {
  content: "\FF79";
}

/* line 10371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message::before {
  content: "\F361";
}

/* line 10375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-alert::before {
  content: "\F362";
}

/* line 10379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-alert-outline::before {
  content: "\FA03";
}

/* line 10383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-bulleted::before {
  content: "\F6A1";
}

/* line 10387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-bulleted-off::before {
  content: "\F6A2";
}

/* line 10391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-draw::before {
  content: "\F363";
}

/* line 10395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-image::before {
  content: "\F364";
}

/* line 10399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-lock::before {
  content: "\FFEC";
}

/* line 10403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-outline::before {
  content: "\F365";
}

/* line 10407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-plus::before {
  content: "\F653";
}

/* line 10411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-processing::before {
  content: "\F366";
}

/* line 10415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-reply::before {
  content: "\F367";
}

/* line 10419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-reply-text::before {
  content: "\F368";
}

/* line 10423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-settings::before {
  content: "\F6EF";
}

/* line 10427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-settings-variant::before {
  content: "\F6F0";
}

/* line 10431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-text::before {
  content: "\F369";
}

/* line 10435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-text-lock::before {
  content: "\FFED";
}

/* line 10439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-text-outline::before {
  content: "\F36A";
}

/* line 10443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-message-video::before {
  content: "\F36B";
}

/* line 10447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-meteor::before {
  content: "\F629";
}

/* line 10451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-metronome::before {
  content: "\F7D9";
}

/* line 10455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-metronome-tick::before {
  content: "\F7DA";
}

/* line 10459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-micro-sd::before {
  content: "\F7DB";
}

/* line 10463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone::before {
  content: "\F36C";
}

/* line 10467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-minus::before {
  content: "\F8B2";
}

/* line 10471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-off::before {
  content: "\F36D";
}

/* line 10475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-outline::before {
  content: "\F36E";
}

/* line 10479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-plus::before {
  content: "\F8B3";
}

/* line 10483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-settings::before {
  content: "\F36F";
}

/* line 10487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-variant::before {
  content: "\F370";
}

/* line 10491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microphone-variant-off::before {
  content: "\F371";
}

/* line 10495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microscope::before {
  content: "\F654";
}

/* line 10499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microsoft::before {
  content: "\F372";
}

/* line 10503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microsoft-dynamics::before {
  content: "\F987";
}

/* line 10507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-microwave::before {
  content: "\FC75";
}

/* line 10511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-middleware::before {
  content: "\FF7A";
}

/* line 10515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-middleware-outline::before {
  content: "\FF7B";
}

/* line 10519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-midi::before {
  content: "\F8F0";
}

/* line 10523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-midi-port::before {
  content: "\F8F1";
}

/* line 10527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mine::before {
  content: "\FDB6";
}

/* line 10531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minecraft::before {
  content: "\F373";
}

/* line 10535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mini-sd::before {
  content: "\FA04";
}

/* line 10539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minidisc::before {
  content: "\FA05";
}

/* line 10543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus::before {
  content: "\F374";
}

/* line 10547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-box::before {
  content: "\F375";
}

/* line 10551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-box-outline::before {
  content: "\F6F1";
}

/* line 10555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-circle::before {
  content: "\F376";
}

/* line 10559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-circle-outline::before {
  content: "\F377";
}

/* line 10563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-network::before {
  content: "\F378";
}

/* line 10567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-minus-network-outline::before {
  content: "\FC76";
}

/* line 10571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mixcloud::before {
  content: "\F62A";
}

/* line 10575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mixed-martial-arts::before {
  content: "\FD6B";
}

/* line 10579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mixed-reality::before {
  content: "\F87E";
}

/* line 10583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mixer::before {
  content: "\F7DC";
}

/* line 10587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-molecule::before {
  content: "\FB88";
}

/* line 10591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor::before {
  content: "\F379";
}

/* line 10595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-cellphone::before {
  content: "\F988";
}

/* line 10599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-cellphone-star::before {
  content: "\F989";
}

/* line 10603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-dashboard::before {
  content: "\FA06";
}

/* line 10607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-lock::before {
  content: "\FDB7";
}

/* line 10611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-multiple::before {
  content: "\F37A";
}

/* line 10615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-off::before {
  content: "\FD6C";
}

/* line 10619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-screenshot::before {
  content: "\FE34";
}

/* line 10623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-speaker::before {
  content: "\FF7C";
}

/* line 10627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-speaker-off::before {
  content: "\FF7D";
}

/* line 10631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-monitor-star::before {
  content: "\FDB8";
}

/* line 10635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-first-quarter::before {
  content: "\FF7E";
}

/* line 10639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-full::before {
  content: "\FF7F";
}

/* line 10643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-last-quarter::before {
  content: "\FF80";
}

/* line 10647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-new::before {
  content: "\FF81";
}

/* line 10651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-waning-crescent::before {
  content: "\FF82";
}

/* line 10655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-waning-gibbous::before {
  content: "\FF83";
}

/* line 10659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-waxing-crescent::before {
  content: "\FF84";
}

/* line 10663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-moon-waxing-gibbous::before {
  content: "\FF85";
}

/* line 10667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-more::before {
  content: "\F37B";
}

/* line 10671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mother-nurse::before {
  content: "\FCFD";
}

/* line 10675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-motion-sensor::before {
  content: "\FD6D";
}

/* line 10679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-motorbike::before {
  content: "\F37C";
}

/* line 10683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse::before {
  content: "\F37D";
}

/* line 10687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse-bluetooth::before {
  content: "\F98A";
}

/* line 10691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse-off::before {
  content: "\F37E";
}

/* line 10695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse-variant::before {
  content: "\F37F";
}

/* line 10699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mouse-variant-off::before {
  content: "\F380";
}

/* line 10703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-move-resize::before {
  content: "\F655";
}

/* line 10707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-move-resize-variant::before {
  content: "\F656";
}

/* line 10711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie::before {
  content: "\F381";
}

/* line 10715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie-open::before {
  content: "\FFEE";
}

/* line 10719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie-open-outline::before {
  content: "\FFEF";
}

/* line 10723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie-outline::before {
  content: "\FDB9";
}

/* line 10727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-movie-roll::before {
  content: "\F7DD";
}

/* line 10731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-muffin::before {
  content: "\F98B";
}

/* line 10735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-multiplication::before {
  content: "\F382";
}

/* line 10739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-multiplication-box::before {
  content: "\F383";
}

/* line 10743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mushroom::before {
  content: "\F7DE";
}

/* line 10747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-mushroom-outline::before {
  content: "\F7DF";
}

/* line 10751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music::before {
  content: "\F759";
}

/* line 10755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-double-flat::before {
  content: "\FF86";
}

/* line 10759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-double-sharp::before {
  content: "\FF87";
}

/* line 10763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-flat::before {
  content: "\FF88";
}

/* line 10767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-natural::before {
  content: "\FF89";
}

/* line 10771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-accidental-sharp::before {
  content: "\FF8A";
}

/* line 10775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-box::before {
  content: "\F384";
}

/* line 10779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-box-outline::before {
  content: "\F385";
}

/* line 10783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-circle::before {
  content: "\F386";
}

/* line 10787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-circle-outline::before {
  content: "\FAD3";
}

/* line 10791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-clef-alto::before {
  content: "\FF8B";
}

/* line 10795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-clef-bass::before {
  content: "\FF8C";
}

/* line 10799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-clef-treble::before {
  content: "\FF8D";
}

/* line 10803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note::before {
  content: "\F387";
}

/* line 10807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-bluetooth::before {
  content: "\F5FE";
}

/* line 10811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-bluetooth-off::before {
  content: "\F5FF";
}

/* line 10815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-eighth::before {
  content: "\F388";
}

/* line 10819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-eighth-dotted::before {
  content: "\FF8E";
}

/* line 10823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-half::before {
  content: "\F389";
}

/* line 10827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-half-dotted::before {
  content: "\FF8F";
}

/* line 10831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-off::before {
  content: "\F38A";
}

/* line 10835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-off-outline::before {
  content: "\FF90";
}

/* line 10839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-outline::before {
  content: "\FF91";
}

/* line 10843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-plus::before {
  content: "\FDBA";
}

/* line 10847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-quarter::before {
  content: "\F38B";
}

/* line 10851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-quarter-dotted::before {
  content: "\FF92";
}

/* line 10855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-sixteenth::before {
  content: "\F38C";
}

/* line 10859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-sixteenth-dotted::before {
  content: "\FF93";
}

/* line 10863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-whole::before {
  content: "\F38D";
}

/* line 10867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-note-whole-dotted::before {
  content: "\FF94";
}

/* line 10871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-off::before {
  content: "\F75A";
}

/* line 10875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-eighth::before {
  content: "\FF95";
}

/* line 10879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-half::before {
  content: "\FF96";
}

/* line 10883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-quarter::before {
  content: "\FF97";
}

/* line 10887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-sixteenth::before {
  content: "\FF98";
}

/* line 10891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-music-rest-whole::before {
  content: "\FF99";
}

/* line 10895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nail::before {
  content: "\FDBB";
}

/* line 10899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nas::before {
  content: "\F8F2";
}

/* line 10903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nativescript::before {
  content: "\F87F";
}

/* line 10907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nature::before {
  content: "\F38E";
}

/* line 10911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nature-people::before {
  content: "\F38F";
}

/* line 10915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-navigation::before {
  content: "\F390";
}

/* line 10919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-near-me::before {
  content: "\F5CD";
}

/* line 10923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-necklace::before {
  content: "\FF28";
}

/* line 10927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-needle::before {
  content: "\F391";
}

/* line 10931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-netflix::before {
  content: "\F745";
}

/* line 10935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network::before {
  content: "\F6F2";
}

/* line 10939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-off::before {
  content: "\FC77";
}

/* line 10943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-off-outline::before {
  content: "\FC78";
}

/* line 10947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-outline::before {
  content: "\FC79";
}

/* line 10951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-1::before {
  content: "\F8F3";
}

/* line 10955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-1-alert::before {
  content: "\F8F4";
}

/* line 10959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-2::before {
  content: "\F8F5";
}

/* line 10963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-2-alert::before {
  content: "\F8F6";
}

/* line 10967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-3::before {
  content: "\F8F7";
}

/* line 10971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-3-alert::before {
  content: "\F8F8";
}

/* line 10975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-4::before {
  content: "\F8F9";
}

/* line 10979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-4-alert::before {
  content: "\F8FA";
}

/* line 10983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-off::before {
  content: "\F8FB";
}

/* line 10987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-off-outline::before {
  content: "\F8FC";
}

/* line 10991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-network-strength-outline::before {
  content: "\F8FD";
}

/* line 10995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-new-box::before {
  content: "\F394";
}

/* line 10999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper::before {
  content: "\F395";
}

/* line 11003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-minus::before {
  content: "\FF29";
}

/* line 11007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-plus::before {
  content: "\FF2A";
}

/* line 11011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-variant::before {
  content: "\F0023";
}

/* line 11015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-variant-multiple::before {
  content: "\F0024";
}

/* line 11019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-variant-multiple-outline::before {
  content: "\F0025";
}

/* line 11023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-newspaper-variant-outline::before {
  content: "\F0026";
}

/* line 11027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc::before {
  content: "\F396";
}

/* line 11031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-off::before {
  content: "\FE35";
}

/* line 11035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-search-variant::before {
  content: "\FE36";
}

/* line 11039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-tap::before {
  content: "\F397";
}

/* line 11043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-variant::before {
  content: "\F398";
}

/* line 11047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nfc-variant-off::before {
  content: "\FE37";
}

/* line 11051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ninja::before {
  content: "\F773";
}

/* line 11055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nintendo-switch::before {
  content: "\F7E0";
}

/* line 11059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nodejs::before {
  content: "\F399";
}

/* line 11063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-not-equal::before {
  content: "\F98C";
}

/* line 11067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-not-equal-variant::before {
  content: "\F98D";
}

/* line 11071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note::before {
  content: "\F39A";
}

/* line 11075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-multiple::before {
  content: "\F6B7";
}

/* line 11079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-multiple-outline::before {
  content: "\F6B8";
}

/* line 11083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-outline::before {
  content: "\F39B";
}

/* line 11087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-plus::before {
  content: "\F39C";
}

/* line 11091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-plus-outline::before {
  content: "\F39D";
}

/* line 11095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-note-text::before {
  content: "\F39E";
}

/* line 11099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-notebook::before {
  content: "\F82D";
}

/* line 11103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-notebook-multiple::before {
  content: "\FE38";
}

/* line 11107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-notebook-outline::before {
  content: "\FEDC";
}

/* line 11111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-notification-clear-all::before {
  content: "\F39F";
}

/* line 11115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-npm::before {
  content: "\F6F6";
}

/* line 11119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-npm-variant::before {
  content: "\F98E";
}

/* line 11123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-npm-variant-outline::before {
  content: "\F98F";
}

/* line 11127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nuke::before {
  content: "\F6A3";
}

/* line 11131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-null::before {
  content: "\F7E1";
}

/* line 11135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric::before {
  content: "\F3A0";
}

/* line 11139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0::before {
  content: "\30";
}

/* line 11143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-box::before {
  content: "\F3A1";
}

/* line 11147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-box-multiple::before {
  content: "\FF2B";
}

/* line 11151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-box-multiple-outline::before {
  content: "\F3A2";
}

/* line 11155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-box-outline::before {
  content: "\F3A3";
}

/* line 11159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-circle::before {
  content: "\FC7A";
}

/* line 11163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-0-circle-outline::before {
  content: "\FC7B";
}

/* line 11167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1::before {
  content: "\31";
}

/* line 11171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-box::before {
  content: "\F3A4";
}

/* line 11175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-box-multiple::before {
  content: "\FF2C";
}

/* line 11179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-box-multiple-outline::before {
  content: "\F3A5";
}

/* line 11183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-box-outline::before {
  content: "\F3A6";
}

/* line 11187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-circle::before {
  content: "\FC7C";
}

/* line 11191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-1-circle-outline::before {
  content: "\FC7D";
}

/* line 11195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10::before {
  content: "\F000A";
}

/* line 11199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-box::before {
  content: "\FF9A";
}

/* line 11203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-box-multiple::before {
  content: "\F000B";
}

/* line 11207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-box-multiple-outline::before {
  content: "\F000C";
}

/* line 11211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-box-outline::before {
  content: "\FF9B";
}

/* line 11215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-circle::before {
  content: "\F000D";
}

/* line 11219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-10-circle-outline::before {
  content: "\F000E";
}

/* line 11223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2::before {
  content: "\32";
}

/* line 11227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-box::before {
  content: "\F3A7";
}

/* line 11231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-box-multiple::before {
  content: "\FF2D";
}

/* line 11235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-box-multiple-outline::before {
  content: "\F3A8";
}

/* line 11239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-box-outline::before {
  content: "\F3A9";
}

/* line 11243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-circle::before {
  content: "\FC7E";
}

/* line 11247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-2-circle-outline::before {
  content: "\FC7F";
}

/* line 11251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3::before {
  content: "\33";
}

/* line 11255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-box::before {
  content: "\F3AA";
}

/* line 11259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-box-multiple::before {
  content: "\FF2E";
}

/* line 11263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-box-multiple-outline::before {
  content: "\F3AB";
}

/* line 11267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-box-outline::before {
  content: "\F3AC";
}

/* line 11271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-circle::before {
  content: "\FC80";
}

/* line 11275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-3-circle-outline::before {
  content: "\FC81";
}

/* line 11279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4::before {
  content: "\34";
}

/* line 11283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-box::before {
  content: "\F3AD";
}

/* line 11287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-box-multiple::before {
  content: "\FF2F";
}

/* line 11291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-box-multiple-outline::before {
  content: "\F3AE";
}

/* line 11295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-box-outline::before {
  content: "\F3AF";
}

/* line 11299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-circle::before {
  content: "\FC82";
}

/* line 11303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-4-circle-outline::before {
  content: "\FC83";
}

/* line 11307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5::before {
  content: "\35";
}

/* line 11311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-box::before {
  content: "\F3B0";
}

/* line 11315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-box-multiple::before {
  content: "\FF30";
}

/* line 11319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-box-multiple-outline::before {
  content: "\F3B1";
}

/* line 11323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-box-outline::before {
  content: "\F3B2";
}

/* line 11327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-circle::before {
  content: "\FC84";
}

/* line 11331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-5-circle-outline::before {
  content: "\FC85";
}

/* line 11335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6::before {
  content: "\36";
}

/* line 11339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-box::before {
  content: "\F3B3";
}

/* line 11343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-box-multiple::before {
  content: "\FF31";
}

/* line 11347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-box-multiple-outline::before {
  content: "\F3B4";
}

/* line 11351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-box-outline::before {
  content: "\F3B5";
}

/* line 11355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-circle::before {
  content: "\FC86";
}

/* line 11359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-6-circle-outline::before {
  content: "\FC87";
}

/* line 11363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7::before {
  content: "\37";
}

/* line 11367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-box::before {
  content: "\F3B6";
}

/* line 11371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-box-multiple::before {
  content: "\FF32";
}

/* line 11375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-box-multiple-outline::before {
  content: "\F3B7";
}

/* line 11379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-box-outline::before {
  content: "\F3B8";
}

/* line 11383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-circle::before {
  content: "\FC88";
}

/* line 11387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-7-circle-outline::before {
  content: "\FC89";
}

/* line 11391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8::before {
  content: "\38";
}

/* line 11395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-box::before {
  content: "\F3B9";
}

/* line 11399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-box-multiple::before {
  content: "\FF33";
}

/* line 11403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-box-multiple-outline::before {
  content: "\F3BA";
}

/* line 11407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-box-outline::before {
  content: "\F3BB";
}

/* line 11411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-circle::before {
  content: "\FC8A";
}

/* line 11415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-8-circle-outline::before {
  content: "\FC8B";
}

/* line 11419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9::before {
  content: "\39";
}

/* line 11423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-box::before {
  content: "\F3BC";
}

/* line 11427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-box-multiple::before {
  content: "\FF34";
}

/* line 11431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-box-multiple-outline::before {
  content: "\F3BD";
}

/* line 11435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-box-outline::before {
  content: "\F3BE";
}

/* line 11439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-circle::before {
  content: "\FC8C";
}

/* line 11443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-circle-outline::before {
  content: "\FC8D";
}

/* line 11447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus::before {
  content: "\F000F";
}

/* line 11451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-box::before {
  content: "\F3BF";
}

/* line 11455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-box-multiple::before {
  content: "\FF35";
}

/* line 11459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-box-multiple-outline::before {
  content: "\F3C0";
}

/* line 11463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-box-outline::before {
  content: "\F3C1";
}

/* line 11467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-circle::before {
  content: "\FC8E";
}

/* line 11471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-9-plus-circle-outline::before {
  content: "\FC8F";
}

/* line 11475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-numeric-negative-1::before {
  content: "\F0074";
}

/* line 11479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nut::before {
  content: "\F6F7";
}

/* line 11483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-nutrition::before {
  content: "\F3C2";
}

/* line 11487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oar::before {
  content: "\F67B";
}

/* line 11491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ocarina::before {
  content: "\FDBC";
}

/* line 11495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-octagon::before {
  content: "\F3C3";
}

/* line 11499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-octagon-outline::before {
  content: "\F3C4";
}

/* line 11503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-octagram::before {
  content: "\F6F8";
}

/* line 11507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-octagram-outline::before {
  content: "\F774";
}

/* line 11511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-odnoklassniki::before {
  content: "\F3C5";
}

/* line 11515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-office::before {
  content: "\F3C6";
}

/* line 11519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-office-building::before {
  content: "\F990";
}

/* line 11523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oil::before {
  content: "\F3C7";
}

/* line 11527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oil-lamp::before {
  content: "\FF36";
}

/* line 11531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oil-level::before {
  content: "\F0075";
}

/* line 11535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-oil-temperature::before {
  content: "\F0019";
}

/* line 11539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-omega::before {
  content: "\F3C9";
}

/* line 11543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-one-up::before {
  content: "\FB89";
}

/* line 11547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-onedrive::before {
  content: "\F3CA";
}

/* line 11551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-onenote::before {
  content: "\F746";
}

/* line 11555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-onepassword::before {
  content: "\F880";
}

/* line 11559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-opacity::before {
  content: "\F5CC";
}

/* line 11563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-open-in-app::before {
  content: "\F3CB";
}

/* line 11567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-open-in-new::before {
  content: "\F3CC";
}

/* line 11571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-open-source-initiative::before {
  content: "\FB8A";
}

/* line 11575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-openid::before {
  content: "\F3CD";
}

/* line 11579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-opera::before {
  content: "\F3CE";
}

/* line 11583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-orbit::before {
  content: "\F018";
}

/* line 11587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-origin::before {
  content: "\FB2B";
}

/* line 11591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ornament::before {
  content: "\F3CF";
}

/* line 11595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ornament-variant::before {
  content: "\F3D0";
}

/* line 11599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-outdoor-lamp::before {
  content: "\F0076";
}

/* line 11603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-outlook::before {
  content: "\FCFE";
}

/* line 11607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-overscan::before {
  content: "\F0027";
}

/* line 11611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-owl::before {
  content: "\F3D2";
}

/* line 11615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pac-man::before {
  content: "\FB8B";
}

/* line 11619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package::before {
  content: "\F3D3";
}

/* line 11623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package-down::before {
  content: "\F3D4";
}

/* line 11627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package-up::before {
  content: "\F3D5";
}

/* line 11631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package-variant::before {
  content: "\F3D6";
}

/* line 11635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-package-variant-closed::before {
  content: "\F3D7";
}

/* line 11639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-first::before {
  content: "\F600";
}

/* line 11643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-last::before {
  content: "\F601";
}

/* line 11647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-body::before {
  content: "\F6F9";
}

/* line 11651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-footer::before {
  content: "\F6FA";
}

/* line 11655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-header::before {
  content: "\F6FB";
}

/* line 11659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-header-footer::before {
  content: "\FF9C";
}

/* line 11663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-sidebar-left::before {
  content: "\F6FC";
}

/* line 11667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-layout-sidebar-right::before {
  content: "\F6FD";
}

/* line 11671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-next::before {
  content: "\FB8C";
}

/* line 11675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-next-outline::before {
  content: "\FB8D";
}

/* line 11679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-previous::before {
  content: "\FB8E";
}

/* line 11683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-page-previous-outline::before {
  content: "\FB8F";
}

/* line 11687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palette::before {
  content: "\F3D8";
}

/* line 11691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palette-advanced::before {
  content: "\F3D9";
}

/* line 11695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palette-outline::before {
  content: "\FE6C";
}

/* line 11699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palette-swatch::before {
  content: "\F8B4";
}

/* line 11703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-palm-tree::before {
  content: "\F0077";
}

/* line 11707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan::before {
  content: "\FB90";
}

/* line 11711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-bottom-left::before {
  content: "\FB91";
}

/* line 11715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-bottom-right::before {
  content: "\FB92";
}

/* line 11719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-down::before {
  content: "\FB93";
}

/* line 11723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-horizontal::before {
  content: "\FB94";
}

/* line 11727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-left::before {
  content: "\FB95";
}

/* line 11731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-right::before {
  content: "\FB96";
}

/* line 11735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-top-left::before {
  content: "\FB97";
}

/* line 11739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-top-right::before {
  content: "\FB98";
}

/* line 11743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-up::before {
  content: "\FB99";
}

/* line 11747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pan-vertical::before {
  content: "\FB9A";
}

/* line 11751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panda::before {
  content: "\F3DA";
}

/* line 11755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pandora::before {
  content: "\F3DB";
}

/* line 11759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama::before {
  content: "\F3DC";
}

/* line 11763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama-fisheye::before {
  content: "\F3DD";
}

/* line 11767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama-horizontal::before {
  content: "\F3DE";
}

/* line 11771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama-vertical::before {
  content: "\F3DF";
}

/* line 11775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-panorama-wide-angle::before {
  content: "\F3E0";
}

/* line 11779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paper-cut-vertical::before {
  content: "\F3E1";
}

/* line 11783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paperclip::before {
  content: "\F3E2";
}

/* line 11787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-parachute::before {
  content: "\FC90";
}

/* line 11791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-parachute-outline::before {
  content: "\FC91";
}

/* line 11795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-parking::before {
  content: "\F3E3";
}

/* line 11799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-party-popper::before {
  content: "\F0078";
}

/* line 11803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-passport::before {
  content: "\F7E2";
}

/* line 11807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-passport-biometric::before {
  content: "\FDBD";
}

/* line 11811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-patio-heater::before {
  content: "\FF9D";
}

/* line 11815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-patreon::before {
  content: "\F881";
}

/* line 11819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause::before {
  content: "\F3E4";
}

/* line 11823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause-circle::before {
  content: "\F3E5";
}

/* line 11827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause-circle-outline::before {
  content: "\F3E6";
}

/* line 11831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause-octagon::before {
  content: "\F3E7";
}

/* line 11835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pause-octagon-outline::before {
  content: "\F3E8";
}

/* line 11839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paw::before {
  content: "\F3E9";
}

/* line 11843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paw-off::before {
  content: "\F657";
}

/* line 11847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-paypal::before {
  content: "\F882";
}

/* line 11851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pdf-box::before {
  content: "\FE39";
}

/* line 11855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peace::before {
  content: "\F883";
}

/* line 11859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peanut::before {
  content: "\F001E";
}

/* line 11863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peanut-off::before {
  content: "\F001F";
}

/* line 11867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peanut-off-outline::before {
  content: "\F0021";
}

/* line 11871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-peanut-outline::before {
  content: "\F0020";
}

/* line 11875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen::before {
  content: "\F3EA";
}

/* line 11879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-lock::before {
  content: "\FDBE";
}

/* line 11883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-minus::before {
  content: "\FDBF";
}

/* line 11887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-off::before {
  content: "\FDC0";
}

/* line 11891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-plus::before {
  content: "\FDC1";
}

/* line 11895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pen-remove::before {
  content: "\FDC2";
}

/* line 11899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil::before {
  content: "\F3EB";
}

/* line 11903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-box::before {
  content: "\F3EC";
}

/* line 11907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-box-outline::before {
  content: "\F3ED";
}

/* line 11911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-circle::before {
  content: "\F6FE";
}

/* line 11915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-circle-outline::before {
  content: "\F775";
}

/* line 11919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-lock::before {
  content: "\F3EE";
}

/* line 11923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-lock-outline::before {
  content: "\FDC3";
}

/* line 11927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-minus::before {
  content: "\FDC4";
}

/* line 11931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-minus-outline::before {
  content: "\FDC5";
}

/* line 11935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-off::before {
  content: "\F3EF";
}

/* line 11939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-off-outline::before {
  content: "\FDC6";
}

/* line 11943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-outline::before {
  content: "\FC92";
}

/* line 11947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-plus::before {
  content: "\FDC7";
}

/* line 11951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-plus-outline::before {
  content: "\FDC8";
}

/* line 11955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-remove::before {
  content: "\FDC9";
}

/* line 11959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pencil-remove-outline::before {
  content: "\FDCA";
}

/* line 11963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-penguin::before {
  content: "\FEDD";
}

/* line 11967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pentagon::before {
  content: "\F6FF";
}

/* line 11971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pentagon-outline::before {
  content: "\F700";
}

/* line 11975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-percent::before {
  content: "\F3F0";
}

/* line 11979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-periodic-table::before {
  content: "\F8B5";
}

/* line 11983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-periodic-table-co2::before {
  content: "\F7E3";
}

/* line 11987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-periscope::before {
  content: "\F747";
}

/* line 11991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-perspective-less::before {
  content: "\FCFF";
}

/* line 11995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-perspective-more::before {
  content: "\FD00";
}

/* line 11999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pharmacy::before {
  content: "\F3F1";
}

/* line 12003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone::before {
  content: "\F3F2";
}

/* line 12007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-alert::before {
  content: "\FF37";
}

/* line 12011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-bluetooth::before {
  content: "\F3F3";
}

/* line 12015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-classic::before {
  content: "\F602";
}

/* line 12019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-forward::before {
  content: "\F3F4";
}

/* line 12023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-hangup::before {
  content: "\F3F5";
}

/* line 12027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-in-talk::before {
  content: "\F3F6";
}

/* line 12031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-incoming::before {
  content: "\F3F7";
}

/* line 12035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-lock::before {
  content: "\F3F8";
}

/* line 12039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-log::before {
  content: "\F3F9";
}

/* line 12043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-minus::before {
  content: "\F658";
}

/* line 12047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-missed::before {
  content: "\F3FA";
}

/* line 12051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-off::before {
  content: "\FDCB";
}

/* line 12055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-outgoing::before {
  content: "\F3FB";
}

/* line 12059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-outline::before {
  content: "\FDCC";
}

/* line 12063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-paused::before {
  content: "\F3FC";
}

/* line 12067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-plus::before {
  content: "\F659";
}

/* line 12071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-return::before {
  content: "\F82E";
}

/* line 12075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-rotate-landscape::before {
  content: "\F884";
}

/* line 12079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-rotate-portrait::before {
  content: "\F885";
}

/* line 12083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-settings::before {
  content: "\F3FD";
}

/* line 12087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-phone-voip::before {
  content: "\F3FE";
}

/* line 12091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pi::before {
  content: "\F3FF";
}

/* line 12095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pi-box::before {
  content: "\F400";
}

/* line 12099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pi-hole::before {
  content: "\FDCD";
}

/* line 12103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-piano::before {
  content: "\F67C";
}

/* line 12107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pickaxe::before {
  content: "\F8B6";
}

/* line 12111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-picture-in-picture-bottom-right::before {
  content: "\FE3A";
}

/* line 12115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-picture-in-picture-bottom-right-outline::before {
  content: "\FE3B";
}

/* line 12119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-picture-in-picture-top-right::before {
  content: "\FE3C";
}

/* line 12123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-picture-in-picture-top-right-outline::before {
  content: "\FE3D";
}

/* line 12127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pier::before {
  content: "\F886";
}

/* line 12131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pier-crane::before {
  content: "\F887";
}

/* line 12135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pig::before {
  content: "\F401";
}

/* line 12139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pig-variant::before {
  content: "\F0028";
}

/* line 12143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-piggy-bank::before {
  content: "\F0029";
}

/* line 12147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pill::before {
  content: "\F402";
}

/* line 12151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pillar::before {
  content: "\F701";
}

/* line 12155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pin::before {
  content: "\F403";
}

/* line 12159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pin-off::before {
  content: "\F404";
}

/* line 12163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pin-off-outline::before {
  content: "\F92F";
}

/* line 12167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pin-outline::before {
  content: "\F930";
}

/* line 12171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pine-tree::before {
  content: "\F405";
}

/* line 12175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pine-tree-box::before {
  content: "\F406";
}

/* line 12179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pinterest::before {
  content: "\F407";
}

/* line 12183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pinterest-box::before {
  content: "\F408";
}

/* line 12187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pinwheel::before {
  content: "\FAD4";
}

/* line 12191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pinwheel-outline::before {
  content: "\FAD5";
}

/* line 12195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pipe::before {
  content: "\F7E4";
}

/* line 12199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pipe-disconnected::before {
  content: "\F7E5";
}

/* line 12203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pipe-leak::before {
  content: "\F888";
}

/* line 12207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pirate::before {
  content: "\FA07";
}

/* line 12211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pistol::before {
  content: "\F702";
}

/* line 12215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-piston::before {
  content: "\F889";
}

/* line 12219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pizza::before {
  content: "\F409";
}

/* line 12223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play::before {
  content: "\F40A";
}

/* line 12227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-box-outline::before {
  content: "\F40B";
}

/* line 12231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-circle::before {
  content: "\F40C";
}

/* line 12235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-circle-outline::before {
  content: "\F40D";
}

/* line 12239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-network::before {
  content: "\F88A";
}

/* line 12243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-network-outline::before {
  content: "\FC93";
}

/* line 12247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-outline::before {
  content: "\FF38";
}

/* line 12251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-pause::before {
  content: "\F40E";
}

/* line 12255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-protected-content::before {
  content: "\F40F";
}

/* line 12259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-play-speed::before {
  content: "\F8FE";
}

/* line 12263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-check::before {
  content: "\F5C7";
}

/* line 12267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-edit::before {
  content: "\F8FF";
}

/* line 12271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-minus::before {
  content: "\F410";
}

/* line 12275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-music::before {
  content: "\FC94";
}

/* line 12279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-music-outline::before {
  content: "\FC95";
}

/* line 12283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-play::before {
  content: "\F411";
}

/* line 12287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-plus::before {
  content: "\F412";
}

/* line 12291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-remove::before {
  content: "\F413";
}

/* line 12295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playlist-star::before {
  content: "\FDCE";
}

/* line 12299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-playstation::before {
  content: "\F414";
}

/* line 12303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plex::before {
  content: "\F6B9";
}

/* line 12307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus::before {
  content: "\F415";
}

/* line 12311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-box::before {
  content: "\F416";
}

/* line 12315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-box-multiple::before {
  content: "\F334";
}

/* line 12319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-box-outline::before {
  content: "\F703";
}

/* line 12323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-circle::before {
  content: "\F417";
}

/* line 12327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-circle-multiple-outline::before {
  content: "\F418";
}

/* line 12331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-circle-outline::before {
  content: "\F419";
}

/* line 12335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-minus::before {
  content: "\F991";
}

/* line 12339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-minus-box::before {
  content: "\F992";
}

/* line 12343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-network::before {
  content: "\F41A";
}

/* line 12347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-network-outline::before {
  content: "\FC96";
}

/* line 12351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-one::before {
  content: "\F41B";
}

/* line 12355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-plus-outline::before {
  content: "\F704";
}

/* line 12359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pocket::before {
  content: "\F41C";
}

/* line 12363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podcast::before {
  content: "\F993";
}

/* line 12367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podium::before {
  content: "\FD01";
}

/* line 12371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podium-bronze::before {
  content: "\FD02";
}

/* line 12375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podium-gold::before {
  content: "\FD03";
}

/* line 12379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-podium-silver::before {
  content: "\FD04";
}

/* line 12383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-point-of-sale::before {
  content: "\FD6E";
}

/* line 12387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pokeball::before {
  content: "\F41D";
}

/* line 12391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pokemon-go::before {
  content: "\FA08";
}

/* line 12395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-poker-chip::before {
  content: "\F82F";
}

/* line 12399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-polaroid::before {
  content: "\F41E";
}

/* line 12403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-poll::before {
  content: "\F41F";
}

/* line 12407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-poll-box::before {
  content: "\F420";
}

/* line 12411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-polymer::before {
  content: "\F421";
}

/* line 12415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pool::before {
  content: "\F606";
}

/* line 12419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-popcorn::before {
  content: "\F422";
}

/* line 12423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-post::before {
  content: "\F002A";
}

/* line 12427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-post-outline::before {
  content: "\F002B";
}

/* line 12431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-postage-stamp::before {
  content: "\FC97";
}

/* line 12435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pot::before {
  content: "\F65A";
}

/* line 12439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pot-mix::before {
  content: "\F65B";
}

/* line 12443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pound::before {
  content: "\F423";
}

/* line 12447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pound-box::before {
  content: "\F424";
}

/* line 12451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power::before {
  content: "\F425";
}

/* line 12455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-cycle::before {
  content: "\F900";
}

/* line 12459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-off::before {
  content: "\F901";
}

/* line 12463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-on::before {
  content: "\F902";
}

/* line 12467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-plug::before {
  content: "\F6A4";
}

/* line 12471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-plug-off::before {
  content: "\F6A5";
}

/* line 12475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-settings::before {
  content: "\F426";
}

/* line 12479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-sleep::before {
  content: "\F903";
}

/* line 12483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket::before {
  content: "\F427";
}

/* line 12487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket-au::before {
  content: "\F904";
}

/* line 12491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket-eu::before {
  content: "\F7E6";
}

/* line 12495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket-uk::before {
  content: "\F7E7";
}

/* line 12499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-socket-us::before {
  content: "\F7E8";
}

/* line 12503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-power-standby::before {
  content: "\F905";
}

/* line 12507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-powershell::before {
  content: "\FA09";
}

/* line 12511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-prescription::before {
  content: "\F705";
}

/* line 12515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-presentation::before {
  content: "\F428";
}

/* line 12519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-presentation-play::before {
  content: "\F429";
}

/* line 12523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer::before {
  content: "\F42A";
}

/* line 12527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-3d::before {
  content: "\F42B";
}

/* line 12531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-3d-nozzle::before {
  content: "\FE3E";
}

/* line 12535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-3d-nozzle-outline::before {
  content: "\FE3F";
}

/* line 12539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-alert::before {
  content: "\F42C";
}

/* line 12543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-off::before {
  content: "\FE40";
}

/* line 12547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-pos::before {
  content: "\F0079";
}

/* line 12551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-settings::before {
  content: "\F706";
}

/* line 12555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-printer-wireless::before {
  content: "\FA0A";
}

/* line 12559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-priority-high::before {
  content: "\F603";
}

/* line 12563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-priority-low::before {
  content: "\F604";
}

/* line 12567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-professional-hexagon::before {
  content: "\F42D";
}

/* line 12571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-alert::before {
  content: "\FC98";
}

/* line 12575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-check::before {
  content: "\F994";
}

/* line 12579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-clock::before {
  content: "\F995";
}

/* line 12583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-download::before {
  content: "\F996";
}

/* line 12587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-upload::before {
  content: "\F997";
}

/* line 12591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-progress-wrench::before {
  content: "\FC99";
}

/* line 12595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-projector::before {
  content: "\F42E";
}

/* line 12599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-projector-screen::before {
  content: "\F42F";
}

/* line 12603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-protocol::before {
  content: "\FFF9";
}

/* line 12607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-publish::before {
  content: "\F6A6";
}

/* line 12611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pulse::before {
  content: "\F430";
}

/* line 12615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-pumpkin::before {
  content: "\FB9B";
}

/* line 12619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-purse::before {
  content: "\FF39";
}

/* line 12623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-purse-outline::before {
  content: "\FF3A";
}

/* line 12627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-puzzle::before {
  content: "\F431";
}

/* line 12631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-puzzle-outline::before {
  content: "\FA65";
}

/* line 12635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qi::before {
  content: "\F998";
}

/* line 12639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qqchat::before {
  content: "\F605";
}

/* line 12643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qrcode::before {
  content: "\F432";
}

/* line 12647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qrcode-edit::before {
  content: "\F8B7";
}

/* line 12651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-qrcode-scan::before {
  content: "\F433";
}

/* line 12655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quadcopter::before {
  content: "\F434";
}

/* line 12659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quality-high::before {
  content: "\F435";
}

/* line 12663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quality-low::before {
  content: "\FA0B";
}

/* line 12667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quality-medium::before {
  content: "\FA0C";
}

/* line 12671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quicktime::before {
  content: "\F436";
}

/* line 12675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-quora::before {
  content: "\FD05";
}

/* line 12679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rabbit::before {
  content: "\F906";
}

/* line 12683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-racing-helmet::before {
  content: "\FD6F";
}

/* line 12687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-racquetball::before {
  content: "\FD70";
}

/* line 12691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radar::before {
  content: "\F437";
}

/* line 12695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiator::before {
  content: "\F438";
}

/* line 12699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiator-disabled::before {
  content: "\FAD6";
}

/* line 12703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiator-off::before {
  content: "\FAD7";
}

/* line 12707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio::before {
  content: "\F439";
}

/* line 12711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio-am::before {
  content: "\FC9A";
}

/* line 12715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio-fm::before {
  content: "\FC9B";
}

/* line 12719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio-handheld::before {
  content: "\F43A";
}

/* line 12723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radio-tower::before {
  content: "\F43B";
}

/* line 12727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radioactive::before {
  content: "\F43C";
}

/* line 12731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radioactive-off::before {
  content: "\FEDE";
}

/* line 12735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiobox-blank::before {
  content: "\F43D";
}

/* line 12739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radiobox-marked::before {
  content: "\F43E";
}

/* line 12743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radius::before {
  content: "\FC9C";
}

/* line 12747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-radius-outline::before {
  content: "\FC9D";
}

/* line 12751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-railroad-light::before {
  content: "\FF3B";
}

/* line 12755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-raspberry-pi::before {
  content: "\F43F";
}

/* line 12759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-end::before {
  content: "\F440";
}

/* line 12763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-end-arrow::before {
  content: "\F441";
}

/* line 12767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-start::before {
  content: "\F442";
}

/* line 12771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-start-arrow::before {
  content: "\F443";
}

/* line 12775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-start-end::before {
  content: "\F444";
}

/* line 12779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ray-vertex::before {
  content: "\F445";
}

/* line 12783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-react::before {
  content: "\F707";
}

/* line 12787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-read::before {
  content: "\F447";
}

/* line 12791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-receipt::before {
  content: "\F449";
}

/* line 12795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record::before {
  content: "\F44A";
}

/* line 12799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record-circle::before {
  content: "\FEDF";
}

/* line 12803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record-circle-outline::before {
  content: "\FEE0";
}

/* line 12807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record-player::before {
  content: "\F999";
}

/* line 12811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-record-rec::before {
  content: "\F44B";
}

/* line 12815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rectangle::before {
  content: "\FE41";
}

/* line 12819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rectangle-outline::before {
  content: "\FE42";
}

/* line 12823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-recycle::before {
  content: "\F44C";
}

/* line 12827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reddit::before {
  content: "\F44D";
}

/* line 12831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-redo::before {
  content: "\F44E";
}

/* line 12835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-redo-variant::before {
  content: "\F44F";
}

/* line 12839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reflect-horizontal::before {
  content: "\FA0D";
}

/* line 12843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reflect-vertical::before {
  content: "\FA0E";
}

/* line 12847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-refresh::before {
  content: "\F450";
}

/* line 12851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-regex::before {
  content: "\F451";
}

/* line 12855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-registered-trademark::before {
  content: "\FA66";
}

/* line 12859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-relative-scale::before {
  content: "\F452";
}

/* line 12863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reload::before {
  content: "\F453";
}

/* line 12867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reminder::before {
  content: "\F88B";
}

/* line 12871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote::before {
  content: "\F454";
}

/* line 12875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote-desktop::before {
  content: "\F8B8";
}

/* line 12879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote-off::before {
  content: "\FEE1";
}

/* line 12883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote-tv::before {
  content: "\FEE2";
}

/* line 12887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-remote-tv-off::before {
  content: "\FEE3";
}

/* line 12891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rename-box::before {
  content: "\F455";
}

/* line 12895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reorder-horizontal::before {
  content: "\F687";
}

/* line 12899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reorder-vertical::before {
  content: "\F688";
}

/* line 12903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-repeat::before {
  content: "\F456";
}

/* line 12907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-repeat-off::before {
  content: "\F457";
}

/* line 12911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-repeat-once::before {
  content: "\F458";
}

/* line 12915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-replay::before {
  content: "\F459";
}

/* line 12919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reply::before {
  content: "\F45A";
}

/* line 12923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reply-all::before {
  content: "\F45B";
}

/* line 12927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reply-all-outline::before {
  content: "\FF3C";
}

/* line 12931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reply-outline::before {
  content: "\FF3D";
}

/* line 12935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-reproduction::before {
  content: "\F45C";
}

/* line 12939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-resistor::before {
  content: "\FB1F";
}

/* line 12943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-resistor-nodes::before {
  content: "\FB20";
}

/* line 12947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-resize::before {
  content: "\FA67";
}

/* line 12951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-resize-bottom-right::before {
  content: "\F45D";
}

/* line 12955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-responsive::before {
  content: "\F45E";
}

/* line 12959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-restart::before {
  content: "\F708";
}

/* line 12963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-restart-off::before {
  content: "\FD71";
}

/* line 12967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-restore::before {
  content: "\F99A";
}

/* line 12971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rewind::before {
  content: "\F45F";
}

/* line 12975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rewind-10::before {
  content: "\FD06";
}

/* line 12979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rewind-30::before {
  content: "\FD72";
}

/* line 12983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rewind-outline::before {
  content: "\F709";
}

/* line 12987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rhombus::before {
  content: "\F70A";
}

/* line 12991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rhombus-medium::before {
  content: "\FA0F";
}

/* line 12995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rhombus-outline::before {
  content: "\F70B";
}

/* line 12999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rhombus-split::before {
  content: "\FA10";
}

/* line 13003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ribbon::before {
  content: "\F460";
}

/* line 13007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rice::before {
  content: "\F7E9";
}

/* line 13011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ring::before {
  content: "\F7EA";
}

/* line 13015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rivet::before {
  content: "\FE43";
}

/* line 13019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-road::before {
  content: "\F461";
}

/* line 13023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-road-variant::before {
  content: "\F462";
}

/* line 13027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robber::before {
  content: "\F007A";
}

/* line 13031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robot::before {
  content: "\F6A8";
}

/* line 13035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robot-industrial::before {
  content: "\FB21";
}

/* line 13039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robot-vacuum::before {
  content: "\F70C";
}

/* line 13043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-robot-vacuum-variant::before {
  content: "\F907";
}

/* line 13047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rocket::before {
  content: "\F463";
}

/* line 13051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-roller-skate::before {
  content: "\FD07";
}

/* line 13055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rollerblade::before {
  content: "\FD08";
}

/* line 13059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rollupjs::before {
  content: "\FB9C";
}

/* line 13063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-room-service::before {
  content: "\F88C";
}

/* line 13067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-room-service-outline::before {
  content: "\FD73";
}

/* line 13071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-3d::before {
  content: "\FEE4";
}

/* line 13075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-3d-variant::before {
  content: "\F464";
}

/* line 13079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-left::before {
  content: "\F465";
}

/* line 13083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-left-variant::before {
  content: "\F466";
}

/* line 13087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-orbit::before {
  content: "\FD74";
}

/* line 13091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-right::before {
  content: "\F467";
}

/* line 13095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-right-variant::before {
  content: "\F468";
}

/* line 13099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rounded-corner::before {
  content: "\F607";
}

/* line 13103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-router-wireless::before {
  content: "\F469";
}

/* line 13107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-router-wireless-settings::before {
  content: "\FA68";
}

/* line 13111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-routes::before {
  content: "\F46A";
}

/* line 13115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-routes-clock::before {
  content: "\F007B";
}

/* line 13119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rowing::before {
  content: "\F608";
}

/* line 13123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rss::before {
  content: "\F46B";
}

/* line 13127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rss-box::before {
  content: "\F46C";
}

/* line 13131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rss-off::before {
  content: "\FF3E";
}

/* line 13135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ruby::before {
  content: "\FD09";
}

/* line 13139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rugby::before {
  content: "\FD75";
}

/* line 13143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ruler::before {
  content: "\F46D";
}

/* line 13147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ruler-square::before {
  content: "\FC9E";
}

/* line 13151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ruler-square-compass::before {
  content: "\FEDB";
}

/* line 13155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-run::before {
  content: "\F70D";
}

/* line 13159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-run-fast::before {
  content: "\F46E";
}

/* line 13163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sack::before {
  content: "\FD0A";
}

/* line 13167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sack-percent::before {
  content: "\FD0B";
}

/* line 13171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-safe::before {
  content: "\FA69";
}

/* line 13175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-safety-goggles::before {
  content: "\FD0C";
}

/* line 13179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sailing::before {
  content: "\FEE5";
}

/* line 13183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sale::before {
  content: "\F46F";
}

/* line 13187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-salesforce::before {
  content: "\F88D";
}

/* line 13191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sass::before {
  content: "\F7EB";
}

/* line 13195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-satellite::before {
  content: "\F470";
}

/* line 13199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-satellite-uplink::before {
  content: "\F908";
}

/* line 13203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-satellite-variant::before {
  content: "\F471";
}

/* line 13207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sausage::before {
  content: "\F8B9";
}

/* line 13211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-saw-blade::before {
  content: "\FE44";
}

/* line 13215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-saxophone::before {
  content: "\F609";
}

/* line 13219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scale::before {
  content: "\F472";
}

/* line 13223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scale-balance::before {
  content: "\F5D1";
}

/* line 13227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scale-bathroom::before {
  content: "\F473";
}

/* line 13231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scale-off::before {
  content: "\F007C";
}

/* line 13235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scanner::before {
  content: "\F6AA";
}

/* line 13239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scanner-off::before {
  content: "\F909";
}

/* line 13243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scatter-plot::before {
  content: "\FEE6";
}

/* line 13247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scatter-plot-outline::before {
  content: "\FEE7";
}

/* line 13251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-school::before {
  content: "\F474";
}

/* line 13255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-scissors-cutting::before {
  content: "\FA6A";
}

/* line 13259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screen-rotation::before {
  content: "\F475";
}

/* line 13263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screen-rotation-lock::before {
  content: "\F476";
}

/* line 13267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-flat-top::before {
  content: "\FDCF";
}

/* line 13271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-lag::before {
  content: "\FE54";
}

/* line 13275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-machine-flat-top::before {
  content: "\FE55";
}

/* line 13279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-machine-round-top::before {
  content: "\FE56";
}

/* line 13283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screw-round-top::before {
  content: "\FE57";
}

/* line 13287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-screwdriver::before {
  content: "\F477";
}

/* line 13291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-script::before {
  content: "\FB9D";
}

/* line 13295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-script-outline::before {
  content: "\F478";
}

/* line 13299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-script-text::before {
  content: "\FB9E";
}

/* line 13303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-script-text-outline::before {
  content: "\FB9F";
}

/* line 13307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sd::before {
  content: "\F479";
}

/* line 13311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seal::before {
  content: "\F47A";
}

/* line 13315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seal-variant::before {
  content: "\FFFA";
}

/* line 13319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-search-web::before {
  content: "\F70E";
}

/* line 13323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat::before {
  content: "\FC9F";
}

/* line 13327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-flat::before {
  content: "\F47B";
}

/* line 13331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-flat-angled::before {
  content: "\F47C";
}

/* line 13335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-individual-suite::before {
  content: "\F47D";
}

/* line 13339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-legroom-extra::before {
  content: "\F47E";
}

/* line 13343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-legroom-normal::before {
  content: "\F47F";
}

/* line 13347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-legroom-reduced::before {
  content: "\F480";
}

/* line 13351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-outline::before {
  content: "\FCA0";
}

/* line 13355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-recline-extra::before {
  content: "\F481";
}

/* line 13359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seat-recline-normal::before {
  content: "\F482";
}

/* line 13363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seatbelt::before {
  content: "\FCA1";
}

/* line 13367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-security::before {
  content: "\F483";
}

/* line 13371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-security-network::before {
  content: "\F484";
}

/* line 13375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seed::before {
  content: "\FE45";
}

/* line 13379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-seed-outline::before {
  content: "\FE46";
}

/* line 13383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-segment::before {
  content: "\FEE8";
}

/* line 13387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select::before {
  content: "\F485";
}

/* line 13391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-all::before {
  content: "\F486";
}

/* line 13395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-color::before {
  content: "\FD0D";
}

/* line 13399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-compare::before {
  content: "\FAD8";
}

/* line 13403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-drag::before {
  content: "\FA6B";
}

/* line 13407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-group::before {
  content: "\FF9F";
}

/* line 13411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-inverse::before {
  content: "\F487";
}

/* line 13415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-off::before {
  content: "\F488";
}

/* line 13419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-select-place::before {
  content: "\FFFB";
}

/* line 13423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection::before {
  content: "\F489";
}

/* line 13427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection-drag::before {
  content: "\FA6C";
}

/* line 13431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection-ellipse::before {
  content: "\FD0E";
}

/* line 13435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection-ellipse-arrow-inside::before {
  content: "\FF3F";
}

/* line 13439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-selection-off::before {
  content: "\F776";
}

/* line 13443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-send::before {
  content: "\F48A";
}

/* line 13447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-send-circle::before {
  content: "\FE58";
}

/* line 13451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-send-circle-outline::before {
  content: "\FE59";
}

/* line 13455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-send-lock::before {
  content: "\F7EC";
}

/* line 13459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-serial-port::before {
  content: "\F65C";
}

/* line 13463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server::before {
  content: "\F48B";
}

/* line 13467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-minus::before {
  content: "\F48C";
}

/* line 13471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-network::before {
  content: "\F48D";
}

/* line 13475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-network-off::before {
  content: "\F48E";
}

/* line 13479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-off::before {
  content: "\F48F";
}

/* line 13483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-plus::before {
  content: "\F490";
}

/* line 13487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-remove::before {
  content: "\F491";
}

/* line 13491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-server-security::before {
  content: "\F492";
}

/* line 13495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-all::before {
  content: "\F777";
}

/* line 13499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-center::before {
  content: "\F778";
}

/* line 13503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-center-right::before {
  content: "\F779";
}

/* line 13507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-left::before {
  content: "\F77A";
}

/* line 13511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-left-center::before {
  content: "\F77B";
}

/* line 13515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-left-right::before {
  content: "\F77C";
}

/* line 13519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-none::before {
  content: "\F77D";
}

/* line 13523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-right::before {
  content: "\F77E";
}

/* line 13527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-set-top-box::before {
  content: "\F99E";
}

/* line 13531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings::before {
  content: "\F493";
}

/* line 13535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-box::before {
  content: "\F494";
}

/* line 13539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-helper::before {
  content: "\FA6D";
}

/* line 13543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-outline::before {
  content: "\F8BA";
}

/* line 13547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-transfer::before {
  content: "\F007D";
}

/* line 13551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-settings-transfer-outline::before {
  content: "\F007E";
}

/* line 13555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape::before {
  content: "\F830";
}

/* line 13559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-circle-plus::before {
  content: "\F65D";
}

/* line 13563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-outline::before {
  content: "\F831";
}

/* line 13567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-plus::before {
  content: "\F495";
}

/* line 13571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-polygon-plus::before {
  content: "\F65E";
}

/* line 13575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-rectangle-plus::before {
  content: "\F65F";
}

/* line 13579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shape-square-plus::before {
  content: "\F660";
}

/* line 13583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share::before {
  content: "\F496";
}

/* line 13587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share-off::before {
  content: "\FF40";
}

/* line 13591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share-off-outline::before {
  content: "\FF41";
}

/* line 13595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share-outline::before {
  content: "\F931";
}

/* line 13599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-share-variant::before {
  content: "\F497";
}

/* line 13603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sheep::before {
  content: "\FCA2";
}

/* line 13607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield::before {
  content: "\F498";
}

/* line 13611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-account::before {
  content: "\F88E";
}

/* line 13615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-account-outline::before {
  content: "\FA11";
}

/* line 13619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-airplane::before {
  content: "\F6BA";
}

/* line 13623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-airplane-outline::before {
  content: "\FCA3";
}

/* line 13627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-alert::before {
  content: "\FEE9";
}

/* line 13631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-alert-outline::before {
  content: "\FEEA";
}

/* line 13635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-car::before {
  content: "\FFA0";
}

/* line 13639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-check::before {
  content: "\F565";
}

/* line 13643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-check-outline::before {
  content: "\FCA4";
}

/* line 13647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-cross::before {
  content: "\FCA5";
}

/* line 13651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-cross-outline::before {
  content: "\FCA6";
}

/* line 13655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-half-full::before {
  content: "\F77F";
}

/* line 13659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-home::before {
  content: "\F689";
}

/* line 13663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-home-outline::before {
  content: "\FCA7";
}

/* line 13667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-key::before {
  content: "\FBA0";
}

/* line 13671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-key-outline::before {
  content: "\FBA1";
}

/* line 13675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-link-variant::before {
  content: "\FD0F";
}

/* line 13679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-link-variant-outline::before {
  content: "\FD10";
}

/* line 13683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-lock::before {
  content: "\F99C";
}

/* line 13687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-lock-outline::before {
  content: "\FCA8";
}

/* line 13691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-off::before {
  content: "\F99D";
}

/* line 13695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-off-outline::before {
  content: "\F99B";
}

/* line 13699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-outline::before {
  content: "\F499";
}

/* line 13703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-plus::before {
  content: "\FAD9";
}

/* line 13707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-plus-outline::before {
  content: "\FADA";
}

/* line 13711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-remove::before {
  content: "\FADB";
}

/* line 13715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-remove-outline::before {
  content: "\FADC";
}

/* line 13719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-search::before {
  content: "\FD76";
}

/* line 13723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-sun::before {
  content: "\F007F";
}

/* line 13727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shield-sun-outline::before {
  content: "\F0080";
}

/* line 13731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ship-wheel::before {
  content: "\F832";
}

/* line 13735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shoe-formal::before {
  content: "\FB22";
}

/* line 13739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shoe-heel::before {
  content: "\FB23";
}

/* line 13743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shoe-print::before {
  content: "\FE5A";
}

/* line 13747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shopify::before {
  content: "\FADD";
}

/* line 13751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shopping::before {
  content: "\F49A";
}

/* line 13755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shopping-music::before {
  content: "\F49B";
}

/* line 13759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shopping-search::before {
  content: "\FFA1";
}

/* line 13763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shovel::before {
  content: "\F70F";
}

/* line 13767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shovel-off::before {
  content: "\F710";
}

/* line 13771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shower::before {
  content: "\F99F";
}

/* line 13775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shower-head::before {
  content: "\F9A0";
}

/* line 13779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shredder::before {
  content: "\F49C";
}

/* line 13783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shuffle::before {
  content: "\F49D";
}

/* line 13787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shuffle-disabled::before {
  content: "\F49E";
}

/* line 13791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-shuffle-variant::before {
  content: "\F49F";
}

/* line 13795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sigma::before {
  content: "\F4A0";
}

/* line 13799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sigma-lower::before {
  content: "\F62B";
}

/* line 13803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-caution::before {
  content: "\F4A1";
}

/* line 13807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-direction::before {
  content: "\F780";
}

/* line 13811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-direction-minus::before {
  content: "\F0022";
}

/* line 13815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-direction-plus::before {
  content: "\FFFD";
}

/* line 13819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-direction-remove::before {
  content: "\FFFE";
}

/* line 13823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sign-text::before {
  content: "\F781";
}

/* line 13827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal::before {
  content: "\F4A2";
}

/* line 13831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-2g::before {
  content: "\F711";
}

/* line 13835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-3g::before {
  content: "\F712";
}

/* line 13839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-4g::before {
  content: "\F713";
}

/* line 13843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-5g::before {
  content: "\FA6E";
}

/* line 13847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-cellular-1::before {
  content: "\F8BB";
}

/* line 13851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-cellular-2::before {
  content: "\F8BC";
}

/* line 13855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-cellular-3::before {
  content: "\F8BD";
}

/* line 13859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-cellular-outline::before {
  content: "\F8BE";
}

/* line 13863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-distance-variant::before {
  content: "\FE47";
}

/* line 13867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-hspa::before {
  content: "\F714";
}

/* line 13871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-hspa-plus::before {
  content: "\F715";
}

/* line 13875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-off::before {
  content: "\F782";
}

/* line 13879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signal-variant::before {
  content: "\F60A";
}

/* line 13883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signature::before {
  content: "\FE5B";
}

/* line 13887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signature-freehand::before {
  content: "\FE5C";
}

/* line 13891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signature-image::before {
  content: "\FE5D";
}

/* line 13895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-signature-text::before {
  content: "\FE5E";
}

/* line 13899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silo::before {
  content: "\FB24";
}

/* line 13903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware::before {
  content: "\F4A3";
}

/* line 13907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-clean::before {
  content: "\FFFF";
}

/* line 13911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-fork::before {
  content: "\F4A4";
}

/* line 13915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-fork-knife::before {
  content: "\FA6F";
}

/* line 13919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-spoon::before {
  content: "\F4A5";
}

/* line 13923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-silverware-variant::before {
  content: "\F4A6";
}

/* line 13927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sim::before {
  content: "\F4A7";
}

/* line 13931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sim-alert::before {
  content: "\F4A8";
}

/* line 13935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sim-off::before {
  content: "\F4A9";
}

/* line 13939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sina-weibo::before {
  content: "\FADE";
}

/* line 13943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sitemap::before {
  content: "\F4AA";
}

/* line 13947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skate::before {
  content: "\FD11";
}

/* line 13951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skew-less::before {
  content: "\FD12";
}

/* line 13955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skew-more::before {
  content: "\FD13";
}

/* line 13959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-backward::before {
  content: "\F4AB";
}

/* line 13963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-backward-outline::before {
  content: "\FF42";
}

/* line 13967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-forward::before {
  content: "\F4AC";
}

/* line 13971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-forward-outline::before {
  content: "\FF43";
}

/* line 13975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-next::before {
  content: "\F4AD";
}

/* line 13979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-next-circle::before {
  content: "\F661";
}

/* line 13983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-next-circle-outline::before {
  content: "\F662";
}

/* line 13987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-next-outline::before {
  content: "\FF44";
}

/* line 13991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-previous::before {
  content: "\F4AE";
}

/* line 13995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-previous-circle::before {
  content: "\F663";
}

/* line 13999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-previous-circle-outline::before {
  content: "\F664";
}

/* line 14003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skip-previous-outline::before {
  content: "\FF45";
}

/* line 14007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skull::before {
  content: "\F68B";
}

/* line 14011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skull-crossbones::before {
  content: "\FBA2";
}

/* line 14015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skull-crossbones-outline::before {
  content: "\FBA3";
}

/* line 14019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skull-outline::before {
  content: "\FBA4";
}

/* line 14023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skype::before {
  content: "\F4AF";
}

/* line 14027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-skype-business::before {
  content: "\F4B0";
}

/* line 14031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slack::before {
  content: "\F4B1";
}

/* line 14035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slackware::before {
  content: "\F90A";
}

/* line 14039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slash-forward::before {
  content: "\F0000";
}

/* line 14043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slash-forward-box::before {
  content: "\F0001";
}

/* line 14047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sleep::before {
  content: "\F4B2";
}

/* line 14051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sleep-off::before {
  content: "\F4B3";
}

/* line 14055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slope-downhill::before {
  content: "\FE5F";
}

/* line 14059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-slope-uphill::before {
  content: "\FE60";
}

/* line 14063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-smog::before {
  content: "\FA70";
}

/* line 14067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-smoke-detector::before {
  content: "\F392";
}

/* line 14071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-smoking::before {
  content: "\F4B4";
}

/* line 14075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-smoking-off::before {
  content: "\F4B5";
}

/* line 14079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snapchat::before {
  content: "\F4B6";
}

/* line 14083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snowflake::before {
  content: "\F716";
}

/* line 14087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snowflake-alert::before {
  content: "\FF46";
}

/* line 14091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snowflake-variant::before {
  content: "\FF47";
}

/* line 14095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-snowman::before {
  content: "\F4B7";
}

/* line 14099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-soccer::before {
  content: "\F4B8";
}

/* line 14103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-soccer-field::before {
  content: "\F833";
}

/* line 14107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sofa::before {
  content: "\F4B9";
}

/* line 14111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-solar-panel::before {
  content: "\FD77";
}

/* line 14115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-solar-panel-large::before {
  content: "\FD78";
}

/* line 14119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-solar-power::before {
  content: "\FA71";
}

/* line 14123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-solid::before {
  content: "\F68C";
}

/* line 14127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort::before {
  content: "\F4BA";
}

/* line 14131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-alphabetical::before {
  content: "\F4BB";
}

/* line 14135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-ascending::before {
  content: "\F4BC";
}

/* line 14139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-descending::before {
  content: "\F4BD";
}

/* line 14143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-numeric::before {
  content: "\F4BE";
}

/* line 14147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-variant::before {
  content: "\F4BF";
}

/* line 14151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-variant-lock::before {
  content: "\FCA9";
}

/* line 14155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sort-variant-lock-open::before {
  content: "\FCAA";
}

/* line 14159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-soundcloud::before {
  content: "\F4C0";
}

/* line 14163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-branch::before {
  content: "\F62C";
}

/* line 14167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit::before {
  content: "\F717";
}

/* line 14171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-end::before {
  content: "\F718";
}

/* line 14175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-end-local::before {
  content: "\F719";
}

/* line 14179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-local::before {
  content: "\F71A";
}

/* line 14183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-next-local::before {
  content: "\F71B";
}

/* line 14187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-start::before {
  content: "\F71C";
}

/* line 14191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-commit-start-next-local::before {
  content: "\F71D";
}

/* line 14195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-fork::before {
  content: "\F4C1";
}

/* line 14199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-merge::before {
  content: "\F62D";
}

/* line 14203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-pull::before {
  content: "\F4C2";
}

/* line 14207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-repository::before {
  content: "\FCAB";
}

/* line 14211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-source-repository-multiple::before {
  content: "\FCAC";
}

/* line 14215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-soy-sauce::before {
  content: "\F7ED";
}

/* line 14219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spa::before {
  content: "\FCAD";
}

/* line 14223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spa-outline::before {
  content: "\FCAE";
}

/* line 14227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-space-invaders::before {
  content: "\FBA5";
}

/* line 14231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spade::before {
  content: "\FE48";
}

/* line 14235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker::before {
  content: "\F4C3";
}

/* line 14239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker-bluetooth::before {
  content: "\F9A1";
}

/* line 14243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker-multiple::before {
  content: "\FD14";
}

/* line 14247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker-off::before {
  content: "\F4C4";
}

/* line 14251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speaker-wireless::before {
  content: "\F71E";
}

/* line 14255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speedometer::before {
  content: "\F4C5";
}

/* line 14259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speedometer-medium::before {
  content: "\FFA2";
}

/* line 14263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-speedometer-slow::before {
  content: "\FFA3";
}

/* line 14267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spellcheck::before {
  content: "\F4C6";
}

/* line 14271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spider-web::before {
  content: "\FBA6";
}

/* line 14275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spotify::before {
  content: "\F4C7";
}

/* line 14279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spotlight::before {
  content: "\F4C8";
}

/* line 14283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spotlight-beam::before {
  content: "\F4C9";
}

/* line 14287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spray::before {
  content: "\F665";
}

/* line 14291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spray-bottle::before {
  content: "\FADF";
}

/* line 14295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sprinkler::before {
  content: "\F0081";
}

/* line 14299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sprinkler-variant::before {
  content: "\F0082";
}

/* line 14303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sprout::before {
  content: "\FE49";
}

/* line 14307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sprout-outline::before {
  content: "\FE4A";
}

/* line 14311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square::before {
  content: "\F763";
}

/* line 14315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-edit-outline::before {
  content: "\F90B";
}

/* line 14319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-inc::before {
  content: "\F4CA";
}

/* line 14323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-inc-cash::before {
  content: "\F4CB";
}

/* line 14327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-medium::before {
  content: "\FA12";
}

/* line 14331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-medium-outline::before {
  content: "\FA13";
}

/* line 14335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-outline::before {
  content: "\F762";
}

/* line 14339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-root::before {
  content: "\F783";
}

/* line 14343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-root-box::before {
  content: "\F9A2";
}

/* line 14347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-square-small::before {
  content: "\FA14";
}

/* line 14351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-squeegee::before {
  content: "\FAE0";
}

/* line 14355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ssh::before {
  content: "\F8BF";
}

/* line 14359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stack-exchange::before {
  content: "\F60B";
}

/* line 14363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stack-overflow::before {
  content: "\F4CC";
}

/* line 14367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stadium::before {
  content: "\F001A";
}

/* line 14371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stadium-variant::before {
  content: "\F71F";
}

/* line 14375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stairs::before {
  content: "\F4CD";
}

/* line 14379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stamper::before {
  content: "\FD15";
}

/* line 14383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-standard-definition::before {
  content: "\F7EE";
}

/* line 14387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star::before {
  content: "\F4CE";
}

/* line 14391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-box::before {
  content: "\FA72";
}

/* line 14395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-box-outline::before {
  content: "\FA73";
}

/* line 14399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-circle::before {
  content: "\F4CF";
}

/* line 14403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-circle-outline::before {
  content: "\F9A3";
}

/* line 14407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-face::before {
  content: "\F9A4";
}

/* line 14411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-four-points::before {
  content: "\FAE1";
}

/* line 14415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-four-points-outline::before {
  content: "\FAE2";
}

/* line 14419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-half::before {
  content: "\F4D0";
}

/* line 14423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-off::before {
  content: "\F4D1";
}

/* line 14427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-outline::before {
  content: "\F4D2";
}

/* line 14431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-three-points::before {
  content: "\FAE3";
}

/* line 14435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-star-three-points-outline::before {
  content: "\FAE4";
}

/* line 14439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-steam::before {
  content: "\F4D3";
}

/* line 14443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-steam-box::before {
  content: "\F90C";
}

/* line 14447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-steering::before {
  content: "\F4D4";
}

/* line 14451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-steering-off::before {
  content: "\F90D";
}

/* line 14455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-step-backward::before {
  content: "\F4D5";
}

/* line 14459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-step-backward-2::before {
  content: "\F4D6";
}

/* line 14463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-step-forward::before {
  content: "\F4D7";
}

/* line 14467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-step-forward-2::before {
  content: "\F4D8";
}

/* line 14471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stethoscope::before {
  content: "\F4D9";
}

/* line 14475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sticker::before {
  content: "\F5D0";
}

/* line 14479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sticker-emoji::before {
  content: "\F784";
}

/* line 14483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stocking::before {
  content: "\F4DA";
}

/* line 14487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stop::before {
  content: "\F4DB";
}

/* line 14491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stop-circle::before {
  content: "\F666";
}

/* line 14495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stop-circle-outline::before {
  content: "\F667";
}

/* line 14499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-store::before {
  content: "\F4DC";
}

/* line 14503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-store-24-hour::before {
  content: "\F4DD";
}

/* line 14507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stove::before {
  content: "\F4DE";
}

/* line 14511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-strava::before {
  content: "\FB25";
}

/* line 14515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stretch-to-page::before {
  content: "\FF48";
}

/* line 14519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-stretch-to-page-outline::before {
  content: "\FF49";
}

/* line 14523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subdirectory-arrow-left::before {
  content: "\F60C";
}

/* line 14527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subdirectory-arrow-right::before {
  content: "\F60D";
}

/* line 14531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subtitles::before {
  content: "\FA15";
}

/* line 14535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subtitles-outline::before {
  content: "\FA16";
}

/* line 14539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subway::before {
  content: "\F6AB";
}

/* line 14543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subway-alert-variant::before {
  content: "\FD79";
}

/* line 14547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-subway-variant::before {
  content: "\F4DF";
}

/* line 14551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-summit::before {
  content: "\F785";
}

/* line 14555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sunglasses::before {
  content: "\F4E0";
}

/* line 14559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound::before {
  content: "\F5C5";
}

/* line 14563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound-2-0::before {
  content: "\F7EF";
}

/* line 14567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound-3-1::before {
  content: "\F7F0";
}

/* line 14571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound-5-1::before {
  content: "\F7F1";
}

/* line 14575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-surround-sound-7-1::before {
  content: "\F7F2";
}

/* line 14579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-svg::before {
  content: "\F720";
}

/* line 14583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal::before {
  content: "\F4E1";
}

/* line 14587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal-bold::before {
  content: "\FBA9";
}

/* line 14591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal-circle::before {
  content: "\F0002";
}

/* line 14595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal-circle-outline::before {
  content: "\F0003";
}

/* line 14599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-horizontal-variant::before {
  content: "\F8C0";
}

/* line 14603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical::before {
  content: "\F4E2";
}

/* line 14607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical-bold::before {
  content: "\FBAA";
}

/* line 14611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical-circle::before {
  content: "\F0004";
}

/* line 14615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical-circle-outline::before {
  content: "\F0005";
}

/* line 14619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swap-vertical-variant::before {
  content: "\F8C1";
}

/* line 14623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-swim::before {
  content: "\F4E3";
}

/* line 14627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-switch::before {
  content: "\F4E4";
}

/* line 14631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sword::before {
  content: "\F4E5";
}

/* line 14635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sword-cross::before {
  content: "\F786";
}

/* line 14639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-symfony::before {
  content: "\FAE5";
}

/* line 14643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sync::before {
  content: "\F4E6";
}

/* line 14647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sync-alert::before {
  content: "\F4E7";
}

/* line 14651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-sync-off::before {
  content: "\F4E8";
}

/* line 14655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab::before {
  content: "\F4E9";
}

/* line 14659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab-minus::before {
  content: "\FB26";
}

/* line 14663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab-plus::before {
  content: "\F75B";
}

/* line 14667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab-remove::before {
  content: "\FB27";
}

/* line 14671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tab-unselected::before {
  content: "\F4EA";
}

/* line 14675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table::before {
  content: "\F4EB";
}

/* line 14679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-border::before {
  content: "\FA17";
}

/* line 14683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-chair::before {
  content: "\F0083";
}

/* line 14687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column::before {
  content: "\F834";
}

/* line 14691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column-plus-after::before {
  content: "\F4EC";
}

/* line 14695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column-plus-before::before {
  content: "\F4ED";
}

/* line 14699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column-remove::before {
  content: "\F4EE";
}

/* line 14703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-column-width::before {
  content: "\F4EF";
}

/* line 14707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-edit::before {
  content: "\F4F0";
}

/* line 14711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-large::before {
  content: "\F4F1";
}

/* line 14715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-large-plus::before {
  content: "\FFA4";
}

/* line 14719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-large-remove::before {
  content: "\FFA5";
}

/* line 14723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-merge-cells::before {
  content: "\F9A5";
}

/* line 14727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-of-contents::before {
  content: "\F835";
}

/* line 14731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-plus::before {
  content: "\FA74";
}

/* line 14735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-remove::before {
  content: "\FA75";
}

/* line 14739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row::before {
  content: "\F836";
}

/* line 14743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row-height::before {
  content: "\F4F2";
}

/* line 14747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row-plus-after::before {
  content: "\F4F3";
}

/* line 14751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row-plus-before::before {
  content: "\F4F4";
}

/* line 14755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-row-remove::before {
  content: "\F4F5";
}

/* line 14759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-search::before {
  content: "\F90E";
}

/* line 14763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-settings::before {
  content: "\F837";
}

/* line 14767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-table-tennis::before {
  content: "\FE4B";
}

/* line 14771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet::before {
  content: "\F4F6";
}

/* line 14775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet-android::before {
  content: "\F4F7";
}

/* line 14779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet-cellphone::before {
  content: "\F9A6";
}

/* line 14783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet-dashboard::before {
  content: "\FEEB";
}

/* line 14787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tablet-ipad::before {
  content: "\F4F8";
}

/* line 14791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-taco::before {
  content: "\F761";
}

/* line 14795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag::before {
  content: "\F4F9";
}

/* line 14799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-faces::before {
  content: "\F4FA";
}

/* line 14803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-heart::before {
  content: "\F68A";
}

/* line 14807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-heart-outline::before {
  content: "\FBAB";
}

/* line 14811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-minus::before {
  content: "\F90F";
}

/* line 14815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-multiple::before {
  content: "\F4FB";
}

/* line 14819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-outline::before {
  content: "\F4FC";
}

/* line 14823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-plus::before {
  content: "\F721";
}

/* line 14827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-remove::before {
  content: "\F722";
}

/* line 14831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tag-text-outline::before {
  content: "\F4FD";
}

/* line 14835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tank::before {
  content: "\FD16";
}

/* line 14839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tanker-truck::before {
  content: "\F0006";
}

/* line 14843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tape-measure::before {
  content: "\FB28";
}

/* line 14847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-target::before {
  content: "\F4FE";
}

/* line 14851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-target-account::before {
  content: "\FBAC";
}

/* line 14855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-target-variant::before {
  content: "\FA76";
}

/* line 14859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-taxi::before {
  content: "\F4FF";
}

/* line 14863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tea::before {
  content: "\FD7A";
}

/* line 14867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tea-outline::before {
  content: "\FD7B";
}

/* line 14871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-teach::before {
  content: "\F88F";
}

/* line 14875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-teamviewer::before {
  content: "\F500";
}

/* line 14879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-telegram::before {
  content: "\F501";
}

/* line 14883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-telescope::before {
  content: "\FB29";
}

/* line 14887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television::before {
  content: "\F502";
}

/* line 14891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-box::before {
  content: "\F838";
}

/* line 14895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-classic::before {
  content: "\F7F3";
}

/* line 14899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-classic-off::before {
  content: "\F839";
}

/* line 14903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-guide::before {
  content: "\F503";
}

/* line 14907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-off::before {
  content: "\F83A";
}

/* line 14911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-pause::before {
  content: "\FFA6";
}

/* line 14915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-play::before {
  content: "\FEEC";
}

/* line 14919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-television-stop::before {
  content: "\FFA7";
}

/* line 14923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-temperature-celsius::before {
  content: "\F504";
}

/* line 14927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-temperature-fahrenheit::before {
  content: "\F505";
}

/* line 14931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-temperature-kelvin::before {
  content: "\F506";
}

/* line 14935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tennis::before {
  content: "\FD7C";
}

/* line 14939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tennis-ball::before {
  content: "\F507";
}

/* line 14943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tent::before {
  content: "\F508";
}

/* line 14947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-terraform::before {
  content: "\F0084";
}

/* line 14951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-terrain::before {
  content: "\F509";
}

/* line 14955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-test-tube::before {
  content: "\F668";
}

/* line 14959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-test-tube-empty::before {
  content: "\F910";
}

/* line 14963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-test-tube-off::before {
  content: "\F911";
}

/* line 14967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text::before {
  content: "\F9A7";
}

/* line 14971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-shadow::before {
  content: "\F669";
}

/* line 14975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-short::before {
  content: "\F9A8";
}

/* line 14979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-subject::before {
  content: "\F9A9";
}

/* line 14983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-to-speech::before {
  content: "\F50A";
}

/* line 14987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-text-to-speech-off::before {
  content: "\F50B";
}

/* line 14991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-textbox::before {
  content: "\F60E";
}

/* line 14995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-textbox-password::before {
  content: "\F7F4";
}

/* line 14999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-texture::before {
  content: "\F50C";
}

/* line 15003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-texture-box::before {
  content: "\F0007";
}

/* line 15007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-theater::before {
  content: "\F50D";
}

/* line 15011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-theme-light-dark::before {
  content: "\F50E";
}

/* line 15015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer::before {
  content: "\F50F";
}

/* line 15019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-alert::before {
  content: "\FE61";
}

/* line 15023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-chevron-down::before {
  content: "\FE62";
}

/* line 15027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-chevron-up::before {
  content: "\FE63";
}

/* line 15031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-lines::before {
  content: "\F510";
}

/* line 15035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-minus::before {
  content: "\FE64";
}

/* line 15039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermometer-plus::before {
  content: "\FE65";
}

/* line 15043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermostat::before {
  content: "\F393";
}

/* line 15047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thermostat-box::before {
  content: "\F890";
}

/* line 15051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thought-bubble::before {
  content: "\F7F5";
}

/* line 15055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thought-bubble-outline::before {
  content: "\F7F6";
}

/* line 15059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumb-down::before {
  content: "\F511";
}

/* line 15063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumb-down-outline::before {
  content: "\F512";
}

/* line 15067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumb-up::before {
  content: "\F513";
}

/* line 15071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumb-up-outline::before {
  content: "\F514";
}

/* line 15075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-thumbs-up-down::before {
  content: "\F515";
}

/* line 15079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket::before {
  content: "\F516";
}

/* line 15083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket-account::before {
  content: "\F517";
}

/* line 15087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket-confirmation::before {
  content: "\F518";
}

/* line 15091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket-outline::before {
  content: "\F912";
}

/* line 15095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ticket-percent::before {
  content: "\F723";
}

/* line 15099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tie::before {
  content: "\F519";
}

/* line 15103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tilde::before {
  content: "\F724";
}

/* line 15107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timelapse::before {
  content: "\F51A";
}

/* line 15111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline::before {
  content: "\FBAD";
}

/* line 15115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-alert::before {
  content: "\FFB2";
}

/* line 15119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-alert-outline::before {
  content: "\FFB5";
}

/* line 15123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-help::before {
  content: "\FFB6";
}

/* line 15127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-help-outline::before {
  content: "\FFB7";
}

/* line 15131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-outline::before {
  content: "\FBAE";
}

/* line 15135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-plus::before {
  content: "\FFB3";
}

/* line 15139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-plus-outline::before {
  content: "\FFB4";
}

/* line 15143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-text::before {
  content: "\FBAF";
}

/* line 15147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timeline-text-outline::before {
  content: "\FBB0";
}

/* line 15151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer::before {
  content: "\F51B";
}

/* line 15155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-10::before {
  content: "\F51C";
}

/* line 15159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-3::before {
  content: "\F51D";
}

/* line 15163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-off::before {
  content: "\F51E";
}

/* line 15167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-sand::before {
  content: "\F51F";
}

/* line 15171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-sand-empty::before {
  content: "\F6AC";
}

/* line 15175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timer-sand-full::before {
  content: "\F78B";
}

/* line 15179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-timetable::before {
  content: "\F520";
}

/* line 15183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toaster::before {
  content: "\F0085";
}

/* line 15187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toaster-oven::before {
  content: "\FCAF";
}

/* line 15191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toggle-switch::before {
  content: "\F521";
}

/* line 15195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toggle-switch-off::before {
  content: "\F522";
}

/* line 15199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toggle-switch-off-outline::before {
  content: "\FA18";
}

/* line 15203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toggle-switch-outline::before {
  content: "\FA19";
}

/* line 15207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toilet::before {
  content: "\F9AA";
}

/* line 15211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toolbox::before {
  content: "\F9AB";
}

/* line 15215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-toolbox-outline::before {
  content: "\F9AC";
}

/* line 15219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tools::before {
  content: "\F0086";
}

/* line 15223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip::before {
  content: "\F523";
}

/* line 15227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-account::before {
  content: "\F00C";
}

/* line 15231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-edit::before {
  content: "\F524";
}

/* line 15235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-image::before {
  content: "\F525";
}

/* line 15239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-image-outline::before {
  content: "\FBB1";
}

/* line 15243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-outline::before {
  content: "\F526";
}

/* line 15247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-plus::before {
  content: "\FBB2";
}

/* line 15251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-plus-outline::before {
  content: "\F527";
}

/* line 15255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-text::before {
  content: "\F528";
}

/* line 15259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooltip-text-outline::before {
  content: "\FBB3";
}

/* line 15263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooth::before {
  content: "\F8C2";
}

/* line 15267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tooth-outline::before {
  content: "\F529";
}

/* line 15271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tor::before {
  content: "\F52A";
}

/* line 15275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tortoise::before {
  content: "\FD17";
}

/* line 15279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tournament::before {
  content: "\F9AD";
}

/* line 15283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tower-beach::before {
  content: "\F680";
}

/* line 15287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tower-fire::before {
  content: "\F681";
}

/* line 15291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-towing::before {
  content: "\F83B";
}

/* line 15295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-track-light::before {
  content: "\F913";
}

/* line 15299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trackpad::before {
  content: "\F7F7";
}

/* line 15303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trackpad-lock::before {
  content: "\F932";
}

/* line 15307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tractor::before {
  content: "\F891";
}

/* line 15311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trademark::before {
  content: "\FA77";
}

/* line 15315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-traffic-light::before {
  content: "\F52B";
}

/* line 15319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-train::before {
  content: "\F52C";
}

/* line 15323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-train-car::before {
  content: "\FBB4";
}

/* line 15327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-train-variant::before {
  content: "\F8C3";
}

/* line 15331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tram::before {
  content: "\F52D";
}

/* line 15335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tram-side::before {
  content: "\F0008";
}

/* line 15339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transcribe::before {
  content: "\F52E";
}

/* line 15343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transcribe-close::before {
  content: "\F52F";
}

/* line 15347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer::before {
  content: "\F0087";
}

/* line 15351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer-down::before {
  content: "\FD7D";
}

/* line 15355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer-left::before {
  content: "\FD7E";
}

/* line 15359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer-right::before {
  content: "\F530";
}

/* line 15363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transfer-up::before {
  content: "\FD7F";
}

/* line 15367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transit-connection::before {
  content: "\FD18";
}

/* line 15371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transit-connection-variant::before {
  content: "\FD19";
}

/* line 15375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transit-detour::before {
  content: "\FFA8";
}

/* line 15379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transit-transfer::before {
  content: "\F6AD";
}

/* line 15383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transition::before {
  content: "\F914";
}

/* line 15387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transition-masked::before {
  content: "\F915";
}

/* line 15391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-translate::before {
  content: "\F5CA";
}

/* line 15395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-translate-off::before {
  content: "\FE66";
}

/* line 15399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-transmission-tower::before {
  content: "\FD1A";
}

/* line 15403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trash-can::before {
  content: "\FA78";
}

/* line 15407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trash-can-outline::before {
  content: "\FA79";
}

/* line 15411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-treasure-chest::before {
  content: "\F725";
}

/* line 15415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tree::before {
  content: "\F531";
}

/* line 15419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tree-outline::before {
  content: "\FE4C";
}

/* line 15423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trello::before {
  content: "\F532";
}

/* line 15427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trending-down::before {
  content: "\F533";
}

/* line 15431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trending-neutral::before {
  content: "\F534";
}

/* line 15435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trending-up::before {
  content: "\F535";
}

/* line 15439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-triangle::before {
  content: "\F536";
}

/* line 15443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-triangle-outline::before {
  content: "\F537";
}

/* line 15447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-triforce::before {
  content: "\FBB5";
}

/* line 15451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy::before {
  content: "\F538";
}

/* line 15455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-award::before {
  content: "\F539";
}

/* line 15459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-broken::before {
  content: "\FD80";
}

/* line 15463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-outline::before {
  content: "\F53A";
}

/* line 15467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-variant::before {
  content: "\F53B";
}

/* line 15471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-trophy-variant-outline::before {
  content: "\F53C";
}

/* line 15475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck::before {
  content: "\F53D";
}

/* line 15479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck-check::before {
  content: "\FCB0";
}

/* line 15483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck-delivery::before {
  content: "\F53E";
}

/* line 15487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck-fast::before {
  content: "\F787";
}

/* line 15491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-truck-trailer::before {
  content: "\F726";
}

/* line 15495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tshirt-crew::before {
  content: "\FA7A";
}

/* line 15499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tshirt-crew-outline::before {
  content: "\F53F";
}

/* line 15503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tshirt-v::before {
  content: "\FA7B";
}

/* line 15507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tshirt-v-outline::before {
  content: "\F540";
}

/* line 15511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tumble-dryer::before {
  content: "\F916";
}

/* line 15515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tumblr::before {
  content: "\F541";
}

/* line 15519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tumblr-box::before {
  content: "\F917";
}

/* line 15523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tumblr-reblog::before {
  content: "\F542";
}

/* line 15527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tune::before {
  content: "\F62E";
}

/* line 15531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-tune-vertical::before {
  content: "\F66A";
}

/* line 15535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-turnstile::before {
  content: "\FCB1";
}

/* line 15539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-turnstile-outline::before {
  content: "\FCB2";
}

/* line 15543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-turtle::before {
  content: "\FCB3";
}

/* line 15547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitch::before {
  content: "\F543";
}

/* line 15551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitter::before {
  content: "\F544";
}

/* line 15555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitter-box::before {
  content: "\F545";
}

/* line 15559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitter-circle::before {
  content: "\F546";
}

/* line 15563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-twitter-retweet::before {
  content: "\F547";
}

/* line 15567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-two-factor-authentication::before {
  content: "\F9AE";
}

/* line 15571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-typewriter::before {
  content: "\FF4A";
}

/* line 15575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-uber::before {
  content: "\F748";
}

/* line 15579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ubisoft::before {
  content: "\FBB6";
}

/* line 15583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ubuntu::before {
  content: "\F548";
}

/* line 15587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ultra-high-definition::before {
  content: "\F7F8";
}

/* line 15591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-umbraco::before {
  content: "\F549";
}

/* line 15595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-umbrella::before {
  content: "\F54A";
}

/* line 15599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-umbrella-closed::before {
  content: "\F9AF";
}

/* line 15603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-umbrella-outline::before {
  content: "\F54B";
}

/* line 15607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-undo::before {
  content: "\F54C";
}

/* line 15611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-undo-variant::before {
  content: "\F54D";
}

/* line 15615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unfold-less-horizontal::before {
  content: "\F54E";
}

/* line 15619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unfold-less-vertical::before {
  content: "\F75F";
}

/* line 15623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unfold-more-horizontal::before {
  content: "\F54F";
}

/* line 15627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unfold-more-vertical::before {
  content: "\F760";
}

/* line 15631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-ungroup::before {
  content: "\F550";
}

/* line 15635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unicode::before {
  content: "\FEED";
}

/* line 15639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unity::before {
  content: "\F6AE";
}

/* line 15643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-unreal::before {
  content: "\F9B0";
}

/* line 15647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-untappd::before {
  content: "\F551";
}

/* line 15651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-update::before {
  content: "\F6AF";
}

/* line 15655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload::before {
  content: "\F552";
}

/* line 15659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload-multiple::before {
  content: "\F83C";
}

/* line 15663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload-network::before {
  content: "\F6F5";
}

/* line 15667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload-network-outline::before {
  content: "\FCB4";
}

/* line 15671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-upload-outline::before {
  content: "\FE67";
}

/* line 15675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-usb::before {
  content: "\F553";
}

/* line 15679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-valve::before {
  content: "\F0088";
}

/* line 15683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-valve-closed::before {
  content: "\F0089";
}

/* line 15687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-valve-open::before {
  content: "\F008A";
}

/* line 15691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-van-passenger::before {
  content: "\F7F9";
}

/* line 15695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-van-utility::before {
  content: "\F7FA";
}

/* line 15699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vanish::before {
  content: "\F7FB";
}

/* line 15703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-variable::before {
  content: "\FAE6";
}

/* line 15707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-arrange-above::before {
  content: "\F554";
}

/* line 15711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-arrange-below::before {
  content: "\F555";
}

/* line 15715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-bezier::before {
  content: "\FAE7";
}

/* line 15719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-circle::before {
  content: "\F556";
}

/* line 15723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-circle-variant::before {
  content: "\F557";
}

/* line 15727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-combine::before {
  content: "\F558";
}

/* line 15731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-curve::before {
  content: "\F559";
}

/* line 15735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-difference::before {
  content: "\F55A";
}

/* line 15739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-difference-ab::before {
  content: "\F55B";
}

/* line 15743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-difference-ba::before {
  content: "\F55C";
}

/* line 15747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-ellipse::before {
  content: "\F892";
}

/* line 15751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-intersection::before {
  content: "\F55D";
}

/* line 15755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-line::before {
  content: "\F55E";
}

/* line 15759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-link::before {
  content: "\F0009";
}

/* line 15763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-point::before {
  content: "\F55F";
}

/* line 15767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-polygon::before {
  content: "\F560";
}

/* line 15771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-polyline::before {
  content: "\F561";
}

/* line 15775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-radius::before {
  content: "\F749";
}

/* line 15779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-rectangle::before {
  content: "\F5C6";
}

/* line 15783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-selection::before {
  content: "\F562";
}

/* line 15787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-square::before {
  content: "\F001";
}

/* line 15791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-triangle::before {
  content: "\F563";
}

/* line 15795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vector-union::before {
  content: "\F564";
}

/* line 15799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-venmo::before {
  content: "\F578";
}

/* line 15803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vhs::before {
  content: "\FA1A";
}

/* line 15807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vibrate::before {
  content: "\F566";
}

/* line 15811, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vibrate-off::before {
  content: "\FCB5";
}

/* line 15815, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video::before {
  content: "\F567";
}

/* line 15819, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-3d::before {
  content: "\F7FC";
}

/* line 15823, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-3d-variant::before {
  content: "\FEEE";
}

/* line 15827, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-4k-box::before {
  content: "\F83D";
}

/* line 15831, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-account::before {
  content: "\F918";
}

/* line 15835, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-check::before {
  content: "\F008B";
}

/* line 15839, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-check-outline::before {
  content: "\F008C";
}

/* line 15843, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-image::before {
  content: "\F919";
}

/* line 15847, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-antenna::before {
  content: "\F83E";
}

/* line 15851, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-component::before {
  content: "\F83F";
}

/* line 15855, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-hdmi::before {
  content: "\F840";
}

/* line 15859, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-scart::before {
  content: "\FFA9";
}

/* line 15863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-input-svideo::before {
  content: "\F841";
}

/* line 15867, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-minus::before {
  content: "\F9B1";
}

/* line 15871, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-off::before {
  content: "\F568";
}

/* line 15875, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-off-outline::before {
  content: "\FBB7";
}

/* line 15879, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-outline::before {
  content: "\FBB8";
}

/* line 15883, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-plus::before {
  content: "\F9B2";
}

/* line 15887, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-stabilization::before {
  content: "\F91A";
}

/* line 15891, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-switch::before {
  content: "\F569";
}

/* line 15895, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-vintage::before {
  content: "\FA1B";
}

/* line 15899, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-wireless::before {
  content: "\FEEF";
}

/* line 15903, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-video-wireless-outline::before {
  content: "\FEF0";
}

/* line 15907, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-agenda::before {
  content: "\F56A";
}

/* line 15911, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-array::before {
  content: "\F56B";
}

/* line 15915, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-carousel::before {
  content: "\F56C";
}

/* line 15919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-column::before {
  content: "\F56D";
}

/* line 15923, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-comfy::before {
  content: "\FE4D";
}

/* line 15927, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-compact::before {
  content: "\FE4E";
}

/* line 15931, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-compact-outline::before {
  content: "\FE4F";
}

/* line 15935, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-dashboard::before {
  content: "\F56E";
}

/* line 15939, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-dashboard-outline::before {
  content: "\FA1C";
}

/* line 15943, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-dashboard-variant::before {
  content: "\F842";
}

/* line 15947, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-day::before {
  content: "\F56F";
}

/* line 15951, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-grid::before {
  content: "\F570";
}

/* line 15955, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-grid-plus::before {
  content: "\FFAA";
}

/* line 15959, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-headline::before {
  content: "\F571";
}

/* line 15963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-list::before {
  content: "\F572";
}

/* line 15967, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-module::before {
  content: "\F573";
}

/* line 15971, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-parallel::before {
  content: "\F727";
}

/* line 15975, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-quilt::before {
  content: "\F574";
}

/* line 15979, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-sequential::before {
  content: "\F728";
}

/* line 15983, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-split-horizontal::before {
  content: "\FBA7";
}

/* line 15987, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-split-vertical::before {
  content: "\FBA8";
}

/* line 15991, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-stream::before {
  content: "\F575";
}

/* line 15995, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-view-week::before {
  content: "\F576";
}

/* line 15999, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vimeo::before {
  content: "\F577";
}

/* line 16003, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-violin::before {
  content: "\F60F";
}

/* line 16007, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-virtual-reality::before {
  content: "\F893";
}

/* line 16011, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-visual-studio::before {
  content: "\F610";
}

/* line 16015, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-visual-studio-code::before {
  content: "\FA1D";
}

/* line 16019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vk::before {
  content: "\F579";
}

/* line 16023, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vk-box::before {
  content: "\F57A";
}

/* line 16027, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vk-circle::before {
  content: "\F57B";
}

/* line 16031, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vlc::before {
  content: "\F57C";
}

/* line 16035, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-voice::before {
  content: "\F5CB";
}

/* line 16039, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-voice-off::before {
  content: "\FEF1";
}

/* line 16043, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-voicemail::before {
  content: "\F57D";
}

/* line 16047, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volleyball::before {
  content: "\F9B3";
}

/* line 16051, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-high::before {
  content: "\F57E";
}

/* line 16055, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-low::before {
  content: "\F57F";
}

/* line 16059, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-medium::before {
  content: "\F580";
}

/* line 16063, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-minus::before {
  content: "\F75D";
}

/* line 16067, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-mute::before {
  content: "\F75E";
}

/* line 16071, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-off::before {
  content: "\F581";
}

/* line 16075, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-plus::before {
  content: "\F75C";
}

/* line 16079, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-volume-variant-off::before {
  content: "\FE68";
}

/* line 16083, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vote::before {
  content: "\FA1E";
}

/* line 16087, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vote-outline::before {
  content: "\FA1F";
}

/* line 16091, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vpn::before {
  content: "\F582";
}

/* line 16095, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vuejs::before {
  content: "\F843";
}

/* line 16099, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-vuetify::before {
  content: "\FE50";
}

/* line 16103, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-walk::before {
  content: "\F583";
}

/* line 16107, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wall::before {
  content: "\F7FD";
}

/* line 16111, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wall-sconce::before {
  content: "\F91B";
}

/* line 16115, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wall-sconce-flat::before {
  content: "\F91C";
}

/* line 16119, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wall-sconce-variant::before {
  content: "\F91D";
}

/* line 16123, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet::before {
  content: "\F584";
}

/* line 16127, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-giftcard::before {
  content: "\F585";
}

/* line 16131, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-membership::before {
  content: "\F586";
}

/* line 16135, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-outline::before {
  content: "\FBB9";
}

/* line 16139, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-plus::before {
  content: "\FFAB";
}

/* line 16143, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-plus-outline::before {
  content: "\FFAC";
}

/* line 16147, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallet-travel::before {
  content: "\F587";
}

/* line 16151, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wallpaper::before {
  content: "\FE69";
}

/* line 16155, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wan::before {
  content: "\F588";
}

/* line 16159, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wardrobe::before {
  content: "\FFAD";
}

/* line 16163, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wardrobe-outline::before {
  content: "\FFAE";
}

/* line 16167, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-warehouse::before {
  content: "\FFBB";
}

/* line 16171, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-washing-machine::before {
  content: "\F729";
}

/* line 16175, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch::before {
  content: "\F589";
}

/* line 16179, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-export::before {
  content: "\F58A";
}

/* line 16183, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-export-variant::before {
  content: "\F894";
}

/* line 16187, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-import::before {
  content: "\F58B";
}

/* line 16191, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-import-variant::before {
  content: "\F895";
}

/* line 16195, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-variant::before {
  content: "\F896";
}

/* line 16199, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-vibrate::before {
  content: "\F6B0";
}

/* line 16203, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watch-vibrate-off::before {
  content: "\FCB6";
}

/* line 16207, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water::before {
  content: "\F58C";
}

/* line 16211, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-boiler::before {
  content: "\FFAF";
}

/* line 16215, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-off::before {
  content: "\F58D";
}

/* line 16219, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-outline::before {
  content: "\FE6A";
}

/* line 16223, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-percent::before {
  content: "\F58E";
}

/* line 16227, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-pump::before {
  content: "\F58F";
}

/* line 16231, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-pump-off::before {
  content: "\FFB0";
}

/* line 16235, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-well::before {
  content: "\F008D";
}

/* line 16239, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-water-well-outline::before {
  content: "\F008E";
}

/* line 16243, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-watermark::before {
  content: "\F612";
}

/* line 16247, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wave::before {
  content: "\FF4B";
}

/* line 16251, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-waves::before {
  content: "\F78C";
}

/* line 16255, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-waze::before {
  content: "\FBBA";
}

/* line 16259, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-cloudy::before {
  content: "\F590";
}

/* line 16263, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-cloudy-alert::before {
  content: "\FF4C";
}

/* line 16267, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-cloudy-arrow-right::before {
  content: "\FE51";
}

/* line 16271, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-fog::before {
  content: "\F591";
}

/* line 16275, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-hail::before {
  content: "\F592";
}

/* line 16279, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-hazy::before {
  content: "\FF4D";
}

/* line 16283, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-hurricane::before {
  content: "\F897";
}

/* line 16287, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-lightning::before {
  content: "\F593";
}

/* line 16291, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-lightning-rainy::before {
  content: "\F67D";
}

/* line 16295, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-night::before {
  content: "\F594";
}

/* line 16299, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-night-partly-cloudy::before {
  content: "\FF4E";
}

/* line 16303, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-cloudy::before {
  content: "\F595";
}

/* line 16307, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-lightning::before {
  content: "\FF4F";
}

/* line 16311, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-rainy::before {
  content: "\FF50";
}

/* line 16315, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-snowy::before {
  content: "\FF51";
}

/* line 16319, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-partly-snowy-rainy::before {
  content: "\FF52";
}

/* line 16323, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-pouring::before {
  content: "\F596";
}

/* line 16327, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-rainy::before {
  content: "\F597";
}

/* line 16331, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-snowy::before {
  content: "\F598";
}

/* line 16335, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-snowy-heavy::before {
  content: "\FF53";
}

/* line 16339, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-snowy-rainy::before {
  content: "\F67E";
}

/* line 16343, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunny::before {
  content: "\F599";
}

/* line 16347, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunny-alert::before {
  content: "\FF54";
}

/* line 16351, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunset::before {
  content: "\F59A";
}

/* line 16355, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunset-down::before {
  content: "\F59B";
}

/* line 16359, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-sunset-up::before {
  content: "\F59C";
}

/* line 16363, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-tornado::before {
  content: "\FF55";
}

/* line 16367, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-windy::before {
  content: "\F59D";
}

/* line 16371, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weather-windy-variant::before {
  content: "\F59E";
}

/* line 16375, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-web::before {
  content: "\F59F";
}

/* line 16379, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-web-box::before {
  content: "\FFB1";
}

/* line 16383, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-webcam::before {
  content: "\F5A0";
}

/* line 16387, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-webhook::before {
  content: "\F62F";
}

/* line 16391, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-webpack::before {
  content: "\F72A";
}

/* line 16395, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wechat::before {
  content: "\F611";
}

/* line 16399, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weight::before {
  content: "\F5A1";
}

/* line 16403, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weight-gram::before {
  content: "\FD1B";
}

/* line 16407, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weight-kilogram::before {
  content: "\F5A2";
}

/* line 16411, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-weight-pound::before {
  content: "\F9B4";
}

/* line 16415, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-whatsapp::before {
  content: "\F5A3";
}

/* line 16419, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wheelchair-accessibility::before {
  content: "\F5A4";
}

/* line 16423, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-whistle::before {
  content: "\F9B5";
}

/* line 16427, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-white-balance-auto::before {
  content: "\F5A5";
}

/* line 16431, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-white-balance-incandescent::before {
  content: "\F5A6";
}

/* line 16435, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-white-balance-iridescent::before {
  content: "\F5A7";
}

/* line 16439, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-white-balance-sunny::before {
  content: "\F5A8";
}

/* line 16443, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-widgets::before {
  content: "\F72B";
}

/* line 16447, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi::before {
  content: "\F5A9";
}

/* line 16451, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-off::before {
  content: "\F5AA";
}

/* line 16455, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-star::before {
  content: "\FE6B";
}

/* line 16459, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-1::before {
  content: "\F91E";
}

/* line 16463, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-1-alert::before {
  content: "\F91F";
}

/* line 16467, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-1-lock::before {
  content: "\F920";
}

/* line 16471, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-2::before {
  content: "\F921";
}

/* line 16475, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-2-alert::before {
  content: "\F922";
}

/* line 16479, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-2-lock::before {
  content: "\F923";
}

/* line 16483, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-3::before {
  content: "\F924";
}

/* line 16487, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-3-alert::before {
  content: "\F925";
}

/* line 16491, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-3-lock::before {
  content: "\F926";
}

/* line 16495, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-4::before {
  content: "\F927";
}

/* line 16499, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-4-alert::before {
  content: "\F928";
}

/* line 16503, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-4-lock::before {
  content: "\F929";
}

/* line 16507, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-alert-outline::before {
  content: "\F92A";
}

/* line 16511, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-lock-outline::before {
  content: "\F92B";
}

/* line 16515, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-off::before {
  content: "\F92C";
}

/* line 16519, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-off-outline::before {
  content: "\F92D";
}

/* line 16523, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wifi-strength-outline::before {
  content: "\F92E";
}

/* line 16527, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wii::before {
  content: "\F5AB";
}

/* line 16531, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wiiu::before {
  content: "\F72C";
}

/* line 16535, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wikipedia::before {
  content: "\F5AC";
}

/* line 16539, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wind-turbine::before {
  content: "\FD81";
}

/* line 16543, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-close::before {
  content: "\F5AD";
}

/* line 16547, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-closed::before {
  content: "\F5AE";
}

/* line 16551, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-maximize::before {
  content: "\F5AF";
}

/* line 16555, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-minimize::before {
  content: "\F5B0";
}

/* line 16559, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-open::before {
  content: "\F5B1";
}

/* line 16563, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-window-restore::before {
  content: "\F5B2";
}

/* line 16567, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-windows::before {
  content: "\F5B3";
}

/* line 16571, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-windows-classic::before {
  content: "\FA20";
}

/* line 16575, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wiper::before {
  content: "\FAE8";
}

/* line 16579, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wiper-wash::before {
  content: "\FD82";
}

/* line 16583, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wordpress::before {
  content: "\F5B4";
}

/* line 16587, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-worker::before {
  content: "\F5B5";
}

/* line 16591, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wrap::before {
  content: "\F5B6";
}

/* line 16595, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wrap-disabled::before {
  content: "\FBBB";
}

/* line 16599, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wrench::before {
  content: "\F5B7";
}

/* line 16603, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wrench-outline::before {
  content: "\FBBC";
}

/* line 16607, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-wunderlist::before {
  content: "\F5B8";
}

/* line 16611, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xamarin::before {
  content: "\F844";
}

/* line 16615, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xamarin-outline::before {
  content: "\F845";
}

/* line 16619, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xaml::before {
  content: "\F673";
}

/* line 16623, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox::before {
  content: "\F5B9";
}

/* line 16627, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller::before {
  content: "\F5BA";
}

/* line 16631, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-alert::before {
  content: "\F74A";
}

/* line 16635, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-charging::before {
  content: "\FA21";
}

/* line 16639, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-empty::before {
  content: "\F74B";
}

/* line 16643, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-full::before {
  content: "\F74C";
}

/* line 16647, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-low::before {
  content: "\F74D";
}

/* line 16651, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-medium::before {
  content: "\F74E";
}

/* line 16655, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-battery-unknown::before {
  content: "\F74F";
}

/* line 16659, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-menu::before {
  content: "\FE52";
}

/* line 16663, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-off::before {
  content: "\F5BB";
}

/* line 16667, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xbox-controller-view::before {
  content: "\FE53";
}

/* line 16671, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xda::before {
  content: "\F5BC";
}

/* line 16675, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xing::before {
  content: "\F5BD";
}

/* line 16679, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xing-box::before {
  content: "\F5BE";
}

/* line 16683, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xing-circle::before {
  content: "\F5BF";
}

/* line 16687, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xml::before {
  content: "\F5C0";
}

/* line 16691, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-xmpp::before {
  content: "\F7FE";
}

/* line 16695, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yahoo::before {
  content: "\FB2A";
}

/* line 16699, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yammer::before {
  content: "\F788";
}

/* line 16703, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yeast::before {
  content: "\F5C1";
}

/* line 16707, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yelp::before {
  content: "\F5C2";
}

/* line 16711, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-yin-yang::before {
  content: "\F67F";
}

/* line 16715, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube::before {
  content: "\F5C3";
}

/* line 16719, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube-creator-studio::before {
  content: "\F846";
}

/* line 16723, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube-gaming::before {
  content: "\F847";
}

/* line 16727, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube-subscription::before {
  content: "\FD1C";
}

/* line 16731, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-youtube-tv::before {
  content: "\F448";
}

/* line 16735, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-z-wave::before {
  content: "\FAE9";
}

/* line 16739, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zend::before {
  content: "\FAEA";
}

/* line 16743, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zigbee::before {
  content: "\FD1D";
}

/* line 16747, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zip-box::before {
  content: "\F5C4";
}

/* line 16751, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zip-box-outline::before {
  content: "\F001B";
}

/* line 16755, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zip-disk::before {
  content: "\FA22";
}

/* line 16759, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-aquarius::before {
  content: "\FA7C";
}

/* line 16763, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-aries::before {
  content: "\FA7D";
}

/* line 16767, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-cancer::before {
  content: "\FA7E";
}

/* line 16771, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-capricorn::before {
  content: "\FA7F";
}

/* line 16775, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-gemini::before {
  content: "\FA80";
}

/* line 16779, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-leo::before {
  content: "\FA81";
}

/* line 16783, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-libra::before {
  content: "\FA82";
}

/* line 16787, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-pisces::before {
  content: "\FA83";
}

/* line 16791, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-sagittarius::before {
  content: "\FA84";
}

/* line 16795, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-scorpio::before {
  content: "\FA85";
}

/* line 16799, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-taurus::before {
  content: "\FA86";
}

/* line 16803, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-zodiac-virgo::before {
  content: "\FA87";
}

/* line 16807, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-blank::before {
  content: "\F68C";
  visibility: hidden;
}

/* line 16812, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px;
}

/* line 16816, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px;
}

/* line 16820, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px;
}

/* line 16824, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px;
}

/* line 16828, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}

/* line 16832, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

/* line 16836, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-light:before {
  color: white;
}

/* line 16840, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

/* line 16844, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-45 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(45deg);
            transform: scaleX(-1) rotate(45deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: scaleY(-1) rotate(45deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16863, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-45:before {
  transform: rotate(45deg);
}

/* line 16869, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-90 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(90deg);
            transform: scaleX(-1) rotate(90deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: scaleY(-1) rotate(90deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16888, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-90:before {
  transform: rotate(90deg);
}

/* line 16894, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-135 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: scaleY(-1) rotate(135deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16913, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-135:before {
  transform: rotate(135deg);
}

/* line 16919, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-180 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16938, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-180:before {
  transform: rotate(180deg);
}

/* line 16944, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-225 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(225deg);
            transform: scaleX(-1) rotate(225deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: scaleY(-1) rotate(225deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16963, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-225:before {
  transform: rotate(225deg);
}

/* line 16969, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-270 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(270deg);
            transform: scaleX(-1) rotate(270deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: scaleY(-1) rotate(270deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 16988, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-270:before {
  transform: rotate(270deg);
}

/* line 16994, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-315 {
  /*
        // Not included in production
        &.mdi-flip-h:before {
            -webkit-transform: scaleX(-1) rotate(315deg);
            transform: scaleX(-1) rotate(315deg);
            filter: FlipH;
            -ms-filter: "FlipH";
        }
        &.mdi-flip-v:before {
            -webkit-transform: scaleY(-1) rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: scaleY(-1) rotate(315deg);
            filter: FlipV;
            -ms-filter: "FlipV";
        }
        */
}

/* line 17013, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-rotate-315:before {
  transform: rotate(315deg);
}

/* line 17019, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flip-h:before {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 17026, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-flip-v:before {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 17033, vendor/bundle/ruby/3.1.0/gems/material_design_icons-4.1.95/assets/stylesheets/materialdesignicons.css.erb */
.mdi-spin:before {
  animation: mdi-spin 2s infinite linear;
}

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

/* line 1, node_modules/multi.js/src/multi.css */
.multi-wrapper {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}

/* line 7, node_modules/multi.js/src/multi.css */
.multi-wrapper .non-selected-wrapper,
.multi-wrapper .selected-wrapper {
  box-sizing: border-box;
  display: inline-block;
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
  vertical-align: top;
  width: 50%;
}

/* line 18, node_modules/multi.js/src/multi.css */
.multi-wrapper .non-selected-wrapper {
  background: #fafafa;
  border-right: 1px solid #ccc;
}

/* line 23, node_modules/multi.js/src/multi.css */
.multi-wrapper .selected-wrapper {
  background: #fff;
}

/* line 27, node_modules/multi.js/src/multi.css */
.multi-wrapper .header {
  color: #4f4f4f;
  cursor: default;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 10px;
}

/* line 35, node_modules/multi.js/src/multi.css */
.multi-wrapper .item {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}

/* line 41, node_modules/multi.js/src/multi.css */
.multi-wrapper .item:hover {
  background: #ececec;
  border-radius: 2px;
}

/* line 46, node_modules/multi.js/src/multi.css */
.multi-wrapper .item-group {
  padding: 5px 10px;
}

/* line 50, node_modules/multi.js/src/multi.css */
.multi-wrapper .item-group .group-label {
  display: block;
  font-size: 0.875rem;
  opacity: 0.5;
  padding: 5px 0;
}

/* line 57, node_modules/multi.js/src/multi.css */
.multi-wrapper .search-input {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  display: block;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}

/* line 70, node_modules/multi.js/src/multi.css */
.multi-wrapper .non-selected-wrapper .item.selected {
  opacity: 0.5;
}

/* line 74, node_modules/multi.js/src/multi.css */
.multi-wrapper .non-selected-wrapper .item.disabled,
.multi-wrapper .selected-wrapper .item.disabled {
  opacity: 0.5;
  text-decoration: line-through;
}

/* line 80, node_modules/multi.js/src/multi.css */
.multi-wrapper .non-selected-wrapper .item.disabled:hover,
.multi-wrapper .selected-wrapper .item.disabled:hover {
  background: inherit;
  cursor: inherit;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 25, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 31, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 35, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 39, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 44, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 48, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 52, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 56, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 60, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 69, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 73, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 76, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 87, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 94, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 99, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 103, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 107, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 111, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 114, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 117, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 121, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 124, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 127, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 130, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 134, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months {
  display: flex;
}

/* line 140, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 158, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 170, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 174, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 178, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 194, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 210, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 214, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 218, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 223, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

/* line 229, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 233, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 237, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 240, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 243, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 248, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

/* line 261, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 264, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 267, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 272, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 276, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 282, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 285, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 291, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 295, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 298, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 301, node_modules/flatpickr/dist/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 304, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

/* line 320, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 328, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 331, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 336, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 339, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 342, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 363, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 366, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 373, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 396, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 400, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 403, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 408, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 423, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 433, node_modules/flatpickr/dist/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 448, node_modules/flatpickr/dist/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 452, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 465, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 468, node_modules/flatpickr/dist/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 492, node_modules/flatpickr/dist/flatpickr.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 496, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 521, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 538, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 541, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 547, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 571, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 576, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 581, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 587, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 592, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 597, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 609, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 614, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 619, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 622, node_modules/flatpickr/dist/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 625, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 628, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 633, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 638, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 648, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 658, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 664, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 679, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 684, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 693, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 696, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 699, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 702, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 705, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 725, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 728, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 732, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 736, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 752, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 759, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 765, node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, node_modules/chartist/dist/chartist.css */
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

/* line 7, node_modules/chartist/dist/chartist.css */
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}

/* line 16, node_modules/chartist/dist/chartist.css */
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

/* line 20, node_modules/chartist/dist/chartist.css */
.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 32, node_modules/chartist/dist/chartist.css */
.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 44, node_modules/chartist/dist/chartist.css */
.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

/* line 56, node_modules/chartist/dist/chartist.css */
.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 68, node_modules/chartist/dist/chartist.css */
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

/* line 80, node_modules/chartist/dist/chartist.css */
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

/* line 92, node_modules/chartist/dist/chartist.css */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 104, node_modules/chartist/dist/chartist.css */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

/* line 116, node_modules/chartist/dist/chartist.css */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

/* line 128, node_modules/chartist/dist/chartist.css */
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

/* line 140, node_modules/chartist/dist/chartist.css */
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

/* line 145, node_modules/chartist/dist/chartist.css */
.ct-grid-background {
  fill: none;
}

/* line 148, node_modules/chartist/dist/chartist.css */
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

/* line 152, node_modules/chartist/dist/chartist.css */
.ct-line {
  fill: none;
  stroke-width: 4px;
}

/* line 156, node_modules/chartist/dist/chartist.css */
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

/* line 160, node_modules/chartist/dist/chartist.css */
.ct-bar {
  fill: none;
  stroke-width: 10px;
}

/* line 164, node_modules/chartist/dist/chartist.css */
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

/* line 168, node_modules/chartist/dist/chartist.css */
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

/* line 171, node_modules/chartist/dist/chartist.css */
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

/* line 174, node_modules/chartist/dist/chartist.css */
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

/* line 177, node_modules/chartist/dist/chartist.css */
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

/* line 180, node_modules/chartist/dist/chartist.css */
.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

/* line 183, node_modules/chartist/dist/chartist.css */
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

/* line 186, node_modules/chartist/dist/chartist.css */
.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

/* line 189, node_modules/chartist/dist/chartist.css */
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

/* line 192, node_modules/chartist/dist/chartist.css */
.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

/* line 195, node_modules/chartist/dist/chartist.css */
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

/* line 198, node_modules/chartist/dist/chartist.css */
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

/* line 201, node_modules/chartist/dist/chartist.css */
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

/* line 204, node_modules/chartist/dist/chartist.css */
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

/* line 207, node_modules/chartist/dist/chartist.css */
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

/* line 210, node_modules/chartist/dist/chartist.css */
.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

/* line 213, node_modules/chartist/dist/chartist.css */
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

/* line 216, node_modules/chartist/dist/chartist.css */
.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

/* line 219, node_modules/chartist/dist/chartist.css */
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

/* line 222, node_modules/chartist/dist/chartist.css */
.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

/* line 225, node_modules/chartist/dist/chartist.css */
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

/* line 228, node_modules/chartist/dist/chartist.css */
.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

/* line 231, node_modules/chartist/dist/chartist.css */
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

/* line 234, node_modules/chartist/dist/chartist.css */
.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

/* line 237, node_modules/chartist/dist/chartist.css */
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

/* line 240, node_modules/chartist/dist/chartist.css */
.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

/* line 243, node_modules/chartist/dist/chartist.css */
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

/* line 246, node_modules/chartist/dist/chartist.css */
.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

/* line 249, node_modules/chartist/dist/chartist.css */
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

/* line 252, node_modules/chartist/dist/chartist.css */
.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

/* line 255, node_modules/chartist/dist/chartist.css */
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

/* line 258, node_modules/chartist/dist/chartist.css */
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

/* line 262, node_modules/chartist/dist/chartist.css */
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

/* line 269, node_modules/chartist/dist/chartist.css */
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}

/* line 273, node_modules/chartist/dist/chartist.css */
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 279, node_modules/chartist/dist/chartist.css */
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

/* line 283, node_modules/chartist/dist/chartist.css */
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

/* line 290, node_modules/chartist/dist/chartist.css */
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}

/* line 294, node_modules/chartist/dist/chartist.css */
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 300, node_modules/chartist/dist/chartist.css */
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

/* line 304, node_modules/chartist/dist/chartist.css */
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

/* line 311, node_modules/chartist/dist/chartist.css */
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}

/* line 315, node_modules/chartist/dist/chartist.css */
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 321, node_modules/chartist/dist/chartist.css */
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

/* line 325, node_modules/chartist/dist/chartist.css */
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

/* line 332, node_modules/chartist/dist/chartist.css */
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}

/* line 336, node_modules/chartist/dist/chartist.css */
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 342, node_modules/chartist/dist/chartist.css */
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

/* line 346, node_modules/chartist/dist/chartist.css */
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

/* line 353, node_modules/chartist/dist/chartist.css */
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}

/* line 357, node_modules/chartist/dist/chartist.css */
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 363, node_modules/chartist/dist/chartist.css */
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 367, node_modules/chartist/dist/chartist.css */
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

/* line 374, node_modules/chartist/dist/chartist.css */
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 378, node_modules/chartist/dist/chartist.css */
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 384, node_modules/chartist/dist/chartist.css */
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 388, node_modules/chartist/dist/chartist.css */
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

/* line 395, node_modules/chartist/dist/chartist.css */
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 399, node_modules/chartist/dist/chartist.css */
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 405, node_modules/chartist/dist/chartist.css */
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 409, node_modules/chartist/dist/chartist.css */
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

/* line 416, node_modules/chartist/dist/chartist.css */
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 420, node_modules/chartist/dist/chartist.css */
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 426, node_modules/chartist/dist/chartist.css */
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

/* line 430, node_modules/chartist/dist/chartist.css */
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

/* line 437, node_modules/chartist/dist/chartist.css */
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

/* line 441, node_modules/chartist/dist/chartist.css */
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 447, node_modules/chartist/dist/chartist.css */
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 451, node_modules/chartist/dist/chartist.css */
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

/* line 458, node_modules/chartist/dist/chartist.css */
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 462, node_modules/chartist/dist/chartist.css */
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 468, node_modules/chartist/dist/chartist.css */
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

/* line 472, node_modules/chartist/dist/chartist.css */
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 479, node_modules/chartist/dist/chartist.css */
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}

/* line 483, node_modules/chartist/dist/chartist.css */
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 489, node_modules/chartist/dist/chartist.css */
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

/* line 493, node_modules/chartist/dist/chartist.css */
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

/* line 500, node_modules/chartist/dist/chartist.css */
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}

/* line 504, node_modules/chartist/dist/chartist.css */
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 510, node_modules/chartist/dist/chartist.css */
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

/* line 514, node_modules/chartist/dist/chartist.css */
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

/* line 521, node_modules/chartist/dist/chartist.css */
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}

/* line 525, node_modules/chartist/dist/chartist.css */
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 531, node_modules/chartist/dist/chartist.css */
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 535, node_modules/chartist/dist/chartist.css */
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

/* line 542, node_modules/chartist/dist/chartist.css */
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 546, node_modules/chartist/dist/chartist.css */
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 552, node_modules/chartist/dist/chartist.css */
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

/* line 556, node_modules/chartist/dist/chartist.css */
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

/* line 563, node_modules/chartist/dist/chartist.css */
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}

/* line 567, node_modules/chartist/dist/chartist.css */
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 573, node_modules/chartist/dist/chartist.css */
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

/* line 577, node_modules/chartist/dist/chartist.css */
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

/* line 584, node_modules/chartist/dist/chartist.css */
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}

/* line 588, node_modules/chartist/dist/chartist.css */
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 594, node_modules/chartist/dist/chartist.css */
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

/* line 598, node_modules/chartist/dist/chartist.css */
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

/* line 605, node_modules/chartist/dist/chartist.css */
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}

/* line 609, node_modules/chartist/dist/chartist.css */
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 3, node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.scss */
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: #F4C63D;
  color: #453D3F;
  font-family: Oxygen, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity .2s linear;
}

/* line 20, node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.scss */
.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #F4C63D;
}

/* line 31, node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.scss */
.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* line 36, node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.scss */
.ct-area, .ct-line {
  pointer-events: none;
}

/*! Pickr 1.7.4 MIT | https://github.com/Simonwep/pickr */
/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr {
  position: relative;
  overflow: visible;
  transform: translateY(0);
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: .5em;
  cursor: pointer;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  border-radius: .15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat 50%;
  background-size: 0;
  transition: all .3s;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button:before {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  z-index: -1;
  z-index: auto;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button:after, .pickr .pcr-button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .15em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button:after {
  transition: background .3s;
  background: currentColor;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button.clear {
  background-size: 70%;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button.clear:before {
  opacity: 0;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px currentColor;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button.disabled {
  cursor: not-allowed;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app *, .pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app button.pcr-active, .pcr-app button:focus, .pcr-app input.pcr-active, .pcr-app input:focus, .pickr button.pcr-active, .pickr button:focus, .pickr input.pcr-active, .pickr input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px currentColor;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-palette, .pcr-app .pcr-slider, .pickr .pcr-palette, .pickr .pcr-slider {
  transition: box-shadow .3s;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-palette:focus, .pcr-app .pcr-slider:focus, .pickr .pcr-palette:focus, .pickr .pcr-slider:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border-radius: .1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,visibility 0s .3s;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app.visible {
  transition: opacity .3s;
  visibility: visible;
  opacity: 1;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: .75em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}

@supports (display: grid) {
  /* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
  .pcr-app .pcr-swatches {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: .15em;
  cursor: pointer;
  margin: 2.5px;
  flex-shrink: 0;
  justify-self: center;
  transition: all .15s;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: .15em;
  z-index: -1;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .15em;
  box-sizing: border-box;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button:hover {
  filter: brightness(1.05);
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button:not(.pcr-active) {
  box-shadow: none;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -.2em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction > * {
  margin: 0 .2em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction input {
  letter-spacing: .07em;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: .15em;
  transition: all .15s;
  padding: .45em .5em;
  margin-top: .75em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction input:hover {
  filter: brightness(0.975);
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all .2s;
  border-radius: .15em;
  background: #f1f3f4;
  cursor: text;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-save {
  width: auto;
  color: #fff;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-cancel:hover, .pcr-app .pcr-interaction .pcr-clear:hover, .pcr-app .pcr-interaction .pcr-save:hover {
  filter: brightness(0.925);
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  background: #f44250;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-cancel:focus, .pcr-app .pcr-interaction .pcr-clear:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-selection .pcr-color-chooser, .pcr-app .pcr-selection .pcr-color-opacity, .pcr-app .pcr-selection .pcr-color-palette {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-selection .pcr-color-chooser:active, .pcr-app .pcr-selection .pcr-color-opacity:active, .pcr-app .pcr-selection .pcr-color-palette:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] {
  width: 14.25em;
  max-width: 95vw;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-swatches {
  margin-top: .6em;
  padding: 0 .6em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-interaction {
  padding: 0 .6em .6em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection {
  display: grid;
  grid-gap: .6em;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 5fr auto auto;
  align-items: center;
  height: 10.5em;
  width: 100%;
  align-self: flex-start;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview {
  grid-area: 2/1/4/1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: .6em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
  display: none;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
  position: relative;
  background: currentColor;
  width: 2em;
  height: 2em;
  border-radius: 50em;
  overflow: hidden;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette {
  grid-area: 1/1/2/3;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette {
  border-radius: .15em;
  width: 100%;
  height: 100%;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser {
  grid-area: 2/2/2/2;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  grid-area: 3/2/3/2;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  height: .5em;
  margin: 0 .6em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker {
  top: 50%;
  transform: translateY(-50%);
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  flex-grow: 1;
  border-radius: 50em;
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: linear-gradient(90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
}

/* line 1, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: linear-gradient(90deg, transparent, #000), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%,.25em;
}

/* line 1, node_modules/dragula/dist/dragula.min.css */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: .8;
}

/* line 1, node_modules/dragula/dist/dragula.min.css */
.gu-hide {
  display: none !important;
}

/* line 1, node_modules/dragula/dist/dragula.min.css */
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 1, node_modules/dragula/dist/dragula.min.css */
.gu-transit {
  opacity: .2;
}

/**
 * Settings
 */
/**
 * Mixins
 */
/**
 * Base
 *
 * The css in _base.scss only contains tag selectors and no class or id selectors
 */
/* line 1, app/assets/stylesheets/_base.main.scss */
html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 9, app/assets/stylesheets/_base.main.scss */
pre {
  margin-bottom: 0;
}

/**
 * Objects
 *
 * o-: Signify that something is an Object, and that it may be used in any number
 * of unrelated contexts to the one you can currently see it in. Making modifications
 * to these types of class could potentially have knock-on effects in a lot of other
 * unrelated places. Tread carefully.
 */
/**
 * Components
 *
 * c-: Signify that something is a Component. This is a concrete, implementation-specific
 * piece of UI. All of the changes you make to its styles should be detectable in the
 * context you’re currently looking at. Modifying these styles should be safe and have
 * no side effects.
 */
/* line 1, app/assets/stylesheets/_component.label_and_value.scss */
.c-label-and-value {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 16px;
}

/* line 1, app/assets/stylesheets/_component.layout.scss */
.c-layout {
  min-width: 640px;
}

/* line 5, app/assets/stylesheets/_component.layout.scss */
.c-layout--responsive {
  min-width: auto;
}

/* different templates */
/* line 11, app/assets/stylesheets/_component.layout.scss */
.c-layout--application {
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/_component.layout.scss */
.c-layout--clean {
  background: url(/assets/bg-c649b47fda77d80affcaecaaf3f9c79e5a51fed04690c739df1aa1117c94d227.svg) no-repeat;
  background-size: 100% 620px;
}

/* wrapper */
/* line 22, app/assets/stylesheets/_component.layout.scss */
.c-layout__wrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

/* columns in the wrapper */
/* line 32, app/assets/stylesheets/_component.layout.scss */
.c-layout__secondary-nav {
  background-color: #343a40;
  color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 44, app/assets/stylesheets/_component.layout.scss */
.c-layout__primary-nav {
  background-color: #f8f9fa;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  overflow: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 55, app/assets/stylesheets/_component.layout.scss */
.c-layout__main {
  flex-grow: 1;
  flex-shrink: 1;
  flex: auto;
  overflow: auto;
}

/* line 62, app/assets/stylesheets/_component.layout.scss */
.c-layout__logged-in-as {
  height: 35px;
  line-height: 35px;
  width: 100%;
  text-align: center;
  background-color: #fc0;
  z-index: 99999;
}

/* line 71, app/assets/stylesheets/_component.layout.scss */
.c-layout__error {
  height: 35px;
  line-height: 35px;
  width: 100%;
  text-align: center;
  background-color: #dc3545;
  color: #f8f9fa;
  z-index: 99999;
  font-weight: bold;
  font-size: 1.1rem;
}

/* line 1, app/assets/stylesheets/_component.loading.scss */
.c-loading {
  display: none;
}

/* line 5, app/assets/stylesheets/_component.loading.scss */
.c-loading--active {
  display: block;
}

/* line 9, app/assets/stylesheets/_component.loading.scss */
.c-loading--fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/_component.notification.scss */
.c-notification {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 10;
}

/* line 1, app/assets/stylesheets/_component.global_search.scss */
.c-global-search {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 0;
  max-width: 500px;
  width: 100%;
  transform: translate(-500px, 0) !important;
  display: flex;
  align-items: stretch;
  overflow: auto;
}

/* line 16, app/assets/stylesheets/_component.global_search.scss */
.c-global-search--from-right {
  right: 0;
  left: auto;
  transform: translate(500px, 0) !important;
}

/* line 22, app/assets/stylesheets/_component.global_search.scss */
.show .c-global-search {
  transform: translate(0, 0) !important;
}

/* line 26, app/assets/stylesheets/_component.global_search.scss */
.c-global-search__field {
  width: 100%;
}

/* line 30, app/assets/stylesheets/_component.global_search.scss */
.c-global-search input[type='select-one'] {
  width: auto !important;
}

/* line 34, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .option {
  padding-left: 16px !important;
}

/* line 38, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .selectize-input {
  display: flex !important;
  align-items: center;
}

/* line 43, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .selectize-input,
.c-global-search .option.active {
  border-radius: 0.3rem !important;
}

/* line 48, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .selectize-dropdown-content {
  padding-top: 40px !important;
  max-height: none !important;
  border: none !important;
  background: transparent !important;
  font-size: 1rem;
  padding: 0.5rem 0;
}

/* line 57, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .selectize-dropdown-content .option,
.c-global-search .selectize-dropdown .selectize-dropdown-content .create {
  padding: 0.25rem 1.5rem;
}

/* line 62, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .optgroup-header {
  padding-left: 0 !important;
  background: transparent !important;
}

/* line 67, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .optgroup {
  border-bottom: 0 !important;
}

/* line 71, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .optgroup-header {
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
}

/* line 77, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .optgroup::before {
  display: none !important;
}

/* line 81, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .selectize-input::after {
  display: none !important;
}

/* line 85, app/assets/stylesheets/_component.global_search.scss */
.c-global-search [data-selectable] .highlight {
  background-color: rgba(255, 193, 7, 0.5) !important;
}

/* line 89, app/assets/stylesheets/_component.global_search.scss */
.c-global-search .active[data-selectable] .highlight {
  background-color: #fff !important;
  color: #007bff !important;
}

/* line 1, app/assets/stylesheets/_component.attachment_preview.scss */
.attachment-preview {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 150px;
}

/* line 8, app/assets/stylesheets/_component.attachment_preview.scss */
.attachment-preview__link {
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  border-radius: 0.25rem;
}

/* line 17, app/assets/stylesheets/_component.attachment_preview.scss */
.attachment-preview__link:hover {
  text-decoration: none;
  border: 3px solid rgba(0, 123, 255, 0.1);
  border-radius: 4px;
  margin-top: -2px;
  margin-left: -2px;
  margin-bottom: -2px;
  margin-right: -2px;
}

/* line 26, app/assets/stylesheets/_component.attachment_preview.scss */
.attachment-preview__thumbnail {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
}

/* line 32, app/assets/stylesheets/_component.attachment_preview.scss */
.attachment-preview__thumbnail--download {
  font-size: 5em;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  overflow: hidden;
}

/* line 38, app/assets/stylesheets/_component.attachment_preview.scss */
.attachment-preview__thumbnail--download .mdi {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/_component.datepicker.scss */
.c-datepicker {
  min-width: 250px;
}

/* line 4, app/assets/stylesheets/_component.zipcode_filter.scss */
.c-zipcode-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 11, app/assets/stylesheets/_component.zipcode_filter.scss */
.c-zipcode-filter__list-item:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

/* line 1, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item {
  padding: 5px 5px 5px 0;
}

/* line 5, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item__arrow {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item__arrow:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #212529;
  transform: none;
  transition: transform 0.25s;
}

/* line 23, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item + .c-zipcode-filter-item {
  border-top: 1px solid #dee2e6;
}

/* line 28, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item--open .c-zipcode-filter-item__arrow:before {
  transform: rotate(90deg);
}

/* line 33, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item__title {
  font-weight: bold;
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item__content {
  display: none;
  padding-left: 28px;
  -moz-column-count: 3;
       column-count: 3;
}

/* line 43, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item__content > * {
  display: block;
}

/* line 47, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item__content label {
  margin-bottom: 0;
}

/* line 52, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter-item--open .c-zipcode-filter-item__content {
  display: block;
}

/* line 56, app/assets/stylesheets/_component.zipcode_filter_item.scss */
.c-zipcode-filter__list [type='checkbox'] {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/**
 * Utilities
 *
 * u-: Signify that this class is a Utility class. It has a very specific role
 * (often providing only one declaration) and should not be bound onto or changed.
 * It can be reused and is not tied to any specific piece of UI.
 */
/* line 1, app/assets/stylesheets/_utilities.helpers.scss */
.u-disabled-link {
  pointer-events: none;
  opacity: 0.5;
}

/* line 6, app/assets/stylesheets/_utilities.helpers.scss */
.u-overflow-y-auto {
  overflow-y: auto;
}

/* line 10, app/assets/stylesheets/_utilities.helpers.scss */
.u-monospace {
  font-family: monospace;
}

/* line 14, app/assets/stylesheets/_utilities.helpers.scss */
.u-pre-wrap {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
}

/**
 * Vendor
 *
 * For classes we can't change, because they are set by for example a plugin or library
 */
/**
 * Prevents labels in thead's from being bold
 */
/* line 5, app/assets/stylesheets/_vendor.bootstrap.scss */
th label {
  font-weight: normal;
}

/**
 * Way to set all cells middle
 */
/* line 13, app/assets/stylesheets/_vendor.bootstrap.scss */
.table-middle > tr > td,
.table-middle > tbody > tr > td {
  vertical-align: middle;
}

/**
 * Vertical align th's, so filter buttons align with default labels
 */
/* line 22, app/assets/stylesheets/_vendor.bootstrap.scss */
.table thead th {
  vertical-align: middle;
  font-size: 0.765625rem;
  font-weight: normal;
  white-space: nowrap;
}

/**
 * Disable spacing on pagination in tables
 */
/* line 33, app/assets/stylesheets/_vendor.bootstrap.scss */
table .pagination {
  margin-bottom: 0;
}

/**
 * Correct vertical alignment
 * This is for a <select> in table footer next to pagination
 */
/* line 42, app/assets/stylesheets/_vendor.bootstrap.scss */
tfoot .d-inline-flex {
  vertical-align: top;
}

/**
 * Remove spacing in card-body for last-child, to prevent deouble white space
 */
/* line 50, app/assets/stylesheets/_vendor.bootstrap.scss */
.card-body > :last-child {
  margin-bottom: 0;
}

/**
 * Remove spacing in card-body for last-child, to prevent deouble white space
 */
/* line 58, app/assets/stylesheets/_vendor.bootstrap.scss */
.navbar-brand .badge {
  vertical-align: text-top;
  opacity: 0.3;
}

/**
 * Card with less opacity to make it discrete
 */
/* line 67, app/assets/stylesheets/_vendor.bootstrap.scss */
.card.inactive {
  opacity: 0.5;
}

/**
 * Correct margin for checkboxes/radios in prepend/append
 */
/* line 77, app/assets/stylesheets/_vendor.bootstrap.scss */
.input-group-append .input-group-text input[type='radio'],
.input-group-append .input-group-text input[type='checkbox'],
.input-group-prepend .input-group-text input[type='radio'],
.input-group-prepend .input-group-text input[type='checkbox'] {
  margin-top: 0.3rem;
}

/**
 * Min-height utility helper
 */
/* line 87, app/assets/stylesheets/_vendor.bootstrap.scss */
.min-h-100 {
  min-height: 100% !important;
}

/**
 * Max-width utility helper
 */
/* line 95, app/assets/stylesheets/_vendor.bootstrap.scss */
.max-w-800 {
  max-width: 800px !important;
}

/**
 * Max-width utility helper
 */
/* line 103, app/assets/stylesheets/_vendor.bootstrap.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/**
 * Disabled class for card
 */
/* line 111, app/assets/stylesheets/_vendor.bootstrap.scss */
.card-disabled {
  opacity: 0.7;
  pointer-events: none;
}

/**
 * Align badges in navigation
 */
/* line 120, app/assets/stylesheets/_vendor.bootstrap.scss */
.c-layout__primary-nav .nav-link {
  position: relative;
}

/* line 124, app/assets/stylesheets/_vendor.bootstrap.scss */
.c-layout__primary-nav .nav-link .mdi-circle-medium {
  position: absolute;
  right: 5px;
  top: 8px;
}

/**
 * Remove margin botton in form-groups in tables
 */
/* line 134, app/assets/stylesheets/_vendor.bootstrap.scss */
table .form-group {
  margin-bottom: 0;
}

/**
 * Remove default button styling when used in navbar
 */
/* line 142, app/assets/stylesheets/_vendor.bootstrap.scss */
button.nav-link {
  border: 0;
  background: none;
  line-height: inherit;
  outline: none;
}

/**
 * Remove default list-style from nav-item in a dropdown
 */
/* line 153, app/assets/stylesheets/_vendor.bootstrap.scss */
.nav-item.dropdown {
  list-style: none;
}

/**
 * Toggle collapse icon rotate (if available)
 */
/* line 161, app/assets/stylesheets/_vendor.bootstrap.scss */
.collapsed[data-toggle='collapse'] .mdi-chevron-right {
  display: inline-block;
  transform: rotate(0);
  transition: transform 0.25s;
}

/* line 167, app/assets/stylesheets/_vendor.bootstrap.scss */
[data-toggle='collapse'] .mdi-chevron-right {
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.25s;
}

/**
 * Improve button
 */
/* line 177, app/assets/stylesheets/_vendor.bootstrap.scss */
.btn {
  display: inline-flex;
  align-items: center;
}

/**
 * Fix for border of last card in accordeon
 */
/* line 186, app/assets/stylesheets/_vendor.bootstrap.scss */
.accordion > .card:last-of-type {
  border-bottom: 1px solid #dee2e6;
}

/**
 * Default mdi styling
 */
/* line 5, app/assets/stylesheets/_vendor.mdi.scss */
.mdi,
.mdi-set {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

/* line 12, app/assets/stylesheets/_vendor.mdi.scss */
.mdi::before {
  display: block;
}

/**
 * Improve alignment of icons in nav-link
 */
/* line 20, app/assets/stylesheets/_vendor.mdi.scss */
.nav-link .mdi {
  position: relative;
  top: -2px;
}

/* line 1, app/assets/stylesheets/_vendor.diffy.scss */
.diff {
  overflow: auto;
}

/* line 2, app/assets/stylesheets/_vendor.diffy.scss */
.diff ul {
  background: #fff;
  overflow: auto;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

/* line 3, app/assets/stylesheets/_vendor.diffy.scss */
.diff del, .diff ins {
  display: block;
  text-decoration: none;
}

/* line 4, app/assets/stylesheets/_vendor.diffy.scss */
.diff li {
  padding: 0;
  display: table-row;
  margin: 0;
  height: 1em;
}

/* line 5, app/assets/stylesheets/_vendor.diffy.scss */
.diff li.ins {
  background: #dfd;
  color: #080;
}

/* line 6, app/assets/stylesheets/_vendor.diffy.scss */
.diff li.del {
  background: #fee;
  color: #b00;
}

/* line 7, app/assets/stylesheets/_vendor.diffy.scss */
.diff li:hover {
  background: #ffc;
}

/* try &#39;whitespace:pre;&#39; if you don&#39;t want lines to wrap */
/* line 9, app/assets/stylesheets/_vendor.diffy.scss */
.diff del, .diff ins, .diff span {
  white-space: pre-wrap;
  font-family: courier;
}

/* line 10, app/assets/stylesheets/_vendor.diffy.scss */
.diff del strong {
  font-weight: normal;
  background: #fcc;
}

/* line 11, app/assets/stylesheets/_vendor.diffy.scss */
.diff ins strong {
  font-weight: normal;
  background: #9f9;
}

/* line 12, app/assets/stylesheets/_vendor.diffy.scss */
.diff li.diff-comment {
  display: none;
}

/* line 13, app/assets/stylesheets/_vendor.diffy.scss */
.diff li.diff-block-info {
  background: none repeat scroll 0 0 gray;
}

/* line 1, app/assets/stylesheets/_vendor.dirtyforms.scss */
#dirty-dialog .modal-header {
  display: block;
}

/* line 5, app/assets/stylesheets/_vendor.dirtyforms.scss */
.dirty .u-disable-dirty {
  pointer-events: none;
  opacity: 0.65;
}

/* line 1, app/assets/stylesheets/_vendor.rails.scss */
.translation_missing {
  background-color: yellow;
}

/* line 5, app/assets/stylesheets/_vendor.rails.scss */
label.required::after {
  content: '*';
  font-size: 11px;
  position: relative;
  top: -3px;
  color: #dc3545;
}

/* line 13, app/assets/stylesheets/_vendor.rails.scss */
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  line-height: 1.4;
}

/*!
 * Selectize Theme for Bootstrap 4 v2.0.2
 * https://github.com/const-se/selectize-bootstrap4-theme
 *
 * Copyright 2018 Constantine Seleznyoff <const.seoff@gmail.com>
 *
 * 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.
 */
/* line 19, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control, .selectize-control.StripeElement {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: calc(2.25rem + 2px);
  padding: 0;
  position: relative;
  transition: none;
}

/* line 30, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-input, .selectize-control.StripeElement .selectize-input {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #495057;
  cursor: text;
  display: inline-block;
  font-size: 1rem;
  height: 100%;
  overflow: hidden;
  padding: 0.375rem 0.75rem;
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
}

/* line 48, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.multi .selectize-input.has-items, .selectize-control.multi.StripeElement .selectize-input.has-items {
  padding: 0.375rem 0.75rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 53, app/assets/stylesheets/_vendor.selectize.scss */
  .form-control.selectize-control .selectize-input, .selectize-control.StripeElement .selectize-input {
    transition: none;
  }
}

/* line 58, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-input *, .selectize-control.StripeElement .selectize-input * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: baseline;
}

/* line 66, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-input input, .selectize-control.StripeElement .selectize-input input {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit;
  display: inline-block !important;
  font-size: inherit;
  line-height: inherit !important;
  margin: 0 2px 0 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  -webkit-user-select: auto !important;
}

/* line 83, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-input input:hover, .selectize-control.StripeElement .selectize-input input:hover,
.form-control.selectize-control .selectize-input input:focus,
.selectize-control.StripeElement .selectize-input input:focus {
  outline: none !important;
}

/* line 88, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-input input::-ms-clear, .selectize-control.StripeElement .selectize-input input::-ms-clear {
  display: none;
}

/* line 92, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-input input::-moz-placeholder, .selectize-control.StripeElement .selectize-input input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control.selectize-control .selectize-input input::placeholder, .selectize-control.StripeElement .selectize-input input::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 97, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-input.focus, .selectize-control.StripeElement .selectize-input.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 105, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-input.disabled, .selectize-control.StripeElement .selectize-input.disabled {
  background-color: #e9ecef;
  color: #495057;
  opacity: 1;
}

/* line 111, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-input.dropdown-active, .selectize-control.StripeElement .selectize-input.dropdown-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 116, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown, .selectize-control.StripeElement .selectize-dropdown {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  height: auto;
  left: 0;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  top: 100%;
  transition: none;
  width: 100% !important;
  z-index: 1000;
}

/* line 133, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content, .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0 0 0.25rem 0.25rem;
  border-top-width: 0;
  color: #212529;
  max-height: 14.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

/* line 150, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.option, .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.option,
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.create,
.selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.create {
  background-color: transparent;
  color: #212529;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
}

/* line 165, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.create, .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.create {
  cursor: pointer;
}

/* line 172, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.option:hover, .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.option:hover,
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.option:focus,
.selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.option:focus {
  color: #fff;
  text-decoration: none;
  background-color: #15adec;
}

/* line 185, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.option.active, .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.option.active,
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.option:active,
.selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.option:active {
  color: #fff;
  text-decoration: none;
  background-color: #15adec;
}

/* line 198, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.option.disabled, .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.option.disabled,
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.option:disabled,
.selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.option:disabled,
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.option[data-disabled],
.selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.option[data-disabled] {
  background-color: transparent;
  color: #6c757d;
}

/* line 214, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.option[data-selectable], .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.option[data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 222, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.optgroup, .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.optgroup {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 231, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.optgroup:last-child, .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 240, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown
.selectize-dropdown-content
.optgroup
.optgroup-header, .selectize-control.StripeElement .selectize-dropdown
.selectize-dropdown-content
.optgroup
.optgroup-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.25rem 1.5rem;
  white-space: nowrap;
}

/* line 253, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.single:after, .selectize-control.single.StripeElement:after {
  border-color: #212529 transparent transparent transparent;
  border-style: solid;
  border-width: 0.54127rem 0.3125rem 0 0.3125rem;
  content: '';
  display: block;
  height: 0;
  margin-top: -0.27063rem;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 0;
}

/* line 267, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.single .selectize-input, .selectize-control.single.StripeElement .selectize-input {
  padding-right: calc(0.75rem + 0.625rem + 0.375rem);
}

/* line 271, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.multi, .selectize-control.multi.StripeElement {
  height: auto;
  min-height: calc(2.25rem + 2px);
}

/* line 276, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.multi .selectize-input, .selectize-control.multi.StripeElement .selectize-input {
  height: auto;
  min-height: 100%;
  overflow: auto;
}

/* line 282, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.multi .selectize-input .item, .selectize-control.multi.StripeElement .selectize-input .item {
  margin: 0 3px 0 0;
}

/* line 286, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control .selectize-dropdown-content .create strong, .selectize-control.StripeElement .selectize-dropdown-content .create strong,
.form-control.selectize-control.multi .selectize-input .item,
.selectize-control.multi.StripeElement .selectize-input .item {
  background-color: #15adec;
  color: #fff;
  display: inline-block;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0.25rem;
}

/* line 301, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.rtl, .selectize-control.rtl.StripeElement {
  direction: rtl;
}

/* line 305, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.rtl .selectize-input, .selectize-control.rtl.StripeElement .selectize-input {
  text-align: right;
}

/* line 309, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.rtl .selectize-input input, .selectize-control.rtl.StripeElement .selectize-input input {
  margin: 0 0 0 2px !important;
}

/* line 313, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.rtl .selectize-dropdown
.selectize-dropdown-content, .selectize-control.rtl.StripeElement .selectize-dropdown
.selectize-dropdown-content {
  text-align: right !important;
}

/* line 319, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.rtl.single:after, .selectize-control.rtl.single.StripeElement:after {
  left: 0.75rem;
  right: auto;
}

/* line 324, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.rtl.single .selectize-input, .selectize-control.rtl.single.StripeElement .selectize-input {
  padding-left: calc(0.75rem + 0.625rem + 0.375rem);
  padding-right: 0.75rem;
}

/* line 329, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.rtl.multi .selectize-input .item, .selectize-control.rtl.multi.StripeElement .selectize-input .item {
  margin: 0 0 0 3px;
}

/* line 333, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.is-valid .selectize-input, .selectize-control.is-valid.StripeElement .selectize-input {
  border-color: #28a745;
}

/* line 337, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.is-valid .selectize-input:focus, .selectize-control.is-valid.StripeElement .selectize-input:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 342, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.is-invalid .selectize-input, .selectize-control.is-invalid.StripeElement .selectize-input {
  border-color: #dc3545;
}

/* line 346, app/assets/stylesheets/_vendor.selectize.scss */
.form-control.selectize-control.is-invalid .selectize-input:focus, .selectize-control.is-invalid.StripeElement .selectize-input:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 351, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-lg.selectize-control {
  height: calc(2.875rem + 2px);
  padding: 0;
}

/* line 356, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-lg.selectize-control .selectize-input {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

/* line 362, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-lg.selectize-control.single .selectize-input {
  padding-right: calc(1rem + 0.625rem + 0.5rem);
}

/* line 366, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-lg.selectize-control.single.rtl .selectize-input {
  padding-left: calc(1rem + 0.625rem + 0.5rem);
  padding-right: 1rem;
}

/* line 371, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-lg.selectize-control.multi {
  min-height: calc(2.875rem + 2px);
}

/* line 375, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-sm.selectize-control {
  height: calc(1.8125rem + 2px);
  padding: 0;
}

/* line 380, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-sm.selectize-control .selectize-input {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

/* line 386, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-sm.selectize-control.single .selectize-input {
  padding-right: calc(0.5rem + 0.625rem + 0.25rem);
}

/* line 390, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-sm.selectize-control.single.rtl .selectize-input {
  padding-left: calc(0.5rem + 0.625rem + 0.25rem);
  padding-right: 0.5rem;
}

/* line 395, app/assets/stylesheets/_vendor.selectize.scss */
.form-control-sm.selectize-control.multi {
  min-height: calc(1.8125rem + 2px);
}

/* line 399, app/assets/stylesheets/_vendor.selectize.scss */
.input-group > .form-control.selectize-control.multi, .input-group > .selectize-control.multi.StripeElement {
  height: calc(2.25rem + 2px);
}

/* line 403, app/assets/stylesheets/_vendor.selectize.scss */
.input-group
> .form-control.selectize-control:not(:first-child) .selectize-input, .input-group
> .StripeElement.selectize-control:not(:first-child) .selectize-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 410, app/assets/stylesheets/_vendor.selectize.scss */
.input-group
> .form-control.selectize-control:not(:last-child) .selectize-input, .input-group
> .StripeElement.selectize-control:not(:last-child) .selectize-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/_vendor.intl_tel_input.scss */
.intl-tel-input .flag-container {
  margin-right: 5px;
}

/* line 5, app/assets/stylesheets/_vendor.intl_tel_input.scss */
.intl-tel-input .selected-flag {
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/_vendor.stripe.scss */
.StripeElement {
  padding-top: 8px;
}

/* line 6, app/assets/stylesheets/_vendor.stripe.scss */
.StripeElement--invalid {
  border-color: #dc3545;
}

/* line 1, app/assets/stylesheets/_vendor.chartist.scss */
.ct-series-a .ct-bar {
  stroke: #15adec;
  stroke-width: 40px;
}

/* line 6, app/assets/stylesheets/_vendor.chartist.scss */
.ct-series-b .ct-bar {
  stroke: #155a79;
  stroke-width: 40px;
}

/* line 11, app/assets/stylesheets/_vendor.chartist.scss */
.ct-series-a .ct-point,
.ct-series-a .ct-line {
  stroke: #15adec;
}

/* line 16, app/assets/stylesheets/_vendor.chartist.scss */
.ct-grid {
  stroke-dasharray: 0;
  stroke: rgba(0, 0, 0, 0.125);
}

/* line 21, app/assets/stylesheets/_vendor.chartist.scss */
.ct-grids {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 26, app/assets/stylesheets/_vendor.chartist.scss */
.my-cool-point {
  background: red !important;
  border: 2px solid red !important;
}

/* line 1, app/assets/stylesheets/_vendor.chartist_tooltip.scss */
.chartist-tooltip {
  background-color: #6c757d;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  min-width: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  font-weight: normal;
}

/* line 11, app/assets/stylesheets/_vendor.chartist_tooltip.scss */
.chartist-tooltip::before {
  border: 4px solid transparent;
  border-top-color: #6c757d;
  margin-left: -4px;
}
